Re: [PATCH net-next v2] net: phy: at803x: fix probe error if copper page is selected

2021-04-20 Thread David Bauer
an > error. > > Fixes: c329e5afb42f ("net: phy: at803x: select correct page on config init") > Signed-off-by: Michael Walle Reviewed-by: David Bauer Best David > --- > Changes since v1: > - take the bus lock > > drivers/net/phy/at803x.c | 23

Re: [PATCH] gpio: 74x164: add lines-initial-states property

2018-08-19 Thread David Bauer
Hi Linus, On 8/16/18 10:11 AM, Linus Walleij wrote: > This sounds like something that should be generic, and not use > a bitmask, but offsets. It should work even if the number of > GPIOs from the chip is > 32. > > Is the usecase different from hogs? > See Documentation/devicetree/bindings/gpio.t

[PATCH] gpio: 74x164: add lines-initial-states property

2018-08-15 Thread David Bauer
This adds the ability to define the initial state of each output line on device probe. Signed-off-by: David Bauer --- Documentation/devicetree/bindings/gpio/gpio-74x164.txt | 5 + drivers/gpio/gpio-74x164.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a