All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers
@ 2018-08-22 12:13 Kunihiko Hayashi
  2018-08-22 12:13 ` [PATCH v2 1/3] ata: add an extra argument to ahci_platform_get_resources() Kunihiko Hayashi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kunihiko Hayashi @ 2018-08-22 12:13 UTC (permalink / raw)
  To: Tejun Heo, Hans de Goede, Rob Herring, Mark Rutland, linux-ide
  Cc: devicetree, linux-kernel, Kunihiko Hayashi

Add support to get and control a list of resets for the device, and
add the flag indicating whether to use the reset. Existing SoC-dependent
drivers set 0 to this flag.

This series solves the issue of the previous patch [1] that was already
reverted [2].
[1] https://www.spinics.net/lists/linux-ide/msg55299.html
[2] https://www.spinics.net/lists/linux-ide/msg55379.html

Changes since v1:
- collect patches for each soc-dependent driver
- separate into 3 patches not to affect existing code

Kunihiko Hayashi (3):
  ata: add an extra argument to ahci_platform_get_resources()
  ata: libahci_platform: add reset control support
  ata: ahci_platform: enable to get and control reset

 .../devicetree/bindings/ata/ahci-platform.txt      |  1 +
 drivers/ata/ahci.h                                 |  1 +
 drivers/ata/ahci_brcm.c                            |  2 +-
 drivers/ata/ahci_ceva.c                            |  2 +-
 drivers/ata/ahci_da850.c                           |  2 +-
 drivers/ata/ahci_dm816.c                           |  2 +-
 drivers/ata/ahci_imx.c                             |  2 +-
 drivers/ata/ahci_mtk.c                             |  2 +-
 drivers/ata/ahci_mvebu.c                           |  2 +-
 drivers/ata/ahci_platform.c                        |  3 +-
 drivers/ata/ahci_qoriq.c                           |  2 +-
 drivers/ata/ahci_seattle.c                         |  2 +-
 drivers/ata/ahci_st.c                              |  2 +-
 drivers/ata/ahci_sunxi.c                           |  2 +-
 drivers/ata/ahci_tegra.c                           |  2 +-
 drivers/ata/ahci_xgene.c                           |  2 +-
 drivers/ata/libahci_platform.c                     | 35 ++++++++++++++++++----
 include/linux/ahci_platform.h                      |  4 ++-
 18 files changed, 49 insertions(+), 21 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-08-29  0:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22 12:13 [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers Kunihiko Hayashi
2018-08-22 12:13 ` [PATCH v2 1/3] ata: add an extra argument to ahci_platform_get_resources() Kunihiko Hayashi
2018-08-22 12:13 ` [PATCH v2 2/3] ata: libahci_platform: add reset control support Kunihiko Hayashi
2018-08-29  0:34   ` Rob Herring
2018-08-22 12:13 ` [PATCH v2 3/3] ata: ahci_platform: enable to get and control reset Kunihiko Hayashi
2018-08-22 13:33 ` [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers Hans de Goede
2018-08-22 15:27 ` Tejun Heo

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.