mbox series

[GIT,PULL] Driver clean-up for ti-sysc for v6.4

Message ID pull-1680180355-69164@atomide.com (mailing list archive)
State Accepted
Commit 4e7b171f4e596804443f2e229a3abc3f7f1a2225
Headers show
Series [GIT,PULL] Driver clean-up for ti-sysc for v6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/ti-sysc-signed

Message

Tony Lindgren March 30, 2023, 12:46 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/ti-sysc-signed

for you to fetch changes up to b79ad2307a1dfd9cba3cfce6445fa0be74a757a0:

  bus: ti-sysc: Fix comment typo (2023-03-27 11:23:23 +0300)

----------------------------------------------------------------
Clean-up for ti-sysc driver for v6.4

Clean-up for ti-sysc interconnect target module driver mostly to remove
open coded ranges property parsing, to use of_property_present(), and
to use list_for_each_entry(). Also included is one comment typo change.

----------------------------------------------------------------
Jason Wang (1):
      bus: ti-sysc: Fix comment typo

Rob Herring (2):
      bus: ti-sysc: Remove open coded "ranges" parsing
      bus: ti-sysc: Use of_property_present() for testing DT property presence

Yang Yingliang (1):
      bus: ti-sysc: Use list_for_each_entry() helper

 drivers/bus/ti-sysc.c | 53 +++++++++++++--------------------------------------
 1 file changed, 13 insertions(+), 40 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 4, 2023, 2:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 30 Mar 2023 15:46:10 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> 
>   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Driver clean-up for ti-sysc for v6.4
    https://git.kernel.org/soc/soc/c/4e7b171f4e59

You are awesome, thank you!