mbox series

[GIT,PULL] soc/fsl driver changes for next (v5.11)

Message ID 20201125165913.15441-1-leoyang.li@nxp.com
State New
Headers show
Series [GIT,PULL] soc/fsl driver changes for next (v5.11) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.11

Message

Leo Li Nov. 25, 2020, 4:59 p.m. UTC
Hi arm-soc maintainers,

Please find the pull request for NXP/FSL SoC drivers.

Regards,
Leo

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/leo/linux.git tags/soc-fsl-next-v5.11

for you to fetch changes up to e95f287deed2454b8cad5b27859271db30130b2b:

  soc: fsl: handle RCPM errata A-008646 on SoC LS1021A (2020-11-23 19:16:02 -0600)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.11

- Add RCPM errata workaround for A-008646 on LS1021A
- Various W=1 warning fixes for fsl/soc drivers

----------------------------------------------------------------
Biwen Li (1):
      soc: fsl: handle RCPM errata A-008646 on SoC LS1021A

Lee Jones (3):
      soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanours
      soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'
      soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'

 drivers/soc/fsl/dpio/qbman-portal.c | 18 +++++++++++++-----
 drivers/soc/fsl/qbman/qman.c        |  8 ++------
 drivers/soc/fsl/qe/qe_common.c      |  2 +-
 drivers/soc/fsl/rcpm.c              | 35 ++++++++++++++++++++++++++++++++++-
 4 files changed, 50 insertions(+), 13 deletions(-)

Comments

Arnd Bergmann Nov. 26, 2020, 9:18 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 10:59:13 -0600, Li Yang wrote:
> Please find the pull request for NXP/FSL SoC drivers.
> 
> Regards,
> Leo
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: ba622a3e74a7fc05e648dbb34483d74852f5ff86

       Arnd