mbox series

[GIT,PULL] Allwinner drivers changes for 6.4

Message ID 20230408125255.GA17134@jernej-laptop
State New
Headers show
Series [GIT,PULL] Allwinner drivers changes for 6.4 | expand

Pull-request

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

Message

Jernej Skrabec April 8, 2023, 12:52 p.m. UTC
Hi!

Please pull following driver changes for 6.4.

Best regards,
Jernej

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4-1

for you to fetch changes up to c014377bd053fad2f42b39626939560df1d5fc7d:

  kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules (2023-03-14 21:39:11 +0100)

----------------------------------------------------------------
- remove MODULE_LICENSE from sram driver
- use of_property_present() in mbus driver

----------------------------------------------------------------
Nick Alcock (1):
      kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules

Rob Herring (1):
      soc: sunxi: Use of_property_present() for testing DT property presence

 drivers/soc/sunxi/sunxi_mbus.c | 2 +-
 drivers/soc/sunxi/sunxi_sram.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)