Re: [PATCH] i2c: rcar: implement atomic transfers
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-02-25 09:52:19
Also in:
linux-renesas-soc
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-02-25 09:52:19
Also in:
linux-renesas-soc
On Fri, Feb 12, 2021 at 5:45 PM Ulrich Hecht [off-list ref] wrote:
Implements atomic transfers. Tested by rebooting an r8a7790 Lager board
after connecting the i2c-rcar controller to the PMIC in
arch/arm/boot/dts/r8a7790-lager.dts like so:
compatible = "i2c-demux-pinctrl";
pinctrl-names = "default";
pinctrl-0 = <&pmic_irq_pins>;
- i2c-parent = <&iic3>, <&i2c3>;
+ i2c-parent = <&i2c3>, <&iic3>;
i2c-bus-name = "i2c-pwr";
#address-cells = <1>;
#size-cells = <0>;
Signed-off-by: Ulrich Hecht <redacted>
LGTM (IANIE = ... No I2C Expert), so
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
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