[PATCH] mmc: Parse new binding for eMMC fixed driver type

2020-06-25 Thread Shunsuke Tokumoto
Parse the new binding and store it in the mmc config struct after doing some sanity checks. The code is designed to support fixed mmc driver type if we ever need that. Signed-off-by: Shunsuke Tokumoto Signed-off-by: Yasushi Iida --- drivers/mmc/mmc-uclass.c | 30

[PATCH] pinctrl: renesas: r8a7796: Fix PRESET# bias setting

2020-01-17 Thread Shunsuke Tokumoto
There's no bias setting for PRESET#. Therefore add entry to set PRESET# bias. Signed-off-by: Shunsuke Tokumoto Signed-off-by: Keiya Nobuta --- drivers/pinctrl/renesas/pfc-r8a7796.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/renesas/pfc-r8a7796

[U-Boot] [PATCH] pinctrl: renesas: r8a7796: Fix PRESET# bias setting

2019-07-30 Thread Shunsuke Tokumoto
Fix the problem that PRESET# assignment of PUEN register is missing. Signed-off-by: Shunsuke Tokumoto Signed-off-by: Keiya Nobuta --- drivers/pinctrl/renesas/pfc-r8a7796.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/renesas/pfc-r8a7796.c b/drivers