All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] few minor fixes for omap dts files for v4.9 merge window
@ 2016-09-21 22:49 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-09-21 22:49 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit a2a2b8215621536a7620e31f36bede81bb86680b:

  Merge branch 'am335x-cpufreq-regression' into omap-for-v4.9/dt-v2 (2016-09-14 16:27:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.9/dt-pt3-signed

for you to fetch changes up to ce385a5e7a85c023af2e013101d4fe2240beec21:

  ARM: dts: omap5-igep0050.dts: Use tabs for indentation (2016-09-20 11:37:50 -0700)

----------------------------------------------------------------
Few fixes for omap dts files for v4.9 merge window. Let's also add
the tilcdc quirks:

- Fix typo with recent beagleboard-x15 changes for mmc2_pins_default

- Add am335x blue-and-red-wiring quirk as specified in the binding in
  Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt. Also
  fix up the whitespace formatting for am335x-evmsk.

- Fix for recent igepv5 power button for GPIO_ACTIVE_LOW. Also fix
  up the whitespace formatting for the button

----------------------------------------------------------------
Jyri Sarha (3):
      ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
      ARM: dts: am335x-evmsk: Whitespace cleanup of lcdc related nodes
      ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node

Ladislav Michl (1):
      ARM: dts: omap5-igep0050.dts: Use tabs for indentation

Nishanth Menon (1):
      ARM: dts: am57xx-beagle-x15-common: Fix wrong pinctrl selection for mmc2

Tony Lindgren (1):
      ARM: dts: Fix igepv5 power button GPIO direction

 arch/arm/boot/dts/am335x-evm.dts                |  2 ++
 arch/arm/boot/dts/am335x-evmsk.dts              | 42 +++++++++++++------------
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  2 +-
 arch/arm/boot/dts/omap5-igep0050.dts            |  4 +--
 4 files changed, 27 insertions(+), 23 deletions(-)

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

* [GIT PULL] few minor fixes for omap dts files for v4.9 merge window
@ 2016-09-21 22:49 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-09-21 22:49 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit a2a2b8215621536a7620e31f36bede81bb86680b:

  Merge branch 'am335x-cpufreq-regression' into omap-for-v4.9/dt-v2 (2016-09-14 16:27:28 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.9/dt-pt3-signed

for you to fetch changes up to ce385a5e7a85c023af2e013101d4fe2240beec21:

  ARM: dts: omap5-igep0050.dts: Use tabs for indentation (2016-09-20 11:37:50 -0700)

----------------------------------------------------------------
Few fixes for omap dts files for v4.9 merge window. Let's also add
the tilcdc quirks:

- Fix typo with recent beagleboard-x15 changes for mmc2_pins_default

- Add am335x blue-and-red-wiring quirk as specified in the binding in
  Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt. Also
  fix up the whitespace formatting for am335x-evmsk.

- Fix for recent igepv5 power button for GPIO_ACTIVE_LOW. Also fix
  up the whitespace formatting for the button

----------------------------------------------------------------
Jyri Sarha (3):
      ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
      ARM: dts: am335x-evmsk: Whitespace cleanup of lcdc related nodes
      ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node

Ladislav Michl (1):
      ARM: dts: omap5-igep0050.dts: Use tabs for indentation

Nishanth Menon (1):
      ARM: dts: am57xx-beagle-x15-common: Fix wrong pinctrl selection for mmc2

Tony Lindgren (1):
      ARM: dts: Fix igepv5 power button GPIO direction

 arch/arm/boot/dts/am335x-evm.dts                |  2 ++
 arch/arm/boot/dts/am335x-evmsk.dts              | 42 +++++++++++++------------
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  2 +-
 arch/arm/boot/dts/omap5-igep0050.dts            |  4 +--
 4 files changed, 27 insertions(+), 23 deletions(-)

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

* Re: [GIT PULL] few minor fixes for omap dts files for v4.9 merge window
  2016-09-21 22:49 ` Tony Lindgren
@ 2016-09-23 14:22   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-23 14:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Wednesday, September 21, 2016 3:49:08 PM CEST Tony Lindgren wrote:
> Few fixes for omap dts files for v4.9 merge window. Let's also add
> the tilcdc quirks:
> 
> - Fix typo with recent beagleboard-x15 changes for mmc2_pins_default
> 
> - Add am335x blue-and-red-wiring quirk as specified in the binding in
>   Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt. Also
>   fix up the whitespace formatting for am335x-evmsk.
> 
> - Fix for recent igepv5 power button for GPIO_ACTIVE_LOW. Also fix
>   up the whitespace formatting for the button
> 

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL] few minor fixes for omap dts files for v4.9 merge window
@ 2016-09-23 14:22   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-23 14:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, September 21, 2016 3:49:08 PM CEST Tony Lindgren wrote:
> Few fixes for omap dts files for v4.9 merge window. Let's also add
> the tilcdc quirks:
> 
> - Fix typo with recent beagleboard-x15 changes for mmc2_pins_default
> 
> - Add am335x blue-and-red-wiring quirk as specified in the binding in
>   Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt. Also
>   fix up the whitespace formatting for am335x-evmsk.
> 
> - Fix for recent igepv5 power button for GPIO_ACTIVE_LOW. Also fix
>   up the whitespace formatting for the button
> 

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2016-09-23 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 22:49 [GIT PULL] few minor fixes for omap dts files for v4.9 merge window Tony Lindgren
2016-09-21 22:49 ` Tony Lindgren
2016-09-23 14:22 ` Arnd Bergmann
2016-09-23 14:22   ` 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.