All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window
@ 2018-05-04 16:17 ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-signed

for you to fetch changes up to dc4c85eac6bc8cfe25144936c5636aa1415bbc12:

  bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)

----------------------------------------------------------------
ti-sysc driver related changes for omap variants

This series improves the ti-sysc interconnect target module driver to
the point where a most of SoC can be booted with interconnect target
module data configured in device tree instead of legacy platform data.
The related device tree changes need some more work though, and can
wait for v4.19. Also some drivers using nested interconnects like DSS
need more work.

We can now remove the unused pm-noop code that is not doing anything
any longer. And we can now initialize things for PM and display pdata
later to prepare things for using ti-sysc driver.

We also need to add  some more quirk handling so we can boot both with
platform data and dts data.

----------------------------------------------------------------
Tony Lindgren (16):
      ARM: OMAP2+: Drop unused pm-noop
      ARM: OMAP2+: Allow using ti-sysc for system timers
      ARM: OMAP2+: Use signed value for sysc register offsets
      ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dts
      ARM: OMAP2+: Initialize SoC PM later
      ARM: OMAP2+: Make display related init into device_initcall
      bus: ti-sysc: Handle simple-bus for nested children
      bus: ti-sysc: Make child clock alias handling more generic
      bus: ti-sysc: Add handling for clkctrl opt clocks
      bus: ti-sysc: Tag some modules resource providers for noirq suspend
      bus: ti-sysc: Improve suspend and resume handling
      bus: ti-sysc: Add initial support for external resets
      bus: ti-sysc: Detect omap4 type timers for quirk
      bus: ti-sysc: Detect UARTs for SYSC_QUIRK_LEGACY_IDLE quirk on omap4
      bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend
      bus: ti-sysc: Show module information for suspend if DEBUG is enabled

 Documentation/devicetree/bindings/bus/ti-sysc.txt  |   6 +-
 arch/arm/mach-omap2/Makefile                       |   1 -
 arch/arm/mach-omap2/board-generic.c                |   2 -
 arch/arm/mach-omap2/common.h                       |  18 +-
 arch/arm/mach-omap2/display.c                      |  10 +-
 arch/arm/mach-omap2/hsmmc.c                        |   1 -
 arch/arm/mach-omap2/i2c.c                          |   1 -
 arch/arm/mach-omap2/io.c                           |  70 +---
 arch/arm/mach-omap2/omap-pm-noop.c                 | 176 ----------
 arch/arm/mach-omap2/omap-pm.h                      | 161 ---------
 arch/arm/mach-omap2/omap_device.c                  |  22 +-
 arch/arm/mach-omap2/omap_hwmod.c                   |  21 +-
 arch/arm/mach-omap2/omap_hwmod.h                   |   6 +-
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   1 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   4 +
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         |   1 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |   4 +
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |   3 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |   6 +
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c         |   1 +
 arch/arm/mach-omap2/pdata-quirks.c                 |  15 -
 arch/arm/mach-omap2/pm-debug.c                     |   5 -
 arch/arm/mach-omap2/pm.c                           |  21 +-
 arch/arm/mach-omap2/pm33xx-core.c                  |   4 +-
 arch/arm/mach-omap2/timer.c                        |  68 +++-
 arch/arm/plat-omap/Kconfig                         |  10 -
 drivers/bus/ti-sysc.c                              | 388 ++++++++++++++++++---
 drivers/media/rc/ir-rx51.c                         |  17 +-
 include/linux/platform_data/media/ir-rx51.h        |   9 -
 include/linux/platform_data/ti-sysc.h              |   1 +
 30 files changed, 494 insertions(+), 559 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/omap-pm-noop.c
 delete mode 100644 arch/arm/mach-omap2/omap-pm.h
 delete mode 100644 include/linux/platform_data/media/ir-rx51.h

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

* [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window
@ 2018-05-04 16:17 ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-signed

for you to fetch changes up to dc4c85eac6bc8cfe25144936c5636aa1415bbc12:

  bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)

