All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] soc changes for omaps for v4.15 merge window
@ 2017-10-13 16:39 ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-13 16:39 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/soc-signed

for you to fetch changes up to 28fd7e99257c7d8ff41544a6ee23c96cc10799e0:

  ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() (2017-10-11 11:13:20 -0700)

----------------------------------------------------------------
SoC changes for omaps for v4.15 merge window that are mostly non-urgent
fixes and clean-up in preparation for dropping more platform data later
on:

- Fix am33xx/am437x MMC address space offsets

- Fix overwriting clkctrl and modulemode values when dts data is
  used

- Drop unused platform init code for omap_init_hdq

- Drop unused struct omap_hwmod_mux_info

- Remove duplicate define for dra722 es1.0 silicon revision

- Add support for dra71x es2.1

- Make omap_dma_dev_info __initdata

- A series of fixes for Coccinelle found issues

----------------------------------------------------------------
Bhumika Goyal (1):
      ARM: OMAP2+: make omap_dma_dev_info __initdata

Markus Elfring (4):
      ARM: OMAP: Delete an error message for a failed memory allocation in two functions
      ARM: OMAP: Improve a size determination in two functions
      ARM: OMAP: Use kcalloc() in omap_system_dma_probe()
      ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()

Tony Lindgren (4):
      ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx
      ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values
      ARM: OMAP2+: Drop unused omap_init_hdq
      ARM: OMAP2+: Drop unused omap_hwmod_mux_info

Vishal Mahaveer (2):
      ARM: DRA722: remove redundant definition of 1.0 device
      ARM: DRA722: Add support for DRA71x Silicon Rev 2.1

 arch/arm/mach-omap2/dma.c                          |  2 +-
 arch/arm/mach-omap2/hdq1w.c                        | 22 ----------
 arch/arm/mach-omap2/id.c                           |  5 ++-
 arch/arm/mach-omap2/omap_hwmod.c                   | 49 ++++++++++++++++++----
 arch/arm/mach-omap2/omap_hwmod.h                   | 21 ++--------
 .../omap_hwmod_33xx_43xx_interconnect_data.c       | 30 -------------
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  6 +--
 arch/arm/mach-omap2/soc.h                          |  2 +-
 arch/arm/plat-omap/dma.c                           | 12 +++---
 arch/arm/plat-omap/dmtimer.c                       | 10 ++---
 10 files changed, 62 insertions(+), 97 deletions(-)

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

* [GIT PULL 1/2] soc changes for omaps for v4.15 merge window
@ 2017-10-13 16:39 ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/soc-signed

for you to fetch changes up to 28fd7e99257c7d8ff41544a6ee23c96cc10799e0:

  ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request() (2017-10-11 11:13:20 -0700)

----------------------------------------------------------------
SoC changes for omaps for v4.15 merge window that are mostly non-urgent
fixes and clean-up in preparation for dropping more platform data later
on:

- Fix am33xx/am437x MMC address space offsets

- Fix overwriting clkctrl and modulemode values when dts data is
  used

- Drop unused platform init code for omap_init_hdq

- Drop unused struct omap_hwmod_mux_info

- Remove duplicate define for dra722 es1.0 silicon revision

- Add support for dra71x es2.1

- Make omap_dma_dev_info __initdata

- A series of fixes for Coccinelle found issues

----------------------------------------------------------------
Bhumika Goyal (1):
      ARM: OMAP2+: make omap_dma_dev_info __initdata

Markus Elfring (4):
      ARM: OMAP: Delete an error message for a failed memory allocation in two functions
      ARM: OMAP: Improve a size determination in two functions
      ARM: OMAP: Use kcalloc() in omap_system_dma_probe()
      ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()

Tony Lindgren (4):
      ARM: OMAP2+: Fix MMC address space mismatch for am33xx and am43xx
      ARM: OMAP2+: Fix overwriting of clkctrl and modulemode values
      ARM: OMAP2+: Drop unused omap_init_hdq
      ARM: OMAP2+: Drop unused omap_hwmod_mux_info

