All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1
@ 2021-04-01 17:26 ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-dt-bindings

for you to fetch changes up to d1e24c46250731204dbf61b5191e4dcf2c2d9391:

  dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop (2021-03-24 14:04:40 +0100)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v5.13-rc1

One single changes that adds the nvidia,pmc property to the XUSB pad
controller binding, which will subsequently be used to implement USB
sleepwalk functionality.

----------------------------------------------------------------
JC Kuo (1):
      dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

 Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1
@ 2021-04-01 17:26 ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-dt-bindings

for you to fetch changes up to d1e24c46250731204dbf61b5191e4dcf2c2d9391:

  dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop (2021-03-24 14:04:40 +0100)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v5.13-rc1

One single changes that adds the nvidia,pmc property to the XUSB pad
controller binding, which will subsequently be used to implement USB
sleepwalk functionality.

----------------------------------------------------------------
JC Kuo (1):
      dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

 Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt | 1 +
 1 file changed, 1 insertion(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 2/5] clk: tegra: Changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-clk

for you to fetch changes up to 0c7ea2b1c850756140fef03bed0fbaf0957f120a:

  clk: tegra: Don't enable PLLE HW sequencer at init (2021-03-24 14:02:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v5.13-rc1

This adds PLLE HW sequencer support which is necessary for USB sleepwalk
functionality.

----------------------------------------------------------------
JC Kuo (2):
      clk: tegra: Add PLLE HW power sequencer control
      clk: tegra: Don't enable PLLE HW sequencer at init

 drivers/clk/tegra/clk-pll.c      | 12 ---------
 drivers/clk/tegra/clk-tegra210.c | 53 +++++++++++++++++++++++++++++++++++++++-
 include/linux/clk/tegra.h        |  4 ++-
 3 files changed, 55 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 2/5] clk: tegra: Changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-clk

for you to fetch changes up to 0c7ea2b1c850756140fef03bed0fbaf0957f120a:

  clk: tegra: Don't enable PLLE HW sequencer at init (2021-03-24 14:02:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v5.13-rc1

This adds PLLE HW sequencer support which is necessary for USB sleepwalk
functionality.

