[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211224142917.6966-1-prabhakar.mahadev-lad.rj@bp.renesas.com>
Date: Fri, 24 Dec 2021 14:29:06 +0000
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>
To: linux-serial@...r.kernel.org
Cc: Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
Prabhakar <prabhakar.csengg@...il.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>
Subject: [PATCH 00/10] serial: Use platform_get_irq*() variants to fetch IRQ's
Hi All,
This patch series aims to drop using platform_get_resource() for IRQ types
in preparation for removal of static setup of IRQ resource from DT core
code.
Dropping usage of platform_get_resource() was agreed based on
the discussion [0].
[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/20211209001056.29774-1-prabhakar.mahadev-lad.rj@...renesas.com/
Cheers,
Prabhakar
Lad Prabhakar (10):
serial: altera: Use platform_get_irq_optional() to get the interrupt
serial: 8250_bcm7271: Use platform_get_irq() to get the interrupt
serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()
serial: meson: Use platform_get_irq() to get the interrupt
serial: pxa: Use platform_get_irq() to get the interrupt
serial: altera_jtaguart: Use platform_get_irq_optional() to get the
interrupt
serial: vt8500: Use platform_get_irq() to get the interrupt
serial: ar933x: Use platform_get_irq() to get the interrupt
serial: bcm63xx: Use platform_get_irq() to get the interrupt
serial: pmac_zilog: Use platform_get_irq() to get the interrupt
drivers/tty/serial/8250/8250_bcm7271.c | 23 +++++++++++++----------
drivers/tty/serial/altera_jtaguart.c | 11 +++++++----
drivers/tty/serial/altera_uart.c | 9 +++++----
drivers/tty/serial/ar933x_uart.c | 12 +++++-------
drivers/tty/serial/bcm63xx_uart.c | 10 +++++-----
drivers/tty/serial/meson_uart.c | 11 ++++++-----
drivers/tty/serial/pmac_zilog.c | 12 ++++++++----
drivers/tty/serial/pxa.c | 12 ++++++++----
drivers/tty/serial/vt8500_serial.c | 12 ++++++++----
9 files changed, 65 insertions(+), 47 deletions(-)
--
2.17.1
Powered by blists - more mailing lists