mbox series

[GIT,PULL,1/6] i.MX drivers change for 5.13

Message ID 20210331041019.31345-1-shawnguo@kernel.org (mailing list archive)
State Mainlined, archived
Commit f63af5f3b8e2cba1b0b19b5cc4aa00d152f84599
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.13

Message

Shawn Guo March 31, 2021, 4:10 a.m. UTC
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(-)

Comments

Arnd Bergmann April 1, 2021, 7:24 p.m. UTC | #1
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