
19 Jul
2018
19 Jul
'18
5:21 p.m.
On 19 July 2018 at 01:15, Michal Simek michal.simek@xilinx.com wrote:
From: Shreenidhi Shedi yesshedi@gmail.com
Xilinx Axi wdt driver conversion to driver model & Kconfig update for the same.
Signed-off-by: Shreenidhi Shedi yesshedi@gmail.com Signed-off-by: Michal Simek michal.simek@xilinx.com
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 sjg@chromium.org