Merge tag 'soc-fsl-fix-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Wed, 27 Oct 2021 06:27:29 +0000 (08:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 27 Oct 2021 06:27:30 +0000 (08:27 +0200)
commit76f79231666a7a3c9a1db82c002e083125de5861
treee6920756b8e89e0faa232bed9b44a8ececda29d7
parent05d5da3cb11c91c39e607066d3313a6ce621796a
parent8120bd469f5525da229953c1197f2b826c0109f4
Merge tag 'soc-fsl-fix-v5.15-2' of git://git./linux/kernel/git/leo/linux into arm/fixes

NXP/FSL SoC driver fixes for v5.15

DPAA2 DPIO driver
- replace smp_processor_id with raw_smp_processor_id to fix preempt
debug BUG
- use the combined functions to protect critical zone to fix deadlock

DPAA2 console
- free buffer before returning from dpaa2_console_read

* tag 'soc-fsl-fix-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux:
  soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read
  soc: fsl: dpio: use the combined functions to protect critical zone
  soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id

Link: https://lore.kernel.org/r/20211026235744.19258-1-leoyang.li@nxp.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>