mbox series

[GIT,PULL,1/7] i.MX drivers change for 5.3

Message ID 20190625075305.29082-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers change for 5.3 | expand

Pull-request

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

Message

Shawn Guo June 25, 2019, 7:52 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to db10496c0064ba3355936de801cd3ba0b6711bd1:

  soc: imx: Add i.MX8MN SoC driver support (2019-06-24 09:15:57 +0800)

----------------------------------------------------------------
i.MX driver changes for 5.3:
 - Add i.MX SCU based SoC bus driver for i.MX8QXP SoC support, which
   talks to SCU firmware for getting SoC ID and revision.
 - Update soc-imx8 bus driver to read imx8mm soc revision from anatop.
 - Add i.MX8MN SoC bus support into soc-imx8 driver.
 - Various small improvements on soc-imx8 bus driver.

----------------------------------------------------------------
Anson Huang (6):
      soc: imx: Add SCU SoC info driver support
      soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling
      soc: imx: soc-imx8: Correct return value of error handle
      soc: imx8: Fix potential kernel dump in error path
      soc: imx8: Use existing of_root directly
      soc: imx: Add i.MX8MN SoC driver support

Leonard Crestez (1):
      soc: imx: Read imx8mm soc revision from anatop

 drivers/soc/imx/Kconfig       |   9 +++
 drivers/soc/imx/Makefile      |   1 +
 drivers/soc/imx/soc-imx-scu.c | 144 ++++++++++++++++++++++++++++++++++++++++++
 drivers/soc/imx/soc-imx8.c    |  63 ++++++++++++++----
 4 files changed, 204 insertions(+), 13 deletions(-)
 create mode 100644 drivers/soc/imx/soc-imx-scu.c

Comments

Olof Johansson June 25, 2019, 12:45 p.m. UTC | #1
On Tue, Jun 25, 2019 at 03:52:59PM +0800, Shawn Guo wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.3
> 
> for you to fetch changes up to db10496c0064ba3355936de801cd3ba0b6711bd1:
> 
>   soc: imx: Add i.MX8MN SoC driver support (2019-06-24 09:15:57 +0800)
> 
> ----------------------------------------------------------------
> i.MX driver changes for 5.3:
>  - Add i.MX SCU based SoC bus driver for i.MX8QXP SoC support, which
>    talks to SCU firmware for getting SoC ID and revision.
>  - Update soc-imx8 bus driver to read imx8mm soc revision from anatop.
>  - Add i.MX8MN SoC bus support into soc-imx8 driver.
>  - Various small improvements on soc-imx8 bus driver.
> 
> ----------------------------------------------------------------
> Anson Huang (6):
>       soc: imx: Add SCU SoC info driver support
>       soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling
>       soc: imx: soc-imx8: Correct return value of error handle
>       soc: imx8: Fix potential kernel dump in error path
>       soc: imx8: Use existing of_root directly
>       soc: imx: Add i.MX8MN SoC driver support

Given that these were posted at the same time, it seems silly to post a patch
with a fix right after -- they should probably be squashed before sending out
(or when applying).


Anyway, minor nit. Merged the branch.


Thanks!


-Olof
Shawn Guo June 26, 2019, 1:48 a.m. UTC | #2
On Tue, Jun 25, 2019 at 05:45:38AM -0700, Olof Johansson wrote:
> On Tue, Jun 25, 2019 at 03:52:59PM +0800, Shawn Guo wrote:
> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> > 
> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.3
> > 
> > for you to fetch changes up to db10496c0064ba3355936de801cd3ba0b6711bd1:
> > 
> >   soc: imx: Add i.MX8MN SoC driver support (2019-06-24 09:15:57 +0800)
> > 
> > ----------------------------------------------------------------
> > i.MX driver changes for 5.3:
> >  - Add i.MX SCU based SoC bus driver for i.MX8QXP SoC support, which
> >    talks to SCU firmware for getting SoC ID and revision.
> >  - Update soc-imx8 bus driver to read imx8mm soc revision from anatop.
> >  - Add i.MX8MN SoC bus support into soc-imx8 driver.
> >  - Various small improvements on soc-imx8 bus driver.
> > 
> > ----------------------------------------------------------------
> > Anson Huang (6):
> >       soc: imx: Add SCU SoC info driver support
> >       soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling
> >       soc: imx: soc-imx8: Correct return value of error handle
> >       soc: imx8: Fix potential kernel dump in error path
> >       soc: imx8: Use existing of_root directly
> >       soc: imx: Add i.MX8MN SoC driver support
> 
> Given that these were posted at the same time, it seems silly to post a patch
> with a fix right after -- they should probably be squashed before sending out
> (or when applying).

Hmm, soc-imx-scu is the new SoC bus driver added during this development
cycle, but all those improvements are around soc-imx8 driver which
landed on 5.2 release.

> Anyway, minor nit. Merged the branch.

Thanks, Olof.

Shawn