
15 Jul
2018
15 Jul
'18
11:22 p.m.
On 12 July 2018 at 05:49, Michal Simek michal.simek@xilinx.com wrote:
Remove bogus zynq_gpio_getplat_data() and read driver data directly.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Driver should use platdata structure but this change should be fine before this is fixed. Simon: Is ofdata_to_platdata correct function where this should be read?
Yes.
drivers/gpio/zynq_gpio.c | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org