mbox series

[GIT,PULL] soc/fsl drivers changes for fix(v5.14)

Message ID 20210813222305.13663-1-leoyang.li@nxp.com (mailing list archive)
State Mainlined, archived
Commit c1e64c0aec8cb0499e61af7ea086b59abba97945
Headers show
Series [GIT,PULL] soc/fsl drivers changes for fix(v5.14) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.14

Message

Leo Li Aug. 13, 2021, 10:23 p.m. UTC
Hi soc maintainers,

Please merge the following fixes for soc/fsl drivers.

Regards,
Leo

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -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.14

for you to fetch changes up to c1e64c0aec8cb0499e61af7ea086b59abba97945:

  soc: fsl: qe: fix static checker warning (2021-08-13 16:56:10 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver fixes for v5.14

QE interrupt controller driver
- Convert it to platform_device driver to make it work with fw_devlink
- Fix static analysis issue

----------------------------------------------------------------
Maxim Kochetkov (2):
      soc: fsl: qe: convert QE interrupt controller to platform_device
      soc: fsl: qe: fix static checker warning

 drivers/soc/fsl/qe/qe_ic.c | 84 ++++++++++++++++++++++++++--------------------
 1 file changed, 48 insertions(+), 36 deletions(-)

Comments

Arnd Bergmann Aug. 16, 2021, 9:14 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Aug 2021 17:23:05 -0500, Li Yang wrote:
> Please merge the following fixes for soc/fsl drivers.
> 
> Regards,
> Leo
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: df97e5f3b21c3ed41385fa61cfb6e191044957ce

       Arnd