Convert modem related GPIO setup from integer space to GPIO descriptors. Also, restore original initialization order of the MODEM device and its related GPIO pins. Cleanup of MODEM relaated regulator setup is postponed while waiting for upcoming conversion of fixed regulator API to GPIO descriptors. Janusz Krzysztofik (3): ARM: OMAP1: ams-delta: assign MODEM IRQ from GPIO descriptor ARM: OMAP1: ams-delta: initialize latch2 pins to safe values ARM: OMAP1: ams-delta: register MODEM device earlier Changelog: v2: - rebased on v4.19-rc1 - added Reviewed-by: obtained from Linus Walleij Please ignore the patch "ARM: OMAP1: ams-delta: assign MODEM IRQ from GPIO" sent alone on 2018-07-17. Thanks, Janusz diffstat: board-ams-delta.c | 121 +++++++++++++++++++++++++++++++++++++++--------------- board-ams-delta.h | 7 --- 2 files changed, 88 insertions(+), 40 deletions(-)