[U-Boot] [PATCH v4] watchdog: Convert Xilinx Axi watchdog driver to driver model

Simon Glass sjg at chromium.org
Thu Jul 19 15:21:42 UTC 2018


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


More information about the U-Boot mailing list