Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-25 Thread Jonathan Cameron
On Mon, 20 Aug 2018 17:37:08 +0100 ji...@kernel.org wrote: > On 20.08.2018 16:47, Lars-Peter Clausen wrote: > > On 08/20/2018 04:53 PM, Stefan Popa wrote: > >> This patch provides a validate_device callback for the trigger which > >> makes > >> sure that other devices are rejected. > >> > >>

Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-25 Thread Jonathan Cameron
On Mon, 20 Aug 2018 17:37:08 +0100 ji...@kernel.org wrote: > On 20.08.2018 16:47, Lars-Peter Clausen wrote: > > On 08/20/2018 04:53 PM, Stefan Popa wrote: > >> This patch provides a validate_device callback for the trigger which > >> makes > >> sure that other devices are rejected. > >> > >>

Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread jic23
On 20.08.2018 16:47, Lars-Peter Clausen wrote: On 08/20/2018 04:53 PM, Stefan Popa wrote: This patch provides a validate_device callback for the trigger which makes sure that other devices are rejected. Signed-off-by: Stefan Popa @@ -762,11 +762,24 @@ static int

Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread jic23
On 20.08.2018 16:47, Lars-Peter Clausen wrote: On 08/20/2018 04:53 PM, Stefan Popa wrote: This patch provides a validate_device callback for the trigger which makes sure that other devices are rejected. Signed-off-by: Stefan Popa @@ -762,11 +762,24 @@ static int

Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread Lars-Peter Clausen
On 08/20/2018 04:53 PM, Stefan Popa wrote: > This patch provides a validate_device callback for the trigger which makes > sure that other devices are rejected. > > Signed-off-by: Stefan Popa --- > drivers/iio/accel/adxl372.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git

Re: [PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread Lars-Peter Clausen
On 08/20/2018 04:53 PM, Stefan Popa wrote: > This patch provides a validate_device callback for the trigger which makes > sure that other devices are rejected. > > Signed-off-by: Stefan Popa --- > drivers/iio/accel/adxl372.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git

[PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread Stefan Popa
This patch provides a validate_device callback for the trigger which makes sure that other devices are rejected. Signed-off-by: Stefan Popa --- drivers/iio/accel/adxl372.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/iio/accel/adxl372.c

[PATCH 1/3] iio: adxl372: Provide validate_trigger and validate_device callbacks

2018-08-20 Thread Stefan Popa
This patch provides a validate_device callback for the trigger which makes sure that other devices are rejected. Signed-off-by: Stefan Popa --- drivers/iio/accel/adxl372.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/iio/accel/adxl372.c