The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.13
for you to fetch changes up to f63af5f3b8e2cba1b0b19b5cc4aa00d152f84599:
firmware: imx: scu-pd: add missed ADC1 pd (2021-03-29 09:34:37 +0800)
----------------------------------------------------------------
i.MX drivers change for 5.13:
- Update SCU power domain driver to keep console domain power on.
- Add missing ADC1 power domain to SCU power domain driver.
- Update comments for single global power domain in SCU power domain
driver.
- Add i.MX51/i.MX53 unique id support to i.MX SoC driver.
----------------------------------------------------------------
Dong Aisheng (1):
firmware: imx: scu-pd: do not power off console domain
Frank Li (1):
firmware: imx: scu-pd: add missed ADC1 pd
Sebastian Reichel (1):
soc: imx: add i.MX51/i.MX53 unique id support
Ulf Hansson (1):
firmware: imx: scu-pd: Update comments for single global power domain
drivers/firmware/imx/scu-pd.c | 41 +++++++++++++++++++++++++++++++++++++----
drivers/soc/imx/soc-imx.c | 12 ++++++++++++
2 files changed, 49 insertions(+), 4 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.13
for you to fetch changes up to f21a468832f43fdc896e29d1ed8488ba45eeb630:
ARM: imx: Kconfig: Fix typo in help (2021-03-15 12:21:59 +0800)
----------------------------------------------------------------
i.MX SoC update for 5.13:
- A couple of typo fixes on help text and comment.
----------------------------------------------------------------
Bhaskar Chowdhury (1):
ARM: mach-imx: Fix a spelling in the file pm-imx5.c
Nobuhiro Iwamatsu (1):
ARM: imx: Kconfig: Fix typo in help
arch/arm/mach-imx/Kconfig | 2 +-
arch/arm/mach-imx/pm-imx5.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.13
for you to fetch changes up to 94c586e5941a472fd114815f0eed2f2bb6b83a11:
arm64: configs: enable FlexTimer alarm timer (2021-03-29 09:36:16 +0800)
----------------------------------------------------------------
i.MX defconfig change for 5.13:
It includes a number of arm64 defconfig update for i.MX8 devices
support. The following ones might deserve some notes.
- Although Hantro decoder driver are sitting in staging, people already
find it's quite useful on i.MX8M devices.
- i.MX PCIe driver has no option for module build.
- REALTEK_PHY becomes a built-in driver, because it's used on quite some
i.MX8 reference boards where people want to boot via NFS.
----------------------------------------------------------------
Adrien Grassein (1):
arm64: defconfig: Enable wm8960 audio driver.
Dong Aisheng (1):
arm64: defconfig: add imx8qm pinctrl support
Fabio Estevam (2):
arm64: defconfig: Enable the Hantro decoder
arm64: configs: Select REALTEK_PHY as built-in
Guido Günther (2):
arm64: defconfig: Enable devfreq support for i.MX8MQ
arm64: defconfig: Enable asoc simple mux
Heiko Thiery (1):
arm64: configs: Enable PCIe support for imx8mq boards
Michael Walle (1):
arm64: configs: enable FlexTimer alarm timer
arch/arm64/configs/defconfig | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:14 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.13
[...]
Merged into arm/drivers, thanks!
merge commit: 62c93360ec5a135061624eb095986799942efcbd
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:17 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.13
[...]
Merged into arm/dt, thanks!
merge commit: 4f662ba2be220044bb965f36826723c8f1e14eec
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:16 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindgins-5.13
[...]
Merged into arm/dt, thanks!
merge commit: 2771bc0dbaad48238b0fc3ae73d1c5215b5e018b
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:18 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.13
[...]
Merged into arm/dt, thanks!
merge commit: d2adc561c9bfc72468cb50d15080459757ff5f2e
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:19 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.13
[...]
Merged into arm/defconfig, thanks!
merge commit: bbbd7b0120849d0d8022a5a211d3f1171ecf43cb
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Wed, 31 Mar 2021 12:10:15 +0800, Shawn Guo wrote:
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.13
[...]
Merged into arm/soc, thanks!
merge commit: 4f9c62d1f79c42674e8ba0c4592a438c21fcbf23
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel