mbox series

[0/3] K2G: mmc: Update mmc dt node to use sdhci-omap

Message ID 20180425132746.13911-1-kishon@ti.com
Headers show
Series K2G: mmc: Update mmc dt node to use sdhci-omap | expand

Message

Kishon Vijay Abraham I April 25, 2018, 1:27 p.m. UTC
Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc
binding.

I've also updated keystone_defconfig to enable CONFIG_MMC_SDHCI_OMAP.
Everyone who use a custom .config should also enable
CONFIG_MMC_SDHCI_OMAP for MMC to work.

This series should be merged only after [1]
[1] -> https://marc.info/?l=linux-kernel&m=152465820531802&w=2

Kishon Vijay Abraham I (3):
  ARM: dts: keystone-k2g-evm: Add "vqmmc-supply" property for mmc0/mmc1
  ARM: dts: keystone-k2g-evm: Use sdhci-omap programming model
  ARM: configs: keystone: Enable CONFIG_MMC_SDHCI_OMAP

 arch/arm/boot/dts/keystone-k2g-evm.dts | 10 ++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi    | 12 ++++--------
 arch/arm/configs/keystone_defconfig    |  3 +++
 3 files changed, 17 insertions(+), 8 deletions(-)

-- 
2.17.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Kishon Vijay Abraham I April 26, 2018, 5:42 a.m. UTC | #1
On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:
> On 4/25/2018 6:27 AM, Kishon Vijay Abraham I wrote:

>> Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc

>> binding.

>>

>> I've also updated keystone_defconfig to enable CONFIG_MMC_SDHCI_OMAP.

>> Everyone who use a custom .config should also enable

>> CONFIG_MMC_SDHCI_OMAP for MMC to work.

>>

>> This series should be merged only after [1]

>> [1] -> https://marc.info/?l=linux-kernel&m=152465820531802&w=2

>>

> Keep me posted once the dependency gets merged.


sure.

Regards
Kishon
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kishon Vijay Abraham I May 3, 2018, 11:57 a.m. UTC | #2
Hi Santosh,

On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:
> On 4/25/2018 6:27 AM, Kishon Vijay Abraham I wrote:

>> Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc

>> binding.

>>

>> I've also updated keystone_defconfig to enable CONFIG_MMC_SDHCI_OMAP.

>> Everyone who use a custom .config should also enable

>> CONFIG_MMC_SDHCI_OMAP for MMC to work.

>>

>> This series should be merged only after [1]

>> [1] -> https://marc.info/?l=linux-kernel&m=152465820531802&w=2

>>

> Keep me posted once the dependency gets merged.


Ulf has merged the sdhci part and has shared an immutable branch

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git sdhci_omap
with his signed tag sdhci-omap-v4.17-rc3.

Can you use it as a base for merging this series?

Thanks
Kishon
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Santosh Shilimkar May 3, 2018, 6:52 p.m. UTC | #3
On 5/3/18 4:57 AM, Kishon Vijay Abraham I wrote:
> Hi Santosh,

> 

> On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:

>> On 4/25/2018 6:27 AM, Kishon Vijay Abraham I wrote:

>>> Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc

>>> binding.

>>>

>>> I've also updated keystone_defconfig to enable CONFIG_MMC_SDHCI_OMAP.

>>> Everyone who use a custom .config should also enable

>>> CONFIG_MMC_SDHCI_OMAP for MMC to work.

>>>

>>> This series should be merged only after [1]

>>> [1] -> https://marc.info/?l=linux-kernel&m=152465820531802&w=2

>>>

>> Keep me posted once the dependency gets merged.

> 

> Ulf has merged the sdhci part and has shared an immutable branch

> 

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

> with his signed tag sdhci-omap-v4.17-rc3.

> 

> Can you use it as a base for merging this series?

> 

How about I apply only DTS patches and exlude config file update ?
You can send the config patch after the merge window. Are the DTS
changes also going to break anything without basing of this sdhci
branch ?
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kishon Vijay Abraham I June 22, 2018, 10:12 a.m. UTC | #4
Hi Santosh,

On Friday 04 May 2018 09:16 PM, santosh.shilimkar@oracle.com wrote:
> On 5/4/18 1:06 AM, Kishon Vijay Abraham I wrote:

>> Hi Santosh,

>>

>> On Friday 04 May 2018 12:22 AM, santosh.shilimkar@oracle.com wrote:

>>> On 5/3/18 4:57 AM, Kishon Vijay Abraham I wrote:

>>>> Hi Santosh,

>>>>

>>>> On Wednesday 25 April 2018 11:10 PM, Santosh Shilimkar wrote:

>>>>> On 4/25/2018 6:27 AM, Kishon Vijay Abraham I wrote:

>>>>>> Update mmc dt node to use sdhci-omap binding instead of omap_hsmmc

>>>>>> binding.

>>>>>>

>>>>>> I've also updated keystone_defconfig to enable CONFIG_MMC_SDHCI_OMAP.

>>>>>> Everyone who use a custom .config should also enable

>>>>>> CONFIG_MMC_SDHCI_OMAP for MMC to work.

>>>>>>

>>>>>> This series should be merged only after [1]

>>>>>> [1] -> https://marc.info/?l=linux-kernel&m=152465820531802&w=2

>>>>>>

>>>>> Keep me posted once the dependency gets merged.

>>>>

>>>> Ulf has merged the sdhci part and has shared an immutable branch

>>>>

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

>>>> with his signed tag sdhci-omap-v4.17-rc3.

>>>>

>>>> Can you use it as a base for merging this series?

>>>>

>>> How about I apply only DTS patches and exlude config file update ?

>>> You can send the config patch after the merge window. Are the DTS

>>> changes also going to break anything without basing of this sdhci

>>> branch ?

>>

>> Yes, the bindings has changed for sdhci-omap.

>> It should also be fine if this entire series can be merged during the 4.18 -rc

>> cycle since the dependent patches would have been already merged then.

>>

> I see. In that, lets wait for 4.18-rcx for all the dependencies to make

> it. This series won't qualify for fixes but at least we can get that

> into next early in the cycle so that it becomes usable.

> 

> Thanks for followup Kishon !!


All the dependent patches has got merged. This series applies on latest linus
-master as is without any conflicts. I've also verified MMC works with this series.

This should be good to get merged. Let me know if you want me to repost the series.

Thanks
Kishon
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html