All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Arnd <arnd@arndb.de>, Olof <olof@lixom.net>, SoC <soc@kernel.org>
Cc: <arm@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL 1/4] soc: ti: Driver updates for v6.6
Date: Mon, 14 Aug 2023 11:06:33 -0500	[thread overview]
Message-ID: <20230814160633.my3xbk5k2pxkvjyi@degrease> (raw)

[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]

Hi,

Please pull:

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

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

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.6

for you to fetch changes up to 443012dd31e5939cb53bc9c5713d32d87321b0d8:

  soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX (2023-08-11 16:01:09 -0500)

----------------------------------------------------------------
TI SoC driver updates for v6.6

- Generic fixups: Explicitly include correct DT include.
- omap_prm: Cosmetic fixups for using devm_ api for ioremap_resource
- ti_sci: Documentation fixups, Using system_state to determine if
  polling is needed.
- k3-ringcc: Documentation fixups, cleanup of log messages, using
  devm_ to handle ioremap_resource.
- k3-socinfo: Add AM62PX detection.

----------------------------------------------------------------
Jayesh Choudhary (1):
      soc: ti: k3-ringacc: remove non-fatal probe deferral log

Nishanth Menon (3):
      firmware: ti_sci: Use system_state to determine polling
      firmware: ti_sci: Fixup documentation errors
      soc: ti: k3-ringacc: Fixup documentation errors

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

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX

Yangtao Li (1):
      soc: ti: omap-prm: Use devm_platform_get_and_ioremap_resource()

Zhang Zekun (1):
      soc: ti: Use devm_platform_ioremap_resource_byname simplify logic

 drivers/firmware/ti_sci.c        | 49 ++++++++--------------------------------
 drivers/soc/ti/k3-ringacc.c      | 31 +++++++++----------------
 drivers/soc/ti/k3-socinfo.c      |  1 +
 drivers/soc/ti/omap_prm.c        | 13 ++++-------
 drivers/soc/ti/pruss.c           |  4 +++-
 drivers/soc/ti/ti_sci_inta_msi.c |  3 ++-
 6 files changed, 30 insertions(+), 71 deletions(-)
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Arnd <arnd@arndb.de>, Olof <olof@lixom.net>, SoC <soc@kernel.org>
Cc: <arm@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL 1/4] soc: ti: Driver updates for v6.6
Date: Mon, 14 Aug 2023 11:06:33 -0500	[thread overview]
Message-ID: <20230814160633.my3xbk5k2pxkvjyi@degrease> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 2096 bytes --]

Hi,

Please pull:

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

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

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.6

for you to fetch changes up to 443012dd31e5939cb53bc9c5713d32d87321b0d8:

  soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX (2023-08-11 16:01:09 -0500)

----------------------------------------------------------------
TI SoC driver updates for v6.6

- Generic fixups: Explicitly include correct DT include.
- omap_prm: Cosmetic fixups for using devm_ api for ioremap_resource
- ti_sci: Documentation fixups, Using system_state to determine if
  polling is needed.
- k3-ringcc: Documentation fixups, cleanup of log messages, using
  devm_ to handle ioremap_resource.
- k3-socinfo: Add AM62PX detection.

----------------------------------------------------------------
Jayesh Choudhary (1):
      soc: ti: k3-ringacc: remove non-fatal probe deferral log

Nishanth Menon (3):
      firmware: ti_sci: Use system_state to determine polling
      firmware: ti_sci: Fixup documentation errors
      soc: ti: k3-ringacc: Fixup documentation errors

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

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX

Yangtao Li (1):
      soc: ti: omap-prm: Use devm_platform_get_and_ioremap_resource()

Zhang Zekun (1):
      soc: ti: Use devm_platform_ioremap_resource_byname simplify logic

 drivers/firmware/ti_sci.c        | 49 ++++++++--------------------------------
 drivers/soc/ti/k3-ringacc.c      | 31 +++++++++----------------
 drivers/soc/ti/k3-socinfo.c      |  1 +
 drivers/soc/ti/omap_prm.c        | 13 ++++-------
 drivers/soc/ti/pruss.c           |  4 +++-
 drivers/soc/ti/ti_sci_inta_msi.c |  3 ++-
 6 files changed, 30 insertions(+), 71 deletions(-)
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
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-14 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 16:06 Nishanth Menon [this message]
2023-08-14 16:06 ` [GIT PULL 1/4] soc: ti: Driver updates for v6.6 Nishanth Menon
2023-08-14 17:10 ` 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=20230814160633.my3xbk5k2pxkvjyi@degrease \
    --to=nm@ti.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=ssantosh@kernel.org \
    --cc=tony@atomide.com \
    /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.