Re: [PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx

2020-07-29 Thread Tom Rini
On Mon, Jul 06, 2020 at 10:37:56AM +0200, Robert Marko wrote: > Snapdragon SoCs and IPQ40xx use common TLMM IP, > so existing driver supports IPQ40xx as well. > > So lets simply add a compatible for IPQ40xx. > > Signed-off-by: Robert Marko > Reviewed-By: Ramon Fried Applied to u-boot/master,

Re: [PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx

2020-07-11 Thread Ramon Fried
On Mon, Jul 6, 2020 at 11:38 AM Robert Marko wrote: > > Snapdragon SoCs and IPQ40xx use common TLMM IP, > so existing driver supports IPQ40xx as well. > > So lets simply add a compatible for IPQ40xx. > > Signed-off-by: Robert Marko > --- > doc/device-tree-bindings/gpio/gpio-msm.txt | 3 ++- > dr

Re: [PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx

2020-07-10 Thread Tom Rini
On Mon, Jul 06, 2020 at 10:37:56AM +0200, Robert Marko wrote: > Snapdragon SoCs and IPQ40xx use common TLMM IP, > so existing driver supports IPQ40xx as well. > > So lets simply add a compatible for IPQ40xx. > > Signed-off-by: Robert Marko > --- > doc/device-tree-bindings/gpio/gpio-msm.txt | 3

[PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx

2020-07-06 Thread Robert Marko
Snapdragon SoCs and IPQ40xx use common TLMM IP, so existing driver supports IPQ40xx as well. So lets simply add a compatible for IPQ40xx. Signed-off-by: Robert Marko --- doc/device-tree-bindings/gpio/gpio-msm.txt | 3 ++- drivers/gpio/msm_gpio.c| 1 + 2 files changed, 3 inse