Vishal Mahaveer (2):
      ARM: DRA722: remove redundant definition of 1.0 device
      ARM: DRA722: Add support for DRA71x Silicon Rev 2.1

 arch/arm/mach-omap2/dma.c                          |  2 +-
 arch/arm/mach-omap2/hdq1w.c                        | 22 ----------
 arch/arm/mach-omap2/id.c                           |  5 ++-
 arch/arm/mach-omap2/omap_hwmod.c                   | 49 ++++++++++++++++++----
 arch/arm/mach-omap2/omap_hwmod.h                   | 21 ++--------
 .../omap_hwmod_33xx_43xx_interconnect_data.c       | 30 -------------
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  6 +--
 arch/arm/mach-omap2/soc.h                          |  2 +-
 arch/arm/plat-omap/dma.c                           | 12 +++---
 arch/arm/plat-omap/dmtimer.c                       | 10 ++---
 10 files changed, 62 insertions(+), 97 deletions(-)

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
  2017-10-13 16:39 ` Tony Lindgren
@ 2017-10-13 16:39   ` Tony Lindgren
  -1 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-13 16:39 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.15/dt

for you to fetch changes up to aefe3babab100ce389b4506672e7ee54078c905b:

  ARM: dts: omap3: Replace deprecated mcp prefix (2017-10-11 08:47:31 -0700)

----------------------------------------------------------------
Andrew F. Davis (10):
      ARM: dts: am43xx: Introduce additional pinmux definitions for DS0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for spi0 and spi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for qspi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for gpmc
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for uart0
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for usb2_phy1 and usb2_phy2
      ARM: dts: am43xx-epos-evm: Add default pinmux for unused pins

Derald D. Woods (4):
      ARM: dts: omap3-evm-37xx: Add common processor module support
      ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data
      ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply
      ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

Kabir Sahane (1):
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for matrix_keypad0

Lars Poeschel (1):
      ARM: dts: omap3: Replace deprecated mcp prefix

Ravikumar Kattekola (3):
      ARM: dts: dra7: Increase max-voltage of pbias regulator
      ARM: dts: omap5: Increase max-voltage of pbias regulator
      ARM: dts: dra7-evm: Move pcie RC node to common file

Tony Lindgren (3):
      ARM: dts: Configure earlycon for n8x0
      ARM: dts: Configure earlycon for pandaboard
      ARM: dts: Configure earlycon for omap5-common

 arch/arm/boot/dts/am43x-epos-evm.dts               | 239 +++++++++++++++++++--
 arch/arm/boot/dts/dra7-evm-common.dtsi             |   4 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |   2 +-
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi        |   4 +
 arch/arm/boot/dts/omap3-evm-37xx.dts               | 209 +-----------------
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi  | 216 +++++++++++++++++++
 arch/arm/boot/dts/omap3-evm.dts                    |  76 ++++++-
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   2 +-
 .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi    |   1 +
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 include/dt-bindings/pinctrl/am43xx.h               |  12 ++
 14 files changed, 539 insertions(+), 240 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
@ 2017-10-13 16:39   ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.15/dt

for you to fetch changes up to aefe3babab100ce389b4506672e7ee54078c905b:

  ARM: dts: omap3: Replace deprecated mcp prefix (2017-10-11 08:47:31 -0700)

----------------------------------------------------------------
Andrew F. Davis (10):
      ARM: dts: am43xx: Introduce additional pinmux definitions for DS0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for spi0 and spi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for qspi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for gpmc
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for uart0
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for usb2_phy1 and usb2_phy2
      ARM: dts: am43xx-epos-evm: Add default pinmux for unused pins

Derald D. Woods (4):
      ARM: dts: omap3-evm-37xx: Add common processor module support
      ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data
      ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply
      ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

Kabir Sahane (1):
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for matrix_keypad0

Lars Poeschel (1):
      ARM: dts: omap3: Replace deprecated mcp prefix

