From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 15 Nov 2011 14:51:12 -0700 Subject: [U-Boot] [PATCH v7 3/4] tegra2: Modify MMC driver to handle power and cd GPIOs In-Reply-To: References: <1320079897-29473-1-git-send-email-swarren@nvidia.com> <1320079897-29473-3-git-send-email-swarren@nvidia.com> Message-ID: <4EC2DED0.60400@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/02/2011 08:30 PM, Andy Fleming wrote: > On Mon, Oct 31, 2011 at 11:51 AM, Stephen Warren wrote: >> Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and >> modify that function to perform all required GPIO initialization. This >> removes the need for board files to perform these operations. >> >> Move board_mmc_getcd() into tegra2_mmc.c now that the driver knows which >> GPIOs to use. >> >> Update affected call-sites in seaboard.c and harmony.c. Note that this >> change should make all SD ports work on Harmony, since the required GPIO >> setup is now being performed. >> >> v4: Fix prototype of tegra2_mmc_init() in board.h to match driver change. >> Remove prototype of gpio_config_mmc() from board.h >> >> Signed-off-by: Stephen Warren >> Cc: Andy Fleming >> Tested-by: Simon Glass >> Acked-by: Simon Glass > > This patch depends heavily on patch #2 (ie, won't apply without it), > which doesn't touch drivers/mmc. > > Lacking an ACK from Albert, I hesitate to just apply the whole series. > I've applied patch #1, and I'll let Albert decide whether to apply the > other 3: > > Acked-by: Andy Fleming > > I have also re-assigned this patch in patchworks to Albert. Albert, Do the remaining 3 patches in this series look good? Thanks. -- nvpublic