Re: [PATCH 3/6] watchdog: s3c2410: Add support for device tree based probe

2011-06-22 Thread Wim Van Sebroeck
Hi Thomas, Grant, > On Mon, Jun 20, 2011 at 5:02 AM, 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 > > Acked-by: Grant Likely > > You nee

Re: [PATCH 3/6] watchdog: s3c2410: Add support for device tree based probe

2011-06-20 Thread Grant Likely
On Mon, Jun 20, 2011 at 5:02 AM, 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 Acked-by: Grant Likely You need to send this to Wim and the linux-wat

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

2011-06-20 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 --- .../devicetree/bindings/watchdog/samsung-wdt.txt | 12 drivers/watchdog/s3c2410_wdt.c | 10