Re: [PATCH 1/2] mmc: sdhci: Export sdhci_request()

2018-08-27 Thread Thierry Reding
On Mon, Aug 27, 2018 at 12:07:08PM +0200, Ulf Hansson wrote: > On 20 August 2018 at 11:23, Aapo Vienamo wrote: > > Allow SDHCI drivers to hook code before and after sdhci_request() by > > making it externally visible. > > > > Signed-off-by: Aapo Vienamo > > This one happens to be useful for othe

Re: [PATCH 1/2] mmc: sdhci: Export sdhci_request()

2018-08-27 Thread Ulf Hansson
On 20 August 2018 at 11:23, Aapo Vienamo wrote: > Allow SDHCI drivers to hook code before and after sdhci_request() by > making it externally visible. > > Signed-off-by: Aapo Vienamo This one happens to be useful for other variants but Tegras, hence I have applied this one for next. Thanks! Thi

Re: [PATCH 1/2] mmc: sdhci: Export sdhci_request()

2018-08-22 Thread Adrian Hunter
On 20/08/18 12:23, Aapo Vienamo wrote: > Allow SDHCI drivers to hook code before and after sdhci_request() by > making it externally visible. > > Signed-off-by: Aapo Vienamo Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci.c | 3 ++- > drivers/mmc/host/sdhci.h | 1 + > 2 files changed,

[PATCH 1/2] mmc: sdhci: Export sdhci_request()

2018-08-20 Thread Aapo Vienamo
Allow SDHCI drivers to hook code before and after sdhci_request() by making it externally visible. Signed-off-by: Aapo Vienamo --- drivers/mmc/host/sdhci.c | 3 ++- drivers/mmc/host/sdhci.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mm