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

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

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -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/soc-signed

for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:

  Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)

----------------------------------------------------------------
SoC changes for omaps for v4.16 merge window

For most part this is a series from Tero Kristo to prepare things
for using clkctrl clocks with DTS data. The other changes are to
make few data structures const.

----------------------------------------------------------------
Bhumika Goyal (2):
      ARM: OMAP2+: CM: make some pointers and function arguments as const
      ARM: OMAP2+: CM: make cm_ll_data structures as const

Tero Kristo (7):
      ARM: OMAP2+: CM: add support for getting phys address for a clkctrl register
      ARM: OMAP4: CMINST: add support for translating clkctrl addresses
      ARM: OMAP2+: hwmod: fix clkctrl address translation logic
      ARM: OMAP2+: clockdomain: remove the obsolete clkdm_xlate_address API
      ARM: AM33xx: CM: add support for getting physical address for a register
      ARM: OMAP2+: hwmod: calculate physical register address on am33xx
      ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod

Tony Lindgren (1):
      Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc

 arch/arm/mach-omap2/clockdomain.c          |  8 ----
 arch/arm/mach-omap2/clockdomain.h          |  2 -
 arch/arm/mach-omap2/cm.h                   |  7 ++-
 arch/arm/mach-omap2/cm2xxx.c               |  2 +-
 arch/arm/mach-omap2/cm33xx.c               |  8 +++-
 arch/arm/mach-omap2/cm3xxx.c               |  2 +-
 arch/arm/mach-omap2/cm_common.c            | 16 +++++--
 arch/arm/mach-omap2/cminst44xx.c           | 12 ++---
 arch/arm/mach-omap2/omap_hwmod.c           | 73 +++++++++++++++---------------
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  2 +-
 10 files changed, 68 insertions(+), 64 deletions(-)

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

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

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

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -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/soc-signed

for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:

  Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)

----------------------------------------------------------------
SoC changes for omaps for v4.16 merge window

For most part this is a series from Tero Kristo to prepare things
for using clkctrl clocks with DTS data. The other changes are to
make few data structures const.

----------------------------------------------------------------
Bhumika Goyal (2):
      ARM: OMAP2+: CM: make some pointers and function arguments as const
      ARM: OMAP2+: CM: make cm_ll_data structures as const

Tero Kristo (7):
      ARM: OMAP2+: CM: add support for getting phys address for a clkctrl register
      ARM: OMAP4: CMINST: add support for translating clkctrl addresses
      ARM: OMAP2+: hwmod: fix clkctrl address translation logic
      ARM: OMAP2+: clockdomain: remove the obsolete clkdm_xlate_address API
      ARM: AM33xx: CM: add support for getting physical address for a register
      ARM: OMAP2+: hwmod: calculate physical register address on am33xx
      ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod

Tony Lindgren (1):
      Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc

 arch/arm/mach-omap2/clockdomain.c          |  8 ----
 arch/arm/mach-omap2/clockdomain.h          |  2 -
 arch/arm/mach-omap2/cm.h                   |  7 ++-
 arch/arm/mach-omap2/cm2xxx.c               |  2 +-
 arch/arm/mach-omap2/cm33xx.c               |  8 +++-
 arch/arm/mach-omap2/cm3xxx.c               |  2 +-
 arch/arm/mach-omap2/cm_common.c            | 16 +++++--
 arch/arm/mach-omap2/cminst44xx.c           | 12 ++---
 arch/arm/mach-omap2/omap_hwmod.c           | 73 +++++++++++++++---------------
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  2 +-
 10 files changed, 68 insertions(+), 64 deletions(-)

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

