mbox series

[GIT,PULL,1/9] bus/tegra: Changes for v5.2-rc1

Message ID 20190418150721.8828-1-thierry.reding@gmail.com
State Deferred
Headers show
Series [GIT,PULL,1/9] bus/tegra: Changes for v5.2-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-bus

Message

Thierry Reding April 18, 2019, 3:07 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-bus

for you to fetch changes up to 1427736e64c3a8b513cd984332f596055a7ca196:

  bus: tegra-aconnect: add system sleep callbacks (2019-03-28 17:26:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
bus/tegra: Changes for v5.2-rc1

This pair of patches adds support for system sleep to the ACONNECT bus
found on Tegra SoCs.

----------------------------------------------------------------
Sameer Pujar (2):
      bus: tegra-aconnect: use devm_clk_*() helpers
      bus: tegra-aconnect: add system sleep callbacks

 drivers/bus/tegra-aconnect.c | 66 ++++++++++++++++++++++++++++++--------------
 1 file changed, 46 insertions(+), 20 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:33 a.m. UTC | #1
On Thu, Apr 18, 2019 at 05:07:12PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-bus
> 
> for you to fetch changes up to 1427736e64c3a8b513cd984332f596055a7ca196:
> 
>   bus: tegra-aconnect: add system sleep callbacks (2019-03-28 17:26:14 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> bus/tegra: Changes for v5.2-rc1
> 
> This pair of patches adds support for system sleep to the ACONNECT bus
> found on Tegra SoCs.

Merged, thanks.


-Olof