public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ata: pata_platform: Refurbish the driver
@ 2021-12-21 16:26 Lad Prabhakar
  2021-12-21 16:26 ` [PATCH v2 1/4] ata: pata_platform: make use of platform_get_mem_or_io() Lad Prabhakar
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Lad Prabhakar @ 2021-12-21 16:26 UTC (permalink / raw)
  To: Rob Herring, Damien Le Moal, Sergey Shtylyov, linux-ide
  Cc: linux-kernel, Prabhakar, Lad Prabhakar

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


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

end of thread, other threads:[~2021-12-23 20:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 16:26 [PATCH v2 0/4] ata: pata_platform: Refurbish the driver Lad Prabhakar
2021-12-21 16:26 ` [PATCH v2 1/4] ata: pata_platform: make use of platform_get_mem_or_io() Lad Prabhakar
2021-12-21 20:04   ` Sergey Shtylyov
2021-12-23  0:35   ` Damien Le Moal
2021-12-23 11:25     ` Lad, Prabhakar
2021-12-21 16:26 ` [PATCH v2 2/4] ata: pata_platform: Merge pata_of_platform into pata_platform Lad Prabhakar
2021-12-23 20:30   ` Sergey Shtylyov
2021-12-23 20:36     ` Sergey Shtylyov
2021-12-21 16:26 ` [PATCH v2 3/4] ata: pata_platform: Sort the #includes alphabetically Lad Prabhakar
2021-12-21 16:52   ` Sergey Shtylyov
2021-12-21 16:26 ` [PATCH v2 4/4] ata: pata_platform: Make use of GENMASK() macro Lad Prabhakar
2021-12-21 18:44   ` Sergey Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox