Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 1/3] Renesas driver updates for v6.11
Date: Fri, 28 Jun 2024 15:15:47 +0200	[thread overview]
Message-ID: <cover.1719578275.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1719578273.git.geert+renesas@glider.be>

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.11-tag1

for you to fetch changes up to 0aea2e4bbc584dd92e0483a6d249f11054a8923c:

  soc: renesas: rcar-fuse: Remove unneeded semicolon (2024-06-28 09:32:33 +0200)

----------------------------------------------------------------
Renesas driver updates for v6.11

  - Add R-Car fuse driver.

----------------------------------------------------------------
Geert Uytterhoeven (3):
      dt-bindings: fuse: Document R-Car E-FUSE / PFC
      dt-bindings: fuse: Document R-Car E-FUSE / OTP_MEM
      soc: renesas: Add R-Car fuse driver

Yang Li (1):
      soc: renesas: rcar-fuse: Remove unneeded semicolon

 .../bindings/fuse/renesas,rcar-efuse.yaml          |  55 ++++++
 .../devicetree/bindings/fuse/renesas,rcar-otp.yaml |  38 ++++
 drivers/soc/renesas/Kconfig                        |   8 +
 drivers/soc/renesas/Makefile                       |   1 +
 drivers/soc/renesas/rcar-fuse.c                    | 201 +++++++++++++++++++++
 include/linux/platform_data/rcar_fuse.h            |  11 ++
 include/linux/soc/renesas/rcar-fuse.h              |  41 +++++
 7 files changed, 355 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fuse/renesas,rcar-efuse.yaml
 create mode 100644 Documentation/devicetree/bindings/fuse/renesas,rcar-otp.yaml
 create mode 100644 drivers/soc/renesas/rcar-fuse.c
 create mode 100644 include/linux/platform_data/rcar_fuse.h
 create mode 100644 include/linux/soc/renesas/rcar-fuse.h

  reply	other threads:[~2024-06-28 13:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28 13:15 [GIT PULL 0/3] Renesas SoC updates for v6.11 (take two) Geert Uytterhoeven
2024-06-28 13:15 ` Geert Uytterhoeven [this message]
2024-06-28 13:15 ` [GIT PULL 2/3] Renesas DT binding updates for v6.11 Geert Uytterhoeven
2024-06-28 13:15 ` [GIT PULL 3/3] Renesas DTS updates for v6.11 (take two) Geert Uytterhoeven

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.1719578275.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox