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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081014180333.55d9004a@hyperion.delvare>
Date:	Tue, 14 Oct 2008 18:03:33 +0200
From:	Jean Delvare <khali@...ux-fr.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux I2C <i2c@...sensors.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] i2c updates for 2.6.28, round 1

Hi Linus,

Please pull the first round of i2c subsystem updates for Linux 2.6.28
from:

git://jdelvare.pck.nerim.net/jdelvare-2.6 i2c-for-linus

There is one new i2c bus driver (i2c-highlander), support for new VIA
chips (VX800/VX820), documentation updates and many random fixes.

 Documentation/i2c/busses/i2c-viapro    |    8 +-
 Documentation/i2c/dev-interface        |  110 ++++++--
 Documentation/i2c/smbus-protocol       |    4 +-
 Documentation/i2c/writing-clients      |    4 +-
 arch/arm/mach-omap1/board-h3.c         |    4 +
 arch/arm/mach-omap2/board-h4.c         |   11 +
 drivers/hwmon/dme1737.c                |  320 ++++++++++-----------
 drivers/i2c/busses/Kconfig             |   20 +-
 drivers/i2c/busses/Makefile            |    1 +
 drivers/i2c/busses/i2c-highlander.c    |  498 ++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-parport-light.c |   39 +--
 drivers/i2c/busses/i2c-pca-isa.c       |   20 +-
 drivers/i2c/busses/i2c-viapro.c        |   17 +-
 drivers/i2c/chips/isp1301_omap.c       |  141 ++++------
 drivers/i2c/chips/tps65010.c           |   12 +-
 drivers/i2c/i2c-core.c                 |   35 +++-
 16 files changed, 918 insertions(+), 326 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-highlander.c

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

David Brownell (2):
      i2c: Guard against oopses from bad init sequences
      i2c: Do earlier driver model init

Felipe Balbi (1):
      i2c/isp1301_omap: Convert to a new-style i2c driver, part 1

Jean Delvare (7):
      i2c/isp1301_omap: Convert to a new-style i2c driver, part 2
      hwmon: (dme1737) Be less i2c-centric
      hwmon: (dme1737) Convert to a new-style i2c driver
      i2c-parport-light: Don't register a platform device resource
      i2c: Improve dev-interface documentation
      i2c: Document the implementation details of the /dev interface
      i2c: Only build Tyan SMBus mux drivers on x86

Marek Vasut (1):
      i2c/tps65010: Vibrator hookup to gpiolib

Paul Mundt (1):
      i2c: Renesas Highlander FPGA SMBus support

Prakash Mortha (2):
      i2c: Restore i2c_smbus_process_call function
      i2c-viapro: Add support for SMBus Process Call transactions

Rene Herman (1):
      i2c-pca-isa: Don't grab arbitrary resources

Rudolf Marek (1):
      i2c-viapro: Add VX800/VX820 support

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