]> 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, 29 Mar 2007 13:34:18 +0000 (09:34 -0400)
commit43e60fdbc38dff4777e61b3a431e9d9064efe5ab
treecfe155e656464815de8ad9b15a79fcdf5cc757c5
parentfe6f42fc1ede2dd7746dd6ef62b870da9dc0e1ab
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]