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

2011-02-17 Thread Thomas Abraham
Hi Grant, On 17 February 2011 05:47, Grant Likely grant.lik...@secretlab.ca wrote: On Sat, Feb 12, 2011 at 06:17:02PM +0530, Thomas Abraham wrote: 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.

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

2011-02-17 Thread Grant Likely
On Thu, Feb 17, 2011 at 7:04 AM, Thomas Abraham thomas.abra...@linaro.org wrote: Hi Grant, On 17 February 2011 05:47, Grant Likely grant.lik...@secretlab.ca wrote: On Sat, Feb 12, 2011 at 06:17:02PM +0530, Thomas Abraham wrote: This patch adds the of_match_table to enable s3c2410-wdt driver

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

2011-02-16 Thread Grant Likely
On Sat, Feb 12, 2011 at 06:17:02PM +0530, Thomas Abraham wrote: 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 thomas.abra...@linaro.org --- drivers/watchdog/s3c2410_wdt.c |

[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 thomas.abra...@linaro.org --- drivers/watchdog/s3c2410_wdt.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)