mbox series

[GIT,PULL,1/6] i.MX drivers update for 5.10

Message ID 20200923073009.23678-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers update for 5.10 | expand

Pull-request

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

Message

Shawn Guo Sept. 23, 2020, 7:30 a.m. UTC
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e2314cf5af30d5e87cbf89fdef1a0fe4efee4552:

  firmware: imx: scu-pd: ignore power domain not owned (2020-09-13 09:45:53 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.10:

- Use dev_err_probe() to simplify error handling for i.MX GPCv2 driver.
- Add a check in i.MX SCU power domain driver to ignore the power
  domains that are not owned by the current partition.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: gpcv2: Use dev_err_probe() to simplify error handling

Peng Fan (1):
      firmware: imx: scu-pd: ignore power domain not owned

 drivers/firmware/imx/scu-pd.c |  4 ++++
 drivers/soc/imx/gpcv2.c       | 15 +++++----------
 2 files changed, 9 insertions(+), 10 deletions(-)