[GIT PULL 1/5] firmare: Changes for v4.14-rc1

10 messages, 2 authors, 2017-08-18 · open the first message on its own page

[GIT PULL 1/5] firmare: Changes for v4.14-rc1

From: Thierry Reding <hidden>
Date: 2017-08-18 14:48:02

Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.14-firmware

for you to fetch changes up to 122954edfdf5888dbd532acf2b945af15660da66:

  firmware: tegra: set drvdata earlier (2017-08-17 13:08:08 +0200)

----------------------------------------------------------------
firmare: Changes for v4.14-rc1

This contains a single bug fix that can lead to a crash in some rare
situations. Since this has never been reported to happen with the level
of support that exists upstream, this isn't considered critical.

----------------------------------------------------------------
Timo Alho (1):
      firmware: tegra: set drvdata earlier

 drivers/firmware/tegra/bpmp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[GIT PULL 2/5] soc/tegra: Changes for v4.14-rc1

From: Thierry Reding <hidden>
Date: 2017-08-18 14:48:03

Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 27a0342ac162bf2ba30c288cfb7b72eabed38d8b:

  soc/tegra: Register SoC device (2017-08-17 16:43:13 +0200)

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

Contains a fix for unbalanced reference counting of device tree nodes in
the PMC-based generic power domains code.

A second change moves the SoC device registration code from its old
location in arch/arm/mach-tegra to drivers/soc/tegra so that it can be
shared between 32-bit and 64-bit ARM Tegra SoCs.

----------------------------------------------------------------
Thierry Reding (1):
      soc/tegra: Register SoC device

Tuomas Tynkkynen (1):
      soc/tegra: Fix bad of_node_put() in powergate init

 arch/arm/mach-tegra/tegra.c         | 29 +---------------------
 drivers/soc/tegra/Kconfig           |  5 ++++
 drivers/soc/tegra/fuse/fuse-tegra.c | 48 +++++++++++++++++++++++++++++++++++--
 drivers/soc/tegra/pmc.c             |  4 +---
 include/soc/tegra/fuse.h            |  2 ++
 5 files changed, 55 insertions(+), 33 deletions(-)

[GIT PULL 2/5] soc/tegra: Changes for v4.14-rc1

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-18 21:33:49

On Fri, Aug 18, 2017 at 4:48 PM, Thierry Reding
[off-list ref] wrote:
Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 27a0342ac162bf2ba30c288cfb7b72eabed38d8b:

  soc/tegra: Register SoC device (2017-08-17 16:43:13 +0200)

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

Contains a fix for unbalanced reference counting of device tree nodes in
the PMC-based generic power domains code.

A second change moves the SoC device registration code from its old
location in arch/arm/mach-tegra to drivers/soc/tegra so that it can be
shared between 32-bit and 64-bit ARM Tegra SoCs.
Ok. I noticed this part in the changelog:

    Move this code from arch/arm/mach-tegra and make it common among 32-bit
    and 64-bit Tegra SoCs. This is slightly complicated by the fact that on
    32-bit Tegra, the SoC device is used as the parent for all devices that
    are instantiated from device tree.

Have you considered whether we can change the behavior on arm32?
Usually nothing cares about the hierarchy in sysfs, though there is of
course a theoretical risk of something breaking.

I pulled your branch into next/drivers, if you decide to change the
arm32 behavior, just send a patch on top. Thanks,

     Arnd

[GIT PULL 3/5] ARM: tegra: Changes for v4.14-rc1

From: Thierry Reding <hidden>
Date: 2017-08-18 14:48:04

Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.14-arm-core

for you to fetch changes up to 6aa26c5d66595494e810c791602d87a572c78808:

  ARM: tegra: Select appropriate DMA options for LPAE (2017-07-31 18:59:44 +0200)

----------------------------------------------------------------
ARM: tegra: Changes for v4.14-rc1

Contains a single fix for platforms with more than 2 GiB of memory
running on a kernel with LPAE enabled.

----------------------------------------------------------------
Paul Kocialkowski (1):
      ARM: tegra: Select appropriate DMA options for LPAE

 arch/arm/mach-tegra/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

[GIT PULL 3/5] ARM: tegra: Changes for v4.14-rc1

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-18 21:36:56

On Fri, Aug 18, 2017 at 4:48 PM, Thierry Reding
[off-list ref] wrote:
Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.14-arm-core