----------------------------------------------------------------
ti-sysc driver related changes for omap variants

This series improves the ti-sysc interconnect target module driver to
the point where a most of SoC can be booted with interconnect target
module data configured in device tree instead of legacy platform data.
The related device tree changes need some more work though, and can
wait for v4.19. Also some drivers using nested interconnects like DSS
need more work.

We can now remove the unused pm-noop code that is not doing anything
any longer. And we can now initialize things for PM and display pdata
later to prepare things for using ti-sysc driver.

We also need to add  some more quirk handling so we can boot both with
platform data and dts data.

----------------------------------------------------------------
Tony Lindgren (16):
      ARM: OMAP2+: Drop unused pm-noop
      ARM: OMAP2+: Allow using ti-sysc for system timers
      ARM: OMAP2+: Use signed value for sysc register offsets
      ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dts
      ARM: OMAP2+: Initialize SoC PM later
      ARM: OMAP2+: Make display related init into device_initcall
      bus: ti-sysc: Handle simple-bus for nested children
      bus: ti-sysc: Make child clock alias handling more generic
      bus: ti-sysc: Add handling for clkctrl opt clocks
      bus: ti-sysc: Tag some modules resource providers for noirq suspend
      bus: ti-sysc: Improve suspend and resume handling
      bus: ti-sysc: Add initial support for external resets
      bus: ti-sysc: Detect omap4 type timers for quirk
      bus: ti-sysc: Detect UARTs for SYSC_QUIRK_LEGACY_IDLE quirk on omap4
      bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend
      bus: ti-sysc: Show module information for suspend if DEBUG is enabled

 Documentation/devicetree/bindings/bus/ti-sysc.txt  |   6 +-
 arch/arm/mach-omap2/Makefile                       |   1 -
 arch/arm/mach-omap2/board-generic.c                |   2 -
 arch/arm/mach-omap2/common.h                       |  18 +-
 arch/arm/mach-omap2/display.c                      |  10 +-
 arch/arm/mach-omap2/hsmmc.c                        |   1 -
 arch/arm/mach-omap2/i2c.c                          |   1 -
 arch/arm/mach-omap2/io.c                           |  70 +---
 arch/arm/mach-omap2/omap-pm-noop.c                 | 176 ----------
 arch/arm/mach-omap2/omap-pm.h                      | 161 ---------
 arch/arm/mach-omap2/omap_device.c                  |  22 +-
 arch/arm/mach-omap2/omap_hwmod.c                   |  21 +-
 arch/arm/mach-omap2/omap_hwmod.h                   |   6 +-
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   1 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   4 +
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         |   1 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |   4 +
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |   3 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |   6 +
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c         |   1 +
 arch/arm/mach-omap2/pdata-quirks.c                 |  15 -
 arch/arm/mach-omap2/pm-debug.c                     |   5 -
 arch/arm/mach-omap2/pm.c                           |  21 +-
 arch/arm/mach-omap2/pm33xx-core.c                  |   4 +-
 arch/arm/mach-omap2/timer.c                        |  68 +++-
 arch/arm/plat-omap/Kconfig                         |  10 -
 drivers/bus/ti-sysc.c                              | 388 ++++++++++++++++++---
 drivers/media/rc/ir-rx51.c                         |  17 +-
 include/linux/platform_data/media/ir-rx51.h        |   9 -
 include/linux/platform_data/ti-sysc.h              |   1 +
 30 files changed, 494 insertions(+), 559 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/omap-pm-noop.c
 delete mode 100644 arch/arm/mach-omap2/omap-pm.h
 delete mode 100644 include/linux/platform_data/media/ir-rx51.h

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

* [GIT PULL 2/3] omap dts changes for v4.18 merge window
  2018-05-04 16:17 ` Tony Lindgren
@ 2018-05-04 16:17   ` Tony Lindgren
  -1 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:

  ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for v4.18 merge window

This series adds support for am335x-pockebeagle and also add missing
pinctrl configuration for am335x evm and beagle bone variants.

