Re: [U-Boot] [PATCH 3/5] mmc: Tegra2: Factor out mmc_wait_inhibit functionality

2011-10-28 Thread Anton Staaf
On Thu, Oct 13, 2011 at 2:57 PM, Anton Staaf wrote: > This is a well encapsulated section of mmc_send_cmd, by moving > it to it's own function it increases the readability of mmc_send_cmd. > > Signed-off-by: Anton Staaf > Cc: Tom Warren > Cc: Stephen Warren Adding Albert to CC. -Anton > ---

[U-Boot] [PATCH 3/5] mmc: Tegra2: Factor out mmc_wait_inhibit functionality

2011-10-13 Thread Anton Staaf
This is a well encapsulated section of mmc_send_cmd, by moving it to it's own function it increases the readability of mmc_send_cmd. Signed-off-by: Anton Staaf Cc: Tom Warren Cc: Stephen Warren --- drivers/mmc/tegra2_mmc.c | 41 ++--- 1 files changed, 26 i