All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] drivers: Add reset ctrl to drivers
@ 2018-05-08  3:19 Ley Foon Tan
  2018-05-08  3:19 ` [U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver Ley Foon Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Ley Foon Tan @ 2018-05-08  3:19 UTC (permalink / raw)
  To: u-boot

Add reset ctrl to dwmmc socfpga, designware Ethernet and ns16550 serial drivers.

A reset property is an optional feature, so only print out a warning and
do not fail if a reset property is not present.
    
If a reset property is discovered, then use it to deassert, thus bringing the
IP out of reset.

This is preparation to upstream Intel Stratix 10 SoC support in [1].

v2 change:
- remove #ifdef CONFIG_DM_RESET switch
- add maintainer emails

History:
v1: https://patchwork.ozlabs.org/cover/905519/
v2: https://patchwork.ozlabs.org/cover/908667/

[1]: https://patchwork.ozlabs.org/cover/900499/

Ley Foon Tan (3):
  mmc: dwmmc: socfpga: Add reset ctrl to driver
  serial: ns16550: Add reset ctrl to driver
  net: designware: Add reset ctrl to driver

 drivers/mmc/socfpga_dw_mmc.c |   17 +++++++++++++++++
 drivers/net/designware.c     |    8 ++++++++
 drivers/serial/ns16550.c     |    8 ++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-06-12 20:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08  3:19 [U-Boot] [PATCH v3 0/3] drivers: Add reset ctrl to drivers Ley Foon Tan
2018-05-08  3:19 ` [U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver Ley Foon Tan
2018-05-13 22:01   ` Simon Glass
2018-05-24  2:27     ` Ley Foon Tan
2018-05-24 12:39   ` [U-Boot] [U-Boot, v3, " Tom Rini
2018-05-25  2:45     ` Ley Foon Tan
2018-05-25 11:16       ` Tom Rini
2018-05-29 13:30         ` Dinh Nguyen
2018-05-31  3:02         ` Ley Foon Tan
2018-05-31 11:16           ` Tom Rini
2018-06-01  2:01             ` Ley Foon Tan
2018-05-08  3:19 ` [U-Boot] [PATCH v3 2/3] serial: ns16550: " Ley Foon Tan
2018-05-24  2:25   ` Ley Foon Tan
2018-05-08  3:19 ` [U-Boot] [PATCH v3 3/3] net: designware: " Ley Foon Tan
2018-05-13 22:01   ` Simon Glass
2018-05-15 21:08   ` Joe Hershberger
2018-05-24  2:22     ` Ley Foon Tan
2018-06-12 20:50       ` Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.