soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] soc/fsl driver changes for next (v5.11)
@ 2020-11-25 16:59 Li Yang
  2020-11-25 16:59 ` Li Yang
  2020-11-26 21:18 ` Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Li Yang @ 2020-11-25 16:59 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-arm-kernel, linux-kernel, shawnguo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] soc/fsl driver changes for next (v5.11)
  2020-11-25 16:59 [GIT PULL] soc/fsl driver changes for next (v5.11) Li Yang
@ 2020-11-25 16:59 ` Li Yang
  2020-11-26 21:18 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Li Yang @ 2020-11-25 16:59 UTC (permalink / raw)
  To: arm, soc; +Cc: shawnguo, linux-kernel, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] soc/fsl driver changes for next (v5.11)
  2020-11-25 16:59 [GIT PULL] soc/fsl driver changes for next (v5.11) Li Yang
  2020-11-25 16:59 ` Li Yang
@ 2020-11-26 21:18 ` Arnd Bergmann
  2020-11-26 21:18   ` Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2020-11-26 21:18 UTC (permalink / raw)
  To: arm, Li Yang, soc; +Cc: Arnd Bergmann, linux-kernel, linux-arm-kernel, shawnguo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] soc/fsl driver changes for next (v5.11)
  2020-11-26 21:18 ` Arnd Bergmann
@ 2020-11-26 21:18   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2020-11-26 21:18 UTC (permalink / raw)
  To: arm, Li Yang, soc; +Cc: linux-arm-kernel, shawnguo, linux-kernel, Arnd Bergmann

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-26 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 16:59 [GIT PULL] soc/fsl driver changes for next (v5.11) Li Yang
2020-11-25 16:59 ` Li Yang
2020-11-26 21:18 ` Arnd Bergmann
2020-11-26 21:18   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).