mbox series

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

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

Pull-request

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

Message

Shawn Guo Dec. 2, 2020, 2:27 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e00e70a4dae4cae026d43f2f05ba46a19c4ef22d:

  firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem (2020-11-30 17:47:18 +0800)

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

- A series from Daniel Baluta to update imx-dsp driver and export
  functions for on demand channel request/free.
- A number of patches to add power domains for i.MX8qxp DC0, LVDS1,
  MIPI1 and JPEG subsystems.
- Add dummy functions for i.MX firmware drivers to avoid build failure
  seen with COMPILE_TEST.

----------------------------------------------------------------
Daniel Baluta (3):
      firmware: imx: Introduce imx_dsp_setup_channels
      firmware: imx: Save channel name for further use
      firmware: imx-dsp: Export functions to request/free channels

Liu Ying (3):
      firmware: imx: scu-pd: Add video0/1 power domains support for i.MX8qxp DC0 subsystem
      firmware: imx: scu-pd: Add main power domain support for i.MX8qxp LVDS1 subsystem
      firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem

Mirela Rabulea (1):
      firmware: imx: scu-pd: Add power domains for imx-jpeg

Peng Fan (1):
      firmware: imx: add dummy functions

 drivers/firmware/imx/imx-dsp.c        | 72 ++++++++++++++++++++++++++---------
 drivers/firmware/imx/scu-pd.c         | 12 ++++++
 include/linux/firmware/imx/dsp.h      | 10 +++++
 include/linux/firmware/imx/ipc.h      | 13 +++++++
 include/linux/firmware/imx/sci.h      | 27 +++++++++++++
 include/linux/firmware/imx/svc/misc.h | 19 +++++++++
 6 files changed, 135 insertions(+), 18 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 11:31 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:12 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.11
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 9492840ddeed7d982b604a5fcdf40cf0f4ebffd3

       Arnd