
Hi,
this is moving MB watchdog to DM. I have taken v2 from Shreenidhi and did some changes to speedup upstreaming because I need this for my gpio work. Removing watchdog in the first patch is not big deal because this is generic platform and adresses are fake.
Sending only last patch because the rest was already applied and there are patches which depends on that.
Thanks, Michal
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
Shreenidhi Shedi (1): watchdog: Convert Xilinx Axi watchdog driver to driver model
drivers/watchdog/Kconfig | 8 +++ drivers/watchdog/xilinx_tb_wdt.c | 111 ++++++++++++++++++++++++++++++--------- 2 files changed, 93 insertions(+), 26 deletions(-)