Re: [PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-10-27 Thread Wim Van Sebroeck
Hi Justin, > Currently there is no way to easily differentiate multiple > watchdog devices. The watchdogs are named by the order they > are probed. > 1st probed watchdog: /dev/watchdog0 > 2nd probed watchdog: /dev/watchdog1 > ... > > This change uses the alias of the watchdog device node for > th

Re: [PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-09-02 Thread Guenter Roeck
Hi Justin, On Wed, Sep 02, 2015 at 11:00:17AM -0700, Justin Chen wrote: > Currently there is no way to easily differentiate multiple > watchdog devices. The watchdogs are named by the order they > are probed. > 1st probed watchdog: /dev/watchdog0 > 2nd probed watchdog: /dev/watchdog1 > ... > > Th

[PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-09-02 Thread Justin Chen
Currently there is no way to easily differentiate multiple watchdog devices. The watchdogs are named by the order they are probed. 1st probed watchdog: /dev/watchdog0 2nd probed watchdog: /dev/watchdog1 ... This change uses the alias of the watchdog device node for the name of the watchdog. aliase

Re: [PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-09-01 Thread Guenter Roeck
On Tue, Sep 01, 2015 at 10:20:36AM -0700, Justin Chen wrote: > On Sat, Aug 29, 2015 at 2:53 AM, Guenter Roeck wrote: > > On 08/28/2015 02:58 PM, Justin Chen wrote: > >> > >> Currently there is no way to easily differentiate multiple > >> watchdog devices. The watchdogs are named by the order they

Re: [PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-08-29 Thread Guenter Roeck
On 08/28/2015 02:58 PM, Justin Chen wrote: Currently there is no way to easily differentiate multiple watchdog devices. The watchdogs are named by the order they are probed. 1st probed watchdog: /dev/watchdog0 2nd probed watchdog: /dev/watchdog1 ... This change uses the alias of the watchdog dev

[PATCH] watchdog_dev: Use device tree alias for naming watchdogs

2015-08-28 Thread Justin Chen
Currently there is no way to easily differentiate multiple watchdog devices. The watchdogs are named by the order they are probed. 1st probed watchdog: /dev/watchdog0 2nd probed watchdog: /dev/watchdog1 ... This change uses the alias of the watchdog device node for the name of the watchdog. aliase