Re: [U-Boot] [PATCH v4] watchdog: Convert Xilinx Axi watchdog driver to driver model

2018-07-19 Thread Simon Glass
On 19 July 2018 at 01:15, Michal Simek wrote: > From: Shreenidhi Shedi > > Xilinx Axi wdt driver conversion to driver model & Kconfig update > for the same. > > Signed-off-by: Shreenidhi Shedi > Signed-off-by: Michal Simek > --- > > Changes in v4: > - Fix Kconfig typo - by sjg > - Use debug ins

[U-Boot] [PATCH v4] watchdog: Convert Xilinx Axi watchdog driver to driver model

2018-07-19 Thread Michal Simek
From: Shreenidhi Shedi Xilinx Axi wdt driver conversion to driver model & Kconfig update for the same. Signed-off-by: Shreenidhi Shedi Signed-off-by: Michal Simek --- Changes in v4: - Fix Kconfig typo - by sjg - Use debug instead of puts in drivers - by sjg - Use EBUSY instead of -1 - by sjg