mbox series

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

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

Pull-request

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

Message

Shawn Guo Feb. 4, 2021, 12:01 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7d981405d0fd3cfc0de052e4791f516235d8b858:

  soc: imx8m: change to use platform driver (2021-01-11 10:46:09 +0800)

----------------------------------------------------------------
i.MX drivers change for 5.12:

- Change soc-imx8m to use platform driver, so that defer probe can be
  used to resolve dependency on OCOTP clock.

----------------------------------------------------------------
Alice Guo (1):
      soc: imx8m: change to use platform driver

 drivers/soc/imx/soc-imx8m.c | 84 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 72 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann Feb. 9, 2021, 11:19 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:45 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.12
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 168b322e36c5f8903f31d89f34355004920b5e00

       Arnd