Re: [PATCH v2 3/7] mmc: tegra: use devm help functions to get the clk and gpio

2015-03-01 Thread Alexandre Courbot
On Fri, Feb 27, 2015 at 4:47 PM, Kevin Hao wrote: > Simplify the error and remove path. > > Signed-off-by: Kevin Hao > --- > v2: No change. > > drivers/mmc/host/sdhci-tegra.c | 13 +++-- > 1 file changed, 3 insertions(+), 10 deletions(-) Acked-by: Alexandre Courbot -- To unsubscribe fr

Re: [PATCH/RFC] mmc: sh_mmcif: Add exclusion between cmd and interrupt

2015-03-01 Thread Simon Horman
Hi all and in particular Sergei, elsewhere in this thread Sergei indicated that he felt that the spin lock around reading host->wait_for in sh_mmcif_irqt() doesn't "seem to have much sense here, as the read is already atomic." My initial reaction was that remark was correct. However, Kaneko-san h