On Wed, Oct 24, 2018 at 08:52:49AM +0200, Slawomir Stepien wrote:
> On paź 24, 2018 00:34, Nishad Kamdar wrote:
> > Use the gpiod interface instead of the deprecated old non-descriptor
> > interface.
>
> Hi Nishad
>
> Few more comments from me below.
>
> > Signed-off-by: Nishad Kamdar
> > ---
>
On paź 24, 2018 00:34, Nishad Kamdar wrote:
> Use the gpiod interface instead of the deprecated old non-descriptor
> interface.
Hi Nishad
Few more comments from me below.
> Signed-off-by: Nishad Kamdar
> ---
> Changes in v3:
> - Use a pointer to pointer for gpio_desc in
>struct ad2s1210_gp
Use the gpiod interface instead of the deprecated old non-descriptor
interface.
Signed-off-by: Nishad Kamdar
---
Changes in v3:
- Use a pointer to pointer for gpio_desc in
struct ad2s1210_gpio as it will be used to
modify a pointer.
- Use dot notation to initialize the structure.
- Use a