All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI
@ 2018-09-03 10:01 ` Corentin Labbe
  0 siblings, 0 replies; 48+ messages in thread
From: Corentin Labbe @ 2018-09-03 10:01 UTC (permalink / raw)
  To: axboe-tSWWG44O7X1aa/9Udqfwiw, hdegoede-H+wXaHxf7aLQT0dZR+AlfA,
	mark.rutland-5wv7dgnIgG8, maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, wens-jdAy2FN1RRM
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-ide-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Corentin Labbe

This patchset add support for allwinner R40 AHCI controller.

The whole patchset is tested on sun8i-r40-bananapi-m2-ultra and
on sun7i-a20-cubieboard2 which doesnt have any of the ressources added
by this serie, so no regression should come with it.

Patchs 1-7 should go via the ata tree
Patchs 8,9 should go via the sunxi tree

Changes since v4:
- dropped PHY dedicated driver
- added the optionnal phy-supply

Changes since v3:
- Moved PHY code to a new sun4i-a10-phy-sata driver
- Removed reset code since ahci_platform support now reset controller.

Changes since V2
- Moved all ressources management to ahci_platform

Corentin Labbe (9):
  dt-bindings: ata: ahci-platform: fix indentation of target-supply
  ata: ahci_platform: add support for AHCI controller regulator
  dt-bindings: ata: ahci-platform: document ahci-supply
  ata: ahci_platform: add support for PHY controller regulator
  dt-bindings: ata: ahci-platform: document phy-supply
  ata: ahci_sunxi: add support for r40
  dt-bindings: ata: update ahci_sunxi bindings
  ARM: dts: sun8i: r40: add sata node
  ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI

 .../devicetree/bindings/ata/ahci-platform.txt      |  6 ++-
 arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts  | 18 +++++++++
 arch/arm/boot/dts/sun8i-r40.dtsi                   | 13 ++++++
 drivers/ata/ahci.h                                 |  2 +
 drivers/ata/ahci_sunxi.c                           |  3 +-
 drivers/ata/libahci_platform.c                     | 46 +++++++++++++++++++++-
 6 files changed, 84 insertions(+), 4 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2018-09-10 18:18 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 10:01 [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI Corentin Labbe
2018-09-03 10:01 ` Corentin Labbe
2018-09-03 10:01 ` Corentin Labbe
     [not found] ` <20180903100201.23131-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-09-03 10:01   ` [PATCH v5 1/9] dt-bindings: ata: ahci-platform: fix indentation of target-supply Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-10 16:25     ` Rob Herring
2018-09-10 16:25       ` Rob Herring
2018-09-03 10:01   ` [PATCH v5 2/9] ata: ahci_platform: add support for AHCI controller regulator Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01   ` [PATCH v5 3/9] dt-bindings: ata: ahci-platform: document ahci-supply Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01   ` [PATCH v5 4/9] ata: ahci_platform: add support for PHY controller regulator Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01   ` [PATCH v5 5/9] dt-bindings: ata: ahci-platform: document phy-supply Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
     [not found]     ` <20180903100201.23131-6-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-09-10 18:18       ` Rob Herring
2018-09-10 18:18         ` Rob Herring
2018-09-10 18:18         ` Rob Herring
2018-09-03 10:01   ` [PATCH v5 6/9] ata: ahci_sunxi: add support for r40 Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01   ` [PATCH v5 7/9] dt-bindings: ata: update ahci_sunxi bindings Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-03 10:01     ` Corentin Labbe
2018-09-10 18:18     ` Rob Herring
2018-09-10 18:18       ` Rob Herring
2018-09-10 18:18       ` Rob Herring
2018-09-03 10:02   ` [PATCH v5 8/9] ARM: dts: sun8i: r40: add sata node Corentin Labbe
2018-09-03 10:02     ` Corentin Labbe
2018-09-03 10:02     ` Corentin Labbe
2018-09-03 12:42   ` [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI Maxime Ripard
2018-09-03 12:42     ` Maxime Ripard
2018-09-03 12:42     ` Maxime Ripard
2018-09-03 12:58     ` Hans de Goede
2018-09-03 12:58       ` Hans de Goede
2018-09-03 12:58       ` Hans de Goede
2018-09-03 10:02 ` [PATCH v5 9/9] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI Corentin Labbe
2018-09-03 10:02   ` Corentin Labbe
2018-09-03 14:26 ` [PATCH v5 0/9] ata: ahci_platform: support allwinner R40 AHCI Jens Axboe
2018-09-03 14:26   ` Jens Axboe
     [not found]   ` <f70d43de-1305-997e-687a-d6e9978e37f5-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>
2018-09-05  7:25     ` Maxime Ripard
2018-09-05  7:25       ` Maxime Ripard
2018-09-05  7:25       ` Maxime Ripard

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.