All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dts driver fixes for omaps for v4.16 merge window
@ 2018-01-19 15:38 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-01-19 15:38 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:

  ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e14d7e5320ebae9bffe4fbd585dfdd9d6de2550f:

  ARM: dts: Update ti-sysc data for existing users (2018-01-12 15:16:57 -0800)

----------------------------------------------------------------
Few omap interconnect dts fixes for v4.16 merge window

Now that we have the dts clocks for the clkctrl clock and the
interconnect binding, we need to update the existing ti-sysc
users according to the binding to make it usable for drivers.

Apologies for not being able to send this earlier but it took
me few revisions to get the smartreflex changes right and
tested with yet to be posted patches to make smartreflex probe
with dts and I wanted to have it sit in next for a while to make
sure we're not introducing regressions for legacy platform data
based booting.

Note that this is based on a merge with commit 20a2742e5784
("dt-bindings: ti-sysc: Update binding for timers and capabilities")
to avoid a merge conflict with the binding changes.

----------------------------------------------------------------
Tony Lindgren (4):
      dt-bindings: ti-sysc: Update binding for timers and capabilities
      Merge commit '20a2742e5784295b9197250b50c40f6d38a55880' into omap-for-v4.16/dt-clk
      ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance
      ARM: dts: Update ti-sysc data for existing users

 Documentation/devicetree/bindings/bus/ti-sysc.txt  |  36 +++++++
 .../devicetree/bindings/power/ti-smartreflex.txt   |   2 +-
 arch/arm/boot/dts/am3517.dtsi                      |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |  26 ++++--
 arch/arm/boot/dts/omap3.dtsi                       |  14 ---
 arch/arm/boot/dts/omap34xx.dtsi                    |  39 ++++++++
 arch/arm/boot/dts/omap36xx.dtsi                    |  46 +++++++++
 arch/arm/boot/dts/omap4.dtsi                       | 104 ++++++++++++++++++---
 include/dt-bindings/bus/ti-sysc.h                  |  22 +++++
 9 files changed, 257 insertions(+), 36 deletions(-)
 create mode 100644 include/dt-bindings/bus/ti-sysc.h

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

* [GIT PULL] dts driver fixes for omaps for v4.16 merge window
@ 2018-01-19 15:38 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-01-19 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:

  ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e14d7e5320ebae9bffe4fbd585dfdd9d6de2550f:

  ARM: dts: Update ti-sysc data for existing users (2018-01-12 15:16:57 -0800)

----------------------------------------------------------------
Few omap interconnect dts fixes for v4.16 merge window

Now that we have the dts clocks for the clkctrl clock and the
interconnect binding, we need to update the existing ti-sysc
users according to the binding to make it usable for drivers.

Apologies for not being able to send this earlier but it took
me few revisions to get the smartreflex changes right and
tested with yet to be posted patches to make smartreflex probe
with dts and I wanted to have it sit in next for a while to make
sure we're not introducing regressions for legacy platform data
based booting.

Note that this is based on a merge with commit 20a2742e5784
("dt-bindings: ti-sysc: Update binding for timers and capabilities")
to avoid a merge conflict with the binding changes.

----------------------------------------------------------------
Tony Lindgren (4):
      dt-bindings: ti-sysc: Update binding for timers and capabilities
      Merge commit '20a2742e5784295b9197250b50c40f6d38a55880' into omap-for-v4.16/dt-clk
      ARM: dts: Fix smartreflex compatible for omap3 shared mpu-iva instance
      ARM: dts: Update ti-sysc data for existing users

 Documentation/devicetree/bindings/bus/ti-sysc.txt  |  36 +++++++
 .../devicetree/bindings/power/ti-smartreflex.txt   |   2 +-
 arch/arm/boot/dts/am3517.dtsi                      |   4 -
 arch/arm/boot/dts/dra7.dtsi                        |  26 ++++--
 arch/arm/boot/dts/omap3.dtsi                       |  14 ---
 arch/arm/boot/dts/omap34xx.dtsi                    |  39 ++++++++
 arch/arm/boot/dts/omap36xx.dtsi                    |  46 +++++++++
 arch/arm/boot/dts/omap4.dtsi                       | 104 ++++++++++++++++++---
 include/dt-bindings/bus/ti-sysc.h                  |  22 +++++
 9 files changed, 257 insertions(+), 36 deletions(-)
 create mode 100644 include/dt-bindings/bus/ti-sysc.h

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

* Re: [GIT PULL] dts driver fixes for omaps for v4.16 merge window
  2018-01-19 15:38 ` Tony Lindgren
@ 2018-01-22 11:37   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-01-22 11:37 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Fri, Jan 19, 2018 at 4:38 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:
>
>   ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-clk-dts-signed
>
> for you to fetch changes up to e14d7e5320ebae9bffe4fbd585dfdd9d6de2550f:
>
>   ARM: dts: Update ti-sysc data for existing users (2018-01-12 15:16:57 -0800)
>
> ----------------------------------------------------------------
> Few omap interconnect dts fixes for v4.16 merge window
>
> Now that we have the dts clocks for the clkctrl clock and the
> interconnect binding, we need to update the existing ti-sysc
> users according to the binding to make it usable for drivers.
>
> Apologies for not being able to send this earlier but it took
> me few revisions to get the smartreflex changes right and
> tested with yet to be posted patches to make smartreflex probe
> with dts and I wanted to have it sit in next for a while to make
> sure we're not introducing regressions for legacy platform data
> based booting.
>
> Note that this is based on a merge with commit 20a2742e5784
> ("dt-bindings: ti-sysc: Update binding for timers and capabilities")
> to avoid a merge conflict with the binding changes.

Pulled into next/dt, thanks!

       Arnd

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

* [GIT PULL] dts driver fixes for omaps for v4.16 merge window
@ 2018-01-22 11:37   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-01-22 11:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 19, 2018 at 4:38 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:
>
>   ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-clk-dts-signed
>
> for you to fetch changes up to e14d7e5320ebae9bffe4fbd585dfdd9d6de2550f:
>
>   ARM: dts: Update ti-sysc data for existing users (2018-01-12 15:16:57 -0800)
>
> ----------------------------------------------------------------
> Few omap interconnect dts fixes for v4.16 merge window
>
> Now that we have the dts clocks for the clkctrl clock and the
> interconnect binding, we need to update the existing ti-sysc
> users according to the binding to make it usable for drivers.
>
> Apologies for not being able to send this earlier but it took
> me few revisions to get the smartreflex changes right and
> tested with yet to be posted patches to make smartreflex probe
> with dts and I wanted to have it sit in next for a while to make
> sure we're not introducing regressions for legacy platform data
> based booting.
>
> Note that this is based on a merge with commit 20a2742e5784
> ("dt-bindings: ti-sysc: Update binding for timers and capabilities")
> to avoid a merge conflict with the binding changes.

Pulled into next/dt, thanks!

       Arnd

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

end of thread, other threads:[~2018-01-22 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 15:38 [GIT PULL] dts driver fixes for omaps for v4.16 merge window Tony Lindgren
2018-01-19 15:38 ` Tony Lindgren
2018-01-22 11:37 ` Arnd Bergmann
2018-01-22 11:37   ` 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.