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 |
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
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