Re: [U-Boot] [PATCH v2] gpio: xilinx: Not read output values via regs

2018-08-05 Thread Stefan Herbrechtsmeier
Am 02.08.2018 um 14:54 schrieb Michal Simek: Reading registers for finding out output value is not working because input value is read instead in case of tristate. Reported-by: Stefan Herbrechtsmeier Signed-off-by: Michal Simek --- Changes in v2: - Rebased on the top of reviewed patches - Cha

[U-Boot] [PATCH v2] gpio: xilinx: Not read output values via regs

2018-08-02 Thread Michal Simek
Reading registers for finding out output value is not working because input value is read instead in case of tristate. Reported-by: Stefan Herbrechtsmeier Signed-off-by: Michal Simek --- Changes in v2: - Rebased on the top of reviewed patches - Change logic in xilinx_gpio_get_value() drivers/