linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Update and rewrite IXP4xx PATA driver
@ 2021-07-28  9:02 Linus Walleij
  2021-07-28  9:02 ` [PATCH 1/5] pata: ixp4xx: Use local dev variable Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Linus Walleij @ 2021-07-28  9:02 UTC (permalink / raw)
  To: Jens Axboe, linux-ide
  Cc: linux-arm-kernel, Imre Kaloz, Krzysztof Halasa, Linus Walleij

This rewrites the IXP4xx PATA driver to use device tree exclusively.

It is too much trouble to triangulate over using board files and
DT at the same time, let's just replace it with device tree as
we delete all board files at the same time as we merge this.

I'd appreciate an ACK from the PATA maintainer so we can take this
through the ARM SoC tree when we delete the boardfiles at the same
time.

Linus Walleij (5):
  pata: ixp4xx: Use local dev variable
  pata: ixp4xx: Use IS_ENABLED() to determine endianness
  pata: ixp4xx: Refer to cmd and ctl rather than csN
  pata: ixp4xx: Add DT bindings
  pata: ixp4xx: Rewrite to use device tree

 .../ata/intel,ixp4xx-compact-flash.yaml       |  62 ++++
 drivers/ata/pata_ixp4xx_cf.c                  | 264 ++++++++++++------
 include/linux/platform_data/pata_ixp4xx_cf.h  |   4 +-
 3 files changed, 249 insertions(+), 81 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/intel,ixp4xx-compact-flash.yaml

-- 
2.31.1


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

end of thread, other threads:[~2021-07-28 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28  9:02 [PATCH 0/5] Update and rewrite IXP4xx PATA driver Linus Walleij
2021-07-28  9:02 ` [PATCH 1/5] pata: ixp4xx: Use local dev variable Linus Walleij
2021-07-28  9:02 ` [PATCH 2/5] pata: ixp4xx: Use IS_ENABLED() to determine endianness Linus Walleij
2021-07-28  9:02 ` [PATCH 3/5] pata: ixp4xx: Refer to cmd and ctl rather than csN Linus Walleij
2021-07-28  9:02 ` [PATCH 4/5] pata: ixp4xx: Add DT bindings Linus Walleij
2021-07-28 16:14   ` Rob Herring
2021-07-28  9:02 ` [PATCH 5/5] pata: ixp4xx: Rewrite to use device tree Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).