[krzk-github:for-next/regulator-s2mps11-odroid-fix-constraints 9870/10675] htmldocs: drivers/usb/typec/bus.c:1: warning: 'typec_altmode_unregister_driver' not found

2019-06-28 Thread kbuild test robot
tree: https://github.com/krzk/linux for-next/regulator-s2mps11-odroid-fix-constraints head: a869e8bbdeb7eb38a546b372e1d2dfbd2f61 commit: 8c69b77a0175d6e14df9cdf386a8b69f6cfa2c6a [9870/10675] scripts/sphinx-pre-install: fix out-of-tree build reproduce: make htmldocs If you fix the issue,

cron job: media_tree daily build: OK

2019-06-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sat Jun 29 05:00:12 CEST 2019 media-tree git hash:f81cbfc4f82a75ca0a2dc181a9c93b88f0e6509d media_build gi

Re: Setting up the links for imx7-mipi-csis

2019-06-28 Thread Fabio Estevam
Hi Rui, On Fri, Jun 28, 2019 at 7:03 PM Fabio Estevam wrote: > The first command succeeds, but the second one fails: > > # media-ctl -l "'imx7-mipi-csis.0':1 -> 'csi_mux':1[1]" > Unable to parse link: Invalid argument (22) I have also tested it on a imx7s-warp and I got the same error. Please

Setting up the links for imx7-mipi-csis

2019-06-28 Thread Fabio Estevam
Hi Rui, I am trying to get a OV5645 camera to work with a imx7d-pico board on linux-next 20190628. Here is the log: [0.285361] videodev: Linux video capture interface: v2.00 [3.684025] csi: Registered csi capture as /dev/video0 .. [3.689618] imx-media: subdev csi bound [4.055676

Re: [RFC] Stateful codecs and requirements for compressed formats

2019-06-28 Thread Nicolas Dufresne
Le vendredi 28 juin 2019 à 16:34 +0200, Hans Verkuil a écrit : > Hi all, > > I hope I Cc-ed everyone with a stake in this issue. > > One recurring question is how a stateful encoder fills buffers and how a > stateful > decoder consumes buffers. > > The most generic case is that an encoder produ

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Dave Stevenson
Hi Stefan On Fri, 28 Jun 2019 at 17:57, Stefan Wahren wrote: > > Hi Hans, > > Am 28.06.19 um 10:06 schrieb Hans Verkuil: > > Hi Stefan, > > > > On 6/27/19 8:55 PM, Stefan Wahren wrote: > >> This is an attempt to help Dave Stevenson to get all the fixes and > >> improvements of the bcm2835-camera

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Stefan Wahren
Hi Hans, Am 28.06.19 um 10:06 schrieb Hans Verkuil: > Hi Stefan, > > On 6/27/19 8:55 PM, Stefan Wahren wrote: >> This is an attempt to help Dave Stevenson to get all the fixes and >> improvements of the bcm2835-camera driver into mainline. >> >> Mostly i only polished the commit logs for upstream.

Re: [RFC] Stateful codecs and requirements for compressed formats

2019-06-28 Thread Nicolas Dufresne
Le vendredi 28 juin 2019 à 16:34 +0200, Hans Verkuil a écrit : > Hi all, > > I hope I Cc-ed everyone with a stake in this issue. > > One recurring question is how a stateful encoder fills buffers and how a > stateful > decoder consumes buffers. > > The most generic case is that an encoder produ

Re: [RFC] Stateful codecs and requirements for compressed formats

2019-06-28 Thread Nicolas Dufresne
Le vendredi 28 juin 2019 à 16:21 +0100, Dave Stevenson a écrit : > Hi Hans > > On Fri, 28 Jun 2019 at 15:34, Hans Verkuil wrote: > > Hi all, > > > > I hope I Cc-ed everyone with a stake in this issue. > > > > One recurring question is how a stateful encoder fills buffers and how a > > stateful

Re: [RFC] Stateful codecs and requirements for compressed formats

2019-06-28 Thread Dave Stevenson
Hi Hans On Fri, 28 Jun 2019 at 15:34, Hans Verkuil wrote: > > Hi all, > > I hope I Cc-ed everyone with a stake in this issue. > > One recurring question is how a stateful encoder fills buffers and how a > stateful > decoder consumes buffers. > > The most generic case is that an encoder produces

Re: [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp

2019-06-28 Thread Nicolas Dufresne
Le vendredi 28 juin 2019 à 16:08 +0200, Hans Verkuil a écrit : > On 6/28/19 4:00 PM, Nicolas Dufresne wrote: > > Le vendredi 28 juin 2019 à 11:10 +0100, Dave Stevenson a écrit : > > > Hi Nicolas > > > > > > On Thu, 27 Jun 2019 at 20:55, Nicolas Dufresne > > > wrote: > > > > Hi Dave, > > > > > >

[RFC] Stateful codecs and requirements for compressed formats

2019-06-28 Thread Hans Verkuil
Hi all, I hope I Cc-ed everyone with a stake in this issue. One recurring question is how a stateful encoder fills buffers and how a stateful decoder consumes buffers. The most generic case is that an encoder produces a bitstream and just fills each CAPTURE buffer to the brim before continuing

Re: [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp

2019-06-28 Thread Hans Verkuil
On 6/28/19 4:00 PM, Nicolas Dufresne wrote: > Le vendredi 28 juin 2019 à 11:10 +0100, Dave Stevenson a écrit : >> Hi Nicolas >> >> On Thu, 27 Jun 2019 at 20:55, Nicolas Dufresne wrote: >>> Hi Dave, >>> >>> Le jeudi 27 juin 2019 à 20:55 +0200, Stefan Wahren a écrit : From: Dave Stevenson

Re: [PATCH 1/2] v4l: Add Genicam 12-bit bayer packed formats

2019-06-28 Thread Sakari Ailus
Hi Edgar, On Fri, Jun 28, 2019 at 10:37:40AM +0200, Edgar Thier wrote: > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. They are similar to 10-bit bayer formats 'IPU3'. > The naming and pixel structure follow > the Genicam Pixel Format Naming Convention (

Re: [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp

2019-06-28 Thread Nicolas Dufresne
Le vendredi 28 juin 2019 à 11:10 +0100, Dave Stevenson a écrit : > Hi Nicolas > > On Thu, 27 Jun 2019 at 20:55, Nicolas Dufresne wrote: > > Hi Dave, > > > > Le jeudi 27 juin 2019 à 20:55 +0200, Stefan Wahren a écrit : > > > From: Dave Stevenson > > > > > > H264 header come from VC with 0 times

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2019 15:13:03 +0200 Hans Verkuil escreveu: > On 6/27/19 8:55 PM, Stefan Wahren wrote: > > This is an attempt to help Dave Stevenson to get all the fixes and > > improvements of the bcm2835-camera driver into mainline. > > > > Mostly i only polished the commit logs for upstream. >

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Hans Verkuil
On 6/27/19 8:55 PM, Stefan Wahren wrote: > This is an attempt to help Dave Stevenson to get all the fixes and > improvements of the bcm2835-camera driver into mainline. > > Mostly i only polished the commit logs for upstream. > > The series based on the latest bugfix V2 of staging: bcm2835-camera

[PATCH v4 4/8] omap3isp: Rework OF endpoint parsing

2019-06-28 Thread Sakari Ailus
Rework OF endpoint parsing for the omap3isp driver. This does add some lines of code. The benefits are still clear: - the great complication related to callbacks in endpoint parsing is gone; instead endpoints are obtained port by port and - endpoints may now have a default bus configuration whi

[PATCH v4 8/8] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-28 Thread Sakari Ailus
Instead of using the convenience function v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set up the async sub-devices without using callbacks. While this adds a little bit of code, it makes parsing the endpoints quite a bit more simple and gives more control to the driver ove

[PATCH v4 3/8] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev

2019-06-28 Thread Sakari Ailus
v4l2_async_notifier_add_fwnode_remote_subdev is a convenience function for parsing information on V4L2 fwnode subdevs. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-async.c | 23 +++ include/media/v4l2-async.h | 25 + 2 files c

[PATCH v4 1/8] davinci-vpif: Don't dereference endpoint after putting it, fix refcounting

2019-06-28 Thread Sakari Ailus
The davinci-vpif driver dereferences its local endpoints after releasing the reference to them. The driver also puts its endpoints explicitly while the of_graph_get_next_endpoint() does that, too, leading to obtaining a reference once and releasing it twice. Both are fixed by this patch. Signed-

[PATCH v4 2/8] v4l2-async: Get fwnode reference when putting it to the notifier's list

2019-06-28 Thread Sakari Ailus
The v4l2_async_notifier_add_fwnode_subdev() did not take a reference of the added fwnode, relying on the caller to handle that instead, in essence putting the fwnode to be added if there was an error. As the reference is eventually released during the notifier cleanup, this is not intuitive nor lo

[PATCH v4 7/8] ipu3-cio2: Proceed with notifier init even if there are no subdevs

2019-06-28 Thread Sakari Ailus
The notifier may be registered even if there are no subdevs. Do that to simplify the code. Signed-off-by: Sakari Ailus --- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/m

[PATCH v4 6/8] ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails

2019-06-28 Thread Sakari Ailus
The notifier must be cleaned up whenever parsing endpoints fails. Do that to avoid a memory leak in that case. Signed-off-by: Sakari Ailus --- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/intel/ipu3/ipu3-ci

[PATCH v4 5/8] v4l2-async: Safely clean up an uninitialised notifier

2019-06-28 Thread Sakari Ailus
Make the V4L2 async framework a bit more robust by allowing to clean up an uninitialised notifier. Otherwise the result would be a (close to) NULL pointer dereference. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v4 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-06-28 Thread Sakari Ailus
Hi folks, This patchset reworks V4L2 fwnode endpoint parsing. It enables the use of endpoint configuration defaults that is available sensors and other drivers that only use a single endpoint. Well, the functionality was available already but no driver used it likely because of two reasons: lack o

Re: hdpvr mutex deadlock on kernel 5.1.x

2019-06-28 Thread Hans Verkuil
Hi Keith, On 6/28/19 3:52 AM, Keith Pyle wrote: > On 06/20/19 06:33, Hans Verkuil wrote: >> On 6/19/19 4:29 AM, Keith Pyle wrote: >>> On 06/18/19 02:16, Hans Verkuil wrote: Hi Keith, On 6/18/19 6:17 AM, Keith Pyle wrote: > We made the suggested change, compiled, installed, and r

Re: [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-28 Thread Sakari Ailus
Hi Jacopo, On Fri, Jun 14, 2019 at 06:31:42PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Thu, Jun 06, 2019 at 04:02:25PM +0300, Sakari Ailus wrote: > > Instead of using the convenience function > > v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set > > up the async sub-

Re: [PATCH v2 4/9] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev

2019-06-28 Thread Sakari Ailus
Hi Jacopo, On Fri, Jun 14, 2019 at 06:14:16PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Thu, Jun 06, 2019 at 04:02:20PM +0300, Sakari Ailus wrote: > > v4l2_async_notifier_add_fwnode_remote_subdev is a convenience function for > > parsing information on V4L2 fwnode subdevs. > > > > Signed-off

Re: [PATCH v2 3/9] v4l2-async: Get fwnode reference when putting it to the notifier's list

2019-06-28 Thread Sakari Ailus
Hi Jacopo, Thanks for the review! On Fri, Jun 14, 2019 at 06:01:41PM +0200, Jacopo Mondi wrote: > Hi Sakari, > > On Thu, Jun 06, 2019 at 04:02:19PM +0300, Sakari Ailus wrote: > > The v4l2_async_notifier_add_fwnode_subdev() did not take a reference of > > the added fwnode, relying on the caller t

Re: [PATCH RFC] DT support for omap4-iss

2019-06-28 Thread Sakari Ailus
Hi Michael, On Mon, Aug 10, 2015 at 05:16:30PM +0200, Michael Allwright wrote: > Hi All, > > The following PRELIMINARY patch adds DT support to the OMAP4 ISS. It > also fixes some problems a have found along the way. It is tightly > modelled after the omap3-isp media platform driver. This patch i

[PATCH 2/2] media: i2c: ov5640: Fix the order for enabling regulators

2019-06-28 Thread Fabio Estevam
According to the OV5640 datasheet the following sequence needs to be followed when powering the OV5640 supplies: - DOVDD - AVDD - DVDD So follow this order inside the ov5640_supply_name[] array, so that the regulator_bulk() functions can enable the regulator in the correct sequence. Signed-off-

[PATCH 1/2] media: i2c: ov5640: Check for devm_gpiod_get_optional() error

2019-06-28 Thread Fabio Estevam
The power down and reset GPIO are optional, but the return value from devm_gpiod_get_optional() needs to be checked and propagated in the case of error, so that probe deferral can work. Signed-off-by: Fabio Estevam --- drivers/media/i2c/ov5640.c | 5 + 1 file changed, 5 insertions(+) diff -

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Hans Verkuil
On 6/28/19 12:39 PM, Dave Stevenson wrote: > Hi Stefan > > Firstly a huge thank you for picking this up - it's been on my to-do > list for ages, and just hasn't made it to the top. > > On Fri, 28 Jun 2019 at 09:06, Hans Verkuil wrote: >> >> Hi Stefan, >> >> On 6/27/19 8:55 PM, Stefan Wahren wrot

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Dave Stevenson
Hi Stefan Firstly a huge thank you for picking this up - it's been on my to-do list for ages, and just hasn't made it to the top. On Fri, 28 Jun 2019 at 09:06, Hans Verkuil wrote: > > Hi Stefan, > > On 6/27/19 8:55 PM, Stefan Wahren wrote: > > This is an attempt to help Dave Stevenson to get all

[PATCH v3 2/8] v4l2-async: Get fwnode reference when putting it to the notifier's list

2019-06-28 Thread Sakari Ailus
The v4l2_async_notifier_add_fwnode_subdev() did not take a reference of the added fwnode, relying on the caller to handle that instead, in essence putting the fwnode to be added if there was an error. As the reference is eventually released during the notifier cleanup, this is not intuitive nor lo

[PATCH v3 8/8] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-28 Thread Sakari Ailus
Instead of using the convenience function v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set up the async sub-devices without using callbacks. While this adds a little bit of code, it makes parsing the endpoints quite a bit more simple and gives more control to the driver ove

[PATCH v3 1/8] davinci-vpif: Don't dereference endpoint after putting it, fix refcounting

2019-06-28 Thread Sakari Ailus
The davinci-vpif driver dereferences its local endpoints after releasing the reference to them. The driver also puts its endpoints explicitly while the of_graph_get_next_endpoint() does that, too, leading to obtaining a reference once and releasing it twice. Both are fixed by this patch. Signed-

[PATCH v3 5/8] v4l2-async: Safely clean up an uninitialised notifier

2019-06-28 Thread Sakari Ailus
Make the V4L2 async framework a bit more robust by allowing to clean up an uninitialised notifier. Otherwise the result would be a (close to) NULL pointer dereference. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v3 7/8] ipu3-cio2: Proceed with notifier init even if there are no subdevs

2019-06-28 Thread Sakari Ailus
The notifier may be registered even if there are no subdevs. Do that to simplify the code. Signed-off-by: Sakari Ailus --- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/m

[PATCH v3 6/8] ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails

2019-06-28 Thread Sakari Ailus
The notifier must be cleaned up whenever parsing endpoints fails. Do that to avoid a memory leak in that case. Signed-off-by: Sakari Ailus --- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/intel/ipu3/ipu3-ci

[PATCH v3 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration

2019-06-28 Thread Sakari Ailus
Hi folks, This patchset reworks V4L2 fwnode endpoint parsing. It enables the use of endpoint configuration defaults that is available sensors and other drivers that only use a single endpoint. Well, the functionality was available already but no driver used it likely because of two reasons: lack o

[PATCH v3 3/8] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev

2019-06-28 Thread Sakari Ailus
v4l2_async_notifier_add_fwnode_remote_subdev is a convenience function for parsing information on V4L2 fwnode subdevs. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-async.c | 23 +++ include/media/v4l2-async.h | 25 + 2 files c

[PATCH v3 4/8] omap3isp: Rework OF endpoint parsing

2019-06-28 Thread Sakari Ailus
Rework OF endpoint parsing for the omap3isp driver. This does add some lines of code. The benefits are still clear: - the great complication related to callbacks in endpoint parsing is gone; instead endpoints are obtained port by port and - endpoints may now have a default bus configuration whi

Re: [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp

2019-06-28 Thread Dave Stevenson
Hi Nicolas On Thu, 27 Jun 2019 at 20:55, Nicolas Dufresne wrote: > > Hi Dave, > > Le jeudi 27 juin 2019 à 20:55 +0200, Stefan Wahren a écrit : > > From: Dave Stevenson > > > > H264 header come from VC with 0 timestamps, which means they get a > > strange timestamp when processed with VC/kernel s

[PATCH v3] keytable: Add keymap test

2019-06-28 Thread Bastien Nocera
This new test will try to parse all the ".toml" files in the directory path passed to it, error'ing out on the first parsing problem. Run as "make check" in the keytable directory. Signed-off-by: Bastien Nocera --- Changes since v2: - Added SoB Changes since v1: - Fix patch formatting At least

Re: [PATCH v5 08/10] media: dt-bindings: Document i.MX8MQ and i.MX8MM VPU bindings

2019-06-28 Thread Hans Verkuil
On 6/28/19 10:42 AM, Hans Verkuil wrote: > Two typos for imx8mm: > > On 6/12/19 11:39 AM, Philipp Zabel wrote: >> Add devicetree binding documentation for the Hantro G1/G2 VPU on i.MX8MQ >> and for the Hantro G1/G2/H1 VPU on i.MX8MM. >> >> Signed-off-by: Philipp Zabel >> --- >> .../devicetree/bi

Re: [PATCH v5 08/10] media: dt-bindings: Document i.MX8MQ and i.MX8MM VPU bindings

2019-06-28 Thread Hans Verkuil
Two typos for imx8mm: On 6/12/19 11:39 AM, Philipp Zabel wrote: > Add devicetree binding documentation for the Hantro G1/G2 VPU on i.MX8MQ > and for the Hantro G1/G2/H1 VPU on i.MX8MM. > > Signed-off-by: Philipp Zabel > --- > .../devicetree/bindings/media/imx8m-vpu.txt | 56 ++

[PATCH 2/2] uvc: Add Genicam 12-bit bayer packed formats

2019-06-28 Thread Edgar Thier
These formats are compressed 12-bit raw bayer formats with four different pixel orders. They are similar to 10-bit bayer formats 'IPU3'. The naming and pixel structure follow the Genicam Pixel Format Naming Convention (PFNC). The added GUIDs are used by USB-3.0 cameras produced by `The Imaging Sou

[PATCH 1/2] v4l: Add Genicam 12-bit bayer packed formats

2019-06-28 Thread Edgar Thier
These formats are compressed 12-bit raw bayer formats with four different pixel orders. They are similar to 10-bit bayer formats 'IPU3'. The naming and pixel structure follow the Genicam Pixel Format Naming Convention (PFNC). Signed-off-by: Edgar Thier --- .../media/uapi/v4l/pixfmt-pfnc-bayerrg1

Re: [PATCH v2 2/9] v4l2-async: Use endpoint node, not device node, for fwnode match

2019-06-28 Thread Sakari Ailus
Hi Niklas, On Fri, Jun 14, 2019 at 11:21:05PM +0200, Niklas Söderlund wrote: > Hi Sakari, > > Thanks for your work and sorry that I missed this and replied to v1 the > other day. I have tested v2 now and unfortunately it still breaks > rcar-vin, see bellow :-( Thank you for testing the set. >

Re: [PATCH 29/31] staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFS

2019-06-28 Thread Dan Carpenter
On Thu, Jun 27, 2019 at 11:09:27PM +0200, Stefan Wahren wrote: > From: Dave Stevenson > > Fixes a v4l2-compliance failure when passed a buffer that is > too small. > queue_setup wasn't handling the case where !(*nplanes), as ^^^ This is reverse

Re: [PATCH 00/31] staging: bcm2835-camera: Improvements

2019-06-28 Thread Hans Verkuil
Hi Stefan, On 6/27/19 8:55 PM, Stefan Wahren wrote: > This is an attempt to help Dave Stevenson to get all the fixes and > improvements of the bcm2835-camera driver into mainline. > > Mostly i only polished the commit logs for upstream. > > The series based on the latest bugfix V2 of staging: bc

Re: [PATCH 06/31] staging: bcm2835-camera: Return early on errors

2019-06-28 Thread Dan Carpenter
On Thu, Jun 27, 2019 at 08:56:03PM +0200, Stefan Wahren wrote: > v4l2_dbg(1, bcm2835_v4l2_debug, &dev->v4l2_dev, "connecting %p to %p\n", >src, dst); > ret = vchiq_mmal_port_connect_tunnel(dev->instance, src, dst); > if (!ret) > ret = vchiq_mmal_port_

Re: [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp

2019-06-28 Thread Dan Carpenter
On Thu, Jun 27, 2019 at 08:55:58PM +0200, Stefan Wahren wrote: > diff --git a/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h > b/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h > index 2b5679e..09273b0 100644 > --- a/drivers/staging/vc04_services/bcm2835-camera/bcm2835

Re: [PATCH] input/touchscreen/sur40: use COLORSPACE_RAW

2019-06-28 Thread Florian Echtler
On 27.06.19 10:20, Hans Verkuil wrote: > On 6/27/19 10:12 AM, Florian Echtler wrote: >> On 26.06.19 11:52, Hans Verkuil wrote: >>> This driver set the colorspace to SRGB, but that makes no sense for >>> a touchscreen. Use RAW instead. This also ensures consistency with the >>> v4l_pix_format_touch(