[PATCH 0/5] Update and rewrite IXP4xx PATA driver

Linus Walleij linus.walleij at linaro.org
Wed Jul 28 02:02:37 PDT 2021


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




More information about the linux-arm-kernel mailing list