There are also changes to add missing omap3 oscillator clocks for audio,
and fixes am437x tps65218 irq type used for various board specific
files.

There are also few minor fixes included that are not urgent. The
fixes for n8x0 audio also depend on driver changes, and the hp t410
mmc card detect mux typo is harmless.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: logicpd-som-lv: Enable Touchscreen controller

Faiz Abbas (1):
      ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone

Graeme Smecher (1):
      ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410

H. Nikolaus Schaller (2):
      ARM: dts: omap3-pandora: Add fixed 26MHz clock as fck for twl
      ARM: dts: omap3-gta04: Add fixed 26MHz clock as fck for twl

Peter Ujfalusi (7):
      ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl
      ARM: dts: am437x-gp-evm: Correct tps65218 irq type
      ARM: dts: am437x-cm-t43: Correct tps65218 irq type
      ARM: dts: am437x-epos-evm: Correct tps65218 irq type
      ARM: dts: am437x-sk-evm: Correct tps65218 irq type
      ARM: dts: omap2420-n810: Enable McBSP2 for audio
      ARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node

Robert Nelson (1):
      ARM: dts: Add am335x-pocketbeagle

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/am335x-bone-common.dtsi    |   9 +-
 arch/arm/boot/dts/am335x-evm.dts             |   9 +-
 arch/arm/boot/dts/am335x-evmsk.dts           |   9 +-
 arch/arm/boot/dts/am335x-osd335x-common.dtsi | 124 ++++++++++++++
 arch/arm/boot/dts/am335x-pocketbeagle.dts    | 237 +++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-cm-t43.dts          |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts          |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts          |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts         |   2 +-
 arch/arm/boot/dts/dm8148-t410.dts            |   2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi        |  25 +++
 arch/arm/boot/dts/omap2420-n810.dts          |  63 ++++++-
 arch/arm/boot/dts/omap3-beagle-xm.dts        |  10 ++
 arch/arm/boot/dts/omap3-gta04.dtsi           |  10 ++
 arch/arm/boot/dts/omap3-pandora-common.dtsi  |  10 ++
 16 files changed, 507 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-osd335x-common.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-pocketbeagle.dts

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

* [GIT PULL 2/3] omap dts changes for v4.18 merge window
@ 2018-05-04 16:17   ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:

  ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for v4.18 merge window

This series adds support for am335x-pockebeagle and also add missing
pinctrl configuration for am335x evm and beagle bone variants.

There are also changes to add missing omap3 oscillator clocks for audio,
and fixes am437x tps65218 irq type used for various board specific
files.

There are also few minor fixes included that are not urgent. The
fixes for n8x0 audio also depend on driver changes, and the hp t410
mmc card detect mux typo is harmless.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: logicpd-som-lv: Enable Touchscreen controller

Faiz Abbas (1):
      ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone

Graeme Smecher (1):
      ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410

H. Nikolaus Schaller (2):
      ARM: dts: omap3-pandora: Add fixed 26MHz clock as fck for twl
      ARM: dts: omap3-gta04: Add fixed 26MHz clock as fck for twl

Peter Ujfalusi (7):
      ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl
      ARM: dts: am437x-gp-evm: Correct tps65218 irq type
      ARM: dts: am437x-cm-t43: Correct tps65218 irq type
      ARM: dts: am437x-epos-evm: Correct tps65218 irq type
      ARM: dts: am437x-sk-evm: Correct tps65218 irq type
      ARM: dts: omap2420-n810: Enable McBSP2 for audio
      ARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node

