Skip to content

Commit

Permalink
mfd: driver for the T7L66XB TMIO SoC
Browse files Browse the repository at this point in the history
This patchset provides support for the core functinality of the T7L66XB
SoC from Toshiba. Supported in this patchset is the IRQ MUX, MMC controller
and NAND flash controller.

Signed-off-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
  • Loading branch information
Ian Molton authored and Samuel Ortiz committed Aug 10, 2008
1 parent d3a2f71 commit 1f19201
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ config HTC_PASIC3
HTC Magician devices, respectively. Actual functionality is
handled by the leds-pasic3 and ds1wm drivers.

config MFD_T7L66XB
bool "Support Toshiba T7L66XB"
select MFD_CORE
help
Support for Toshiba Mobile IO Controller T7L66XB

config MFD_TC6393XB
bool "Support Toshiba TC6393XB"
depends on GPIOLIB && ARM
Expand Down
1 change: 1 addition & 0 deletions drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_MFD_ASIC3) += asic3.o
obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o

obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o
obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o

obj-$(CONFIG_MFD_CORE) += mfd-core.o
Expand Down
Loading

0 comments on commit 1f19201

Please sign in to comment.