* [GIT PULL 2/3] clock related dts changes for omaps for v4.16
  2017-12-14 15:58 ` Tony Lindgren
@ 2017-12-14 15:58   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2017-12-14 15:58 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 998601de3c05fb02795d6d9cb1d4dcb25a6019a1:

  Merge commit 'fe7020e64f04' into omap-for-v4.16/dt-clk (2017-12-11 08:26:36 -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-signed

for you to fetch changes up to 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:

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

----------------------------------------------------------------
Clock related dts changes for omaps for v4.16 merge window

This branch contains a series of dts changes from Tero Kristo to
start using clkctrl clocks.

Note that this branch is based on a merge of omap-for-v4.16/soc-signed
and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
clkctrl data fixes for opt-clocks") that is also in clk-next.

----------------------------------------------------------------
Tero Kristo (20):
      ARM: dts: omap5: add fck under timer1
      ARM: dts: omap4: add fck under timer1
      ARM: dts: am33xx: add fck under timers1/2
      ARM: dts: am43xx: add fck under timers1/2
      ARM: dts: dra7: add fck under timer1
      ARM: dts: dm814x: add fck under timers1/2
      ARM: dts: dm816x: add fck under timers1/2
      ARM: dts: omap5: add bus functionality to base PRCM nodes
      ARM: dts: omap4: add bus functionality to base PRCM nodes
      ARM: dts: dra7: add bus functionality to base PRCM nodes
      ARM: dts: am33xx: add bus functionality to base PRCM node
      ARM: dts: am43xx: add bus functionality to base PRCM node
      ARM: dts: dm816x: add bus functionality to base PRCM node
      ARM: dts: omap4: add clkctrl nodes
      ARM: dts: omap5: add clkctrl nodes
      ARM: dts: dra7: add clkctrl nodes
      ARM: dts: am33xx: add clkctrl nodes
      ARM: dts: am43xx: add clkctrl nodes
      ARM: dts: dm814x: add clkctrl nodes
      ARM: dts: dm816x: add clkctrl nodes

 arch/arm/boot/dts/am335x-bone-common.dtsi       |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts           |   2 +-
 arch/arm/boot/dts/am335x-evm.dts                |   2 +-
 arch/arm/boot/dts/am335x-evmsk.dts              |   2 +-
 arch/arm/boot/dts/am33xx-clocks.dtsi            | 205 +++---
 arch/arm/boot/dts/am33xx.dtsi                   |  14 +-
 arch/arm/boot/dts/am4372.dtsi                   |  16 +-
 arch/arm/boot/dts/am43x-epos-evm.dts            |   2 +-
 arch/arm/boot/dts/am43xx-clocks.dtsi            | 230 ++----
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |   2 +-
 arch/arm/boot/dts/dm814x-clocks.dtsi            |  30 +
 arch/arm/boot/dts/dm814x.dtsi                   |   4 +
 arch/arm/boot/dts/dm816x-clocks.dtsi            |  30 +
 arch/arm/boot/dts/dm816x.dtsi                   |   9 +-
 arch/arm/boot/dts/dra7-evm-common.dtsi          |   4 +-
 arch/arm/boot/dts/dra7.dtsi                     |  84 ++-
 arch/arm/boot/dts/dra72-evm-common.dtsi         |   4 +-
 arch/arm/boot/dts/dra72x.dtsi                   |   4 +-
 arch/arm/boot/dts/dra74x.dtsi                   |   6 +-
 arch/arm/boot/dts/dra7xx-clocks.dtsi            | 909 ++++++------------------
 arch/arm/boot/dts/omap4.dtsi                    |  37 +-
 arch/arm/boot/dts/omap44xx-clocks.dtsi          | 895 ++++++++---------------
 arch/arm/boot/dts/omap5.dtsi                    |  46 +-
 arch/arm/boot/dts/omap54xx-clocks.dtsi          | 623 ++++++----------
 24 files changed, 1091 insertions(+), 2071 deletions(-)

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

* [GIT PULL 2/3] clock related dts changes for omaps for v4.16
@ 2017-12-14 15:58   ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2017-12-14 15:58 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 998601de3c05fb02795d6d9cb1d4dcb25a6019a1:

  Merge commit 'fe7020e64f04' into omap-for-v4.16/dt-clk (2017-12-11 08:26:36 -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-signed

for you to fetch changes up to 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:

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

----------------------------------------------------------------
Clock related dts changes for omaps for v4.16 merge window

This branch contains a series of dts changes from Tero Kristo to
start using clkctrl clocks.

Note that this branch is based on a merge of omap-for-v4.16/soc-signed
and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
clkctrl data fixes for opt-clocks") that is also in clk-next.

----------------------------------------------------------------
Tero Kristo (20):
      ARM: dts: omap5: add fck under timer1
      ARM: dts: omap4: add fck under timer1
      ARM: dts: am33xx: add fck under timers1/2
      ARM: dts: am43xx: add fck under timers1/2
      ARM: dts: dra7: add fck under timer1
      ARM: dts: dm814x: add fck under timers1/2
      ARM: dts: dm816x: add fck under timers1/2
      ARM: dts: omap5: add bus functionality to base PRCM nodes
      ARM: dts: omap4: add bus functionality to base PRCM nodes
      ARM: dts: dra7: add bus functionality to base PRCM nodes
      ARM: dts: am33xx: add bus functionality to base PRCM node
      ARM: dts: am43xx: add bus functionality to base PRCM node
      ARM: dts: dm816x: add bus functionality to base PRCM node
      ARM: dts: omap4: add clkctrl nodes
      ARM: dts: omap5: add clkctrl nodes
      ARM: dts: dra7: add clkctrl nodes
      ARM: dts: am33xx: add clkctrl nodes
      ARM: dts: am43xx: add clkctrl nodes
      ARM: dts: dm814x: add clkctrl nodes
      ARM: dts: dm816x: add clkctrl nodes

 arch/arm/boot/dts/am335x-bone-common.dtsi       |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts           |   2 +-
 arch/arm/boot/dts/am335x-evm.dts                |   2 +-
 arch/arm/boot/dts/am335x-evmsk.dts              |   2 +-
 arch/arm/boot/dts/am33xx-clocks.dtsi            | 205 +++---
 arch/arm/boot/dts/am33xx.dtsi                   |  14 +-
 arch/arm/boot/dts/am4372.dtsi                   |  16 +-
 arch/arm/boot/dts/am43x-epos-evm.dts            |   2 +-
 arch/arm/boot/dts/am43xx-clocks.dtsi            | 230 ++----
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |   2 +-
 arch/arm/boot/dts/dm814x-clocks.dtsi            |  30 +
 arch/arm/boot/dts/dm814x.dtsi                   |   4 +
 arch/arm/boot/dts/dm816x-clocks.dtsi            |  30 +
 arch/arm/boot/dts/dm816x.dtsi                   |   9 +-
 arch/arm/boot/dts/dra7-evm-common.dtsi          |   4 +-
 arch/arm/boot/dts/dra7.dtsi                     |  84 ++-
 arch/arm/boot/dts/dra72-evm-common.dtsi         |   4 +-
 arch/arm/boot/dts/dra72x.dtsi                   |   4 +-
 arch/arm/boot/dts/dra74x.dtsi                   |   6 +-
 arch/arm/boot/dts/dra7xx-clocks.dtsi            | 909 ++++++------------------
 arch/arm/boot/dts/omap4.dtsi                    |  37 +-
 arch/arm/boot/dts/omap44xx-clocks.dtsi          | 895 ++++++++---------------
 arch/arm/boot/dts/omap5.dtsi                    |  46 +-
 arch/arm/boot/dts/omap54xx-clocks.dtsi          | 623 ++++++----------
 24 files changed, 1091 insertions(+), 2071 deletions(-)

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

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

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

The following changes since commit bc686442f8a601bccac1f22506ecdb4b0d62cadd:

  Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt (2017-11-28 08:12:32 -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-signed

for you to fetch changes up to a38867305203ef5a27f0c9ff1e943a0c2fabdbce:

  ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit (2017-12-11 09:43:53 -0800)

----------------------------------------------------------------
Dts related changes for omaps for v4.16 merge window

These changes are mostly improvments for various devices.
Note that these are based on my earlier fixes branch
omap-for-v4.15/fixes-dt to avoid a pointless merge conflict
between a fix and removal. The summary of changes is:

- Fix audio codec reset pin for am335x-pepper and n900, this
  has been always broken and won't get fixed until the related
  driver changes are also merged in for v4.16, so not urgent

- Fix tps65917 powerhold property for dra76-evm

- Changes to logicpd boards to remove MTD partition information
  and to add support for omap35xx variants by setting up common
  dts files for the logicpd boards

- Disable dra7 USB metastability workaround, this won't do
  anything until the related driver changes are also merged
  into v4.16, so not urgent

----------------------------------------------------------------
Adam Ford (6):
      ARM: dts: omap3: logicpd kits: Remove partition information
      ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi
      ARM: dts: Add minimal support for LogicPD OMAP35xx SOM-LV devkit
      ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard
      ARM: dts: Add minimal support for LogicPD OMAP35xx Torpedo devkit
      ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit

Andrew F. Davis (2):
      ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
      ARM: dts: omap3-n900: Fix the audio CODEC's reset pin

Keerthy (1):
      ARM: dts: DRA76-EVM: Set powerhold property for tps65917

Peter Ujfalusi (1):
      ARM: dts: dra7: Add missing hdmi audio DMA channel information

Roger Quadros (1):
      ARM: dts: dra7: Disable USB metastability workaround for USB2

Tony Lindgren (1):
      Merge branch 'omap-for-v4.15/fixes-dt' into omap-for-v4.16/dt

 arch/arm/boot/dts/am335x-pepper.dts               |   2 +-
 arch/arm/boot/dts/dra7.dtsi                       |   3 +
 arch/arm/boot/dts/dra76-evm.dts                   |   1 +
 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts  |  17 +
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts  | 249 +------------
 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi   | 256 ++++++++++++++
 arch/arm/boot/dts/logicpd-som-lv.dtsi             |  27 --
 arch/arm/boot/dts/logicpd-torpedo-35xx-devkit.dts |  17 +
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 411 +++-------------------
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi  | 395 +++++++++++++++++++++
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi        |  84 -----
 arch/arm/boot/dts/omap3-n900.dts                  |   4 +-
 12 files changed, 735 insertions(+), 731 deletions(-)
 create mode 100644 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts
 create mode 100644 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
 create mode 100644 arch/arm/boot/dts/logicpd-torpedo-35xx-devkit.dts
 create mode 100644 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi

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

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

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

The following changes since commit bc686442f8a601bccac1f22506ecdb4b0d62cadd:

  Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt (2017-11-28 08:12:32 -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-signed

for you to fetch changes up to a38867305203ef5a27f0c9ff1e943a0c2fabdbce:

  ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit (2017-12-11 09:43:53 -0800)

----------------------------------------------------------------
Dts related changes for omaps for v4.16 merge window

These changes are mostly improvments for various devices.
Note that these are based on my earlier fixes branch
omap-for-v4.15/fixes-dt to avoid a pointless merge conflict
between a fix and removal. The summary of changes is:

- Fix audio codec reset pin for am335x-pepper and n900, this
  has been always broken and won't get fixed until the related
  driver changes are also merged in for v4.16, so not urgent

- Fix tps65917 powerhold property for dra76-evm

- Changes to logicpd boards to remove MTD partition information
  and to add support for omap35xx variants by setting up common
  dts files for the logicpd boards

- Disable dra7 USB metastability workaround, this won't do
  anything until the related driver changes are also merged
  into v4.16, so not urgent

----------------------------------------------------------------
Adam Ford (6):
      ARM: dts: omap3: logicpd kits: Remove partition information
      ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi
      ARM: dts: Add minimal support for LogicPD OMAP35xx SOM-LV devkit
      ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard
      ARM: dts: Add minimal support for LogicPD OMAP35xx Torpedo devkit
      ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit

Andrew F. Davis (2):
      ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
      ARM: dts: omap3-n900: Fix the audio CODEC's reset pin

Keerthy (1):
      ARM: dts: DRA76-EVM: Set powerhold property for tps65917

Peter Ujfalusi (1):
      ARM: dts: dra7: Add missing hdmi audio DMA channel information

Roger Quadros (1):
      ARM: dts: dra7: Disable USB metastability workaround for USB2

Tony Lindgren (1):
      Merge branch 'omap-for-v4.15/fixes-dt' into omap-for-v4.16/dt

 arch/arm/boot/dts/am335x-pepper.dts               |   2 +-
 arch/arm/boot/dts/dra7.dtsi                       |   3 +
 arch/arm/boot/dts/dra76-evm.dts                   |   1 +
 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts  |  17 +
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts  | 249 +------------
 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi   | 256 ++++++++++++++
 arch/arm/boot/dts/logicpd-som-lv.dtsi             |  27 --
 arch/arm/boot/dts/logicpd-torpedo-35xx-devkit.dts |  17 +
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 411 +++-------------------
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi  | 395 +++++++++++++++++++++
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi        |  84 -----
 arch/arm/boot/dts/omap3-n900.dts                  |   4 +-
 12 files changed, 735 insertions(+), 731 deletions(-)
 create mode 100644 arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts
 create mode 100644 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
 create mode 100644 arch/arm/boot/dts/logicpd-torpedo-35xx-devkit.dts
 create mode 100644 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi

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

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

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -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/soc-signed
>
> for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:
>
>   Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
>
> ----------------------------------------------------------------
> SoC changes for omaps for v4.16 merge window
>
> For most part this is a series from Tero Kristo to prepare things
> for using clkctrl clocks with DTS data. The other changes are to
> make few data structures const.

Pulled into next/soc, thanks!

       Arnd

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

* [GIT PULL 1/3] soc changes for omaps for v4.16 merge window
@ 2017-12-21 16:18   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2017-12-21 16:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -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/soc-signed
>
> for you to fetch changes up to fdf3632938a646c13f7407f2f8c33ff81eed9c76:
>
>   Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc (2017-12-11 07:46:40 -0800)
>
> ----------------------------------------------------------------
> SoC changes for omaps for v4.16 merge window
>
> For most part this is a series from Tero Kristo to prepare things
> for using clkctrl clocks with DTS data. The other changes are to
> make few data structures const.

Pulled into next/soc, thanks!

       Arnd

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

* Re: [GIT PULL 2/3] clock related dts changes for omaps for v4.16
  2017-12-14 15:58   ` Tony Lindgren