Robert Nelson (1):
      ARM: dts: Add am335x-pocketbeagle

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/am335x-bone-common.dtsi    |   9 +-
 arch/arm/boot/dts/am335x-evm.dts             |   9 +-
 arch/arm/boot/dts/am335x-evmsk.dts           |   9 +-
 arch/arm/boot/dts/am335x-osd335x-common.dtsi | 124 ++++++++++++++
 arch/arm/boot/dts/am335x-pocketbeagle.dts    | 237 +++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-cm-t43.dts          |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts          |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts          |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts         |   2 +-
 arch/arm/boot/dts/dm8148-t410.dts            |   2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi        |  25 +++
 arch/arm/boot/dts/omap2420-n810.dts          |  63 ++++++-
 arch/arm/boot/dts/omap3-beagle-xm.dts        |  10 ++
 arch/arm/boot/dts/omap3-gta04.dtsi           |  10 ++
 arch/arm/boot/dts/omap3-pandora-common.dtsi  |  10 ++
 16 files changed, 507 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-osd335x-common.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-pocketbeagle.dts

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
  2018-05-04 16:17 ` Tony Lindgren
@ 2018-05-04 16:17   ` Tony Lindgren
  -1 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

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

The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:

  mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:

  Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for SDHCI

This series adds the devicetree configuration needed for pinctrl on
dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
driver. To use SDHCI, both the pins and the iodelay needs to be
configured.

This series is based on the related SDHCI drivers changes on a branch
set up by Ulf.

----------------------------------------------------------------
Hari Nagalla (2):
      ARM: dts: dra72-evm-common: Add wilink8 wlan support
      ARM: dts: dra7-evm: Add wilink8 wlan support

Kishon Vijay Abraham I (10):
      ARM: dts: dra72-evm-common: Remove mmc specific pinmux
      ARM: dts: dra71-evm: Add "vqmmc-supply" property for mmc2
      ARM: dts: dra7-mmc-iodelay: Add a new pinctrl group for clk line without pullup
      ARM: dts: am57xx-idk: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown
      ARM: dts: dra71-evm: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown
      ARM: dts: am57xx-beagle-x15/am57xx-idk: Fix pinctrl-names
      ARM: dts: dra7-evm: Model EVM_3V6 regulator
      ARM: dts: dra7: Use sdhci-omap programming model
      ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node
      Documentation: ARM: Add new MMC requirements for DRA7/K2G

Sekhar Nori (1):
      ARM: dts: am574x-idk: Add pinmux configuration for MMC

