[PATCH v2 0/4] ata: pata_platform: Refurbish the driver

From: Lad Prabhakar
Date: Tue Dec 21 2021 - 11:26:43 EST


Hi All,

This patch series aims to merge pata_of_platform into pata_platform
driver.

Cheers,
Prabhakar

Changes for v2:
* Dropped check for IRQ0
* Dropped setting the irqflags as suggested by Rob
* Fixed freeing up irq_res when not present in DT
* Dropped PATA_OF_PLATFORM entry
* Split up sorting of headers in separate patch
* Dropped sht from struct pata_platform_priv
* Used GENMASK() to calculate mask

Lad Prabhakar (4):
ata: pata_platform: make use of platform_get_mem_or_io()
ata: pata_platform: Merge pata_of_platform into pata_platform
ata: pata_platform: Sort the #includes alphabetically
ata: pata_platform: Make use of GENMASK() macro

drivers/ata/Kconfig | 10 --
drivers/ata/Makefile | 1 -
drivers/ata/pata_of_platform.c | 90 ---------------
drivers/ata/pata_platform.c | 199 ++++++++++++++++++++++++---------
include/linux/ata_platform.h | 9 --
5 files changed, 144 insertions(+), 165 deletions(-)
delete mode 100644 drivers/ata/pata_of_platform.c

--
2.17.1