for you to fetch changes up to 6aa26c5d66595494e810c791602d87a572c78808:

  ARM: tegra: Select appropriate DMA options for LPAE (2017-07-31 18:59:44 +0200)

----------------------------------------------------------------
ARM: tegra: Changes for v4.14-rc1

Contains a single fix for platforms with more than 2 GiB of memory
running on a kernel with LPAE enabled.
Pulled into next/soc, thanks!

       Arnd

[GIT PULL 4/5] ARM: tegra: Device tree changes for v4.14-rc1

From: Thierry Reding <hidden>
Date: 2017-08-18 14:48:05

Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.14-arm-dt

for you to fetch changes up to e3ff43b6c991bc8cbfa7e926ef0f655b4bae3fee:

  ARM: tegra: Enable UDC on AC100 (2017-08-17 16:37:06 +0200)

----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.14-rc1

One fix for Tegra124 to hook the host1x device up with the SMMU.

The remainder of this enables USB device mode on a couple of boards
where the port is currently unused.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Enable UDC on AC100

Paul Kocialkowski (1):
      ARM: tegra: Register host1x node with IOMMU binding on Tegra124

Thierry Reding (3):
      ARM: tegra: Enable UDC on Beaver
      ARM: tegra: Enable UDC on Dalmore
      ARM: tegra: Enable UDC on Jetson TK1

 arch/arm/boot/dts/tegra114-dalmore.dts    | 10 ++++++++++
 arch/arm/boot/dts/tegra124-jetson-tk1.dts | 12 +++++++++++-
 arch/arm/boot/dts/tegra124.dtsi           |  1 +
 arch/arm/boot/dts/tegra20-paz00.dts       |  2 ++
 arch/arm/boot/dts/tegra30-beaver.dts      | 10 ++++++++++
 5 files changed, 34 insertions(+), 1 deletion(-)

[GIT PULL 4/5] ARM: tegra: Device tree changes for v4.14-rc1

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-18 21:04:05

On Fri, Aug 18, 2017 at 4:48 PM, Thierry Reding
[off-list ref] wrote:
ARM: tegra: Device tree changes for v4.14-rc1

One fix for Tegra124 to hook the host1x device up with the SMMU.

The remainder of this enables USB device mode on a couple of boards
where the port is currently unused.
Pulled into next/dt, thanks!

         Arnd

[GIT PULL 5/5] ARM: tegra: Default configuration updates for v4.14-rc1

From: Thierry Reding <hidden>
Date: 2017-08-18 14:48:06

Hi ARM SoC maintainers,

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.14-arm-defconfig

for you to fetch changes up to f6982786df61513c3614c91d492f3c1b21da6128:

  ARM: defconfig: tegra: Enable ChipIdea UDC driver (2017-08-17 16:29:53 +0200)

----------------------------------------------------------------
ARM: tegra: Default configuration updates for v4.14-rc1

Enables the ChipIdea UDC driver and selects some symbols that were
previously being selected by other drivers but will no longer be in
v4.14.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: defconfig: tegra: Enable ChipIdea UDC driver

Paul Kocialkowski (2):
      ARM: tegra: Add Tegra I2S interfaces to defconfig
      ARM: configs: Add Tegra I2S interfaces to multi_v7_defconfig

Thierry Reding (1):
      ARM: tegra: Update default configuration for v4.13-rc1

 arch/arm/configs/multi_v7_defconfig |  2 ++
 arch/arm/configs/tegra_defconfig    | 12 +++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

[GIT PULL 5/5] ARM: tegra: Default configuration updates for v4.14-rc1

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-18 20:31:00

On Fri, Aug 18, 2017 at 4:48 PM, Thierry Reding
[off-list ref] wrote:
ARM: tegra: Default configuration updates for v4.14-rc1

Enables the ChipIdea UDC driver and selects some symbols that were
previously being selected by other drivers but will no longer be in
v4.14.
Pulled inot next/defconfig, thanks!

           Arnd

[GIT PULL 1/5] firmare: Changes for v4.14-rc1

From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-18 21:35:08

On Fri, Aug 18, 2017 at 4:48 PM, Thierry Reding
[off-list ref] wrote:
----------------------------------------------------------------
firmare: Changes for v4.14-rc1

This contains a single bug fix that can lead to a crash in some rare
situations. Since this has never been reported to happen with the level
of support that exists upstream, this isn't considered critical.
Pulled into next/drivers, thanks!

        Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help