summaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/include/plat/regs-iis.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11ASoC: samsung: move plat/ headers to local directoryArnd Bergmann1-70/+0
The plat/regs-iis.h and plat/regs-ac97.h files in the samsung platform are only needed by the ASoC drivers, so they can be moved into the same directory, as one more step towards a multiplatform build. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-10-04ARM: SAMSUNG: Move S3C24XX header files to plat-samsungKukjin Kim1-0/+70
This patch moves header files from plat-s3c24xx to plat-samsung to remove plat-s3c24xx directory to make one plat-samsung directory for Samsung SoCs. And this patch includes fixing coding style, too. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>