lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 15 Sep 2017 14:48:17 +0200
From:   Wolfram Sang <wsa@...-dreams.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
        Peter Rosin <peda@...ntia.se>
Subject: [PULL REQUEST] i2c for 4.14

Linus,

I2C has two more, new drivers: Altera FPGA and STM32F7.

Please pull.

Thanks,

   Wolfram


The following changes since commit 46c1e79fee417f151547aa46fae04ab06cb666f4:

  Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2017-09-13 12:24:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next

for you to fetch changes up to aeb068c57214858b638d5ee627bb4a831f98771e:

  i2c: i2c-stm32f7: add driver (2017-09-14 17:34:43 +0200)

----------------------------------------------------------------
Pierre-Yves MORDRET (3):
      dt-bindings: i2c-stm32: Document the STM32F7 I2C bindings
      i2c: i2c-stm32f4: use generic definition of speed enum
      i2c: i2c-stm32f7: add driver

Thor Thayer (2):
      dt-bindings: i2c: Add Altera I2C Controller
      i2c: altera: Add Altera I2C Controller driver


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: altera: Add Altera I2C Controller driver

Ludovic BARRE (1):
      (Rev.) i2c: i2c-stm32f4: use generic definition of speed enum

 .../devicetree/bindings/i2c/i2c-altera.txt         |  39 +
 .../devicetree/bindings/i2c/i2c-stm32.txt          |  29 +-
 MAINTAINERS                                        |   5 +
 drivers/i2c/busses/Kconfig                         |  20 +
 drivers/i2c/busses/Makefile                        |   2 +
 drivers/i2c/busses/i2c-altera.c                    | 511 +++++++++++
 drivers/i2c/busses/i2c-stm32.h                     |  20 +
 drivers/i2c/busses/i2c-stm32f4.c                   |  18 +-
 drivers/i2c/busses/i2c-stm32f7.c                   | 972 +++++++++++++++++++++
 9 files changed, 1602 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-altera.txt
 create mode 100644 drivers/i2c/busses/i2c-altera.c
 create mode 100644 drivers/i2c/busses/i2c-stm32.h
 create mode 100644 drivers/i2c/busses/i2c-stm32f7.c

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