Re: [PATCH] iio: dac: ad5758: Add support for hard reset

2018-09-02 Thread Jonathan Cameron
On Wed, 29 Aug 2018 17:58:42 +0300 Stefan Popa wrote: > The ad5758 has a hardware reset active low input pin. This patch adds a > devicetree entry for a reset GPIO and a new ad5758_reset() function. > During > initialization, it is checked if the reset property is specified and the > the GPIO is

Re: [PATCH] iio: dac: ad5758: Add support for hard reset

2018-09-02 Thread Jonathan Cameron
On Wed, 29 Aug 2018 17:58:42 +0300 Stefan Popa wrote: > The ad5758 has a hardware reset active low input pin. This patch adds a > devicetree entry for a reset GPIO and a new ad5758_reset() function. > During > initialization, it is checked if the reset property is specified and the > the GPIO is

[PATCH] iio: dac: ad5758: Add support for hard reset

2018-08-29 Thread Stefan Popa
The ad5758 has a hardware reset active low input pin. This patch adds a devicetree entry for a reset GPIO and a new ad5758_reset() function. During initialization, it is checked if the reset property is specified and the the GPIO is being asserted, therefore the device will become active. When

[PATCH] iio: dac: ad5758: Add support for hard reset

2018-08-29 Thread Stefan Popa
The ad5758 has a hardware reset active low input pin. This patch adds a devicetree entry for a reset GPIO and a new ad5758_reset() function. During initialization, it is checked if the reset property is specified and the the GPIO is being asserted, therefore the device will become active. When