All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] i.MX drivers update for 6.6
Date: Sun, 13 Aug 2023 21:33:49 +0800	[thread overview]
Message-ID: <20230813133354.847010-1-shawnguo@kernel.org> (raw)

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.6

for you to fetch changes up to c081197a33a2813881b534c44666024c97fb025d:

  firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs (2023-08-11 22:14:10 +0800)

----------------------------------------------------------------
i.MX drivers update for 6.6:

- A series from NXP i.MX developers (Peng Fan, etc.) to update imx-scu
  and imx-scu-irq firmware drivers.
- Add dedicated lockdep class for nested genpd locks to fix a lockdep
  warning in imx93-blk-ctrl driver.
- A change from Rob to explicitly include correct DT headers for i.MX
  SoC drivers.
- Use devm_platform_ioremap_resource() in imx-weim bus driver.

----------------------------------------------------------------
Alexander Stein (1):
      soc: imx: imx93-blk-ctrl: Add dedicated lockdep class for nested genpd locks

Dong Aisheng (2):
      firmware: imx: scu: change init level to subsys_initcall_sync
      firmware: imx: scu: increase RPC timeout

Martin Kaiser (1):
      bus: imx-weim: use devm_platform_ioremap_resource

Peng Fan (4):
      firmware: imx: scu: use soc name for soc_id
      firmware: imx: scu: use EOPNOTSUPP
      firmware: imx: scu-irq: add imx_scu_irq_get_status
      firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP

Ranjani Vaidyanathan (1):
      firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs

Rob Herring (1):
      soc: imx: Explicitly include correct DT includes

Robin Gong (1):
      firmware: imx: scu-irq: fix RCU complaint after M4 partition reset

 drivers/bus/imx-weim.c             |   2 +-
 drivers/firmware/imx/imx-scu-irq.c | 118 +++++++++++++++++++++++++++++++------
 drivers/firmware/imx/imx-scu-soc.c |  20 ++++++-
 drivers/firmware/imx/imx-scu.c     |   9 ++-
 drivers/soc/imx/gpcv2.c            |   2 +-
 drivers/soc/imx/imx8m-blk-ctrl.c   |   3 +-
 drivers/soc/imx/imx8mp-blk-ctrl.c  |   2 +-
 drivers/soc/imx/imx93-blk-ctrl.c   |  17 +++++-
 drivers/soc/imx/imx93-pd.c         |   2 +-
 include/linux/firmware/imx/sci.h   |  16 +++--
 10 files changed, 158 insertions(+), 33 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] i.MX drivers update for 6.6
Date: Sun, 13 Aug 2023 21:33:49 +0800	[thread overview]
Message-ID: <20230813133354.847010-1-shawnguo@kernel.org> (raw)

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.6

for you to fetch changes up to c081197a33a2813881b534c44666024c97fb025d:

  firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs (2023-08-11 22:14:10 +0800)

----------------------------------------------------------------
i.MX drivers update for 6.6:

- A series from NXP i.MX developers (Peng Fan, etc.) to update imx-scu
  and imx-scu-irq firmware drivers.
- Add dedicated lockdep class for nested genpd locks to fix a lockdep
  warning in imx93-blk-ctrl driver.
- A change from Rob to explicitly include correct DT headers for i.MX
  SoC drivers.
- Use devm_platform_ioremap_resource() in imx-weim bus driver.

----------------------------------------------------------------
Alexander Stein (1):
      soc: imx: imx93-blk-ctrl: Add dedicated lockdep class for nested genpd locks

Dong Aisheng (2):
      firmware: imx: scu: change init level to subsys_initcall_sync
      firmware: imx: scu: increase RPC timeout

Martin Kaiser (1):
      bus: imx-weim: use devm_platform_ioremap_resource

Peng Fan (4):
      firmware: imx: scu: use soc name for soc_id
      firmware: imx: scu: use EOPNOTSUPP
      firmware: imx: scu-irq: add imx_scu_irq_get_status
      firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP

Ranjani Vaidyanathan (1):
      firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs

Rob Herring (1):
      soc: imx: Explicitly include correct DT includes

Robin Gong (1):
      firmware: imx: scu-irq: fix RCU complaint after M4 partition reset

 drivers/bus/imx-weim.c             |   2 +-
 drivers/firmware/imx/imx-scu-irq.c | 118 +++++++++++++++++++++++++++++++------
 drivers/firmware/imx/imx-scu-soc.c |  20 ++++++-
 drivers/firmware/imx/imx-scu.c     |   9 ++-
 drivers/soc/imx/gpcv2.c            |   2 +-
 drivers/soc/imx/imx8m-blk-ctrl.c   |   3 +-
 drivers/soc/imx/imx8mp-blk-ctrl.c  |   2 +-
 drivers/soc/imx/imx93-blk-ctrl.c   |  17 +++++-
 drivers/soc/imx/imx93-pd.c         |   2 +-
 include/linux/firmware/imx/sci.h   |  16 +++--
 10 files changed, 158 insertions(+), 33 deletions(-)

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

             reply	other threads:[~2023-08-13 13:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13 13:33 Shawn Guo [this message]
2023-08-13 13:33 ` [GIT PULL 1/6] i.MX drivers update for 6.6 Shawn Guo
2023-08-13 13:33 ` [GIT PULL 2/6] i.MX SoC change " Shawn Guo
2023-08-13 13:33   ` Shawn Guo
2023-08-13 13:33 ` [GIT PULL 3/6] i.MX dt-bindings update " Shawn Guo
2023-08-13 13:33   ` Shawn Guo
2023-08-13 13:33 ` [GIT PULL 4/6] i.MX ARM device tree change " Shawn Guo
2023-08-13 13:33   ` Shawn Guo
2023-08-13 13:33 ` [GIT PULL 5/6] i.MX arm64 device tree chanage " Shawn Guo
2023-08-13 13:33   ` Shawn Guo
2023-08-13 13:33 ` [GIT PULL 6/6] i.MX defconfig change " Shawn Guo
2023-08-13 13:33   ` Shawn Guo
2023-08-14 17:10 ` [GIT PULL 1/6] i.MX drivers update " patchwork-bot+linux-soc
2023-08-14 22:20 ` 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=20230813133354.847010-1-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /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.