All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner drivers changes for 6.3
Date: Fri, 27 Jan 2023 23:59:40 +0100	[thread overview]
Message-ID: <Y9RXXATRNqEv0GJT@jernej-laptop> (raw)

Hi!

Please pull following driver changes for 6.3.

Best regards,
Jernej

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.3-1

for you to fetch changes up to 0e30ca5ab0a80fdc7f1055f63c1436dfdc4d317d:

  soc: sunxi: Add Allwinner D1 PPU driver (2023-01-27 23:20:37 +0100)

----------------------------------------------------------------
- introduce Allwinner PPU driver
- limit iteration in sram debugfs

----------------------------------------------------------------
Samuel Holland (3):
      soc: sunxi: sram: Only iterate over SRAM children
      dt-bindings: power: Add Allwinner D1 PPU
      soc: sunxi: Add Allwinner D1 PPU driver

 .../bindings/power/allwinner,sun20i-d1-ppu.yaml    |  54 ++++++
 drivers/soc/sunxi/Kconfig                          |   8 +
 drivers/soc/sunxi/Makefile                         |   1 +
 drivers/soc/sunxi/sun20i-ppu.c                     | 207 +++++++++++++++++++++
 drivers/soc/sunxi/sunxi_sram.c                     |   3 +
 .../dt-bindings/power/allwinner,sun20i-d1-ppu.h    |  10 +
 6 files changed, 283 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/allwinner,sun20i-d1-ppu.yaml
 create mode 100644 drivers/soc/sunxi/sun20i-ppu.c
 create mode 100644 include/dt-bindings/power/allwinner,sun20i-d1-ppu.h

WARNING: multiple messages have this Message-ID (diff)
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner drivers changes for 6.3
Date: Fri, 27 Jan 2023 23:59:40 +0100	[thread overview]
Message-ID: <Y9RXXATRNqEv0GJT@jernej-laptop> (raw)

Hi!

Please pull following driver changes for 6.3.

Best regards,
Jernej

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.3-1

for you to fetch changes up to 0e30ca5ab0a80fdc7f1055f63c1436dfdc4d317d:

  soc: sunxi: Add Allwinner D1 PPU driver (2023-01-27 23:20:37 +0100)

----------------------------------------------------------------
- introduce Allwinner PPU driver
- limit iteration in sram debugfs

----------------------------------------------------------------
Samuel Holland (3):
      soc: sunxi: sram: Only iterate over SRAM children
      dt-bindings: power: Add Allwinner D1 PPU
      soc: sunxi: Add Allwinner D1 PPU driver

 .../bindings/power/allwinner,sun20i-d1-ppu.yaml    |  54 ++++++
 drivers/soc/sunxi/Kconfig                          |   8 +
 drivers/soc/sunxi/Makefile                         |   1 +
 drivers/soc/sunxi/sun20i-ppu.c                     | 207 +++++++++++++++++++++
 drivers/soc/sunxi/sunxi_sram.c                     |   3 +
 .../dt-bindings/power/allwinner,sun20i-d1-ppu.h    |  10 +
 6 files changed, 283 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/allwinner,sun20i-d1-ppu.yaml
 create mode 100644 drivers/soc/sunxi/sun20i-ppu.c
 create mode 100644 include/dt-bindings/power/allwinner,sun20i-d1-ppu.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-01-27 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27 22:59 Jernej Skrabec [this message]
2023-01-27 22:59 ` [GIT PULL] Allwinner drivers changes for 6.3 Jernej Skrabec
2023-01-30 22:31 ` patchwork-bot+linux-soc

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=Y9RXXATRNqEv0GJT@jernej-laptop \
    --to=jernej@kernel.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=soc@kernel.org \
    --cc=wens@csie.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 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.