]> 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>
Thu, 1 Mar 2007 12:48:03 +0000 (04:48 -0800)
commite86055fdaf11edbefb2bd6c86faf1efe3615b428
treedae23dafb5f8052f6d9a3c8081b16dcc9e5c74e1
parent91151f7f735833716c9ece08c3a86331f3b0f06f
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]