Ravikumar Kattekola (3):
      ARM: dts: dra7: Increase max-voltage of pbias regulator
      ARM: dts: omap5: Increase max-voltage of pbias regulator
      ARM: dts: dra7-evm: Move pcie RC node to common file

Tony Lindgren (3):
      ARM: dts: Configure earlycon for n8x0
      ARM: dts: Configure earlycon for pandaboard
      ARM: dts: Configure earlycon for omap5-common

 arch/arm/boot/dts/am43x-epos-evm.dts               | 239 +++++++++++++++++++--
 arch/arm/boot/dts/dra7-evm-common.dtsi             |   4 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |   2 +-
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi        |   4 +
 arch/arm/boot/dts/omap3-evm-37xx.dts               | 209 +-----------------
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi  | 216 +++++++++++++++++++
 arch/arm/boot/dts/omap3-evm.dts                    |  76 ++++++-
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   2 +-
 .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi    |   1 +
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 include/dt-bindings/pinctrl/am43xx.h               |  12 ++
 14 files changed, 539 insertions(+), 240 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi

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

* Re: [GIT PULL 1/2] soc changes for omaps for v4.15 merge window
  2017-10-13 16:39 ` Tony Lindgren
@ 2017-10-19 20:46   ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 20:46 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> SoC changes for omaps for v4.15 merge window that are mostly non-urgent
> fixes and clean-up in preparation for dropping more platform data later
> on:
>
> - Fix am33xx/am437x MMC address space offsets
>
> - Fix overwriting clkctrl and modulemode values when dts data is
>   used
>
> - Drop unused platform init code for omap_init_hdq
>
> - Drop unused struct omap_hwmod_mux_info
>
> - Remove duplicate define for dra722 es1.0 silicon revision
>
> - Add support for dra71x es2.1
>
> - Make omap_dma_dev_info __initdata
>
> - A series of fixes for Coccinelle found issues

Pulled into next/soc, thanks!

       Arnd

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

* [GIT PULL 1/2] soc changes for omaps for v4.15 merge window
@ 2017-10-19 20:46   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 20:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> SoC changes for omaps for v4.15 merge window that are mostly non-urgent
> fixes and clean-up in preparation for dropping more platform data later
> on:
>
> - Fix am33xx/am437x MMC address space offsets
>
> - Fix overwriting clkctrl and modulemode values when dts data is
>   used
>
> - Drop unused platform init code for omap_init_hdq
>
> - Drop unused struct omap_hwmod_mux_info
>
> - Remove duplicate define for dra722 es1.0 silicon revision
>
> - Add support for dra71x es2.1
>
> - Make omap_dma_dev_info __initdata
>
> - A series of fixes for Coccinelle found issues

Pulled into next/soc, thanks!

       Arnd

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

* Re: [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
  2017-10-13 16:39   ` Tony Lindgren
@ 2017-10-19 22:22     ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 22:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>

This is missing a tag description. Can you resend?

      Arnd

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
@ 2017-10-19 22:22     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 22:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>

This is missing a tag description. Can you resend?

      Arnd

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