----------------------------------------------------------------
JC Kuo (2):
      clk: tegra: Add PLLE HW power sequencer control
      clk: tegra: Don't enable PLLE HW sequencer at init

 drivers/clk/tegra/clk-pll.c      | 12 ---------
 drivers/clk/tegra/clk-tegra210.c | 53 +++++++++++++++++++++++++++++++++++++++-
 include/linux/clk/tegra.h        |  4 ++-
 3 files changed, 55 insertions(+), 14 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 3/5] soc/tegra: Changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 366d7c643a8a9db652341e314b33d3fc80595e6c:

  soc/tegra: pmc: Print out domain name when reset fails to acquire (2021-03-26 13:10:25 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.13-rc1

Contains a couple of fixes to the PMC power domain implementation and
exports a regmap from PMC needed to implement USB sleepwalk support.

----------------------------------------------------------------
Dmitry Osipenko (5):
      soc/tegra: regulators: Fix locking up when voltage-spread is out of range
      soc/tegra: pmc: Fix imbalanced clock disabling in error code path
      soc/tegra: pmc: Fix completion of power-gate toggling
      soc/tegra: pmc: Ensure that clock rates aren't too high
      soc/tegra: pmc: Print out domain name when reset fails to acquire

JC Kuo (1):
      soc/tegra: pmc: Provide USB sleepwalk register map

 drivers/soc/tegra/pmc.c                | 259 ++++++++++++++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c |   2 +-
 2 files changed, 252 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 3/5] soc/tegra: Changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 366d7c643a8a9db652341e314b33d3fc80595e6c:

  soc/tegra: pmc: Print out domain name when reset fails to acquire (2021-03-26 13:10:25 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.13-rc1

Contains a couple of fixes to the PMC power domain implementation and
exports a regmap from PMC needed to implement USB sleepwalk support.

----------------------------------------------------------------
Dmitry Osipenko (5):
      soc/tegra: regulators: Fix locking up when voltage-spread is out of range
      soc/tegra: pmc: Fix imbalanced clock disabling in error code path
      soc/tegra: pmc: Fix completion of power-gate toggling
      soc/tegra: pmc: Ensure that clock rates aren't too high
      soc/tegra: pmc: Print out domain name when reset fails to acquire

JC Kuo (1):
      soc/tegra: pmc: Provide USB sleepwalk register map

 drivers/soc/tegra/pmc.c                | 259 ++++++++++++++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c |   2 +-
 2 files changed, 252 insertions(+), 9 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 4/5] ARM: tegra: Device tree changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3a6c267dd7b8822eb722835b503c5a438cbd3700:

  ARM: tegra: acer-a500: Add atmel,wakeup-method property (2021-03-26 14:21:28 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.13-rc1

This contains a couple of improvements and fixes for various 32-bit
Tegra-based boards.

----------------------------------------------------------------
Dmitry Osipenko (15):
      ARM: tegra: ventana: Support CPU and Core voltage scaling
      ARM: tegra: ventana: Support CPU thermal throttling
      ARM: tegra: cardhu: Support CPU frequency and voltage scaling on all board variants
      ARM: tegra: cardhu: Support CPU thermal throttling
      ARM: tegra: paz00: Enable full voltage scaling ranges for CPU and Core domains
      ARM: tegra: acer-a500: Enable core voltage scaling
      ARM: tegra: acer-a500: Reduce thermal throttling hysteresis to 0.2C
      ARM: tegra: acer-a500: Specify all CPU cores as cooling devices
      ARM: tegra: acer-a500: Rename avdd to vdda of touchscreen node
      ARM: tegra: nexus7: Specify all CPU cores as cooling devices
      ARM: tegra: ouya: Specify all CPU cores as cooling devices
      ARM: tegra: Specify CPU suspend OPP in device-tree
      ARM: tegra: Specify memory suspend OPP in device-tree
      ARM: tegra: Specify tps65911 as wakeup source
      ARM: tegra: acer-a500: Add atmel,wakeup-method property

 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  5 ++
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    | 16 +++--
 arch/arm/boot/dts/tegra20-cpu-opp.dtsi             |  2 +
 arch/arm/boot/dts/tegra20-paz00.dts                | 14 ++--
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  1 +
 arch/arm/boot/dts/tegra20-ventana.dts              | 78 +++++++++++++++++---
 arch/arm/boot/dts/tegra30-apalis.dtsi              |  1 +
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 14 ++--
 .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi   |  1 +
 arch/arm/boot/dts/tegra30-beaver.dts               |  1 +
 arch/arm/boot/dts/tegra30-cardhu-a04.dts           | 48 -------------
 arch/arm/boot/dts/tegra30-cardhu.dtsi              | 84 ++++++++++++++++++++--
 arch/arm/boot/dts/tegra30-colibri.dtsi             |  1 +
 arch/arm/boot/dts/tegra30-cpu-opp.dtsi             |  3 +
 arch/arm/boot/dts/tegra30-ouya.dts                 | 16 +++--
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  3 +
 16 files changed, 204 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 4/5] ARM: tegra: Device tree changes for v5.13-rc1
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3a6c267dd7b8822eb722835b503c5a438cbd3700:

  ARM: tegra: acer-a500: Add atmel,wakeup-method property (2021-03-26 14:21:28 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.13-rc1

This contains a couple of improvements and fixes for various 32-bit
Tegra-based boards.

----------------------------------------------------------------
Dmitry Osipenko (15):
      ARM: tegra: ventana: Support CPU and Core voltage scaling
      ARM: tegra: ventana: Support CPU thermal throttling
      ARM: tegra: cardhu: Support CPU frequency and voltage scaling on all board variants
      ARM: tegra: cardhu: Support CPU thermal throttling
      ARM: tegra: paz00: Enable full voltage scaling ranges for CPU and Core domains
      ARM: tegra: acer-a500: Enable core voltage scaling
      ARM: tegra: acer-a500: Reduce thermal throttling hysteresis to 0.2C
      ARM: tegra: acer-a500: Specify all CPU cores as cooling devices
      ARM: tegra: acer-a500: Rename avdd to vdda of touchscreen node
      ARM: tegra: nexus7: Specify all CPU cores as cooling devices
      ARM: tegra: ouya: Specify all CPU cores as cooling devices
      ARM: tegra: Specify CPU suspend OPP in device-tree
      ARM: tegra: Specify memory suspend OPP in device-tree
      ARM: tegra: Specify tps65911 as wakeup source
      ARM: tegra: acer-a500: Add atmel,wakeup-method property

 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  5 ++
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    | 16 +++--
 arch/arm/boot/dts/tegra20-cpu-opp.dtsi             |  2 +
 arch/arm/boot/dts/tegra20-paz00.dts                | 14 ++--
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  1 +
 arch/arm/boot/dts/tegra20-ventana.dts              | 78 +++++++++++++++++---
 arch/arm/boot/dts/tegra30-apalis.dtsi              |  1 +
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 14 ++--
 .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi   |  1 +
 arch/arm/boot/dts/tegra30-beaver.dts               |  1 +
 arch/arm/boot/dts/tegra30-cardhu-a04.dts           | 48 -------------
 arch/arm/boot/dts/tegra30-cardhu.dtsi              | 84 ++++++++++++++++++++--
 arch/arm/boot/dts/tegra30-colibri.dtsi             |  1 +
 arch/arm/boot/dts/tegra30-cpu-opp.dtsi             |  3 +
 arch/arm/boot/dts/tegra30-ouya.dts                 | 16 +++--
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  3 +
 16 files changed, 204 insertions(+), 84 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt

for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:

  arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v5.12-rc6

This contains a couple of device tree fixes for the v5.12 release cycle.
These are needed for proper audio support on Jetson AGX Xavier, to boot
the Jetson Xavier NX from an SD card and to be able to suspend/resume
the Jetson TX2.

----------------------------------------------------------------
Jon Hunter (2):
      arm64: tegra: Set fw_devlink=on for Jetson TX2
      arm64: tegra: Fix mmc0 alias for Jetson Xavier NX

Sameer Pujar (1):
      arm64: tegra: Move clocks from RT5658 endpoint to device node

Thierry Reding (1):
      arm64: tegra: Add unit-address for ACONNECT on Tegra186

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi      | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi            | 2 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts  | 3 ++-
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi      | 1 -
 7 files changed, 13 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-01 17:26   ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-01 17:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt

for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:

  arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v5.12-rc6

This contains a couple of device tree fixes for the v5.12 release cycle.
These are needed for proper audio support on Jetson AGX Xavier, to boot
the Jetson Xavier NX from an SD card and to be able to suspend/resume
the Jetson TX2.

----------------------------------------------------------------
Jon Hunter (2):
      arm64: tegra: Set fw_devlink=on for Jetson TX2
      arm64: tegra: Fix mmc0 alias for Jetson Xavier NX

Sameer Pujar (1):
      arm64: tegra: Move clocks from RT5658 endpoint to device node

Thierry Reding (1):
      arm64: tegra: Add unit-address for ACONNECT on Tegra186

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi      | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi            | 2 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts  | 3 ++-
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi      | 1 -
 7 files changed, 13 insertions(+), 5 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 2/5] clk: tegra: Changes for v5.13-rc1
