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, 20 Dec 2014 20:42:52 +0100
From:	Wolfram Sang <wsa@...-dreams.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PULL REQUEST] i2c for 3.19

Linus,

here is a second pull request for I2C. Included are two bugfixes needing
some bigger refactoring (sh_mobile: deferred probe with DMA, mv64xxx:
fix offload support) and one deprecated driver removal I thought would
go in via ppc but I misunderstood. It has a proper ack from BenH.

Please pull,

   Wolfram


The following changes since commit 603ba7e41bf5d405aba22294af5d075d8898176d:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2014-12-16 15:53:03 -0800)

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 fe07adec730d271c91f4160f96a0f24fe7553c63:

  i2c: sh_mobile: fix uninitialized var when debug is enabled (2014-12-20 09:28:09 +0100)

----------------------------------------------------------------
Geert Uytterhoeven (1):
      i2c: sh_mobile: I2C_SH_MOBILE should depend on HAS_DMA

Thomas Petazzoni (2):
      i2c: mv64xxx: use BIT() macro for register value definitions
      i2c: mv64xxx: rework offload support to fix several problems

Wolfram Sang (4):
      i2c: sh_mobile: refactor DMA setup
      i2c: sh_mobile: rework deferred probing
      macintosh: therm_pm72: delete deprecated driver
      i2c: sh_mobile: fix uninitialized var when debug is enabled

 drivers/i2c/busses/Kconfig         |    1 +
 drivers/i2c/busses/i2c-mv64xxx.c   |  328 +++---
 drivers/i2c/busses/i2c-sh_mobile.c |  112 +-
 drivers/macintosh/Kconfig          |   10 -
 drivers/macintosh/Makefile         |    1 -
 drivers/macintosh/therm_pm72.c     | 2278 ------------------------------------
 drivers/macintosh/therm_pm72.h     |  326 ------
 7 files changed, 252 insertions(+), 2804 deletions(-)
 delete mode 100644 drivers/macintosh/therm_pm72.c
 delete mode 100644 drivers/macintosh/therm_pm72.h

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