@ 2017-12-21 16:20     ` Arnd Bergmann
  -1 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2017-12-21 16:20 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:

> Clock related dts changes for omaps for v4.16 merge window
>
> This branch contains a series of dts changes from Tero Kristo to
> start using clkctrl clocks.
>
> Note that this branch is based on a merge of omap-for-v4.16/soc-signed
> and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
> clkctrl data fixes for opt-clocks") that is also in clk-next.

Pulled into next/dt, thanks!

       Arnd

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

* [GIT PULL 2/3] clock related dts changes for omaps for v4.16
@ 2017-12-21 16:20     ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2017-12-21 16:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:

> Clock related dts changes for omaps for v4.16 merge window
>
> This branch contains a series of dts changes from Tero Kristo to
> start using clkctrl clocks.
>
> Note that this branch is based on a merge of omap-for-v4.16/soc-signed
> and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
> clkctrl data fixes for opt-clocks") that is also in clk-next.

Pulled into next/dt, thanks!

       Arnd

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

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

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:
> Dts related changes for omaps for v4.16 merge window
>
> These changes are mostly improvments for various devices.
> Note that these are based on my earlier fixes branch
> omap-for-v4.15/fixes-dt to avoid a pointless merge conflict
> between a fix and removal. The summary of changes is:
>
> - Fix audio codec reset pin for am335x-pepper and n900, this
>   has been always broken and won't get fixed until the related
>   driver changes are also merged in for v4.16, so not urgent
>
> - Fix tps65917 powerhold property for dra76-evm
>
> - Changes to logicpd boards to remove MTD partition information
>   and to add support for omap35xx variants by setting up common
>   dts files for the logicpd boards
>
> - Disable dra7 USB metastability workaround, this won't do
>   anything until the related driver changes are also merged
>   into v4.16, so not urgent

Pulled into next/dt, thanks!

         Arnd

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

* [GIT PULL 3/3] dts changes for omaps for v4.16 merge window
@ 2017-12-21 16:21     ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2017-12-21 16:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 14, 2017 at 4:58 PM, Tony Lindgren <tony@atomide.com> wrote:
> Dts related changes for omaps for v4.16 merge window
>
> These changes are mostly improvments for various devices.
> Note that these are based on my earlier fixes branch
> omap-for-v4.15/fixes-dt to avoid a pointless merge conflict
> between a fix and removal. The summary of changes is:
>
> - Fix audio codec reset pin for am335x-pepper and n900, this
>   has been always broken and won't get fixed until the related
>   driver changes are also merged in for v4.16, so not urgent
>
> - Fix tps65917 powerhold property for dra76-evm
>
> - Changes to logicpd boards to remove MTD partition information
>   and to add support for omap35xx variants by setting up common
>   dts files for the logicpd boards
>
> - Disable dra7 USB metastability workaround, this won't do
>   anything until the related driver changes are also merged
>   into v4.16, so not urgent

Pulled into next/dt, thanks!

         Arnd

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

end of thread, other threads:[~2017-12-21 16:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 15:58 [GIT PULL 1/3] soc changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren
2017-12-14 15:58 ` [GIT PULL 2/3] clock related dts changes for omaps for v4.16 Tony Lindgren
2017-12-14 15:58   ` Tony Lindgren
2017-12-21 16:20   ` Arnd Bergmann
2017-12-21 16:20     ` Arnd Bergmann
2017-12-14 15:58 ` [GIT PULL 3/3] dts changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58   ` Tony Lindgren
2017-12-21 16:21   ` Arnd Bergmann
2017-12-21 16:21     ` Arnd Bergmann
2017-12-21 16:18 ` [GIT PULL 1/3] soc " Arnd Bergmann
2017-12-21 16:18   ` 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.