* Re: [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
  2017-10-19 22:22     ` Arnd Bergmann
@ 2017-10-19 22:36       ` Tony Lindgren
  -1 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-19 22:36 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-omap, arm-soc, Linux ARM

* Arnd Bergmann <arnd@arndb.de> [171019 15:23]:
> On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> 
> This is missing a tag description. Can you resend?

Oops sorry about that, it happens easily when I add tags..

The description for the signed tag is below.

Regards,

Tony

8< ----------------------
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to aefe3babab100ce389b4506672e7ee54078c905b:

  ARM: dts: omap3: Replace deprecated mcp prefix (2017-10-11 08:47:31 -0700)

----------------------------------------------------------------
Device tree changes for omaps for v4.15 merge window to improve
support for omap35xx-evm, am34xx-epos-evm and dra7:

- A series of changes to fix support for omap35xx-evm

- A series of changes to add earlycon support for n8x0, pandaboard
  and omap5 boards

- A series of changes for am43xx-epos-evm pinctrl modes for default
  and sleep states

- A series of changes to correct pbias regulator voltage for dra7
  from 3V to 3.3V

- Use microchip compatible instead of deprecated mcp compatible for
  mcp23017

----------------------------------------------------------------
Andrew F. Davis (10):
      ARM: dts: am43xx: Introduce additional pinmux definitions for DS0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for spi0 and spi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for qspi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for gpmc
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for uart0
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for usb2_phy1 and usb2_phy2
      ARM: dts: am43xx-epos-evm: Add default pinmux for unused pins

Derald D. Woods (4):
      ARM: dts: omap3-evm-37xx: Add common processor module support
      ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data
      ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply
      ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

Kabir Sahane (1):
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for matrix_keypad0

Lars Poeschel (1):
      ARM: dts: omap3: Replace deprecated mcp prefix

Ravikumar Kattekola (3):
      ARM: dts: dra7: Increase max-voltage of pbias regulator
      ARM: dts: omap5: Increase max-voltage of pbias regulator
      ARM: dts: dra7-evm: Move pcie RC node to common file

Tony Lindgren (3):
      ARM: dts: Configure earlycon for n8x0
      ARM: dts: Configure earlycon for pandaboard
      ARM: dts: Configure earlycon for omap5-common

 arch/arm/boot/dts/am43x-epos-evm.dts               | 239 +++++++++++++++++++--
 arch/arm/boot/dts/dra7-evm-common.dtsi             |   4 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |   2 +-
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi        |   4 +
 arch/arm/boot/dts/omap3-evm-37xx.dts               | 209 +-----------------
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi  | 216 +++++++++++++++++++
 arch/arm/boot/dts/omap3-evm.dts                    |  76 ++++++-
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   2 +-
 .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi    |   1 +
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 include/dt-bindings/pinctrl/am43xx.h               |  12 ++
 14 files changed, 539 insertions(+), 240 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
@ 2017-10-19 22:36       ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-19 22:36 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [171019 15:23]:
> On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> 
> This is missing a tag description. Can you resend?

Oops sorry about that, it happens easily when I add tags..

The description for the signed tag is below.

Regards,

Tony

8< ----------------------
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to aefe3babab100ce389b4506672e7ee54078c905b:

  ARM: dts: omap3: Replace deprecated mcp prefix (2017-10-11 08:47:31 -0700)

----------------------------------------------------------------
Device tree changes for omaps for v4.15 merge window to improve
support for omap35xx-evm, am34xx-epos-evm and dra7:

- A series of changes to fix support for omap35xx-evm

- A series of changes to add earlycon support for n8x0, pandaboard
  and omap5 boards

- A series of changes for am43xx-epos-evm pinctrl modes for default
  and sleep states

- A series of changes to correct pbias regulator voltage for dra7
  from 3V to 3.3V

- Use microchip compatible instead of deprecated mcp compatible for
  mcp23017

----------------------------------------------------------------
Andrew F. Davis (10):
      ARM: dts: am43xx: Introduce additional pinmux definitions for DS0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for spi0 and spi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for qspi1
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for gpmc
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
      ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for uart0
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for usb2_phy1 and usb2_phy2
      ARM: dts: am43xx-epos-evm: Add default pinmux for unused pins

Derald D. Woods (4):
      ARM: dts: omap3-evm-37xx: Add common processor module support
      ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data
      ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply
      ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references

Kabir Sahane (1):
      ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for matrix_keypad0

Lars Poeschel (1):
      ARM: dts: omap3: Replace deprecated mcp prefix

Ravikumar Kattekola (3):
      ARM: dts: dra7: Increase max-voltage of pbias regulator
      ARM: dts: omap5: Increase max-voltage of pbias regulator
      ARM: dts: dra7-evm: Move pcie RC node to common file

Tony Lindgren (3):
      ARM: dts: Configure earlycon for n8x0
      ARM: dts: Configure earlycon for pandaboard
      ARM: dts: Configure earlycon for omap5-common

 arch/arm/boot/dts/am43x-epos-evm.dts               | 239 +++++++++++++++++++--
 arch/arm/boot/dts/dra7-evm-common.dtsi             |   4 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |   2 +-
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi        |   4 +
 arch/arm/boot/dts/omap3-evm-37xx.dts               | 209 +-----------------
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi  | 216 +++++++++++++++++++
 arch/arm/boot/dts/omap3-evm.dts                    |  76 ++++++-
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   2 +-
 .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi    |   1 +
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +
 arch/arm/boot/dts/omap5.dtsi                       |   2 +-
 include/dt-bindings/pinctrl/am43xx.h               |  12 ++
 14 files changed, 539 insertions(+), 240 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi

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

* Re: [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
  2017-10-19 22:36       ` Tony Lindgren
@ 2017-10-19 22:54         ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 22:54 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Fri, Oct 20, 2017 at 12:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Arnd Bergmann <arnd@arndb.de> [171019 15:23]:
>> On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
>> > From: "Tony Lindgren" <tony@atomide.com>
>> >
>>
>> This is missing a tag description. Can you resend?
>
> Oops sorry about that, it happens easily when I add tags..
>
> The description for the signed tag is below.
>
> Regards,
>
> Tony
>
> 8< ----------------------
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/dt-signed

I had just figured it out myself and pulled. Thanks for the quick reply!

       Arnd

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
@ 2017-10-19 22:54         ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2017-10-19 22:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 12:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Arnd Bergmann <arnd@arndb.de> [171019 15:23]:
>> On Fri, Oct 13, 2017 at 6:39 PM, Tony Lindgren <tony@atomide.com> wrote:
>> > From: "Tony Lindgren" <tony@atomide.com>
>> >
>>
>> This is missing a tag description. Can you resend?
>
> Oops sorry about that, it happens easily when I add tags..
>
> The description for the signed tag is below.
>
> Regards,
>
> Tony
>
> 8< ----------------------
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/dt-signed

I had just figured it out myself and pulled. Thanks for the quick reply!

       Arnd

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

* Re: [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
  2017-10-19 22:54         ` Arnd Bergmann
@ 2017-10-19 23:04           ` Tony Lindgren
  -1 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-19 23:04 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-omap, arm-soc, Linux ARM

* Arnd Bergmann <arnd@arndb.de> [171019 15:56]:
> On Fri, Oct 20, 2017 at 12:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/dt-signed
> 
> I had just figured it out myself and pulled. Thanks for the quick reply!

OK thanks!

Tony

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

* [GIT PULL 2/2] device tree changes for omaps for v4.15 merge window
@ 2017-10-19 23:04           ` Tony Lindgren
  0 siblings, 0 replies; 14+ messages in thread
From: Tony Lindgren @ 2017-10-19 23:04 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [171019 15:56]:
> On Fri, Oct 20, 2017 at 12:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.15/dt-signed
> 
> I had just figured it out myself and pulled. Thanks for the quick reply!

OK thanks!

Tony

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

end of thread, other threads:[~2017-10-19 23:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-13 16:39 [GIT PULL 1/2] soc changes for omaps for v4.15 merge window Tony Lindgren
2017-10-13 16:39 ` Tony Lindgren
2017-10-13 16:39 ` [GIT PULL 2/2] device tree " Tony Lindgren
2017-10-13 16:39   ` Tony Lindgren
2017-10-19 22:22   ` Arnd Bergmann
2017-10-19 22:22     ` Arnd Bergmann
2017-10-19 22:36     ` Tony Lindgren
2017-10-19 22:36       ` Tony Lindgren
2017-10-19 22:54       ` Arnd Bergmann
2017-10-19 22:54         ` Arnd Bergmann
2017-10-19 23:04         ` Tony Lindgren
2017-10-19 23:04           ` Tony Lindgren
2017-10-19 20:46 ` [GIT PULL 1/2] soc " Arnd Bergmann
2017-10-19 20:46   ` 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.