mbox series

[GIT,PULL,3/5] soc: tegra: Changes for v5.3-rc1

Message ID 20190621150206.19037-3-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] firmware: tegra: Changes for v5.3-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-soc

Message

Thierry Reding June 21, 2019, 3:02 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-soc

for you to fetch changes up to 7ac13f6dcbd59b8f99395588cd7ef31f7e3bd3c6:

  soc/tegra: Select pinctrl for Tegra194 (2019-06-13 10:44:08 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc: tegra: Changes for v5.3-rc1

This contains a set of minor fixes and cleanups for core Tegra drivers.

----------------------------------------------------------------
Krishna Yarlagadda (1):
      soc/tegra: Select pinctrl for Tegra194

Thierry Reding (4):
      soc/tegra: pmc: Fail to allocate more than one wake IRQ
      soc/tegra: pmc: Avoid crash for non-wake IRQs
      soc/tegra: pmc: Add comments clarifying wake events
      soc/tegra: fuse: Do not log error message on deferred probe

 drivers/soc/tegra/Kconfig           |  1 +
 drivers/soc/tegra/fuse/fuse-tegra.c |  6 ++++--
 drivers/soc/tegra/pmc.c             | 18 ++++++++++++++++++
 3 files changed, 23 insertions(+), 2 deletions(-)

Comments

Olof Johansson June 25, 2019, 12:42 p.m. UTC | #1
On Fri, Jun 21, 2019 at 05:02:04PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-soc
> 
> for you to fetch changes up to 7ac13f6dcbd59b8f99395588cd7ef31f7e3bd3c6:
> 
>   soc/tegra: Select pinctrl for Tegra194 (2019-06-13 10:44:08 +0200)

Merged, thanks!


-Olof