All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Yang <leoyang.li@nxp.com>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, shawnguo@kernel.org
Subject: [GIT PULL] soc/fsl drivers changes for fix (v5.17)
Date: Fri, 18 Feb 2022 19:22:08 -0600	[thread overview]
Message-ID: <20220219012208.21835-1-leoyang.li@nxp.com> (raw)

Hi soc maintainers,

Please merge the following changes for soc/fsl drivers.

Regards,
Leo

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a222fd8541394b36b13c89d1698d9530afd59a9c:

  soc: fsl: qe: Check of ioremap return value (2022-02-18 17:11:23 -0600)

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

- Add missing SoC compatible in existing binding
- Replace kernel.h with the necessary inclusions
- MAINTAINERS file fixes
- Fix memory allocation failure check in guts driver
- Various cleanups and minor fixes

----------------------------------------------------------------
Andy Shevchenko (3):
      soc: fsl: Replace kernel.h with the necessary inclusions
      soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY)
      soc: fsl: Correct MAINTAINERS database (SOC)

Christophe JAILLET (2):
      soc: fsl: guts: Revert commit 3c0d64e867ed
      soc: fsl: guts: Add a missing memory allocation failure check

Jason Wang (1):
      soc: fsl: qe: fix typo in a comment

Jiasheng Jiang (1):
      soc: fsl: qe: Check of ioremap return value

Li Yang (2):
      dt-bindings: qoriq-clock: add missing compatible for lx2160a
      dt-bindings: fsl,layerscape-dcfg: add missing compatible for lx2160a

 .../bindings/arm/freescale/fsl,layerscape-dcfg.txt         |  2 +-
 Documentation/devicetree/bindings/clock/qoriq-clock.txt    |  1 +
 MAINTAINERS                                                |  4 ++--
 drivers/soc/fsl/guts.c                                     | 14 +++++++++-----
 drivers/soc/fsl/qe/qe.c                                    |  4 ++--
 drivers/soc/fsl/qe/qe_io.c                                 |  2 ++
 include/soc/fsl/dpaa2-fd.h                                 |  3 ++-
 include/soc/fsl/qe/immap_qe.h                              |  3 ++-
 include/soc/fsl/qe/qe_tdm.h                                |  4 +++-
 include/soc/fsl/qe/ucc_fast.h                              |  2 +-
 include/soc/fsl/qe/ucc_slow.h                              |  2 +-
 11 files changed, 26 insertions(+), 15 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Li Yang <leoyang.li@nxp.com>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, shawnguo@kernel.org
Subject: [GIT PULL] soc/fsl drivers changes for fix (v5.17)
Date: Fri, 18 Feb 2022 19:22:08 -0600	[thread overview]
Message-ID: <20220219012208.21835-1-leoyang.li@nxp.com> (raw)

Hi soc maintainers,

Please merge the following changes for soc/fsl drivers.

Regards,
Leo

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a222fd8541394b36b13c89d1698d9530afd59a9c:

  soc: fsl: qe: Check of ioremap return value (2022-02-18 17:11:23 -0600)

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

- Add missing SoC compatible in existing binding
- Replace kernel.h with the necessary inclusions
- MAINTAINERS file fixes
- Fix memory allocation failure check in guts driver
- Various cleanups and minor fixes

----------------------------------------------------------------
Andy Shevchenko (3):
      soc: fsl: Replace kernel.h with the necessary inclusions
      soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY)
      soc: fsl: Correct MAINTAINERS database (SOC)

Christophe JAILLET (2):
      soc: fsl: guts: Revert commit 3c0d64e867ed
      soc: fsl: guts: Add a missing memory allocation failure check

Jason Wang (1):
      soc: fsl: qe: fix typo in a comment

Jiasheng Jiang (1):
      soc: fsl: qe: Check of ioremap return value

Li Yang (2):
      dt-bindings: qoriq-clock: add missing compatible for lx2160a
      dt-bindings: fsl,layerscape-dcfg: add missing compatible for lx2160a

 .../bindings/arm/freescale/fsl,layerscape-dcfg.txt         |  2 +-
 Documentation/devicetree/bindings/clock/qoriq-clock.txt    |  1 +
 MAINTAINERS                                                |  4 ++--
 drivers/soc/fsl/guts.c                                     | 14 +++++++++-----
 drivers/soc/fsl/qe/qe.c                                    |  4 ++--
 drivers/soc/fsl/qe/qe_io.c                                 |  2 ++
 include/soc/fsl/dpaa2-fd.h                                 |  3 ++-
 include/soc/fsl/qe/immap_qe.h                              |  3 ++-
 include/soc/fsl/qe/qe_tdm.h                                |  4 +++-
 include/soc/fsl/qe/ucc_fast.h                              |  2 +-
 include/soc/fsl/qe/ucc_slow.h                              |  2 +-
 11 files changed, 26 insertions(+), 15 deletions(-)

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

             reply	other threads:[~2022-02-19  1:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-19  1:22 Li Yang [this message]
2022-02-19  1:22 ` [GIT PULL] soc/fsl drivers changes for fix (v5.17) Li Yang
2022-02-25 15:50 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220219012208.21835-1-leoyang.li@nxp.com \
    --to=leoyang.li@nxp.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.