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:	Tue, 5 Jun 2012 18:26:47 +0200
From:	Wolfram Sang <w.sang@...gutronix.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
	Jean Delvare <khali@...ux-fr.org>,
	Ben Dooks <ben-linux@...ff.org>, swarren@...dia.com
Subject: [PULL REQUEST] i2c-embedded for 3.5-rc2

Linus,

here is a pull request which only contains one new driver which had
multiple dependencies (pinctrl, i2c-mux-rework, new devm_* functions),
so I decided to wait for rc1. Plus, it had to wait a little for the ack
of a devicetree-maintainer since the bindings were not trivial enough
for me to pass through. So, given that, I hope there is still something
like the "new driver rule", so we could have the driver in 3.5 and
people can start using it. That would make merging support for some
boards easier for 3.6 since the dependency on this driver is gone then.

Thanks,

   Wolfram

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/wsa/linux.git i2c-embedded/for-current

for you to fetch changes up to ae58d1e406986f31d1e88b32f5ac601506c196d8:

  i2c: Add generic I2C multiplexer using pinctrl API (2012-06-04 16:49:43 +0200)

----------------------------------------------------------------
Stephen Warren (1):
      i2c: Add generic I2C multiplexer using pinctrl API

 .../devicetree/bindings/i2c/i2c-mux-pinctrl.txt    |   93 +++++++
 drivers/i2c/muxes/Kconfig                          |   12 +
 drivers/i2c/muxes/Makefile                         |    1 +
 drivers/i2c/muxes/i2c-mux-pinctrl.c                |  279 ++++++++++++++++++++
 include/linux/i2c-mux-pinctrl.h                    |   41 +++
 5 files changed, 426 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt
 create mode 100644 drivers/i2c/muxes/i2c-mux-pinctrl.c
 create mode 100644 include/linux/i2c-mux-pinctrl.h

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