Vishal Mahaveer (1):
      ARM: dts: dra76-evm: Add wilink8 wlan support

 Documentation/arm/OMAP/README                   |  4 ++
 arch/arm/boot/dts/am571x-idk.dts                |  5 +-
 arch/arm/boot/dts/am572x-idk.dts                |  5 +-
 arch/arm/boot/dts/am574x-idk.dts                | 20 +++++++
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts         |  3 +-
 arch/arm/boot/dts/am57xx-idk-common.dtsi        | 14 +----
 arch/arm/boot/dts/dra7-evm-common.dtsi          | 15 ++++++
 arch/arm/boot/dts/dra7-evm.dts                  | 68 +++++++++++++++++++++++
 arch/arm/boot/dts/dra7-mmc-iodelay.dtsi         | 19 +++++++
 arch/arm/boot/dts/dra7.dtsi                     | 32 ++++++-----
 arch/arm/boot/dts/dra71-evm.dts                 | 17 ++----
 arch/arm/boot/dts/dra72-evm-common.dtsi         | 71 +++++++++++++++----------
 arch/arm/boot/dts/dra72x-mmc-iodelay.dtsi       | 11 ++++
 arch/arm/boot/dts/dra76-evm.dts                 | 34 +++++++++++-
 15 files changed, 243 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra7-mmc-iodelay.dtsi

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
@ 2018-05-04 16:17   ` Tony Lindgren
  0 siblings, 0 replies; 18+ messages in thread
From: Tony Lindgren @ 2018-05-04 16:17 UTC (permalink / raw)
  To: linux-arm-kernel

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

The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:

  mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:

  Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)

----------------------------------------------------------------
Device tree changes for omap variants for SDHCI

This series adds the devicetree configuration needed for pinctrl on
dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
driver. To use SDHCI, both the pins and the iodelay needs to be
configured.

This series is based on the related SDHCI drivers changes on a branch
set up by Ulf.

----------------------------------------------------------------
Hari Nagalla (2):
      ARM: dts: dra72-evm-common: Add wilink8 wlan support
      ARM: dts: dra7-evm: Add wilink8 wlan support

Kishon Vijay Abraham I (10):
      ARM: dts: dra72-evm-common: Remove mmc specific pinmux
      ARM: dts: dra71-evm: Add "vqmmc-supply" property for mmc2
      ARM: dts: dra7-mmc-iodelay: Add a new pinctrl group for clk line without pullup
      ARM: dts: am57xx-idk: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown
      ARM: dts: dra71-evm: Use pinctrl group from dra7-mmc-iodelay.dtsi to select pulldown
      ARM: dts: am57xx-beagle-x15/am57xx-idk: Fix pinctrl-names
      ARM: dts: dra7-evm: Model EVM_3V6 regulator
      ARM: dts: dra7: Use sdhci-omap programming model
      ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node
      Documentation: ARM: Add new MMC requirements for DRA7/K2G

Sekhar Nori (1):
      ARM: dts: am574x-idk: Add pinmux configuration for MMC

Vishal Mahaveer (1):
      ARM: dts: dra76-evm: Add wilink8 wlan support

 Documentation/arm/OMAP/README                   |  4 ++
 arch/arm/boot/dts/am571x-idk.dts                |  5 +-
 arch/arm/boot/dts/am572x-idk.dts                |  5 +-
 arch/arm/boot/dts/am574x-idk.dts                | 20 +++++++
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts         |  3 +-
 arch/arm/boot/dts/am57xx-idk-common.dtsi        | 14 +----
 arch/arm/boot/dts/dra7-evm-common.dtsi          | 15 ++++++
 arch/arm/boot/dts/dra7-evm.dts                  | 68 +++++++++++++++++++++++
 arch/arm/boot/dts/dra7-mmc-iodelay.dtsi         | 19 +++++++
 arch/arm/boot/dts/dra7.dtsi                     | 32 ++++++-----
 arch/arm/boot/dts/dra71-evm.dts                 | 17 ++----
 arch/arm/boot/dts/dra72-evm-common.dtsi         | 71 +++++++++++++++----------
 arch/arm/boot/dts/dra72x-mmc-iodelay.dtsi       | 11 ++++
 arch/arm/boot/dts/dra76-evm.dts                 | 34 +++++++++++-
 15 files changed, 243 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra7-mmc-iodelay.dtsi

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

* Re: [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window
  2018-05-04 16:17 ` Tony Lindgren
@ 2018-05-14  8:19   ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:19 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Fri, May 04, 2018 at 09:17:31AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-signed
> 
> for you to fetch changes up to dc4c85eac6bc8cfe25144936c5636aa1415bbc12:
> 
>   bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)
> 
> ----------------------------------------------------------------
> ti-sysc driver related changes for omap variants
> 
> This series improves the ti-sysc interconnect target module driver to
> the point where a most of SoC can be booted with interconnect target
> module data configured in device tree instead of legacy platform data.
> The related device tree changes need some more work though, and can
> wait for v4.19. Also some drivers using nested interconnects like DSS
> need more work.
> 
> We can now remove the unused pm-noop code that is not doing anything
> any longer. And we can now initialize things for PM and display pdata
> later to prepare things for using ti-sysc driver.
> 
> We also need to add  some more quirk handling so we can boot both with
> platform data and dts data.

Merged, thanks!


-Olof

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

