* [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1
@ 2018-09-27 20:59 Thierry Reding
2018-09-27 20:59 ` [GIT PULL 2/5] soc/tegra: " Thierry Reding
` (4 more replies)
0 siblings, 5 replies; 12+ messages in thread
From: Thierry Reding @ 2018-09-27 20:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-dt-bindings
for you to fetch changes up to d9be10edf7d6040468f89824df0dfcfcbf3a693b:
dt-bindings: Add Tegra PMC pad configuration bindings (2018-08-27 12:21:43 +0200)
Thanks,
Thierry
----------------------------------------------------------------
dt-bindings: Changes for v4.20-rc1
This contains the PMC pad configuration bindings which are used to
control the voltage of various pads found on Tegra chips. Among other
things this is required to enable faster modes on SDHCI.
----------------------------------------------------------------
Aapo Vienamo (1):
dt-bindings: Add Tegra PMC pad configuration bindings
.../bindings/arm/tegra/nvidia,tegra186-pmc.txt | 93 +++++++++++++++++++
.../bindings/arm/tegra/nvidia,tegra20-pmc.txt | 103 +++++++++++++++++++++
include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h | 18 ++++
3 files changed, 214 insertions(+)
create mode 100644 include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 2/5] soc/tegra: Changes for v4.20-rc1
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
@ 2018-09-27 20:59 ` Thierry Reding
2018-09-28 19:57 ` Arnd Bergmann
2018-09-27 20:59 ` [GIT PULL 3/5] firmware: tegra: " Thierry Reding
` (3 subsequent siblings)
4 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-09-27 20:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-soc
for you to fetch changes up to 4a37f11c8f57ffd6f7397eaf372109d67edd3769:
soc/tegra: pmc: Implement pad configuration via pinctrl (2018-08-27 12:25:18 +0200)
Thanks,
Thierry
----------------------------------------------------------------
soc/tegra: Changes for v4.20-rc1
This contains a pinctrl implementation for the pad configuration that
can be controlled from the PMC.
----------------------------------------------------------------
Aapo Vienamo (7):
dt-bindings: Add Tegra PMC pad configuration bindings
soc/tegra: pmc: Fix pad voltage configuration for Tegra186
soc/tegra: pmc: Factor out DPD register bit calculation
soc/tegra: pmc: Implement tegra_io_pad_is_powered()
soc/tegra: pmc: Use X macro to generate IO pad tables
soc/tegra: pmc: Remove public pad voltage APIs
soc/tegra: pmc: Implement pad configuration via pinctrl
Johan Hovold (1):
soc/tegra: pmc: Fix child-node lookup
Thierry Reding (1):
Merge branch 'for-4.20/dt-bindings' into for-4.20/soc
.../bindings/arm/tegra/nvidia,tegra186-pmc.txt | 93 ++++
.../bindings/arm/tegra/nvidia,tegra20-pmc.txt | 103 +++++
drivers/soc/tegra/pmc.c | 513 +++++++++++++++------
include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h | 18 +
include/soc/tegra/pmc.h | 20 +-
5 files changed, 599 insertions(+), 148 deletions(-)
create mode 100644 include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 3/5] firmware: tegra: Changes for v4.20-rc1
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
2018-09-27 20:59 ` [GIT PULL 2/5] soc/tegra: " Thierry Reding
@ 2018-09-27 20:59 ` Thierry Reding
2018-09-28 20:00 ` Arnd Bergmann
2018-10-11 10:24 ` [GIT PULL 3/5 v2] " Thierry Reding
2018-09-27 20:59 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
` (2 subsequent siblings)
4 siblings, 2 replies; 12+ messages in thread
From: Thierry Reding @ 2018-09-27 20:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-firmware
for you to fetch changes up to cd40f6ff124ce4a020d589f5c2727a69dd1ca176:
firmware: tegra: bpmp: Implement suspend/resume support (2018-09-26 16:02:55 +0200)
Thanks,
Thierry
----------------------------------------------------------------
firmware: tegra: Changes for v4.20-rc1
This contains a fix for suspend/resume support for the BPMP found on
Tegra186 and Tegra194.
----------------------------------------------------------------
Thierry Reding (1):
firmware: tegra: bpmp: Implement suspend/resume support
drivers/firmware/tegra/bpmp.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 4/5] ARM: tegra: Device tree changes for v4.20-rc1
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
2018-09-27 20:59 ` [GIT PULL 2/5] soc/tegra: " Thierry Reding
2018-09-27 20:59 ` [GIT PULL 3/5] firmware: tegra: " Thierry Reding
@ 2018-09-27 20:59 ` Thierry Reding
2018-09-28 15:39 ` Arnd Bergmann
2018-09-27 20:59 ` [GIT PULL 5/5] arm64: " Thierry Reding
2018-09-28 15:32 ` [GIT PULL 1/5] dt-bindings: Changes " Arnd Bergmann
4 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-09-27 20:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-arm-dt
for you to fetch changes up to ebea2a43fdafdbce918bd7e200b709d6c33b9f3b:
ARM: dts: paz00: fix wakeup gpio keycode (2018-09-26 17:29:41 +0200)
Thanks,
Thierry
----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.20-rc1
This contains a massive amount of changes from Marcel Ziswiler for
various boards by Toradex.
----------------------------------------------------------------
Krzysztof Kozlowski (1):
ARM: tegra: tegra20: Fix mixed tabs-spaces indentation
Marc Dietrich (1):
ARM: dts: paz00: fix wakeup gpio keycode
Marcel Ziswiler (127):
ARM: dts: tegra30: fix xcvr-setup-use-fuses
ARM: dts: tegra20: restore address order
ARM: dts: tegra20/tegra30: add pmu interrupt-affinity
ARM: tegra: apalis_t30: fix mmc1 cmd pull-up
ARM: tegra: apalis_t30: pull-up sd card detect pins
ARM: tegra: apalis_t30: add local-mac-address property
ARM: tegra: apalis_t30: reorder pcie properties
ARM: tegra: apalis_t30: annotate/clean-up pcie controller/port nodes
ARM: tegra: apalis_t30: reorder host1x/hdmi properties
ARM: tegra: apalis_t30: regulator clean-up
ARM: tegra: apalis_t30: add missing regulators
ARM: tegra: apalis_t30: annotate uarts and move compatible to board
ARM: tegra: apalis_t30: drop unused cami2c label
ARM: tegra: apalis_t30: white-space/newline clean-up
ARM: tegra: apalis_t30: drop unused mmc1/sd1 labels
ARM: tegra: apalis_t30: annotate mmc1/sd1
ARM: tegra: apalis_t30: move dr_mode property from phy to controller
ARM: tegra: apalis_t30: reorder backlight properties
ARM: tegra: apalis_t30: drop pwmleds
ARM: tegra: apalis_t30: pinmux clean-up
ARM: tegra: apalis_t30: add missing pinmux
ARM: tegra: apalis_t30: use proper irq-gpio for stmpe811
ARM: tegra: apalis_t30: further lm95245 temperature sensor annotation
ARM: tegra: apalis_t30: add i2c-thermtrip
ARM: tegra: apalis_t30: add proper emmc vmmc and vqmmc supplies
ARM: tegra: apalis_t30: enable emmc ddr52 mode
ARM: tegra: apalis_t30: get rid of fake clocks simple bus
ARM: tegra: apalis_t30: line break long compatible property line
dt-bindings: add broadcom (formerly plx technology) vendor prefix
ARM: tegra: apalis_t30: drop module level model and compatible
ARM: tegra: apalis_t30: drop obsolete spidev nodes
ARM: tegra: apalis_t30: hog group for pcie switch reset gpio
ARM: tegra: apalis_t30: rename hdmiddc to hdmi_ddc
ARM: tegra: apalis_t30: rename tps65911 at 2d, stmpe811 at 41 and tps62362 at 60
ARM: tegra: apalis_t30: fix mcp2515 can controller interrupt polarity
ARM: tegra: apalis_t30: move hda node from carrier to module
ARM: tegra: apalis_t30: support v1.1 hardware revision
ARM: tegra: colibri_t30: add local-mac-address property
ARM: tegra: colibri_t30: reorder host1x/hdmi properties
ARM: tegra: colibri_t30: regulator clean-up
ARM: tegra: colibri_t30: add missing regulators
ARM: tegra: colibri_t30: annotate uarts and move compatible to board
ARM: tegra: colibri_t30: white-space clean-up
ARM: tegra: colibri_t30: move dr_mode property from phy to controller
ARM: tegra: colibri_t30: reorder backlight properties
ARM: tegra: colibri_t30: drop pwmleds
ARM: tegra: colibri_t30: pinmux clean-up
ARM: tegra: colibri_t30: add missing pinmux
ARM: tegra: colibri_t30: use proper irq-gpio for stmpe811
ARM: tegra: colibri_t30: further lm95245 temperature sensor annotation
ARM: tegra: colibri_t30: add i2c-thermtrip
ARM: tegra: colibri_t30: add proper emmc vmmc and vqmmc supplies
ARM: tegra: colibri_t30: enable emmc ddr52 mode
ARM: tegra: colibri_t30: get rid of fake clocks simple bus
ARM: tegra: colibri_t30: line break long compatible property line
ARM: tegra: colibri_t30: move input include to carrier board
ARM: tegra: colibri_t30: remove unused nvidia, is-wired property
ARM: tegra: colibri_t30: add gpio hog to unreset usb ethernet chip
ARM: tegra: colibri_t30: enable hda over hdmi
ARM: tegra: colibri_t30: annotate sd card detect
ARM: tegra: colibri_t30: annotate ehci instance 1
ARM: tegra: colibri_t30: update compatibility comment
ARM: tegra: colibri_t30: drop module level model and compatible
ARM: tegra: colibri_t30: drop obsolete spidev node
ARM: tegra: colibri_t30: rename hdmiddc to hdmi_ddc
ARM: tegra: colibri_t30: rename tps65911 at 2d, stmpe811 at 41 and tps62362 at 60
ARM: tegra: colibri_t30: fix mcp2515 can controller interrupt polarity
ARM: tegra: colibri_t30: remove unused mcp2515 can0 label
ARM: tegra: colibri_t30: add mcp2515 vdd and xceiver supplies
ARM: tegra: colibri_t30: annotate unused i2c busses
ARM: tegra: colibri_t30: annotate power I2C being on-module
ARM: tegra: apalis-tk1: add local-mac-address property
ARM: tegra: apalis-tk1: reorder host1x/hdmi properties
ARM: tegra: apalis-tk1: reorder padctl properties
ARM: tegra: apalis-tk1: regulator clean-up
ARM: tegra: apalis-tk1: add missing regulators
ARM: tegra: apalis-tk1: drop unused pinmux label
ARM: tegra: apalis-tk1: white-space clean-up
ARM: tegra: apalis-tk1: reorder backlight properties
ARM: tegra: apalis-tk1: add proper emmc vmmc and vqmmc supplies
ARM: tegra: apalis-tk1: enable emmc ddr52 mode
ARM: tegra: apalis-tk1: add toradex, apalis-tk1-v1.2 compatible
ARM: tegra: apalis-tk1: reorder cpu dfll clock properties
ARM: tegra: apalis-tk1: reorder SD card properties
ARM: tegra: apalis-tk1: drop module level model and compatible
ARM: tegra: apalis-tk1: drop obsolete spidev nodes
ARM: tegra: apalis-tk1: replace underscores in node names with dashes
ARM: tegra: apalis-tk1: get rid of fake clocks simple bus
ARM: tegra: apalis-tk1: shorten temperature-sensor node
ARM: tegra: apalis-tk1: drop unused hdmi_ddc label
ARM: tegra: colibri_t20: move aliases from module to carrier board
ARM: tegra: colibri_t20: iris: integrate i2c real time clock support
ARM: tegra: colibri_t20: iris: add missing aliases
ARM: tegra: colibri_t20: iris: annotate i2c busses
ARM: tegra: colibri_t20: add local-mac-address property
ARM: tegra: colibri_t20: reorder host1x/hdmi properties
ARM: tegra: colibri_t20: iris: use no-1-8-v
ARM: tegra: colibri_t20: regulator clean-up
ARM: tegra: colibri_t20: add missing regulators
ARM: tegra: colibri_t20: annotate usb ehci instances
ARM: tegra: colibri_t20: remove phy-reset-gpio from controller node
ARM: tegra: colibri_t20: indentation/line-feed/white-space clean-up
ARM: tegra: colibri_t20: update sound nvidia,model
ARM: tegra: colibri_t20: pinmux clean-up
ARM: tegra: colibri_t20: add missing pinmux
ARM: tegra: colibri_t20: iris: display controller rgb panel support
ARM: tegra: colibri_t20: iris: annotate uarts
ARM: tegra: colibri_t20: iris: add uart-c
ARM: tegra: colibri_t20: use high speed uart driver
ARM: tegra: colibri_t20: iris: add gpio wakeup key
ARM: tegra: colibri_t20: iris: add dr_mode property
ARM: tegra: colibri_t20: annotate/rename lm95245 temperature sensor
ARM: tegra: colibri_t20: add i2c-thermtrip
ARM: tegra: colibri_t20: add gpio hog to unreset usb ethernet chip
ARM: tegra: colibri_t20: add gpio hogs for gmi_wr_n buffers
ARM: tegra: colibri_t20: annotate/move sd card detect
ARM: tegra: colibri_t20: add compatibility comment
ARM: tegra: colibri_t20: simplify model and compatible properties
ARM: tegra: colibri_t20: iris: simplify model and compatible properties
ARM: tegra: colibri_t20: iris: add colibri ssp support
ARM: tegra: colibri_t20: drop module level model and compatible
ARM: tegra: colibri_t20: rename i2c_ddc to hdmi_ddc
ARM: tegra: colibri_t20: iris: drop unused i2c_ddc label
ARM: tegra: colibri_t20: rename tps6586x at 34 and drop unused pmic label
ARM: tegra: colibri_t20: get rid of fake clocks simple bus
ARM: tegra: colibri_t20: rename ac97 label to tegra_ac97
ARM: tegra: colibri_t20: add eval board device tree
Documentation/devicetree/bindings/arm/tegra.txt | 9 +-
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/tegra124-apalis-eval.dts | 40 +-
arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts | 43 +-
arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | 452 ++++----
arch/arm/boot/dts/tegra124-apalis.dtsi | 451 ++++----
arch/arm/boot/dts/tegra20-colibri-eval-v3.dts | 262 +++++
arch/arm/boot/dts/tegra20-colibri-iris.dts | 200 +++-
arch/arm/boot/dts/tegra20-colibri.dtsi | 657 +++++++----
arch/arm/boot/dts/tegra20-paz00.dts | 12 +-
arch/arm/boot/dts/tegra20.dtsi | 28 +-
arch/arm/boot/dts/tegra30-apalis-eval.dts | 148 +--
arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts | 266 +++++
arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi | 1189 ++++++++++++++++++++
arch/arm/boot/dts/tegra30-apalis.dtsi | 705 +++++++++---
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 130 +--
arch/arm/boot/dts/tegra30-colibri.dtsi | 780 ++++++++++---
arch/arm/boot/dts/tegra30.dtsi | 10 +-
19 files changed, 4173 insertions(+), 1212 deletions(-)
create mode 100644 arch/arm/boot/dts/tegra20-colibri-eval-v3.dts
create mode 100644 arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts
create mode 100644 arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 5/5] arm64: tegra: Device tree changes for v4.20-rc1
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
` (2 preceding siblings ...)
2018-09-27 20:59 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
@ 2018-09-27 20:59 ` Thierry Reding
2018-09-28 15:41 ` Arnd Bergmann
2018-09-28 15:32 ` [GIT PULL 1/5] dt-bindings: Changes " Arnd Bergmann
4 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-09-27 20:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-arm64-dt
for you to fetch changes up to d9fd22447ba59a9b53a202fade977e82bfba8d8d:
arm64: tegra: I2C on Tegra194 is not compatible with Tegra114 (2018-09-26 15:50:59 +0200)
Thanks,
Thierry
----------------------------------------------------------------
arm64: tegra: Device tree changes for v4.20-rc1
This contains mostly device tree changes to support faster SDHCI modes
on Tegra210 and Tegra186.
----------------------------------------------------------------
Aapo Vienamo (16):
dt-bindings: Add Tegra PMC pad configuration bindings
arm64: dts: Add Tegra210 sdmmc pinctrl voltage states
arm64: dts: Add Tegra186 sdmmc pinctrl voltage states
arm64: dts: tegra210-p2180: Allow ldo2 to go down to 1.8 V
arm64: dts: tegra210-p2180: Correct sdmmc4 vqmmc-supply
arm64: dts: tegra210-p2597: Remove no-1-8-v from sdmmc1
arm64: dts: tegra210: Add sdmmc pad auto calibration offsets
arm64: dts: tegra186: Add sdmmc pad auto calibration offsets
arm64: dts: tegra210: Add SDHCI tap and trim values
arm64: dts: tegra186: Add SDHCI tap and trim values
arm64: dts: tegra210: Assign clocks for sdmmc1 and sdmmc4
arm64: dts: tegra186: Assign clocks for sdmmc1 and sdmmc4
arm64: dts: tegra210: Add SDMMC4 DQS trim value
arm64: dts: tegra186: Add SDMMC4 DQS trim value
arm64: dts: tegra210: Enable HS400
arm64: dts: tegra186: Enable HS400
Thierry Reding (2):
Merge branch 'for-4.20/dt-bindings' into for-4.20/arm64/dt
arm64: tegra: I2C on Tegra194 is not compatible with Tegra114
.../bindings/arm/tegra/nvidia,tegra186-pmc.txt | 93 +++++++++++++++++++
.../bindings/arm/tegra/nvidia,tegra20-pmc.txt | 103 +++++++++++++++++++++
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 76 +++++++++++++++
arch/arm64/boot/dts/nvidia/tegra194.dtsi | 16 ++--
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 12 +--
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 1 -
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 57 ++++++++++++
include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h | 18 ++++
8 files changed, 357 insertions(+), 19 deletions(-)
create mode 100644 include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
` (3 preceding siblings ...)
2018-09-27 20:59 ` [GIT PULL 5/5] arm64: " Thierry Reding
@ 2018-09-28 15:32 ` Arnd Bergmann
4 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-09-28 15:32 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> Hi ARM SoC maintainers,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-dt-bindings
>
> for you to fetch changes up to d9be10edf7d6040468f89824df0dfcfcbf3a693b:
>
> dt-bindings: Add Tegra PMC pad configuration bindings (2018-08-27 12:21:43 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> dt-bindings: Changes for v4.20-rc1
>
> This contains the PMC pad configuration bindings which are used to
> control the voltage of various pads found on Tegra chips. Among other
> things this is required to enable faster modes on SDHCI.
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 4/5] ARM: tegra: Device tree changes for v4.20-rc1
2018-09-27 20:59 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
@ 2018-09-28 15:39 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-09-28 15:39 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> Hi ARM SoC maintainers,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-arm-dt
>
> for you to fetch changes up to ebea2a43fdafdbce918bd7e200b709d6c33b9f3b:
>
> ARM: dts: paz00: fix wakeup gpio keycode (2018-09-26 17:29:41 +0200)
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.20-rc1
>
> This contains a massive amount of changes from Marcel Ziswiler for
> various boards by Toradex.
>
> Marcel Ziswiler (127):
> ARM: dts: tegra30: fix xcvr-setup-use-fuses
> ARM: dts: tegra20: restore address order
> ARM: dts: tegra20/tegra30: add pmu interrupt-affinity
> ARM: tegra: apalis_t30: fix mmc1 cmd pull-up
> ARM: tegra: apalis_t30: pull-up sd card detect pins
> ARM: tegra: apalis_t30: add local-mac-address property
...
Pulled into next/dt
I see nothing wrong with the individual changes, but should note that
they are overly fine-grained in some cases. There are several
obvious cleanup that only touch one or two lines, in this case
I would prefer them to be combined for easier review.
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 5/5] arm64: tegra: Device tree changes for v4.20-rc1
2018-09-27 20:59 ` [GIT PULL 5/5] arm64: " Thierry Reding
@ 2018-09-28 15:41 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-09-28 15:41 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> Hi ARM SoC maintainers,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-arm64-dt
>
> for you to fetch changes up to d9fd22447ba59a9b53a202fade977e82bfba8d8d:
>
> arm64: tegra: I2C on Tegra194 is not compatible with Tegra114 (2018-09-26 15:50:59 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v4.20-rc1
>
> This contains mostly device tree changes to support faster SDHCI modes
> on Tegra210 and Tegra186.
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 2/5] soc/tegra: Changes for v4.20-rc1
2018-09-27 20:59 ` [GIT PULL 2/5] soc/tegra: " Thierry Reding
@ 2018-09-28 19:57 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-09-28 19:57 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> Hi ARM SoC maintainers,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-soc
>
> for you to fetch changes up to 4a37f11c8f57ffd6f7397eaf372109d67edd3769:
>
> soc/tegra: pmc: Implement pad configuration via pinctrl (2018-08-27 12:25:18 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.20-rc1
>
> This contains a pinctrl implementation for the pad configuration that
> can be controlled from the PMC.
Pulled into next/drivers, thanks!
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 3/5] firmware: tegra: Changes for v4.20-rc1
2018-09-27 20:59 ` [GIT PULL 3/5] firmware: tegra: " Thierry Reding
@ 2018-09-28 20:00 ` Arnd Bergmann
2018-10-11 10:24 ` [GIT PULL 3/5 v2] " Thierry Reding
1 sibling, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-09-28 20:00 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 27, 2018 at 10:59 PM Thierry Reding
<thierry.reding@gmail.com> wrote:
> firmware: tegra: Changes for v4.20-rc1
>
> This contains a fix for suspend/resume support for the BPMP found on
> Tegra186 and Tegra194.
>
> ----------------------------------------------------------------
> Thierry Reding (1):
> firmware: tegra: bpmp: Implement suspend/resume support
>
> drivers/firmware/tegra/bpmp.c | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
This causes a build warning in randconfig builds:
drivers/firmware/tegra/bpmp.c:847:12: error: 'tegra_bpmp_resume'
defined but not used [-Werror=unused-function]
static int tegra_bpmp_resume(struct device *dev)
^~~~~~~~~~~~~~~~~
Please fix and resubmit. Thanks,
ARnd
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 3/5 v2] firmware: tegra: Changes for v4.20-rc1
2018-09-27 20:59 ` [GIT PULL 3/5] firmware: tegra: " Thierry Reding
2018-09-28 20:00 ` Arnd Bergmann
@ 2018-10-11 10:24 ` Thierry Reding
2018-10-11 13:26 ` Arnd Bergmann
1 sibling, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-10-11 10:24 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.20-firmware-2
for you to fetch changes up to 00cba11fab58407a0017fc55476ea764161c5f07:
firmware: tegra: bpmp: Implement suspend/resume support (2018-10-10 16:47:22 +0200)
This took longer than I anticipated because I managed to somehow break
my git tree along the way. This is equivalent to the first pull request
except that it also fixes the warning that Arnd reported.
Thanks,
Thierry
----------------------------------------------------------------
firmware: tegra: Changes for v4.20-rc1
This contains a fix for suspend/resume support for the BPMP found on
Tegra186 and Tegra194.
----------------------------------------------------------------
Thierry Reding (1):
firmware: tegra: bpmp: Implement suspend/resume support
drivers/firmware/tegra/bpmp.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PULL 3/5 v2] firmware: tegra: Changes for v4.20-rc1
2018-10-11 10:24 ` [GIT PULL 3/5 v2] " Thierry Reding
@ 2018-10-11 13:26 ` Arnd Bergmann
0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2018-10-11 13:26 UTC (permalink / raw)
To: linux-arm-kernel
On 10/11/18, Thierry Reding <thierry.reding@gmail.com> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit
> 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
> tags/tegra-for-4.20-firmware-2
>
> for you to fetch changes up to 00cba11fab58407a0017fc55476ea764161c5f07:
>
> firmware: tegra: bpmp: Implement suspend/resume support (2018-10-10
> 16:47:22 +0200)
>
> This took longer than I anticipated because I managed to somehow break
> my git tree along the way. This is equivalent to the first pull request
> except that it also fixes the warning that Arnd reported.
Pulled into next/drivers, thanks!
Arnd
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2018-10-11 13:26 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27 20:59 [GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1 Thierry Reding
2018-09-27 20:59 ` [GIT PULL 2/5] soc/tegra: " Thierry Reding
2018-09-28 19:57 ` Arnd Bergmann
2018-09-27 20:59 ` [GIT PULL 3/5] firmware: tegra: " Thierry Reding
2018-09-28 20:00 ` Arnd Bergmann
2018-10-11 10:24 ` [GIT PULL 3/5 v2] " Thierry Reding
2018-10-11 13:26 ` Arnd Bergmann
2018-09-27 20:59 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
2018-09-28 15:39 ` Arnd Bergmann
2018-09-27 20:59 ` [GIT PULL 5/5] arm64: " Thierry Reding
2018-09-28 15:41 ` Arnd Bergmann
2018-09-28 15:32 ` [GIT PULL 1/5] dt-bindings: Changes " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).