S3C2416: add devicetree support
From: Heiko Stuebner <heiko.stuebner@...> Date: Tue, 17 Jan 2012 15:07:58 +0100
Upcoming patchset implementing device tree support for S3C2416 SoCs. Heiko Stuebner (3): serial: samsung: add dt properties for other supported SoCs gpio: samsung: add dt init for s3c24xx arches S3C2416: add basic devictree support arch/arm/boot/dts/s3c2416.dtsi | 192 +++++++++++++++++++++++++++++++ arch/arm/mach-s3c2416/mach-s3c2416-dt.c | 90 ++++++++++++++ drivers/gpio/gpio-samsung.c | 57 +++++++++ drivers/tty/serial/samsung.c | 10 ++ 4 files changed, 349 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/s3c2416.dtsi create mode 100644 arch/arm/mach-s3c2416/mach-s3c2416-dt.c -- 1.7.5.4
Patches in this set
- [0001] serial: samsung: add dt properties for other supported (raw)
- [0002] gpio: samsung: add dt init for s3c24xx arches (raw)
- [0003] S3C2416: add basic devictree support (raw)
Statistics
- 3 individual patches
- 349 lines added
- 0 lines removed