linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/10] ata: pata_platform: Refurbish the driver
@ 2021-12-24 13:12 Lad Prabhakar
  2021-12-24 13:12 ` [PATCH v3 01/10] ata: pata_platform: Make use of platform_get_mem_or_io() Lad Prabhakar
                   ` (9 more replies)
  0 siblings, 10 replies; 33+ messages in thread
From: Lad Prabhakar @ 2021-12-24 13:12 UTC (permalink / raw)
  Cc: Sergey Shtylyov, Rob Herring, linux-kernel, Prabhakar, Lad Prabhakar

Hi All,

This patch series aims to merge pata_of_platform into pata_platform
driver.

Cheers,
Prabhakar

Changes for v3:
* Split up the patches furthermore.

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 (10):
  ata: pata_platform: Make use of platform_get_mem_or_io()
  ata: pata_platform: Drop use of unlikely() in pata_platform_probe
  ata: pata_of_platform: Use platform_get_irq_optional() to get the
    interrupt
  ata: pata_platform: Use platform_get_irq_optional() to get the
    interrupt
  ata: pata_platform: Drop check for invalid IRQ number
  ata: pata_of_platform: Make use of platform_get_mem_or_io()
  ata: pata_platform: Merge pata_of_platform into pata_platform
  ata: pata_platform: Drop validating num_resources count
  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    | 208 ++++++++++++++++++++++-----------
 include/linux/ata_platform.h   |   9 --
 5 files changed, 142 insertions(+), 176 deletions(-)
 delete mode 100644 drivers/ata/pata_of_platform.c

-- 
2.17.1


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

end of thread, other threads:[~2022-01-04 19:42 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24 13:12 [PATCH v3 00/10] ata: pata_platform: Refurbish the driver Lad Prabhakar
2021-12-24 13:12 ` [PATCH v3 01/10] ata: pata_platform: Make use of platform_get_mem_or_io() Lad Prabhakar
2021-12-24 17:56   ` Sergey Shtylyov
2021-12-24 18:01     ` Lad, Prabhakar
2021-12-24 13:12 ` [PATCH v3 02/10] ata: pata_platform: Drop use of unlikely() in pata_platform_probe Lad Prabhakar
2021-12-24 17:54   ` Sergey Shtylyov
2021-12-24 18:02     ` Lad, Prabhakar
2021-12-26 11:56       ` Damien Le Moal
2021-12-26 14:21         ` Lad, Prabhakar
2021-12-24 13:12 ` [PATCH v3 03/10] ata: pata_of_platform: Use platform_get_irq_optional() to get the interrupt Lad Prabhakar
2021-12-25 17:01   ` Andy Shevchenko
2021-12-25 17:13     ` Lad, Prabhakar
2021-12-27 19:48   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 04/10] ata: pata_platform: " Lad Prabhakar
2021-12-27 19:58   ` Sergey Shtylyov
2021-12-28  9:33     ` Sergey Shtylyov
2022-01-04 19:42     ` Lad, Prabhakar
2021-12-24 13:12 ` [PATCH v3 05/10] ata: pata_platform: Drop checking IRQ number Lad Prabhakar
2021-12-27 20:03   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 06/10] ata: pata_of_platform: Make use of platform_get_mem_or_io() Lad Prabhakar
2021-12-27 20:05   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 07/10] ata: pata_platform: Merge pata_of_platform into pata_platform Lad Prabhakar
2021-12-25 17:16   ` Andy Shevchenko
2021-12-25 17:25     ` Lad, Prabhakar
2021-12-25 17:37       ` Andy Shevchenko
2021-12-27 20:54     ` Sergey Shtylyov
2021-12-27 20:55       ` Sergey Shtylyov
2021-12-27 20:36   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 08/10] ata: pata_platform: Drop validating num_resources count Lad Prabhakar
2021-12-27 20:38   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 09/10] ata: pata_platform: Sort the #includes alphabetically Lad Prabhakar
2021-12-27 20:40   ` Sergey Shtylyov
2021-12-24 13:12 ` [PATCH v3 10/10] ata: pata_platform: Make use of GENMASK() macro Lad Prabhakar

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).