[U-Boot] [PATCH v1 0/6] This patch series contains the the changes related to

Shreenidhi Shedi yesshedi at gmail.com
Fri Jun 29 21:51:37 UTC 2018


Xilinx Axi Watchdog driver conversion to driver model.
All other changes are necessary for getting this done.

[PATCH 1/6] We no more need redundant io related macros
[PATCH 2/6] Guard the board specific do_reset based on configuartions
[PATCH 3/6] Cosmetic changes, based on checkpatch results
[PATCH 4/6] Removed a bunch of WATCHDOG related macros
[PATCH 5/6] Support for watchdog_reset function for Microblaze
[PATCH 6/6] Last one, contains the Xilinx Axi watchdog driver to DM

Changes in v1:
- Removed few macros which aren't needed anymore
- Few cosmetic changes
- Converted Xilinx Axi Watchdog driver to driver model

Shreenidhi Shedi (6):
  microblaze: Use default implementation from include/linux/io.h
  microblaze: Guard do_reset by CONFIG_SYSRESET
  microblaze: Cosmetic changes in Microblaze related files
  microblaze: Delete Xilinx watchdog related macros
  microblaze: Support for watchdog_reset in Microblaze init
  watchdog: Convert Xilinx Axi watchdog driver to driver model

 arch/microblaze/include/asm/io.h              |  95 +++++++++-------
 .../microblaze-generic/microblaze-generic.c   |  53 +++++++--
 board/xilinx/microblaze-generic/xparameters.h |   8 +-
 drivers/watchdog/Kconfig                      |   8 ++
 drivers/watchdog/xilinx_tb_wdt.c              | 107 ++++++++++++++----
 include/configs/microblaze-generic.h          |  12 +-
 6 files changed, 193 insertions(+), 90 deletions(-)

--
2.17.1



More information about the U-Boot mailing list