lkml.org 
[lkml]   [2010]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/8] mfd/tc35892: allow to support multiple variants
Date
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



\
 
 \ /
  Last update: 2010-12-13 05:05    [W:0.117 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site