
On 14.7.2018 22:35, Shreenidhi Shedi wrote:
[PATCH 1/3] Removed a bunch of WATCHDOG related macros [PATCH 2/3] Support for watchdog_reset function for Microblaze init [PATCH 3/3] Xilinx Axi watchdog driver to driver model
Changes in v2:
- Appropriate commit messages for each patch
- Cosmetic changes patch is taken out
- Changes in xilinx_tb_wdt.c based on review comments
Shreenidhi Shedi (3): microblaze: Delete Xilinx watchdog related macros microblaze: Support for watchdog_reset in Microblaze init watchdog: Convert Xilinx Axi watchdog driver to driver model
.../microblaze-generic/microblaze-generic.c | 42 ++++++- board/xilinx/microblaze-generic/xparameters.h | 4 - drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/xilinx_tb_wdt.c | 105 ++++++++++++++---- include/configs/microblaze-generic.h | 10 -- 5 files changed, 127 insertions(+), 42 deletions(-)
-- 2.17.1
There are several issues. I have taken your series and clean it up a little bit and send v3. Please take a look at that changes I made.
Thanks, Michal