@ 2021-04-01 19:24     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Thierry Reding, arm
  Cc: Arnd Bergmann, linux-tegra, Jon Hunter, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:19 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-clk
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 16320d7fe7d6ca19c57523bb5a9b085942842159

       Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 2/5] clk: tegra: Changes for v5.13-rc1
@ 2021-04-01 19:24     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Thierry Reding, arm
  Cc: Arnd Bergmann, linux-tegra, Jon Hunter, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:19 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-clk
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 16320d7fe7d6ca19c57523bb5a9b085942842159

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 3/5] soc/tegra: Changes for v5.13-rc1
@ 2021-04-01 19:24     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Thierry Reding, arm
  Cc: Arnd Bergmann, linux-tegra, Jon Hunter, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:20 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-soc
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 66f3431a87339f332a2ca674e9fbca48a6014f89

       Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 3/5] soc/tegra: Changes for v5.13-rc1
@ 2021-04-01 19:24     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Thierry Reding, arm
  Cc: Arnd Bergmann, linux-tegra, Jon Hunter, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:20 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-soc
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 66f3431a87339f332a2ca674e9fbca48a6014f89

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1
@ 2021-04-01 20:15   ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:18 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-dt-bindings
> 
> [...]

Merged into arm/dt, thanks!

merge commit: ece61ed98bdab5c5ee28777cd5cb3113fe71bacf

       Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1
