]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: S3C64XX: Added platform data header
authorJassi Brar <jassi.brar@samsung.com>
Tue, 17 Nov 2009 07:53:50 +0000 (16:53 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 18 Nov 2009 13:35:04 +0000 (13:35 +0000)
commit07e74c0ac8f1fdb197e24bbbd5aadfa0c430a95c
tree300cc347d33de07e577c0bb39c2423d70c66ebad
parent93f85130e1e9b03cded7bfe1383919f421e479b4
ARM: S3C64XX: Added platform data header

Many SoCs have their I2S pins MUXed with other functions. So we need
to pass a callback for driver to configure the pins appropriately.
Hence, the need of platform data and this header.

As and when needed new callbacks and structure pointers maybe added to this
header.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/plat-s3c/include/plat/audio.h [new file with mode: 0644]