mbox series

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

Message ID 20180319085245.25834-1-thierry.reding@gmail.com
State New
Headers show
Series None | expand

Pull-request

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

Message

Thierry Reding March 19, 2018, 8:52 a.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-2

for you to fetch changes up to 4c817ccf73abaf7b06a2630e8352d82648c8bc70:

  soc/tegra: pmc: Use the new reset APIs to manage reset controllers (2018-03-19 09:42:39 +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   | 98 ++++++++++++++---------------------------------
 2 files changed, 38 insertions(+), 70 deletions(-)

Comments

Arnd Bergmann March 27, 2018, 1:52 p.m. UTC | #1
On Mon, Mar 19, 2018 at 9:52 AM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> 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.

Pulled into next/drivers, thanks!

      Arnd