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] soc: ti: Driver updates for v6.7
Date: Wed, 18 Oct 2023 11:52:26 -0500	[thread overview]
Message-ID: <20231018165226.33x5cjn5jmgnm3di@magnolia> (raw)

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

Hi,

Please pull:

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.7

for you to fetch changes up to 3aeb0d3694e16b5066db82aa1152884f2e6aace0:

  soc: ti: k3-socinfo: Avoid overriding return value (2023-10-16 11:38:17 -0500)

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

- Generic fixups: Convert to platform remove callback returning void
- ti_sci: Minor fixups and mark driver as non-removable
- k3-socinfo: Documentation fixups, cosmetic fixups
- knav_qmss_queue: Optimize with device_get_match_data

Signed-off-by: Nishanth Menon <nm@ti.com>

----------------------------------------------------------------
Dhruva Gole (1):
      firmware: ti_sci: Mark driver as non removable

Jinjie Ruan (1):
      firmware: ti_sci: Use list_for_each_entry() helper

Justin Stitt (1):
      firmware: ti_sci: refactor deprecated strncpy

Neha Malcom Francis (2):
      soc: ti: k3-socinfo: Fix typo in bitfield documentation
      soc: ti: k3-socinfo: Avoid overriding return value

Rob Herring (2):
      firmware: ti_sci: Use device_get_match_data()
      soc: ti: knav_qmss_queue: Use device_get_match_data()

Uwe Kleine-König (7):
      soc/ti: k3-ringacc: Convert to platform remove callback returning void
      soc/ti: knav_dma: Convert to platform remove callback returning void
      soc/ti: knav_qmss_queue: Convert to platform remove callback returning void
      soc/ti: pm33xx: Convert to platform remove callback returning void
      soc/ti: pruss: Convert to platform remove callback returning void
      soc/ti: smartreflex: Convert to platform remove callback returning void
      soc/ti: wkup_m3_ipc: Convert to platform remove callback returning void

 drivers/firmware/ti_sci.c        | 69 ++++++----------------------------------
 drivers/soc/ti/k3-ringacc.c      |  5 ++-
 drivers/soc/ti/k3-socinfo.c      |  7 ++--
 drivers/soc/ti/knav_dma.c        |  6 ++--
 drivers/soc/ti/knav_qmss_queue.c | 13 ++++----
 drivers/soc/ti/pm33xx.c          |  5 ++-
 drivers/soc/ti/pruss.c           |  6 ++--
 drivers/soc/ti/smartreflex.c     |  5 ++-
 drivers/soc/ti/wkup_m3_ipc.c     |  6 ++--
 9 files changed, 30 insertions(+), 92 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] soc: ti: Driver updates for v6.7
Date: Wed, 18 Oct 2023 11:52:26 -0500	[thread overview]
Message-ID: <20231018165226.33x5cjn5jmgnm3di@magnolia> (raw)


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

Hi,

Please pull:

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.7

for you to fetch changes up to 3aeb0d3694e16b5066db82aa1152884f2e6aace0:

  soc: ti: k3-socinfo: Avoid overriding return value (2023-10-16 11:38:17 -0500)

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

- Generic fixups: Convert to platform remove callback returning void
- ti_sci: Minor fixups and mark driver as non-removable
- k3-socinfo: Documentation fixups, cosmetic fixups
- knav_qmss_queue: Optimize with device_get_match_data

Signed-off-by: Nishanth Menon <nm@ti.com>

----------------------------------------------------------------
Dhruva Gole (1):
      firmware: ti_sci: Mark driver as non removable

Jinjie Ruan (1):
      firmware: ti_sci: Use list_for_each_entry() helper

Justin Stitt (1):
      firmware: ti_sci: refactor deprecated strncpy

Neha Malcom Francis (2):
      soc: ti: k3-socinfo: Fix typo in bitfield documentation
      soc: ti: k3-socinfo: Avoid overriding return value

Rob Herring (2):
      firmware: ti_sci: Use device_get_match_data()
      soc: ti: knav_qmss_queue: Use device_get_match_data()

Uwe Kleine-König (7):
      soc/ti: k3-ringacc: Convert to platform remove callback returning void
      soc/ti: knav_dma: Convert to platform remove callback returning void
      soc/ti: knav_qmss_queue: Convert to platform remove callback returning void
      soc/ti: pm33xx: Convert to platform remove callback returning void
      soc/ti: pruss: Convert to platform remove callback returning void
      soc/ti: smartreflex: Convert to platform remove callback returning void
      soc/ti: wkup_m3_ipc: Convert to platform remove callback returning void

 drivers/firmware/ti_sci.c        | 69 ++++++----------------------------------
 drivers/soc/ti/k3-ringacc.c      |  5 ++-
 drivers/soc/ti/k3-socinfo.c      |  7 ++--
 drivers/soc/ti/knav_dma.c        |  6 ++--
 drivers/soc/ti/knav_qmss_queue.c | 13 ++++----
 drivers/soc/ti/pm33xx.c          |  5 ++-
 drivers/soc/ti/pruss.c           |  6 ++--
 drivers/soc/ti/smartreflex.c     |  5 ++-
 drivers/soc/ti/wkup_m3_ipc.c     |  6 ++--
 9 files changed, 30 insertions(+), 92 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-10-18 16:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-18 16:52 Nishanth Menon [this message]
2023-10-18 16:52 ` [GIT PULL] soc: ti: Driver updates for v6.7 Nishanth Menon
2023-10-25 21: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=20231018165226.33x5cjn5jmgnm3di@magnolia \
    --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.