* [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window
@ 2018-05-14  8:19   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 04, 2018 at 09:17:31AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/ti-sysc-signed
> 
> for you to fetch changes up to dc4c85eac6bc8cfe25144936c5636aa1415bbc12:
> 
>   bus: ti-sysc: Show module information for suspend if DEBUG is enabled (2018-05-01 06:54:17 -0700)
> 
> ----------------------------------------------------------------
> ti-sysc driver related changes for omap variants
> 
> This series improves the ti-sysc interconnect target module driver to
> the point where a most of SoC can be booted with interconnect target
> module data configured in device tree instead of legacy platform data.
> The related device tree changes need some more work though, and can
> wait for v4.19. Also some drivers using nested interconnects like DSS
> need more work.
> 
> We can now remove the unused pm-noop code that is not doing anything
> any longer. And we can now initialize things for PM and display pdata
> later to prepare things for using ti-sysc driver.
> 
> We also need to add  some more quirk handling so we can boot both with
> platform data and dts data.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 2/3] omap dts changes for v4.18 merge window
  2018-05-04 16:17   ` Tony Lindgren
@ 2018-05-14  8:19     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:19 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Fri, May 04, 2018 at 09:17:32AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-signed
> 
> for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:
> 
>   ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for v4.18 merge window
> 
> This series adds support for am335x-pockebeagle and also add missing
> pinctrl configuration for am335x evm and beagle bone variants.
> 
> There are also changes to add missing omap3 oscillator clocks for audio,
> and fixes am437x tps65218 irq type used for various board specific
> files.
> 
> There are also few minor fixes included that are not urgent. The
> fixes for n8x0 audio also depend on driver changes, and the hp t410
> mmc card detect mux typo is harmless.

Merged, thanks!


-Olof

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

* [GIT PULL 2/3] omap dts changes for v4.18 merge window
@ 2018-05-14  8:19     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 04, 2018 at 09:17:32AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-signed
> 
> for you to fetch changes up to 8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9:
> 
>   ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410 (2018-05-03 10:03:01 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for v4.18 merge window
> 
> This series adds support for am335x-pockebeagle and also add missing
> pinctrl configuration for am335x evm and beagle bone variants.
> 
> There are also changes to add missing omap3 oscillator clocks for audio,
> and fixes am437x tps65218 irq type used for various board specific
> files.
> 
> There are also few minor fixes included that are not urgent. The
> fixes for n8x0 audio also depend on driver changes, and the hp t410
> mmc card detect mux typo is harmless.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
  2018-05-04 16:17   ` Tony Lindgren
@ 2018-05-14  8:22     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, ulf.hansson, linux-arm-kernel

On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> 
>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> 
> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> 
>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for SDHCI
> 
> This series adds the devicetree configuration needed for pinctrl on
> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> driver. To use SDHCI, both the pins and the iodelay needs to be
> configured.
> 
> This series is based on the related SDHCI drivers changes on a branch
> set up by Ulf.

Hi Tony,

Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
agreement of a stable branch), it's a good idea to include him on the pull
request.

Also, the diffstat doesn't take that branch into consideration so it doesn't
match with what I've merged with. Having the URL of Ulf's branch helps, in that
case I'd just merge that branch first and get the dependency documented.


Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
not be rebased?


Thanks,


-Olof

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
@ 2018-05-14  8:22     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14  8:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> 
>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> 
> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> 
>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for SDHCI
> 
> This series adds the devicetree configuration needed for pinctrl on
> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> driver. To use SDHCI, both the pins and the iodelay needs to be
> configured.
> 
> This series is based on the related SDHCI drivers changes on a branch
> set up by Ulf.

Hi Tony,

Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
agreement of a stable branch), it's a good idea to include him on the pull
request.

Also, the diffstat doesn't take that branch into consideration so it doesn't
match with what I've merged with. Having the URL of Ulf's branch helps, in that
case I'd just merge that branch first and get the dependency documented.


Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
not be rebased?


Thanks,


-Olof

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

* Re: [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
  2018-05-14  8:22     ` Olof Johansson
@ 2018-05-14  9:41       ` Ulf Hansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Ulf Hansson @ 2018-05-14  9:41 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Tony Lindgren, linux-omap, arm, Linux ARM

On 14 May 2018 at 10:22, Olof Johansson <olof@lixom.net> wrote:
> On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
>> From: "Tony Lindgren" <tony@atomide.com>
>>
>> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
>>
>>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
>>
>> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
>>
>>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
>>
>> ----------------------------------------------------------------
>> Device tree changes for omap variants for SDHCI
>>
>> This series adds the devicetree configuration needed for pinctrl on
>> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
>> driver. To use SDHCI, both the pins and the iodelay needs to be
>> configured.
>>
>> This series is based on the related SDHCI drivers changes on a branch
>> set up by Ulf.
>
> Hi Tony,
>
> Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
> agreement of a stable branch), it's a good idea to include him on the pull
> request.

