[PATCH v6 2/2] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-06 Thread Rodrigo Carvalho
This patch add device tree binding documentation for ADIS16240. Signed-off-by: Rodrigo Carvalho --- V6: - Update SPDX license identifier .../bindings/iio/accel/adi,adis16240.yaml | 49 +++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindi

[PATCH v6 1/2] staging: iio: accel: adis16240: enforce SPI mode on probe function

2019-12-06 Thread Rodrigo Carvalho
According to the datasheet, this driver supports only SPI mode 3, so we should enforce it on probe function. Signed-off-by: Rodrigo Carvalho --- V6: -none drivers/staging/iio/accel/adis16240.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/staging/iio/accel/adis16240.c b/

Re: [PATCH] staging: wfx: fix reset GPIO polarity

2019-12-06 Thread Michał Mirosław
On Thu, Dec 05, 2019 at 03:43:49PM +, Jérôme Pouiller wrote: > On Thursday 5 December 2019 15:49:55 CET Michał Mirosław wrote: > > On Thu, Dec 05, 2019 at 02:08:23PM +, Jérôme Pouiller wrote: > > > On Wednesday 4 December 2019 17:59:46 CET Michał Mirosław wrote: > > > > Driver inverts meani

Re: [PATCH v5 2/2] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-06 Thread Jonathan Cameron
On Thu, 5 Dec 2019 09:21:29 -0600 Rob Herring wrote: > On Sat, Nov 23, 2019 at 08:35:10PM -0300, Rodrigo Carvalho wrote: > > This patch add device tree binding documentation for ADIS16240. > > > > Signed-off-by: Rodrigo Ribeiro Carvalho > > checkpatch.pl complains about a mismatch between th

Re: [PATCH RFC 4/6] staging: most: move core files out of the staging area

2019-12-06 Thread Greg KH
On Mon, Nov 25, 2019 at 04:51:34PM +0100, Christian Gromm wrote: > This patch moves the core module to the /drivers/most directory > and makes all necessary changes in order to not break the build. > > Signed-off-by: Christian Gromm > --- > drivers/Kconfig|1 + > drivers/

Re: [PATCH RFC 2/6] staging: most: rename core.h to most.h

2019-12-06 Thread Greg KH
On Mon, Nov 25, 2019 at 04:51:32PM +0100, Christian Gromm wrote: > This patch renames the core header file core.h to most.h. The intention > behind this is to have a meaningful name once this file is moved to the > /include/linux directory. Does everything in this .h file have to be exposed to the

[PATCH] staging/vc04_services/bcm2835-camera: distinct numeration and names for devices

2019-12-06 Thread Michael Kupfer
Create a static atomic counter for numerating cameras. Use the Media Subsystem Kernel Internal API to create distinct device-names, so that the camera-number (given by the counter) matches the camera-name. Co-developed-by: Kay Friedrich Signed-off-by: Kay Friedrich Signed-off-by: Michael Kupfer

Re: [PATCH] staging: rts5208: add missed pci_release_regions

2019-12-06 Thread Dan Carpenter
On Fri, Dec 06, 2019 at 03:55:15PM +0800, Chuhong Yuan wrote: > The driver forgets to call pci_release_regions() in probe failure > and remove. > Add the missed calls to fix it. > > Signed-off-by: Chuhong Yuan Looks good. Reviewed-by: Dan Carpenter regards, dan carpenter