]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: S3C64XX: Use module identification for Craggamore system builds
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 19 Aug 2011 13:40:07 +0000 (22:40 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 19 Aug 2011 13:40:07 +0000 (22:40 +0900)
commit772c84d112c659689c9f924f12dc993a76256233
treee283baa6c548cab9ec73be60ae524f9404e52b8b
parent1bc3607b40d770c0c5617213d2d696a51b5c46a8
ARM: S3C64XX: Use module identification for Craggamore system builds

The Cragganmore system is modular with I2C based identification chips on
the system allowing identification of the system build. Provide a stub I2C
driver which parses the module IDs and uses them to select the appropriate
audio subsystem components to register. To avoid confusion due to having
the mini-driver in the system the driver is placed in a separate file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/Kconfig
arch/arm/mach-s3c64xx/Makefile
arch/arm/mach-s3c64xx/include/mach/crag6410.h [new file with mode: 0644]
arch/arm/mach-s3c64xx/mach-crag6410-module.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/mach-crag6410.c