mbox series

[v2,0/2] gpio: renesas: Use proper irq_chip name

Message ID 20191024122224.11776-1-geert+renesas@glider.be
Headers show
Series gpio: renesas: Use proper irq_chip name | expand

Message

Geert Uytterhoeven Oct. 24, 2019, 12:22 p.m. UTC
Hi Linus, Bartosz,

Recently, Marc pointed out some common misconceptions w.r.t. the .name
and .parent_device fields in struct irq_chip.  This patch series fixes
the names in the Renesas GPIO controller drivers.

Changes compared to v1[*]:
  - Drop irqchip patches applied to the irqchip tree.

Thanks for applying!

[*] https://lore.kernel.org/linux-renesas-soc/20190607095858.10028-1-geert+renesas@glider.be/

Geert Uytterhoeven (2):
  gpio: em: Use proper irq_chip name
  gpio: rcar: Use proper irq_chip name

 drivers/gpio/gpio-em.c   | 2 +-
 drivers/gpio/gpio-rcar.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Bartosz Golaszewski Oct. 26, 2019, 12:08 p.m. UTC | #1
czw., 24 paź 2019 o 14:22 Geert Uytterhoeven <geert+renesas@glider.be>
napisał(a):
>
>         Hi Linus, Bartosz,
>
> Recently, Marc pointed out some common misconceptions w.r.t. the .name
> and .parent_device fields in struct irq_chip.  This patch series fixes
> the names in the Renesas GPIO controller drivers.
>
> Changes compared to v1[*]:
>   - Drop irqchip patches applied to the irqchip tree.
>
> Thanks for applying!
>
> [*] https://lore.kernel.org/linux-renesas-soc/20190607095858.10028-1-geert+renesas@glider.be/
>
> Geert Uytterhoeven (2):
>   gpio: em: Use proper irq_chip name
>   gpio: rcar: Use proper irq_chip name
>
>  drivers/gpio/gpio-em.c   | 2 +-
>  drivers/gpio/gpio-rcar.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.17.1
>
> Gr{oetje,eeting}s,
>
>                                                 Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                                             -- Linus Torvalds

Both applied, thanks!

Bartosz
Linus Walleij Nov. 4, 2019, 3:36 p.m. UTC | #2
On Sat, Oct 26, 2019 at 2:08 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

> Both applied, thanks!

Ooops missed this, I pull them out of my tree.

Yours,
Linus Walleij