Re: [GIT PULL 2/2] part 2 of omap dts changes for v3.19

2014-11-28 Thread Arnd Bergmann
On Monday 24 November 2014, Tony Lindgren wrote:
 More dts changes for omaps to add support for new devices:
 
 - Add DCAN support am335x, am437x and dra7
 
 - Add devices for sb-t3x computers
 
 - Add support for NovaTech OrionLXm
 
 - Add n900 battery and si4713 support
 

Pulled into next/dt, thanks!

Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL 2/2] part 2 of omap dts changes for v3.19

2014-11-24 Thread Tony Lindgren
Hi,

Just noticed I have the signed tag missing for this one, updated pull
request below.

* Tony Lindgren t...@atomide.com [141122 16:47]:
 The following changes since commit 065bd7fe50de5e6d0fd5034cbc87120a558a1219:
 
   ARM: dts: DRA7: Add aliases for all serial ports (2014-11-12 07:04:37 -0800)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap 
 omap-for-v3.19/dt-v2

So please ignore the pull request above, below is an updated pull request
with a proper tag. I've also added few more patches that I could not apply
earlier because of pending comments.

The following changes since commit 065bd7fe50de5e6d0fd5034cbc87120a558a1219:

  ARM: dts: DRA7: Add aliases for all serial ports (2014-11-12 07:04:37 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap 
tags/omap-for-v3.19/dt-part2-updated

for you to fetch changes up to f80ecaf55b4982a888272790743dabf2c715dc10:

  ARM: dts: am335x-evm: Add DCAN1 details (2014-11-24 07:56:22 -0800)


More dts changes for omaps to add support for new devices:

- Add DCAN support am335x, am437x and dra7

- Add devices for sb-t3x computers

- Add support for NovaTech OrionLXm

- Add n900 battery and si4713 support


Adam YH Lee (1):
  ARM: dts: Gumstix DuoVero: Bind vdac regulator to hdmi node

Dmitry Lifshitz (10):
  ARM: dts: cm-t3x: cleanup comments indentation
  ARM: dts: cm-t3x: add ADS7846 touchscreen support
  ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk
  ARM: dts: cm-t3x: add EEPROM support
  ARM: dts: sb-t35: add EEPROM support
  ARM: dts: cm-t3x30: add keypad support
  ARM: dts: cm-t3x: add I2C1 pinmux
  ARM: dts: cm-t3x: add TV out support
  ARM: dts: sbc-t3x: add TV out display alias
  ARM: dts: sbc-t3x30: add audio support

George McCollister (1):
  ARM: dts: Add devicetree for NovaTech OrionLXm

Lokesh Vutla (1):
  ARM: dts: DRA7: Add node for RTC

Mugunthan V N (1):
  ARM: dts: am437x-gp: Add dcan support

Roger Quadros (9):
  ARM: dts: dra7: Add syscon regmap for CORE CONTROL area
  ARM: dts: DRA7: Add DCAN nodes
  ARM: dts: dra7-evm: Add CAN support
  ARM: dts: dra72-evm: Add CAN support
  ARM: dts: am4372: Add control module syscon node
  ARM: dts: am4372: Add DCAN nodes
  ARM: dts: am33xx: Add control module syscon node
  ARM: dts: am33xx: Update DCAN nodes
  ARM: dts: am335x-evm: Add DCAN1 details

Sebastian Reichel (2):
  ARM: dts: OMAP3-N900: add si4713 support
  ARM: dst: OMAP3-N900: Add n900-battery support

Vignesh R (1):
  ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm

 .../devicetree/bindings/arm/omap/omap.txt  |   3 +
 arch/arm/boot/dts/Makefile |   3 +-
 arch/arm/boot/dts/am335x-evm.dts   |  13 +
 arch/arm/boot/dts/am335x-lxm.dts   | 362 +
 arch/arm/boot/dts/am33xx.dtsi  |  25 +-
 arch/arm/boot/dts/am4372.dtsi  |  47 +++
 arch/arm/boot/dts/am437x-gp-evm.dts|  34 ++
 arch/arm/boot/dts/am43x-epos-evm.dts   |   8 +
 arch/arm/boot/dts/dra7-evm.dts |  22 ++
 arch/arm/boot/dts/dra7.dtsi|  35 ++
 arch/arm/boot/dts/dra72-evm.dts|  23 ++
 arch/arm/boot/dts/omap3-cm-t3x.dtsi| 124 ++-
 arch/arm/boot/dts/omap3-cm-t3x30.dtsi  |  35 ++
 arch/arm/boot/dts/omap3-n900.dts   |  16 +
 arch/arm/boot/dts/omap3-sb-t35.dtsi|  36 ++
 arch/arm/boot/dts/omap3-sbc-t3517.dts  |   1 +
 arch/arm/boot/dts/omap3-sbc-t3530.dts  |   1 +
 arch/arm/boot/dts/omap3-sbc-t3730.dts  |   1 +
 arch/arm/boot/dts/omap4-duovero-parlor.dts |   1 +
 arch/arm/mach-omap2/pdata-quirks.c |   3 -
 20 files changed, 775 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-lxm.dts
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL 2/2] part 2 of omap dts changes for v3.19

2014-11-22 Thread Tony Lindgren
The following changes since commit 065bd7fe50de5e6d0fd5034cbc87120a558a1219:

  ARM: dts: DRA7: Add aliases for all serial ports (2014-11-12 07:04:37 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap 
omap-for-v3.19/dt-v2

for you to fetch changes up to 0f39f7b906dbeabe2ffd8739d5201e890d102ea6:

  ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm 
(2014-11-21 16:25:06 -0800)


Adam YH Lee (1):
  ARM: dts: Gumstix DuoVero: Bind vdac regulator to hdmi node

Dmitry Lifshitz (6):
  ARM: dts: cm-t3x: cleanup comments indentation
  ARM: dts: cm-t3x: add ADS7846 touchscreen support
  ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk
  ARM: dts: cm-t3x: add EEPROM support
  ARM: dts: sb-t35: add EEPROM support
  ARM: dts: cm-t3x30: add keypad support

George McCollister (1):
  ARM: dts: Add devicetree for NovaTech OrionLXm

Lokesh Vutla (1):
  ARM: dts: DRA7: Add node for RTC

Sebastian Reichel (2):
  ARM: dts: OMAP3-N900: add si4713 support
  ARM: dst: OMAP3-N900: Add n900-battery support

Vignesh R (1):
  ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm

 .../devicetree/bindings/arm/omap/omap.txt  |   3 +
 arch/arm/boot/dts/Makefile |   3 +-
 arch/arm/boot/dts/am335x-lxm.dts   | 362 +
 arch/arm/boot/dts/am4372.dtsi  |  20 ++
 arch/arm/boot/dts/am437x-gp-evm.dts|   8 +
 arch/arm/boot/dts/am43x-epos-evm.dts   |   8 +
 arch/arm/boot/dts/dra7.dtsi|   9 +
 arch/arm/boot/dts/omap3-cm-t3x.dtsi|  76 -
 arch/arm/boot/dts/omap3-cm-t3x30.dtsi  |  17 +
 arch/arm/boot/dts/omap3-n900.dts   |  16 +
 arch/arm/boot/dts/omap3-sb-t35.dtsi|  20 ++
 arch/arm/boot/dts/omap4-duovero-parlor.dts |   1 +
 arch/arm/mach-omap2/pdata-quirks.c |   3 -
 13 files changed, 536 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-lxm.dts
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html