lkml.org 
[lkml]   [2021]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/4] ata: pata_platform: Refurbish the driver
    Date
    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

    \
     
     \ /
      Last update: 2021-12-21 17:27    [W:5.981 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site