]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mfd: SM501 core driver
authorBen Dooks <ben@fluff.org.uk>
Tue, 20 Feb 2007 21:58:01 +0000 (13:58 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:14 +0000 (17:10 -0800)
commitc9090c5e75ee5a27e1561791393d9d977a155d30
tree8de7c81e0c56fef5bc70870d107d346ca7a83529
parent8ed4fea0c1c6059f4a293623e83046edba568521
[PATCH] mfd: SM501 core driver

This driver provides the core functionality of the SM501, which is a
multi-function chip including two framebuffers, video acceleration, USB,
and many other peripheral blocks.

The driver exports a number of entries for the peripheral drivers to use.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Vincent Sanders <vince@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/sm501.c [new file with mode: 0644]
include/linux/sm501-regs.h [new file with mode: 0644]
include/linux/sm501.h [new file with mode: 0644]