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]
Date:	Mon, 13 Dec 2010 09:33:10 +0530
From:	Sundar Iyer <sundar.iyer@...ricsson.com>
To:	Linus Walleij <linus.walleij@...ricsson.com>
Cc:	<linux-kernel@...r.kernel.org>,
	Sundar Iyer <sundar.iyer@...ricsson.com>
Subject: [PATCH v2 0/8] mfd/tc35892: allow to support multiple variants

The following patch series allows multiple variants of the Toshiba
TC35892XBG port expander devices into the same mfd core driver.

Sundar Iyer (8):
  mach-ux500: deprecate spi support for ab8500
  mfd/tc35892: rename tc35892 header to tc3589x
  mfd/tc35892: rename tc35892 core driver to tc3589x
  mfd/tc3589x: rename tc35892 structs/registers to tc359x
  mfd/tc3589x: add block identifier for multiple child devices
  mfd/tc3589x: fix random interrupt misses
  mfd/tc3589x: undo gpio module reset during chip init
  mfd/tc3589x: add suspend/resume support

 arch/arm/mach-ux500/board-mop500.c |   49 +----
 drivers/gpio/Kconfig               |    8 +-
 drivers/gpio/Makefile              |    2 +-
 drivers/gpio/tc35892-gpio.c        |  389 ----------------------------------
 drivers/gpio/tc3589x-gpio.c        |  389 ++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                |    6 +-
 drivers/mfd/Makefile               |    2 +-
 drivers/mfd/tc35892.c              |  345 ------------------------------
 drivers/mfd/tc3589x.c              |  407 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/tc35892.h        |  136 ------------
 include/linux/mfd/tc3589x.h        |  143 +++++++++++++
 11 files changed, 955 insertions(+), 921 deletions(-)
 delete mode 100644 drivers/gpio/tc35892-gpio.c
 create mode 100644 drivers/gpio/tc3589x-gpio.c
 delete mode 100644 drivers/mfd/tc35892.c
 create mode 100644 drivers/mfd/tc3589x.c
 delete mode 100644 include/linux/mfd/tc35892.h
 create mode 100644 include/linux/mfd/tc3589x.h

-- 
1.7.2.dirty

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