All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	LUU HOAI <hoai.luu.ub@renesas.com>,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/3] arm64: dts: renesas: spider: Add I2C and EEPROM support
Date: Thu,  3 Feb 2022 16:26:46 +0100	[thread overview]
Message-ID: <cover.1643898884.git.geert+renesas@glider.be> (raw)

	Hi all,

This patch series adds I2C and EEPROM support for the Renesas R-Car
S4-8 SoC and the Spider development board.

It has been tested by reading /sys/bus/nvmem/devices/*/nvmem.
All three EEPROMs are empty, except for a (different for each
(sub)board) 32-bit value at offset 0x70.
As the AT24 EEPROM driver does not set the I2C_M_DMA_SAFE flag (it uses
regmap), DMA operation was tested by modifying the i2c-rcar driver to
ignore the lack of this flag.

For testing, this series and its dependencies (i2c driver updates,
pinctrl, clk, ...) can be found at[1].

Thanks for your comments!

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/r8a779f0-i2c-v1

Geert Uytterhoeven (3):
  arm64: dts: renesas: r8a779f0: Add I2C nodes
  arm64: dts: renesas: spider-cpu: Add I2C4 and EEPROMs
  arm64: dts: renesas: spider: Add Ethernet sub-board

 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi |  20 ++++
 .../dts/renesas/r8a779f0-spider-ethernet.dtsi |  15 +++
 .../boot/dts/renesas/r8a779f0-spider.dts      |  10 ++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi     | 102 ++++++++++++++++++
 4 files changed, 147 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-spider-ethernet.dtsi

-- 
2.25.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

             reply	other threads:[~2022-02-03 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 15:26 Geert Uytterhoeven [this message]
2022-02-03 15:26 ` [PATCH 1/3] arm64: dts: renesas: r8a779f0: Add I2C nodes Geert Uytterhoeven
2022-02-04  7:37   ` Geert Uytterhoeven
2022-02-03 15:26 ` [PATCH 2/3] arm64: dts: renesas: spider-cpu: Add I2C4 and EEPROMs Geert Uytterhoeven
2022-04-04 15:57   ` Wolfram Sang
2022-02-03 15:26 ` [PATCH 3/3] arm64: dts: renesas: spider: Add Ethernet sub-board Geert Uytterhoeven
2022-04-04 15:57   ` Wolfram Sang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1643898884.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=hoai.luu.ub@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=wsa+renesas@sang-engineering.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.