soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] soc/fsl driver fix for 5.10
@ 2020-11-25 16:59 Li Yang
  2020-11-25 16:59 ` Li Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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-fix-v5.10

for you to fetch changes up to 2663b3388551230cbc4606a40fabf3331ceb59e4:

  soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) (2020-11-23 19:27:45 -0600)

----------------------------------------------------------------
NXP/FSL SoC driver fix for 5.10

DPAA2 DPIO driver
- Fix non-static cpumask for irq affinity setting

----------------------------------------------------------------
Hao Si (1):
      soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

 drivers/soc/fsl/dpio/dpio-driver.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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

* [GIT PULL] soc/fsl driver fix for 5.10
  2020-11-25 16:59 [GIT PULL] soc/fsl driver fix for 5.10 Li Yang
@ 2020-11-25 16:59 ` Li Yang
  2020-11-26 21:17 ` Arnd Bergmann
  2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ 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-fix-v5.10

for you to fetch changes up to 2663b3388551230cbc4606a40fabf3331ceb59e4:

  soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) (2020-11-23 19:27:45 -0600)

----------------------------------------------------------------
NXP/FSL SoC driver fix for 5.10

DPAA2 DPIO driver
- Fix non-static cpumask for irq affinity setting

----------------------------------------------------------------
Hao Si (1):
      soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

 drivers/soc/fsl/dpio/dpio-driver.c | 5 +----
 1 file changed, 1 insertion(+), 4 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] 5+ messages in thread

* Re: [GIT PULL] soc/fsl driver fix for 5.10
  2020-11-25 16:59 [GIT PULL] soc/fsl driver fix for 5.10 Li Yang
  2020-11-25 16:59 ` Li Yang
@ 2020-11-26 21:17 ` Arnd Bergmann
  2020-11-26 21:17   ` Arnd Bergmann
  2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2020-11-26 21:17 UTC (permalink / raw)
  To: soc, Li Yang, arm; +Cc: Arnd Bergmann, linux-arm-kernel, shawnguo, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 10:59:22 -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/fixes, thanks!

merge commit: 3a18293e4a0fa75366087c683bb959a8ff55111b

       Arnd

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 10:59:22 -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/fixes, thanks!

merge commit: 3a18293e4a0fa75366087c683bb959a8ff55111b

       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] 5+ messages in thread

* Re: [GIT PULL] soc/fsl driver fix for 5.10
  2020-11-25 16:59 [GIT PULL] soc/fsl driver fix for 5.10 Li Yang
  2020-11-25 16:59 ` Li Yang
  2020-11-26 21:17 ` Arnd Bergmann
@ 2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2020-11-26 21:20 UTC (permalink / raw)
  To: Li Yang; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Wed, 25 Nov 2020 10:59:22 -0600 you wrote:
> Hi arm-soc maintainers,
> 
> Please find the pull request for NXP/FSL SoC drivers.
> 
> Regards,
> Leo
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] soc/fsl driver fix for 5.10
    https://git.kernel.org/soc/soc/c/3a18293e4a0f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

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

Thread overview: 5+ 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 fix for 5.10 Li Yang
2020-11-25 16:59 ` Li Yang
2020-11-26 21:17 ` Arnd Bergmann
2020-11-26 21:17   ` Arnd Bergmann
2020-11-26 21:20 ` patchwork-bot+linux-soc

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