No surprise.

>
> Also, the diffstat doesn't take that branch into consideration so it doesn't
> match with what I've merged with. Having the URL of Ulf's branch helps, in that
> case I'd just merge that branch first and get the dependency documented.
>
>
> Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
> not be rebased?

Right, the branch is immutable. Feel free to pull it.

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git sdhci_omap

Or if you prefer a signed tag: sdhci-omap-v4.17-rc3

Kind regards
Uffe

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
@ 2018-05-14  9:41       ` Ulf Hansson
  0 siblings, 0 replies; 18+ messages in thread
From: Ulf Hansson @ 2018-05-14  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

On 14 May 2018 at 10:22, Olof Johansson <olof@lixom.net> wrote:
> On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
>> From: "Tony Lindgren" <tony@atomide.com>
>>
>> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
>>
>>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
>>
>> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
>>
>>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
>>
>> ----------------------------------------------------------------
>> Device tree changes for omap variants for SDHCI
>>
>> This series adds the devicetree configuration needed for pinctrl on
>> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
>> driver. To use SDHCI, both the pins and the iodelay needs to be
>> configured.
>>
>> This series is based on the related SDHCI drivers changes on a branch
>> set up by Ulf.
>
> Hi Tony,
>
> Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
> agreement of a stable branch), it's a good idea to include him on the pull
> request.

No surprise.

>
> Also, the diffstat doesn't take that branch into consideration so it doesn't
> match with what I've merged with. Having the URL of Ulf's branch helps, in that
> case I'd just merge that branch first and get the dependency documented.
>
>
> Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
> not be rebased?

Right, the branch is immutable. Feel free to pull it.

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git sdhci_omap

Or if you prefer a signed tag: sdhci-omap-v4.17-rc3

Kind regards
Uffe

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

* Re: [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
  2018-05-04 16:17   ` Tony Lindgren
@ 2018-05-14 16:22     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14 16:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> 
>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> 
> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> 
>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for SDHCI
> 
> This series adds the devicetree configuration needed for pinctrl on
> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> driver. To use SDHCI, both the pins and the iodelay needs to be
> configured.
> 
> This series is based on the related SDHCI drivers changes on a branch
> set up by Ulf.

Thanks, merged now.


-Olof

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
@ 2018-05-14 16:22     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14 16:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> 
>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> 
> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> 
>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> 
> ----------------------------------------------------------------
> Device tree changes for omap variants for SDHCI
> 
> This series adds the devicetree configuration needed for pinctrl on
> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> driver. To use SDHCI, both the pins and the iodelay needs to be
> configured.
> 
> This series is based on the related SDHCI drivers changes on a branch
> set up by Ulf.

Thanks, merged now.


-Olof

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

