All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/3] Driver changes for ti-sysc for v5.15
Date: Thu,  5 Aug 2021 11:46:43 +0300	[thread overview]
Message-ID: <pull-1628153040-834155@atomide.com-2> (raw)
In-Reply-To: <pull-1628153040-834155@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fdc07ca0724dd8ad00c22909a1464dc73ed6783e:

  Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)

----------------------------------------------------------------
Driver changes for ti-sysc for v5.15

Few ti-sysc changes to handle quirk for McASP SIDLE mode, correct
documentation for sysc_ioremap(), and start using
pm_runtime_resume_and_get().

----------------------------------------------------------------
Lee Jones (1):
      bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'

Peter Ujfalusi (1):
      bus: ti-sysc: Add quirk for OMAP4 McASP to disable SIDLE mode

Tony Lindgren (1):
      Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc

Zhang Qilong (1):
      bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

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

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/3] Driver changes for ti-sysc for v5.15
Date: Thu,  5 Aug 2021 11:46:43 +0300	[thread overview]
Message-ID: <pull-1628153040-834155@atomide.com-2> (raw)
Message-ID: <20210805084643.Zxp9vhMe3Ac_fKZWrr8z8LGG-TmQHgWPmoNFEbyDk6M@z> (raw)
In-Reply-To: <pull-1628153040-834155@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fdc07ca0724dd8ad00c22909a1464dc73ed6783e:

  Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)

----------------------------------------------------------------
Driver changes for ti-sysc for v5.15

Few ti-sysc changes to handle quirk for McASP SIDLE mode, correct
documentation for sysc_ioremap(), and start using
pm_runtime_resume_and_get().

----------------------------------------------------------------
Lee Jones (1):
      bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'

Peter Ujfalusi (1):
      bus: ti-sysc: Add quirk for OMAP4 McASP to disable SIDLE mode

Tony Lindgren (1):
      Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc

Zhang Qilong (1):
      bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

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

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

  reply	other threads:[~2021-08-05  8:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05  8:46 [GIT PULL 1/3] SoC changes for omaps for v5.15 Tony Lindgren
2021-08-05  8:46 ` Tony Lindgren
2021-08-05  8:46 ` Tony Lindgren [this message]
2021-08-05  8:46   ` [GIT PULL 2/3] Driver changes for ti-sysc " Tony Lindgren
2021-08-12 20:44   ` Arnd Bergmann
2021-08-12 20:44     ` Arnd Bergmann
2021-08-05  8:46 ` [GIT PULL 3/3] Devicetree changes for omaps " Tony Lindgren
2021-08-05  8:46   ` Tony Lindgren
2021-08-12 21:05   ` Arnd Bergmann
2021-08-12 21:05     ` Arnd Bergmann
2021-08-12 20:41 ` [GIT PULL 1/3] SoC " Arnd Bergmann
2021-08-12 20:41   ` Arnd Bergmann

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=pull-1628153040-834155@atomide.com-2 \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@kernel.org \
    /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.