mbox series

[GIT,PULL,2/6] i.MX SoC update for 6.3

Message ID 20230130023947.11780-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 6.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.3

Message

Shawn Guo Jan. 30, 2023, 2:39 a.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

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

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.3

for you to fetch changes up to 7c355b572ecdc17a426cf90511aaa143b293fa8b:

  ARM: imx: mach-imx6ul: add imx6ulz support (2023-01-26 19:25:34 +0800)

----------------------------------------------------------------
i.MX SoC update for 6.3:

- Call ida_simple_remove() to free up ID allocated by ida_simple_get()
  for MMDC driver.
- Add i.MX6ULZ compatible string to match table.

----------------------------------------------------------------
Angus Chen (1):
      ARM: imx: Call ida_simple_remove() for ida_simple_get

Pierluigi Passaro (1):
      ARM: imx: mach-imx6ul: add imx6ulz support

 arch/arm/mach-imx/mach-imx6ul.c |  1 +
 arch/arm/mach-imx/mmdc.c        | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)