On 19 July 2018 at 01:15, Michal Simek <[email protected]> wrote: > From: Shreenidhi Shedi <[email protected]> > > Xilinx Axi wdt driver conversion to driver model & Kconfig update > for the same. > > Signed-off-by: Shreenidhi Shedi <[email protected]> > Signed-off-by: Michal Simek <[email protected]> > --- > > Changes in v4: > - Fix Kconfig typo - by sjg > - Use debug instead of puts in drivers - by sjg > - Use EBUSY instead of -1 - by sjg > > Changes in v3: > - Fix commit message > - s/Axi/AXI > - Use platdata instead of private data. > - Remove \n from wdt reset to catch logs > - Add debug to wdt_start > > Changes in v2: > - Rectified print message > - Removed stop instruction from probe > > Changes in v1: > - Xilinx Axi wdt driver conversion to DM initial version > > drivers/watchdog/Kconfig | 8 +++ > drivers/watchdog/xilinx_tb_wdt.c | 111 > ++++++++++++++++++++++++++++++--------- > 2 files changed, 93 insertions(+), 26 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

