mbox series

[GIT,PULL,1/6] dt-bindings: Changes for v4.21-rc1

Message ID 20181207141739.9085-1-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v4.21-rc1 | expand

Pull-request

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

Message

Thierry Reding Dec. 7, 2018, 2:17 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b4c7bf003cb57220af64b59e887581e74f0ce527:

  dt-bindings: tegra186-pmc: Add interrupt controller properties (2018-11-28 16:42:58 +0100)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v4.21-rc1

This contains a few cleanups of and additions to existing device tree
bindings, such as XUSB, EMC, PMC and thermal.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt: bindings: tegra20-emc: Document interrupt property
      dt: bindings: tegra20-emc: Document clock property
      dt: bindings: Move tegra20-emc binding to memory-controllers directory

Jon Hunter (1):
      dt-bindings: usb: xhci-tegra: Add power-domain details

Thierry Reding (2):
      dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
      dt-bindings: tegra186-pmc: Add interrupt controller properties

 .../devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt |  3 +++
 .../tegra => memory-controllers}/nvidia,tegra20-emc.txt   |  4 ++++
 .../bindings/thermal/nvidia,tegra186-bpmp-thermal.txt     |  3 ++-
 .../devicetree/bindings/usb/nvidia,tegra124-xusb.txt      |  8 ++++++++
 include/dt-bindings/thermal/tegra194-bpmp-thermal.h       | 15 +++++++++++++++
 5 files changed, 32 insertions(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/{arm/tegra => memory-controllers}/nvidia,tegra20-emc.txt (95%)
 create mode 100644 include/dt-bindings/thermal/tegra194-bpmp-thermal.h

Comments

Olof Johansson Dec. 11, 2018, 4:06 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:17:34PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-dt-bindings
> 
> for you to fetch changes up to b4c7bf003cb57220af64b59e887581e74f0ce527:
> 
>   dt-bindings: tegra186-pmc: Add interrupt controller properties (2018-11-28 16:42:58 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> dt-bindings: Changes for v4.21-rc1
> 
> This contains a few cleanups of and additions to existing device tree
> bindings, such as XUSB, EMC, PMC and thermal.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (3):
>       dt: bindings: tegra20-emc: Document interrupt property
>       dt: bindings: tegra20-emc: Document clock property
>       dt: bindings: Move tegra20-emc binding to memory-controllers directory
> 
> Jon Hunter (1):
>       dt-bindings: usb: xhci-tegra: Add power-domain details
> 
> Thierry Reding (2):
>       dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
>       dt-bindings: tegra186-pmc: Add interrupt controller properties

Small reminder to keep commit messages consistent.

Merged into next/dt.


-Olof