mbox series

[GIT,PULL,3/3] omap sdhci dts changes for v4.18 merge window

Message ID pull-1525450571-674978@atomide.com-3
State New
Headers show
Series [GIT,PULL,1/3] ti-sysc driver changes for v4.18 merge window | expand

Pull-request

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

Message

Tony Lindgren May 4, 2018, 4:17 p.m. UTC
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

Comments

Olof Johansson May 14, 2018, 8:22 a.m. UTC | #1
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
Ulf Hansson May 14, 2018, 9:41 a.m. UTC | #2
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
Olof Johansson May 14, 2018, 4:22 p.m. UTC | #3
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
Olof Johansson May 14, 2018, 4:22 p.m. UTC | #4
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