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

2011-02-06 Thread Thomas Abraham
This patch adds a basic dts file for Samsung's SMDKV310 machine. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/mach-smdkv310.dts | 38 +++ 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100755 arch/arm/mach-s5pv310/mach-smdkv310.dts diff -

[PATCH 0/4] Add basic device tree support for Samsung's SMDKV310 machine.

2011-02-06 Thread Thomas Abraham
This patchset adds Samsung's SMDKV310 machine with device tree support. The bootargs and memory information is obtained from the device tree. The watchdog driver is also modified such that it is probed based on the information from the device tree. Thomas Abraham (4): ARM: DT: Add SMDKV310 machin

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

2011-02-06 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/4] ARM: DT: Add support for probing platform bus on SMDKV310 machine

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

[PATCH 1/4] ARM: DT: Add SMDKV310 machine with device tree support.

2011-02-06 Thread Thomas Abraham
This patch adds a new SMDKV310 machine that boots with a minimal device tree support. The bootargs and memory information is obtained from the device tree during boot. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv310/Kconfig|7 ++ arch/arm/mach-s5pv310/Makefile |

Re: Device Tree on ARM status report

2011-02-06 Thread Thomas Abraham
On 6 February 2011 10:12, Grant Likely wrote: > Hi all, > > With several more engineers working on ARM device tree support, I'm > going to start collecting the status of all the work that is going on > (and I know about) and posting it in a regular status report, > hopefully weekly, for the next f

Re: OpenOCD support for OMAP4/ PandaBoard

2011-02-06 Thread Michael Hope
On Sun, Feb 6, 2011 at 6:38 AM, Nicolas Pitre wrote: > I just stumbled across this: > > http://article.gmane.org/gmane.comp.debugging.openocd.devel/15584 > > And the mentioned clock issue seems to be fixed here: > > http://article.gmane.org/gmane.comp.debugging.openocd.devel/15619 > > This is exce

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

2011-02-06 Thread David Gibson
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 Abraham > --- > arch/arm/mach-s5pv310/mach-smdkv310.dts | 38 > +++ > 1 files changed, 38 insertions(+), 0 d

Re: [PATCH 1/4] ARM: DT: Add SMDKV310 machine with device tree support.

2011-02-06 Thread Grant Likely
On Sun, Feb 06, 2011 at 06:47:27PM +0530, Thomas Abraham wrote: > This patch adds a new SMDKV310 machine that boots with a minimal > device tree support. The bootargs and memory information is obtained > from the device tree during boot. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-s5

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

2011-02-06 Thread Grant Likely
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 Abraham > --- > arch/arm/mach-s5pv310/mach-smdkv310.dts | 38 > +++ > 1 files changed, 38 insertions(+), 0 d