Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Saravana Kannan
On Tue, Jan 19, 2021 at 10:33 AM Geert Uytterhoeven wrote: > > Hi Saravana, > > On Tue, Jan 19, 2021 at 7:19 PM Saravana Kannan wrote: > > On Tue, Jan 19, 2021 at 10:10 AM Geert Uytterhoeven > > wrote: > > > On Tue, Jan 19, 2021 at 6:54 PM Saravana Kannan > > > wrote: > > > > On Tue, Jan 19,

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Saravana Kannan
On Tue, Jan 19, 2021 at 2:20 AM Linus Walleij wrote: > > On Tue, Jan 19, 2021 at 9:50 AM Geert Uytterhoeven > wrote: > > > > Can we pull this into driver-core-next please? It fixes issues on some > > > boards with fw_devlink=on. > > > > On r8a77951-salvator-xs.dts, it introduces one more

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Thierry Reding
On Tue, Jan 19, 2021 at 11:20:24AM +0100, Linus Walleij wrote: > On Tue, Jan 19, 2021 at 9:50 AM Geert Uytterhoeven > wrote: > > > > Can we pull this into driver-core-next please? It fixes issues on some > > > boards with fw_devlink=on. > > > > On r8a77951-salvator-xs.dts, it introduces one

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Geert Uytterhoeven
Hi Saravana, On Tue, Jan 19, 2021 at 7:19 PM Saravana Kannan wrote: > On Tue, Jan 19, 2021 at 10:10 AM Geert Uytterhoeven > wrote: > > On Tue, Jan 19, 2021 at 6:54 PM Saravana Kannan > > wrote: > > > On Tue, Jan 19, 2021 at 2:20 AM Linus Walleij > > > wrote: > > > > On Tue, Jan 19, 2021 at

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Geert Uytterhoeven
Hi Saravana, On Tue, Jan 19, 2021 at 6:54 PM Saravana Kannan wrote: > On Tue, Jan 19, 2021 at 2:20 AM Linus Walleij > wrote: > > On Tue, Jan 19, 2021 at 9:50 AM Geert Uytterhoeven > > wrote: > > > > Can we pull this into driver-core-next please? It fixes issues on some > > > > boards with

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Saravana Kannan
On Tue, Jan 19, 2021 at 10:10 AM Geert Uytterhoeven wrote: > > Hi Saravana, > > On Tue, Jan 19, 2021 at 6:54 PM Saravana Kannan wrote: > > On Tue, Jan 19, 2021 at 2:20 AM Linus Walleij > > wrote: > > > On Tue, Jan 19, 2021 at 9:50 AM Geert Uytterhoeven > > > wrote: > > > > > Can we pull this

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Linus Walleij
On Tue, Jan 19, 2021 at 9:50 AM Geert Uytterhoeven wrote: > > Can we pull this into driver-core-next please? It fixes issues on some > > boards with fw_devlink=on. > > On r8a77951-salvator-xs.dts, it introduces one more failure: > > OF: /soc/i2c@e66d8000/gpio@20/pcie-sata-switch-hog: could

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Geert Uytterhoeven
Hi Saravana, On Mon, Jan 18, 2021 at 11:14 PM Saravana Kannan wrote: > On Mon, Jan 18, 2021 at 7:32 AM Linus Walleij > wrote: > > On Fri, Jan 15, 2021 at 10:02 PM Saravana Kannan > > wrote: > > > To provide backward compatibility for boards that use deprecated DT > > > bindings, we need to

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-18 Thread Saravana Kannan
On Mon, Jan 18, 2021 at 7:32 AM Linus Walleij wrote: > > On Fri, Jan 15, 2021 at 10:02 PM Saravana Kannan wrote: > > > To provide backward compatibility for boards that use deprecated DT > > bindings, we need to add fw_devlink support for "gpio" and "gpios". > > > > Cc: linux-tegra > > Cc:

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-18 Thread Linus Walleij
On Fri, Jan 15, 2021 at 10:02 PM Saravana Kannan wrote: > To provide backward compatibility for boards that use deprecated DT > bindings, we need to add fw_devlink support for "gpio" and "gpios". > > Cc: linux-tegra > Cc: Linus Walleij > Cc: Bartosz Golaszewski > Cc: Greg Kroah-Hartman >

[PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-15 Thread Saravana Kannan
To provide backward compatibility for boards that use deprecated DT bindings, we need to add fw_devlink support for "gpio" and "gpios". Cc: linux-tegra Cc: Linus Walleij Cc: Bartosz Golaszewski Cc: Greg Kroah-Hartman Fixes: e590474768f1 ("driver core: Set fw_devlink=on by default") Tested-by: