From mboxrd@z Thu Jan 1 00:00:00 1970 From: ivo.g.dimitrov.75@gmail.com (Ivaylo Dimitrov) Date: Thu, 28 Apr 2016 23:33:38 +0300 Subject: [PATCH 0/2] Pass n900 MMC slot names in pdata for legacy user space In-Reply-To: <1461714383-9956-1-git-send-email-tony@atomide.com> References: <1461714383-9956-1-git-send-email-tony@atomide.com> Message-ID: <572273A2.4050104@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 27.04.2016 02:46, Tony Lindgren wrote: > Hi all, > > N900 needs the MMC slot names to work. Let's pass them in pdata > for now to remove the last remaining blocker for removing omap3 > legacy booting support for v4.8. > > Then when we have a generic DT binding for the slot names, we > can use that assuming it will work for the n900 legacy user space. > > Regards, > > Tony > > > Tony Lindgren (2): > ARM: OMAP2+: n900 needs MMC slot names for legacy user space > mmc: omap_hsmmc: Check if MMC slot name is passed in pdata > > arch/arm/mach-omap2/pdata-quirks.c | 7 +++++++ > drivers/mmc/host/omap_hsmmc.c | 6 +++++- > 2 files changed, 12 insertions(+), 1 deletion(-) > For both patches, you may add: Tested-by: Ivaylo Dimitrov Thanks, Ivo