
23 Jul
2019
23 Jul
'19
12:35 p.m.
On 7/23/19 3:00 AM, Tiezhuang Dong wrote:
Hi,
Hi,
Attached is to fix below issue:
=> gpio input gpio@e60500000 mailto:gpio@e60500000 gpio: requesting pin 0 failed gpio - query and control gpio pins
Fix:
drivers/pinctrl/renesas/pfc.c +470
//for (i = 1; i < pfc->info->nr_pins; i++) {
for (i = 0; i < pfc->info->nr_pins; i++) {
sh_pfc_gpio_disable_free() needs similar change, right ?
Can you send the patch using git send-email and also add proper commit message ? Thanks
--
Best regards,
Marek Vasut