@ 2021-04-01 20:15   ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:18 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-dt-bindings
> 
> [...]

Merged into arm/dt, thanks!

merge commit: ece61ed98bdab5c5ee28777cd5cb3113fe71bacf

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 4/5] ARM: tegra: Device tree changes for v5.13-rc1
@ 2021-04-01 20:15     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:21 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 815bacb522c5d5e833dad5be349c80de9afdf1df

       Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 4/5] ARM: tegra: Device tree changes for v5.13-rc1
@ 2021-04-01 20:15     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:21 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 815bacb522c5d5e833dad5be349c80de9afdf1df

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-01 20:15     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:22 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 520f30feb864e9baaf7bed677892b478ffd10232

       Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-01 20:15     ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: Arnd Bergmann, Jon Hunter, linux-arm-kernel, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 19:26:22 +0200, Thierry Reding wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 520f30feb864e9baaf7bed677892b478ffd10232

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 12:56     ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-23 12:56 UTC (permalink / raw)
  To: Arnd Bergmann, arm, soc; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 2225 bytes --]

On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> 
> for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> 
>   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> 
> Thanks,
> Thierry

Hi Arnd,

I noticed that v5.12-rc8 is still broken because of the missing
fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
but it looks like you pulled it for the next release.

In retrospect I realize that the way I sent this out was rather
confusing. Any chance you can still pull these into v5.12 to unbreak
the final release?

Thanks,
Thierry

> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v5.12-rc6
> 
> This contains a couple of device tree fixes for the v5.12 release cycle.
> These are needed for proper audio support on Jetson AGX Xavier, to boot
> the Jetson Xavier NX from an SD card and to be able to suspend/resume
> the Jetson TX2.
> 
> ----------------------------------------------------------------
> Jon Hunter (2):
>       arm64: tegra: Set fw_devlink=on for Jetson TX2
>       arm64: tegra: Fix mmc0 alias for Jetson Xavier NX
> 
> Sameer Pujar (1):
>       arm64: tegra: Move clocks from RT5658 endpoint to device node
> 
> Thierry Reding (1):
>       arm64: tegra: Add unit-address for ACONNECT on Tegra186
> 
>  arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi      | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi            | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts  | 3 ++-
>  arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 4 ++++
>  arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi | 4 ++++
>  arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi      | 1 -
>  7 files changed, 13 insertions(+), 5 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 12:56     ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-23 12:56 UTC (permalink / raw)
  To: Arnd Bergmann, arm, soc; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 2225 bytes --]

On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> 
> for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> 
>   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> 
> Thanks,
> Thierry

Hi Arnd,

I noticed that v5.12-rc8 is still broken because of the missing
fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
but it looks like you pulled it for the next release.

In retrospect I realize that the way I sent this out was rather
confusing. Any chance you can still pull these into v5.12 to unbreak
the final release?

Thanks,
Thierry

> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v5.12-rc6
> 
> This contains a couple of device tree fixes for the v5.12 release cycle.
> These are needed for proper audio support on Jetson AGX Xavier, to boot
> the Jetson Xavier NX from an SD card and to be able to suspend/resume
> the Jetson TX2.
> 
> ----------------------------------------------------------------
> Jon Hunter (2):
>       arm64: tegra: Set fw_devlink=on for Jetson TX2
>       arm64: tegra: Fix mmc0 alias for Jetson Xavier NX
> 
> Sameer Pujar (1):
>       arm64: tegra: Move clocks from RT5658 endpoint to device node
> 
> Thierry Reding (1):
>       arm64: tegra: Add unit-address for ACONNECT on Tegra186
> 
>  arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi      | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi            | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts  | 3 ++-
>  arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 4 ++++
>  arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi | 4 ++++
>  arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi      | 1 -
>  7 files changed, 13 insertions(+), 5 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 13:42       ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-23 13:42 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Apr 23, 2021 at 2:56 PM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> >
> > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> >
> >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> >
> > for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> >
> >   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> >
> > Thanks,
> > Thierry
>
> Hi Arnd,
>
> I noticed that v5.12-rc8 is still broken because of the missing
> fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
> but it looks like you pulled it for the next release.

Indeed, I never noticed the difference between the subject line and
the tag name. I usually go by the subject to see what branch to pick
and only then check if there are any discrepancies, but I missed this one.

> In retrospect I realize that the way I sent this out was rather
> confusing. Any chance you can still pull these into v5.12 to unbreak
> the final release?

I've pulled it into the arm/fixes branch now. There is only one other fix in
the arm/fixes, but I should still be able to send it out tomorrow.

      Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 13:42       ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-23 13:42 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Apr 23, 2021 at 2:56 PM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> >
> > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> >
> >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> >
> > for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> >
> >   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> >
> > Thanks,
> > Thierry
>
> Hi Arnd,
>
> I noticed that v5.12-rc8 is still broken because of the missing
> fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
> but it looks like you pulled it for the next release.

Indeed, I never noticed the difference between the subject line and
the tag name. I usually go by the subject to see what branch to pick
and only then check if there are any discrepancies, but I missed this one.

> In retrospect I realize that the way I sent this out was rather
> confusing. Any chance you can still pull these into v5.12 to unbreak
> the final release?

I've pulled it into the arm/fixes branch now. There is only one other fix in
the arm/fixes, but I should still be able to send it out tomorrow.

      Arnd

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 13:42       ` Arnd Bergmann
  0 siblings, 0 replies; 27+ messages in thread
From: Arnd Bergmann @ 2021-04-23 13:42 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Apr 23, 2021 at 2:56 PM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> >
> > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> >
> >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> >
> > for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> >
> >   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> >
> > Thanks,
> > Thierry
>
> Hi Arnd,
>
> I noticed that v5.12-rc8 is still broken because of the missing
> fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
> but it looks like you pulled it for the next release.

Indeed, I never noticed the difference between the subject line and
the tag name. I usually go by the subject to see what branch to pick
and only then check if there are any discrepancies, but I missed this one.

> In retrospect I realize that the way I sent this out was rather
> confusing. Any chance you can still pull these into v5.12 to unbreak
> the final release?

I've pulled it into the arm/fixes branch now. There is only one other fix in
the arm/fixes, but I should still be able to send it out tomorrow.

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 13:59         ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-23 13:59 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]

On Fri, Apr 23, 2021 at 03:42:42PM +0200, Arnd Bergmann wrote:
> On Fri, Apr 23, 2021 at 2:56 PM Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> > > Hi ARM SoC maintainers,
> > >
> > > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> > >
> > >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> > >
> > > for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> > >
> > >   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> > >
> > > Thanks,
> > > Thierry
> >
> > Hi Arnd,
> >
> > I noticed that v5.12-rc8 is still broken because of the missing
> > fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
> > but it looks like you pulled it for the next release.
> 
> Indeed, I never noticed the difference between the subject line and
> the tag name. I usually go by the subject to see what branch to pick
> and only then check if there are any discrepancies, but I missed this one.

Oh yeah, that's even worse than I thought. I hadn't realized that my
scripts had named the tag tegra-for-5.13-arm64-dt.

Next time I'm going to take a closer look at the tag name and also send
out fixes PRs separately from the feature PRs.

> > In retrospect I realize that the way I sent this out was rather
> > confusing. Any chance you can still pull these into v5.12 to unbreak
> > the final release?
> 
> I've pulled it into the arm/fixes branch now. There is only one other fix in
> the arm/fixes, but I should still be able to send it out tomorrow.

Excellent, thanks!

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6
@ 2021-04-23 13:59         ` Thierry Reding
  0 siblings, 0 replies; 27+ messages in thread
