20 Oct, 2008
4 commits
-
Add support for tmiofb cell found in tc6393xb chip.
Signed-off-by: Dmitry Baryshkov
Cc: Ian Molton
Signed-off-by: Samuel Ortiz -
Add information regarding OHCI cell of the tc6393xb
Signed-off-by: Dmitry Baryshkov
Acked-by: Ian Molton
Signed-off-by: Samuel Ortiz -
As requested by Ian make state restore only if it's requested
by platform data: some platforms do correctly save the state of
the chip during suspend/resume, but some (like tosa) incorrectly
power off the chip at suspend, so the driver supports restoring
some bits of the tc6393xb state (not full, merely enough to support
resume on tosa). With this patch this code is disabled by default.Signed-off-by: Dmitry Baryshkov
Acked-by: Ian Molton
Signed-off-by: Samuel Ortiz -
Instead of using bitfields for initial gpio setup,
provide generic setup/teardown hooks that can be used
to set the gpio states, register child devices, etc.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Samuel Ortiz
11 Aug, 2008
1 commit
-
This patchset cleans up the TC6393XB support.
* Add provision for the MMC subdevice
* Disable / enable clocks on suspend / resume
* Remove fragments of badly merged code (eg. linux/fb include etc.)
* Use a device specific clock name to break dependancy on ARM/PXA2XX
* Drop unnecessary resource names
* Switch to tmio_io* accessorsSigned-off-by: Ian Molton
Signed-off-by: Samuel Ortiz
07 Jul, 2008
2 commits
-
Signed-off-by: Dmitry Baryshkov
Signed-off-by: Russell King -
Add support for Toshiba TC6393XB companion chip. Currently
only GPIO and part of IRQ features of the device are supported.Signed-off-by: Dmitry Baryshkov
Signed-off-by: Russell King