summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/s5p-dev-uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: SAMSUNG: Remove remaining legacy codeTomasz Figa2014-07-181-88/+0
| | | | | | | | | | After refactoring suspend/resume, which was last part with dependencies on legacy code, all Kconfig symbols related to Samsung ATAGS support can be deselected and more unused code removed. This includes most of s5p-* code as well, as s5pv210 was their last user. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: SAMSUNG: Remove hardware.h inclusionSachin Kamat2014-03-201-1/+0
| | | | | | | | | The contents of this header file are not referenced anywhere in the included .c files except in devs.c. Remove its inclusion. For devs.c, explicitly include sizes.h header for SZ_* macros. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: SAMSUNG: move platform device for s5p uart into plat-samsungKukjin Kim2012-05-131-0/+89
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>