mbox series

[GIT,PULL,4/7] soc/tegra: Changes for v4.17-rc1

Message ID 20180316141850.4876-4-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/7] ARM: tegra: Miscellaneous changes for v4.17-rc1 | expand

Pull-request

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

Message

Thierry Reding March 16, 2018, 2:18 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0cad0983bd3c002e92dff1e9d7f28c2c312c1973:

  soc/tegra: pmc: Use the new reset APIs to manage reset controllers (2018-03-09 08:51:07 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.17-rc1

This contains more Tegra194 support as well as an implementation for the
MBIST workaround needed to avoid some memory-related issues on Tegra210.

----------------------------------------------------------------
Mikko Perttunen (2):
      soc/tegra: Add Tegra194 SoC configuration option
      soc/tegra: pmc: Add Tegra194 compatibility string

Peter De Schrijver (1):
      soc/tegra: pmc: MBIST work around for Tegra210

Thierry Reding (1):
      soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()

Vivek Gautam (1):
      soc/tegra: pmc: Use the new reset APIs to manage reset controllers

 drivers/soc/tegra/Kconfig | 10 +++++
 drivers/soc/tegra/pmc.c   | 95 ++++++++++++-----------------------------------
 2 files changed, 33 insertions(+), 72 deletions(-)

Comments

Thierry Reding March 19, 2018, 8:42 a.m. UTC | #1
On Fri, Mar 16, 2018 at 03:18:47PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.17-soc
> 
> for you to fetch changes up to 0cad0983bd3c002e92dff1e9d7f28c2c312c1973:
> 
>   soc/tegra: pmc: Use the new reset APIs to manage reset controllers (2018-03-09 08:51:07 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.17-rc1
> 
> This contains more Tegra194 support as well as an implementation for the
> MBIST workaround needed to avoid some memory-related issues on Tegra210.
> 
> ----------------------------------------------------------------
> Mikko Perttunen (2):
>       soc/tegra: Add Tegra194 SoC configuration option
>       soc/tegra: pmc: Add Tegra194 compatibility string
> 
> Peter De Schrijver (1):
>       soc/tegra: pmc: MBIST work around for Tegra210
> 
> Thierry Reding (1):
>       soc/tegra: pmc: Pass PMC to tegra_powergate_power_up()
> 
> Vivek Gautam (1):
>       soc/tegra: pmc: Use the new reset APIs to manage reset controllers

I'd like to update this pull request with this final patch fixed up. I
had to apply it manually and it looks like I messed it up. This has one
hunk missing that causes a failure to boot on Jetson TX1, but only if
neither DSI nor HDMI are enabled (DSI explicitly disabled in DT, and
HDMI not connected). I only stumbled on this because I was testing some
unrelated display code paths.

Thierry