Re: [PATCH 2/4] ARM: DT: Add a basic dts file for SMDKV310 machine

2011-02-12 Thread Grant Likely
On Mon, Feb 07, 2011 at 01:24:12PM -0600, Rob Herring wrote: > David, Thomas, > > On 02/06/2011 06:04 PM, David Gibson wrote: > >On Sun, Feb 06, 2011 at 06:47:28PM +0530, Thomas Abraham wrote: > >>This patch adds a basic dts file for Samsung's SMDKV310 machine. > >> > >>Signed-off-by: Thomas Abrah

[PATCH 0/7] Add Samsung's s5pv310 machine with device tree enabled

2011-02-12 Thread Thomas Abraham
This patchset adds Samsung's s5pv310 machine with device tree support. This is based on git://git.secretlab.ca/git/linux-2.6 devicetree/test A new machine s5pv310-dt is added along with a dts file for the smdkv310 board. Some of the features introduced in this patchset are 1. Tested on smdkv310

[PATCH 7/7] serial: samsung: Get default port register settings from device tree

2011-02-12 Thread Thomas Abraham
The default uart port register settings are obtained from the platform data. In addition to that, this patch adds support for obtaining the default uart port register values from the uart node in device tree. Signed-off-by: Thomas Abraham --- drivers/tty/serial/samsung.c | 13 + 1

[PATCH 4/7] watchdog: s3c2410: Add support for device tree based probe

2011-02-12 Thread Thomas Abraham
This patch adds the of_match_table to enable s3c2410-wdt driver to be probed when watchdog device node is found in the device tree. Signed-off-by: Thomas Abraham --- drivers/watchdog/s3c2410_wdt.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog

[PATCH 3/7] ARM: s5pv310-dt: Add support for probing platform bus on s5pv310 dt-enabled machine

2011-02-12 Thread Thomas Abraham
This patch adds support for probing devices from device tree for Samsung's s5pv310 device-tree enabled machine. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/mach-s5pv310-dt.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/mach

[PATCH 2/7] ARM: s5pv310-dt: Add a basic dts file for SMDKV310 machine

2011-02-12 Thread Thomas Abraham
This patch adds a basic dts file for Samsung's SMDKV310 board which is based on the s5pv310 machine. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/mach-smdkv310.dts | 78 +++ 1 files changed, 78 insertions(+), 0 deletions(-) create mode 100755 arch/arm/ma

[PATCH 5/7] serial: samsung: Get console register defaults from device tree

2011-02-12 Thread Thomas Abraham
The uart ports are used as console and due to console_init, the uart ports are initialized prior to the uart driver's probe function is called. During this intialization stage, the driver obtains the default port register values from the platform data. This patch adds support for obtaining the def

[PATCH 6/7] ARM: s5pv310-dt: Enable snooping of platform_device registrations

2011-02-12 Thread Thomas Abraham
Enable snooping of platform_device registrations for s5pv310-dt machine. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/mach-s5pv310-dt.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/mach-s5pv310-dt.c b/arch/arm/mach-s5pv310/mach-s5pv31

[PATCH 1/7] ARM: s5pv310-dt: Add s5pv310 machine with device tree support

2011-02-12 Thread Thomas Abraham
This patch adds a new Samsung's s5pv310 machine that boots with a minimal device tree support. The bootargs, memory information, console port register defaults and external crystal frequency are obtained from the device tree during boot. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/Kc

Re: Device tree support for 11.05

2011-02-12 Thread Grant Likely
On Thu, Jan 27, 2011 at 11:51 AM, Nicolas Pitre wrote: > On Thu, 27 Jan 2011, Grant Likely wrote: > >> 2011/1/26 Grant Likely : >> > On Wed, Jan 26, 2011 at 2:49 PM, Nicolas Pitre >> > wrote: >> >> On Wed, 26 Jan 2011, Grant Likely wrote: >> >> >> >>> If I were able to get all the supported Lina