mbox

[GIT,PULL,2/3] DaVinci device-tree updates for v4.13

Message ID 20170608112350.1602-2-nsekhar@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/dt

Message

Sekhar Nori June 8, 2017, 11:23 a.m. UTC
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/dt

for you to fetch changes up to 65878b126c8f2d761273241cf778b1c6aa50c500:

  ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs (2017-06-06 15:51:02 +0530)

----------------------------------------------------------------
Miscellaneous DT support updates for DA850. Includes Lego mindstorms
EV3 battery support, DMA support for MUSB, and non-critical fixes to
GPIO nodes of DA850's GPIO controller and GPIO expander available on
DA850 EVM.

----------------------------------------------------------------
Alexandre Bailon (1):
      ARM: dts: da850: Add CPPI 4.1 DMA to USB OTG controller

David Lechner (1):
      ARM: dts: da850-lego-ev3: Add node for LEGO MINDSTORMS EV3 Battery

Keerthy (1):
      ARM: dts: da850: Add interrupt-controller property to gpio node

Kevin Hilman (1):
      ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs

 arch/arm/boot/dts/da850-evm.dts      |  2 ++
 arch/arm/boot/dts/da850-lego-ev3.dts | 28 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi         | 29 ++++++++++++++++++++++++++++-
 3 files changed, 58 insertions(+), 1 deletion(-)

Comments

Olof Johansson June 19, 2017, 2:05 a.m. UTC | #1
On Thu, Jun 08, 2017 at 04:53:49PM +0530, Sekhar Nori wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/dt
> 
> for you to fetch changes up to 65878b126c8f2d761273241cf778b1c6aa50c500:
> 
>   ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs (2017-06-06 15:51:02 +0530)
> 
> ----------------------------------------------------------------
> Miscellaneous DT support updates for DA850. Includes Lego mindstorms
> EV3 battery support, DMA support for MUSB, and non-critical fixes to
> GPIO nodes of DA850's GPIO controller and GPIO expander available on
> DA850 EVM.

Merged, thanks.


-Olof