From: Thierry Reding @ 2021-04-23 13:59 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM


[-- Attachment #1.1: Type: text/plain, Size: 1849 bytes --]

On Fri, Apr 23, 2021 at 03:42:42PM +0200, Arnd Bergmann wrote:
> On Fri, Apr 23, 2021 at 2:56 PM Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Thu, Apr 01, 2021 at 07:26:22PM +0200, Thierry Reding wrote:
> > > Hi ARM SoC maintainers,
> > >
> > > The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> > >
> > >   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.13-arm64-dt
> > >
> > > for you to fetch changes up to 405fa9e9d8664e830982c5fbcb70f9ba8656bafc:
> > >
> > >   arm64: tegra: Move clocks from RT5658 endpoint to device node (2021-03-25 14:04:49 +0100)
> > >
> > > Thanks,
> > > Thierry
> >
> > Hi Arnd,
> >
> > I noticed that v5.12-rc8 is still broken because of the missing
> > fw_devlink=on patch from this PR. This PR was meant to go into v5.12,
> > but it looks like you pulled it for the next release.
> 
> Indeed, I never noticed the difference between the subject line and
> the tag name. I usually go by the subject to see what branch to pick
> and only then check if there are any discrepancies, but I missed this one.

Oh yeah, that's even worse than I thought. I hadn't realized that my
scripts had named the tag tegra-for-5.13-arm64-dt.

Next time I'm going to take a closer look at the tag name and also send
out fixes PRs separately from the feature PRs.

> > In retrospect I realize that the way I sent this out was rather
> > confusing. Any chance you can still pull these into v5.12 to unbreak
> > the final release?
> 
> I've pulled it into the arm/fixes branch now. There is only one other fix in
> the arm/fixes, but I should still be able to send it out tomorrow.

Excellent, thanks!

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-04-23 14:01 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 17:26 [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1 Thierry Reding
2021-04-01 17:26 ` Thierry Reding
2021-04-01 17:26 ` [GIT PULL 2/5] clk: tegra: " Thierry Reding
2021-04-01 17:26   ` Thierry Reding
2021-04-01 19:24   ` Arnd Bergmann
2021-04-01 19:24     ` Arnd Bergmann
2021-04-01 17:26 ` [GIT PULL 3/5] soc/tegra: " Thierry Reding
2021-04-01 17:26   ` Thierry Reding
2021-04-01 19:24   ` Arnd Bergmann
2021-04-01 19:24     ` Arnd Bergmann
2021-04-01 17:26 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
2021-04-01 17:26   ` Thierry Reding
2021-04-01 20:15   ` Arnd Bergmann
2021-04-01 20:15     ` Arnd Bergmann
2021-04-01 17:26 ` [GIT PULL 5/5] arm64: tegra: Device tree fixes for v5.12-rc6 Thierry Reding
2021-04-01 17:26   ` Thierry Reding
2021-04-01 20:15   ` Arnd Bergmann
2021-04-01 20:15     ` Arnd Bergmann
2021-04-23 12:56   ` Thierry Reding
2021-04-23 12:56     ` Thierry Reding
2021-04-23 13:42     ` Arnd Bergmann
2021-04-23 13:42       ` Arnd Bergmann
2021-04-23 13:42       ` Arnd Bergmann
2021-04-23 13:59       ` Thierry Reding
2021-04-23 13:59         ` Thierry Reding
2021-04-01 20:15 ` [GIT PULL 1/5] dt-bindings: Changes for v5.13-rc1 Arnd Bergmann
2021-04-01 20:15   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.