Re: [PATCH] watchdog: twl4030_wdt: Watchdog device registration issue fix

2011-03-28 Thread J, KEERTHY
Hello All, Any comments on this patch? Regards, Keerthy On Wed, Mar 2, 2011 at 2:17 AM, Keerthy j-keer...@ti.com wrote: twl4030_wdt driver and omap_wdt driver are registering as misc_device name as watchdog and the same minor number WATCHDOG_MINOR( value = 130). There is a conflict since the

Re: [PATCH] watchdog: twl4030_wdt: Watchdog device registration issue fix

2011-03-28 Thread Wim Van Sebroeck
Hi All, Hello All, Any comments on this patch? Regards, Keerthy On Wed, Mar 2, 2011 at 2:17 AM, Keerthy j-keer...@ti.com wrote: twl4030_wdt driver and omap_wdt driver are registering as misc_device name as watchdog and the same minor number WATCHDOG_MINOR( value = 130). There

[PATCH] watchdog: twl4030_wdt: Watchdog device registration issue fix

2011-03-01 Thread Keerthy
twl4030_wdt driver and omap_wdt driver are registering as misc_device name as watchdog and the same minor number WATCHDOG_MINOR( value = 130). There is a conflict since the name and minor were the same for both the misc_device registered by omap_wdt.c as well as twl4030_wdt.c The omap_wdt.c probe