All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM: dts: renesas: Convert to named i2c-gpio bindings
@ 2017-11-30 12:57 ` Geert Uytterhoeven
  0 siblings, 0 replies; 29+ messages in thread
From: Geert Uytterhoeven @ 2017-11-30 12:57 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Wolfram Sang, Linus Walleij,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

	Hi Simon, Magnus,

Commits 7d29f509d2cfd807 ("dt-bindings: i2c: i2c-gpio: Add support for
named gpios") and 05c74778858d7d99 ("i2c: gpio: Add support for named
gpios in DT") introduced named i2c-gpio DT bindings, and deprecated the
more error-prone unnamed variant.

This patch series switches all Renesas boards to the new bindings, and
adds the missing GPIO_OPEN_DRAIN I/O flags, which were implicitly
assumed before.  The latter gets rid of messages like:

    gpio-208 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file
    gpio-91 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file

Patch 1 was extracted from series "[PATCH/RFC 0/3] i2c: gpio: Add
support for named gpios in DT", hence the v2.  All other patches are
new.

Note that after this series is applied, the i2c-gpio buses are no longer
detected when booting new DTBs on old (v4.14 and older) kernels, which
should not be an issue.  Booting old DTBs on new kernels is not
affected.

Thanks for applying!

Geert Uytterhoeven (4):
  ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings
  ARM: dts: lager: Convert to named i2c-gpio bindings
  ARM: dts: koelsch: Convert to named i2c-gpio bindings
  ARM: dts: alt: Convert to named i2c-gpio bindings

 arch/arm/boot/dts/r8a7740-armadillo800eva.dts    | 5 ++---
 arch/arm/boot/dts/r8a7790-lager.dts              | 5 ++---
 arch/arm/boot/dts/r8a7791-koelsch.dts            | 5 ++---
 arch/arm/boot/dts/r8a7794-alt.dts                | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-12-04  8:35 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 12:57 [PATCH v2 0/4] ARM: dts: renesas: Convert to named i2c-gpio bindings Geert Uytterhoeven
2017-11-30 12:57 ` Geert Uytterhoeven
2017-11-30 12:57 ` Geert Uytterhoeven
2017-11-30 12:57 ` [PATCH v2 1/4] ARM: dts: armadillo800eva: " Geert Uytterhoeven
2017-11-30 12:57   ` Geert Uytterhoeven
2017-12-02 15:26   ` Linus Walleij
2017-12-02 15:26     ` Linus Walleij
2017-11-30 12:57 ` [PATCH v2 3/4] ARM: dts: koelsch: " Geert Uytterhoeven
2017-11-30 12:57   ` Geert Uytterhoeven
2017-12-02 15:26   ` Linus Walleij
2017-12-02 15:26     ` Linus Walleij
2017-11-30 12:57 ` [PATCH v2 4/4] ARM: dts: alt: " Geert Uytterhoeven
2017-11-30 12:57   ` Geert Uytterhoeven
2017-12-02 15:25   ` Linus Walleij
2017-12-02 15:25     ` Linus Walleij
     [not found] ` <1512046646-15253-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-11-30 12:57   ` [PATCH v2 2/4] ARM: dts: lager: " Geert Uytterhoeven
2017-11-30 12:57     ` Geert Uytterhoeven
2017-11-30 12:57     ` Geert Uytterhoeven
     [not found]     ` <1512046646-15253-3-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-12-02 15:25       ` Linus Walleij
2017-12-02 15:25         ` Linus Walleij
2017-12-02 15:25         ` Linus Walleij
2017-12-01  8:18   ` [PATCH v2 0/4] ARM: dts: renesas: " Simon Horman
2017-12-01  8:18     ` Simon Horman
2017-12-01  8:18     ` Simon Horman
     [not found]     ` <20171201081850.4tqbnlvxdax7phfs-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-12-01 11:09       ` Wolfram Sang
2017-12-01 11:09         ` Wolfram Sang
2017-12-01 11:09         ` Wolfram Sang
2017-12-04  8:35         ` Simon Horman
2017-12-04  8:35           ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.