From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 6 Oct 2011 12:38:32 -0700 Subject: [PATCH 0/2] AM3517EVM: Add support for MMC1 In-Reply-To: <1313754751-11752-1-git-send-email-abhilash.kv@ti.com> References: <1313754751-11752-1-git-send-email-abhilash.kv@ti.com> Message-ID: <20111006193832.GL6324@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Abhilash K V [110819 04:19]: > This patch-set adds support for MMC1 slot on the > AM3517 EVM's base-board. > These patches are dependent on the following patch-set > http://marc.info/?l=linux-omap&m=131247357813228&w=2 > which gets the AM3517 EVM booting. > > The patches are tested on master of tmlind/linux-omap-2.6.git. > Kernel version is 3.0.0-rc7 and last commit on top of which these patches > were added is: > > 885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt: > Updated to -rc7, added new boards > > Cc: Vaibhav Hiremath > --- > Abhilash K V (1): > AM3517: Support for MMC1 > > Vaibhav Hiremath (1): > AM3517EVM: Add support for base-board MMC slot > > arch/arm/mach-omap2/board-am3517evm.c | 22 ++++++++++++++++++++++ > arch/arm/mach-omap2/hsmmc.c | 10 +++++++++- > 2 files changed, 31 insertions(+), 1 deletions(-) > Adding these both to board branch thanks. Tony