* Re: [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
  2018-05-14  9:41       ` Ulf Hansson
@ 2018-05-14 16:22         ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14 16:22 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: Tony Lindgren, linux-omap, arm, Linux ARM

On Mon, May 14, 2018 at 11:41:18AM +0200, Ulf Hansson wrote:
> On 14 May 2018 at 10:22, Olof Johansson <olof@lixom.net> wrote:
> > On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> >> From: "Tony Lindgren" <tony@atomide.com>
> >>
> >> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> >>
> >>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> >>
> >> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> >>
> >>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> >>
> >> ----------------------------------------------------------------
> >> Device tree changes for omap variants for SDHCI
> >>
> >> This series adds the devicetree configuration needed for pinctrl on
> >> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> >> driver. To use SDHCI, both the pins and the iodelay needs to be
> >> configured.
> >>
> >> This series is based on the related SDHCI drivers changes on a branch
> >> set up by Ulf.
> >
> > Hi Tony,
> >
> > Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
> > agreement of a stable branch), it's a good idea to include him on the pull
> > request.
> 
> No surprise.
> 
> >
> > Also, the diffstat doesn't take that branch into consideration so it doesn't
> > match with what I've merged with. Having the URL of Ulf's branch helps, in that
> > case I'd just merge that branch first and get the dependency documented.
> >
> >
> > Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
> > not be rebased?
> 
> Right, the branch is immutable. Feel free to pull it.
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git sdhci_omap
> 
> Or if you prefer a signed tag: sdhci-omap-v4.17-rc3

Great, thanks!


-Olof

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

* [GIT PULL 3/3] omap sdhci dts changes for v4.18 merge window
@ 2018-05-14 16:22         ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2018-05-14 16:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 14, 2018 at 11:41:18AM +0200, Ulf Hansson wrote:
> On 14 May 2018 at 10:22, Olof Johansson <olof@lixom.net> wrote:
> > On Fri, May 04, 2018 at 09:17:33AM -0700, Tony Lindgren wrote:
> >> From: "Tony Lindgren" <tony@atomide.com>
> >>
> >> The following changes since commit 3f4028780287ff5a7308f40e10bbba9a42b993aa:
> >>
> >>   mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode (2018-05-03 09:37:13 +0200)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.18/dt-sdhci-signed
> >>
> >> for you to fetch changes up to 24a6f1f65ea567d017c598faf1374ee443f73851:
> >>
> >>   Documentation: ARM: Add new MMC requirements for DRA7/K2G (2018-05-03 10:32:20 -0700)
> >>
> >> ----------------------------------------------------------------
> >> Device tree changes for omap variants for SDHCI
> >>
> >> This series adds the devicetree configuration needed for pinctrl on
> >> dra7 variants to use the SDHCI SDIO driver instead of mmc-omap-hs
> >> driver. To use SDHCI, both the pins and the iodelay needs to be
> >> configured.
> >>
> >> This series is based on the related SDHCI drivers changes on a branch
> >> set up by Ulf.
> >
> > Hi Tony,
> >
> > Just to make sure Ulf isn't taken by surprise (since I didn't see the initial
> > agreement of a stable branch), it's a good idea to include him on the pull
> > request.
> 
> No surprise.
> 
> >
> > Also, the diffstat doesn't take that branch into consideration so it doesn't
> > match with what I've merged with. Having the URL of Ulf's branch helps, in that
> > case I'd just merge that branch first and get the dependency documented.
> >
> >
> > Ulf, does the above sound OK with you, and said branch is 100% guaranteed to
> > not be rebased?
> 
> Right, the branch is immutable. Feel free to pull it.
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git sdhci_omap
> 
> Or if you prefer a signed tag: sdhci-omap-v4.17-rc3

Great, thanks!


-Olof

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

end of thread, other threads:[~2018-05-14 16:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 16:17 [GIT PULL 1/3] ti-sysc driver changes for v4.18 merge window Tony Lindgren
2018-05-04 16:17 ` Tony Lindgren
2018-05-04 16:17 ` [GIT PULL 2/3] omap dts " Tony Lindgren
2018-05-04 16:17   ` Tony Lindgren
2018-05-14  8:19   ` Olof Johansson
2018-05-14  8:19     ` Olof Johansson
2018-05-04 16:17 ` [GIT PULL 3/3] omap sdhci " Tony Lindgren
2018-05-04 16:17   ` Tony Lindgren
2018-05-14  8:22   ` Olof Johansson
2018-05-14  8:22     ` Olof Johansson
2018-05-14  9:41     ` Ulf Hansson
2018-05-14  9:41       ` Ulf Hansson
2018-05-14 16:22       ` Olof Johansson
2018-05-14 16:22         ` Olof Johansson
2018-05-14 16:22   ` Olof Johansson
2018-05-14 16:22     ` Olof Johansson
2018-05-14  8:19 ` [GIT PULL 1/3] ti-sysc driver " Olof Johansson
2018-05-14  8:19   ` Olof Johansson

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.