All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	<arm@kernel.org>, <soc@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL V2 2/4] soc: ti: TI updates for v6.2
Date: Tue, 22 Nov 2022 16:38:56 -0600	[thread overview]
Message-ID: <20221122223856.fwackjg7fbd5jcz7@wannabe> (raw)
In-Reply-To: <20221122190136.avoej5i6zccbcds3@ammonia>

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

Hi,

Please find the updated v2 pull request for TI SoC driver changes for v6.2-rc1
below.

Main change since the first pull request[1] was to drop the regression
patches as requested in [2]. Apologies on the last min update of the PR.

[1] https://lore.kernel.org/all/20221122213202.gtrqwc5vsrecdklm@canteen/
[2] https://lore.kernel.org/all/7ha64iaf6t.fsf@baylibre.com/

---
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c11b537e417723d1279bc267b1089f11e8ec1ca5:

  soc: ti: k3-socinfo: Add AM62Ax JTAG ID (2022-11-22 16:08:34 -0600)

----------------------------------------------------------------
TI SoC driver updates for v6.2 v2

* Minor bugfixes for knav_qmss_queue, smartreflex drivers
* API optimizations including using devm, bitmap apis to
  ti-sci, soc-info drivers
* k3-ringacc can now be built as modules for certain
  distros that mandate such usage.
* k3-socinfo can now detect AM62A SoCs.

----------------------------------------------------------------
Chen Jiahao (1):
      drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static

Christophe JAILLET (3):
      firmware: ti_sci: Use the bitmap API to allocate bitmaps
      firmware: ti_sci: Use the non-atomic bitmap API when applicable
      firmware: ti_sci: Use devm_bitmap_zalloc when applicable

Georgi Vlaev (1):
      firmware: ti_sci: Fix polled mode during system suspend

Peter Ujfalusi (1):
      soc: ti: k3-ringacc: Allow the driver to be built as module

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo: Add AM62Ax JTAG ID

Zhang Qilong (2):
      soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
      soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe

 drivers/firmware/ti_sci.c        | 24 ++++++++++--------------
 drivers/soc/ti/Kconfig           |  2 +-
 drivers/soc/ti/k3-ringacc.c      | 28 ++++++++++++++++++++++++++--
 drivers/soc/ti/k3-socinfo.c      |  1 +
 drivers/soc/ti/knav_qmss_queue.c |  3 ++-
 drivers/soc/ti/smartreflex.c     |  1 +
 6 files changed, 41 insertions(+), 18 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: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	<arm@kernel.org>, <soc@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL V2 2/4] soc: ti: TI updates for v6.2
Date: Tue, 22 Nov 2022 16:38:56 -0600	[thread overview]
Message-ID: <20221122223856.fwackjg7fbd5jcz7@wannabe> (raw)
In-Reply-To: <20221122190136.avoej5i6zccbcds3@ammonia>


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

Hi,

Please find the updated v2 pull request for TI SoC driver changes for v6.2-rc1
below.

Main change since the first pull request[1] was to drop the regression
patches as requested in [2]. Apologies on the last min update of the PR.

[1] https://lore.kernel.org/all/20221122213202.gtrqwc5vsrecdklm@canteen/
[2] https://lore.kernel.org/all/7ha64iaf6t.fsf@baylibre.com/

---
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c11b537e417723d1279bc267b1089f11e8ec1ca5:

  soc: ti: k3-socinfo: Add AM62Ax JTAG ID (2022-11-22 16:08:34 -0600)

----------------------------------------------------------------
TI SoC driver updates for v6.2 v2

* Minor bugfixes for knav_qmss_queue, smartreflex drivers
* API optimizations including using devm, bitmap apis to
  ti-sci, soc-info drivers
* k3-ringacc can now be built as modules for certain
  distros that mandate such usage.
* k3-socinfo can now detect AM62A SoCs.

----------------------------------------------------------------
Chen Jiahao (1):
      drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static

Christophe JAILLET (3):
      firmware: ti_sci: Use the bitmap API to allocate bitmaps
      firmware: ti_sci: Use the non-atomic bitmap API when applicable
      firmware: ti_sci: Use devm_bitmap_zalloc when applicable

Georgi Vlaev (1):
      firmware: ti_sci: Fix polled mode during system suspend

Peter Ujfalusi (1):
      soc: ti: k3-ringacc: Allow the driver to be built as module

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo: Add AM62Ax JTAG ID

Zhang Qilong (2):
      soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
      soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe

 drivers/firmware/ti_sci.c        | 24 ++++++++++--------------
 drivers/soc/ti/Kconfig           |  2 +-
 drivers/soc/ti/k3-ringacc.c      | 28 ++++++++++++++++++++++++++--
 drivers/soc/ti/k3-socinfo.c      |  1 +
 drivers/soc/ti/knav_qmss_queue.c |  3 ++-
 drivers/soc/ti/smartreflex.c     |  1 +
 6 files changed, 41 insertions(+), 18 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

  parent reply	other threads:[~2022-11-22 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 19:01 [GIT PULL 2/4] soc: ti: TI updates for v6.2 Nishanth Menon
2022-11-22 19:01 ` Nishanth Menon
2022-11-22 21:32 ` Nishanth Menon
2022-11-22 21:32   ` Nishanth Menon
2022-11-22 22:38 ` Nishanth Menon [this message]
2022-11-22 22:38   ` [GIT PULL V2 " Nishanth Menon
2022-11-23 12: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=20221122223856.fwackjg7fbd5jcz7@wannabe \
    --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.