devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] omap*: Fixes/Cleanups for MMC devicetree node
@ 2017-06-07  9:37 Kishon Vijay Abraham I
  2017-06-07  9:37 ` [PATCH v2 1/8] ARM: dts: dra72-evm-common: Correct vmmc-supply for mmc2 Kishon Vijay Abraham I
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Kishon Vijay Abraham I @ 2017-06-07  9:37 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, nsekhar
  Cc: Ulf Hansson, Russell King, linux-omap, devicetree,
	linux-arm-kernel, linux-kernel, linux-mmc, kishon

There are the set of fixes that were sent initially as part
of [1].

These are mostly fixes w.r.t populating regulators in
mmc dt node. It was working before because the regulators
connecting to the IO lines are always on regulators. This will
break once we add UHS support where voltage has to be changed
dynamically.

It also includes a patch to replace all vmmc_aux-supply
with vqmmc-supply (In omap3-overo-base.dtsi remove the existing
vqmmc-supply and then replace vmmc_aux-supply with vqmmc-supply).
This will break old dt compatibility but not sure how better
to handle this.

Performed enumeration testing on dra72-evm-revc, dra72-evm,
dra7-evm, am572x-evm, am571x-idk, am572x-idk, omap5-evm,
pandaboard-es, am43xx-evm, am335x-evm, beagleboard etc.,

This is a preparation series for adding UHS mode support in
the above mentioned platforms.

Changes from v1:
*) Included a patch to replace deprecated "vmmc_aux" with
   "vqmmc"

[1] -> https://lkml.org/lkml/2017/5/19/196

Kishon Vijay Abraham I (6):
  ARM: dts: dra72-evm-common: Correct vmmc-supply for mmc2
  ARM: dts: dra72-evm: Add vqmmc supply to mmc1
  ARM: dts: dra72-evm-revc: Add vqmmc supply to mmc1
  ARM: dts: am57xx-beagle-x15-revb1: Fix supply name used for MMC1 IO
    lines
  ARM: dts: dra7: Add "max-frequency" property to MMC dt nodes
  ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc"

Ravikumar Kattekola (1):
  ARM: dts: dra7-evm: Correct the vmmc-supply for mmc2

Sekhar Nori (1):
  ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM

 arch/arm/boot/dts/am572x-idk.dts               |  2 +-
 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts  |  2 +-
 arch/arm/boot/dts/dra7-evm.dts                 | 12 ++++++++--
 arch/arm/boot/dts/dra7.dtsi                    |  5 +++++
 arch/arm/boot/dts/dra71-evm.dts                | 16 ++++++++++++-
 arch/arm/boot/dts/dra72-evm-common.dtsi        |  2 --
 arch/arm/boot/dts/dra72-evm-revc.dts           | 18 +++++++++++++++
 arch/arm/boot/dts/dra72-evm-tps65917.dtsi      |  2 +-
 arch/arm/boot/dts/dra72-evm.dts                | 18 +++++++++++++++
 arch/arm/boot/dts/omap3-beagle-xm.dts          |  2 +-
 arch/arm/boot/dts/omap3-beagle.dts             |  2 +-
 arch/arm/boot/dts/omap3-cm-t3517.dts           |  2 +-
 arch/arm/boot/dts/omap3-cm-t3730.dts           |  2 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi |  2 +-
 arch/arm/boot/dts/omap3-evm-common.dtsi        |  2 +-
 arch/arm/boot/dts/omap3-n900.dts               |  2 +-
 arch/arm/boot/dts/omap3-overo-base.dtsi        |  3 +--
 arch/arm/boot/dts/omap3-tao3530.dtsi           |  2 +-
 arch/arm/boot/dts/omap3-zoom3.dts              |  2 +-
 arch/arm/boot/dts/omap3430-sdp.dts             |  2 +-
 arch/arm/mach-omap2/pdata-quirks.c             | 31 ++++++++++++++++++++++++++
 include/linux/platform_data/hsmmc-omap.h       |  3 +++
 22 files changed, 114 insertions(+), 20 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-10 16:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07  9:37 [PATCH v2 0/8] omap*: Fixes/Cleanups for MMC devicetree node Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 1/8] ARM: dts: dra72-evm-common: Correct vmmc-supply for mmc2 Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1 Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 3/8] ARM: dts: dra72-evm-revc: " Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 4/8] ARM: dts: am57xx-beagle-x15-revb1: Fix supply name used for MMC1 IO lines Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 5/8] ARM: dts: dra7-evm: Correct the vmmc-supply for mmc2 Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 6/8] ARM: dts: dra7: Add "max-frequency" property to MMC dt nodes Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 7/8] ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM Kishon Vijay Abraham I
2017-06-07  9:37 ` [PATCH v2 8/8] ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" Kishon Vijay Abraham I
2017-06-09 12:08   ` [PATCH v3] " Kishon Vijay Abraham I
2017-06-08  7:20 ` [PATCH v2 0/8] omap*: Fixes/Cleanups for MMC devicetree node Ulf Hansson
2017-06-08  8:46   ` Tony Lindgren
2017-06-09 12:21     ` Kishon Vijay Abraham I
2017-06-09  8:05   ` Kishon Vijay Abraham I
     [not found]     ` <4a4c4eb2-d865-25e6-cd53-a74d4f7b1f62-l0cyMroinI0@public.gmane.org>
2017-06-09 10:41       ` Ulf Hansson
2017-08-03 11:18   ` Kishon Vijay Abraham I
2017-08-07  6:48     ` Tony Lindgren
     [not found]       ` <20170807064813.GA5487-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2017-08-10 16:13         ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).