Re: [PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-04-01 Thread Ulf Hansson
On 30 March 2015 at 23:39, Mylene JOSSERAND wrote: > Modify the driver to handle GPIOs using the descriptor API. > > Signed-off-by: Mylene JOSSERAND Thanks! Applied. Kind regards Uffe > --- > drivers/mmc/host/sdhci-tegra.c | 32 > 1 file changed, 8

Re: [PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-04-01 Thread Alexandre Courbot
On Tue, Mar 31, 2015 at 6:39 AM, Mylene JOSSERAND wrote: > Modify the driver to handle GPIOs using the descriptor API. Reviewed-by: Alexandre Courbot Tested-by: Alexandre Courbot Both the eMMC (not using power GPIO) and SD slot (using power GPIO) of my Jetson are happy with this patch. While

Re: [PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-04-01 Thread Alexandre Courbot
On Tue, Mar 31, 2015 at 6:39 AM, Mylene JOSSERAND josserand.myl...@gmail.com wrote: Modify the driver to handle GPIOs using the descriptor API. Reviewed-by: Alexandre Courbot acour...@nvidia.com Tested-by: Alexandre Courbot acour...@nvidia.com Both the eMMC (not using power GPIO) and SD slot

Re: [PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-04-01 Thread Ulf Hansson
On 30 March 2015 at 23:39, Mylene JOSSERAND josserand.myl...@gmail.com wrote: Modify the driver to handle GPIOs using the descriptor API. Signed-off-by: Mylene JOSSERAND josserand.myl...@gmail.com Thanks! Applied. Kind regards Uffe --- drivers/mmc/host/sdhci-tegra.c | 32

[PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-03-30 Thread Mylene JOSSERAND
Modify the driver to handle GPIOs using the descriptor API. Signed-off-by: Mylene JOSSERAND --- drivers/mmc/host/sdhci-tegra.c | 32 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c

[PATCH] mmc: sdhci-tegra: convert to use GPIO descriptors

2015-03-30 Thread Mylene JOSSERAND
Modify the driver to handle GPIOs using the descriptor API. Signed-off-by: Mylene JOSSERAND josserand.myl...@gmail.com --- drivers/mmc/host/sdhci-tegra.c | 32 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c