]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Add CBUS support
authorJuha Yrjölä <juha.yrjola@nokia.com>
Tue, 27 Feb 2007 10:13:32 +0000 (02:13 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Mar 2007 11:12:08 +0000 (03:12 -0800)
commitea54016bf97423801797237483d731b086eb7cc6
tree3d8df5b517db79e688997d4a4cf3219f98c9addd
parent139da006efb57c827629c63167b0c112350512f6
Add CBUS support

CBUS is the bus that Energy Management ASICs are connected to on
some Nokia mobile devices. Added support for CBUS and two EM ASIC
drivers.

Also added board config structures for some of the Nokia 770 drivers.

Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>
17 files changed:
arch/arm/Kconfig
drivers/Makefile
drivers/cbus/Kconfig [new file with mode: 0644]
drivers/cbus/Makefile [new file with mode: 0644]
drivers/cbus/cbus.c [new file with mode: 0644]
drivers/cbus/cbus.h [new file with mode: 0644]
drivers/cbus/retu-pwrbutton.c [new file with mode: 0644]
drivers/cbus/retu-rtc.c [new file with mode: 0644]
drivers/cbus/retu-user.c [new file with mode: 0644]
drivers/cbus/retu-wdt.c [new file with mode: 0644]
drivers/cbus/retu.c [new file with mode: 0644]
drivers/cbus/retu.h [new file with mode: 0644]
drivers/cbus/tahvo-usb.c [new file with mode: 0644]
drivers/cbus/tahvo-user.c [new file with mode: 0644]
drivers/cbus/tahvo.c [new file with mode: 0644]
drivers/cbus/tahvo.h [new file with mode: 0644]
drivers/cbus/user_retu_tahvo.h [new file with mode: 0644]