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:	Sat, 13 Mar 2010 22:51:57 +0100
From:	Jean Delvare <khali@...ux-fr.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux I2C <linux-i2c@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] i2c fixes for 2.6.34

Hi Linus,

Please pull i2c subsystem fixes for Linux 2.6.34 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

 drivers/i2c/Kconfig                   |    9 ---------
 drivers/i2c/Makefile                  |    2 +-
 drivers/i2c/algos/i2c-algo-bit.c      |    9 +++++++++
 drivers/i2c/busses/i2c-i801.c         |    6 ++++--
 drivers/i2c/busses/i2c-powermac.c     |   25 ++++++++++++++++++-------
 drivers/i2c/chips/Kconfig             |   19 -------------------
 drivers/i2c/chips/Makefile            |   18 ------------------
 drivers/i2c/i2c-smbus.c               |    5 ++---
 drivers/misc/Kconfig                  |   10 ++++++++++
 drivers/misc/Makefile                 |    1 +
 drivers/misc/eeprom/at24.c            |    1 +
 drivers/{i2c/chips => misc}/tsl2550.c |    4 ++--
 include/linux/i2c-algo-bit.h          |    2 ++
 13 files changed, 50 insertions(+), 61 deletions(-)
 delete mode 100644 drivers/i2c/chips/Kconfig
 delete mode 100644 drivers/i2c/chips/Makefile
 rename drivers/{i2c/chips => misc}/tsl2550.c (99%)

---------------

Jean Delvare (5):
      i2c-powermac: Be less verbose in the absence of real errors.
      i2c-i801: Don't use the block buffer for I2C block writes
      tsl2550: Move from i2c/chips to misc
      i2c: Drop configure option I2C_DEBUG_CHIP
      i2c-algo-bit: Add pre- and post-xfer hooks

Stephen Rothwell (1):
      i2c-smbus: Use device_lock/device_unlock

Wolfram Sang (1):
      at24: Init dynamic bin_attribute structures

Thanks,
-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