]> 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 08:20:07 +0000 (00:20 -0800)
commit083dd6cf853544c78fd5d87252f3d6cf77d7f65f
tree3743ca3bc364f254fa89cf405e642b708744df39
parenta4f695692b11a23b0ff606150a64ff245963fba2
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]