Re: [PATCH] [media] atmel-isc: add the isc pipeline function

2017-01-09 Thread Wu, Songjun
Hi Hans, Thank you for your comments. On 1/9/2017 20:10, Hans Verkuil wrote: + +static int isc_s_ctrl(struct v4l2_ctrl *ctrl) +{ + struct isc_device *isc = container_of(ctrl->handler, +struct isc_device, ctrls.handler); + struct isc_ctrls

Re: [PATCH v3 13/24] platform: add video-multiplexer subdevice driver

2017-01-09 Thread Rob Herring
On Fri, Jan 06, 2017 at 06:11:31PM -0800, Steve Longerbeam wrote: > From: Philipp Zabel > > This driver can handle SoC internal and external video bus multiplexers, > controlled either by register bit fields or by a GPIO. The subdevice > passes through frame interval and mbus configuration of the

cron job: media_tree daily build: ERRORS

2017-01-09 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: Tue Jan 10 05:00:18 CET 2017 media-tree git hash:40eca140c404505c09773d1c6685d818cb55ab1a media_build git

[PATCH v3 2/2] [media] em28xx: support for Hauppauge WinTV-dualHD 01595 ATSC/QAM

2017-01-09 Thread Kevin Cheng
Hauppauge WinTV-dualHD model 01595 is a USB 2.0 dual ATSC/QAM tuner with the following components: USB bridge: Empia em28274 Demodulator: 2x LG LGDT3306a at addresses 0xb2 and 0x1c Tuner: 2x Silicon Labs si2157 at addresses 0xc0 and 0xc4 This patch enables only the first tuner. Signed-off-by: Ke

[PATCH v3 0/2] Support for Hauppauge WinTV-dualHD 01595 ATSC/QAM

2017-01-09 Thread Kevin Cheng
Adds support for the Hauppauge WinTV-dualHD TV tuner USB stick. Changes in response to review comments: * Removed extra struct initialization in lgdt3306a.c * Simplified initialization in em28xx-dvb.c Kevin Cheng (2): [media] lgdt3306a: support i2c mux for use by em28xx [media] em28xx: supp

[PATCH v3 1/2] [media] lgdt3306a: support i2c mux for use by em28xx

2017-01-09 Thread Kevin Cheng
Adds an i2c mux to the lgdt3306a demodulator. This was done to support the Hauppauge WinTV-dualHD 01595 USB TV tuner (em28xx), which utilizes two si2157 tuners behind gate control. Signed-off-by: Kevin Cheng --- drivers/media/dvb-frontends/Kconfig | 2 +- drivers/media/dvb-frontends/lgdt3

Re: [PATCH 1/2] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-09 Thread Sean Wang
Hi Rob, thanks for your effort for reviewing. I added comments inline. On Mon, 2017-01-09 at 12:32 -0600, Rob Herring wrote: > On Fri, Jan 06, 2017 at 12:06:23AM +0800, sean.w...@mediatek.com wrote: > > From: Sean Wang > > > > This patch adds documentation for devicetree bindings for > > Mediat

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2017-01-09 Thread Eddie Huang
Hi Matthias, On Mon, 2017-01-09 at 19:45 +0100, Matthias Brugger wrote: > > On 09/01/17 12:29, Hans Verkuil wrote: > > Hi Rick, > > > > On 01/06/2017 03:34 AM, Rick Chang wrote: > >> Hi Hans, > >> > >> The dependence on [1] has been merged in 4.10, but [2] has not.Do you have > >> any idea about

Re: [PATCH v2 00/21] Basic i.MX IPUv3 capture support

2017-01-09 Thread Steve Longerbeam
Hi Philipp, On 01/09/2017 11:43 AM, Philipp Zabel wrote: Hi Steve, Am Freitag, den 30.12.2016, 12:26 -0800 schrieb Steve Longerbeam: On 12/30/2016 11:06 AM, Marek Vasut wrote: On 12/29/2016 09:51 PM, Robert Schwebel wrote: Hi Jean-Michel, Hi, On Thu, Dec 29, 2016 at 04:08:33PM +0100, Jea

Re: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-01-09 Thread Laurent Pinchart
Hello Hans, On Monday 09 Jan 2017 14:36:55 Hans Verkuil wrote: > On 01/03/2017 04:20 PM, Ramesh Shanmugasundaram wrote: > >>> On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: > Add binding documentation for Renesas R-Car Digital Radio Interface > (DRIF) controller. >

Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Antti Palosaari
On 01/09/2017 11:49 PM, Oleh Kravchenko wrote: Hello! On 09.01.17 18:59, Antti Palosaari wrote: On 01/09/2017 05:23 PM, Oleh Kravchenko wrote: This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2.

Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Oleh Kravchenko
Hello! On 09.01.17 18:59, Antti Palosaari wrote: > > > On 01/09/2017 05:23 PM, Oleh Kravchenko wrote: >> This patch provide only digital support. >> >> The device is based on Si2168 30-demodulator, >> Si2158-20 tuner and CX23102-11Z chipset; >> USB id: 1b80:d3b2. >> >> Status: >> - DVB-T2 works

[PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Oleh Kravchenko
This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2. Status: - DVB-T2 works fine; - Composite and SVideo works fine; - Analog not implemented. Signed-off-by: Oleh Kravchenko Tested-by: Oleh Kravchenko

[PATCH 3/3] PCI/msi: remove pci_enable_msi_{exact,range}

2017-01-09 Thread Christoph Hellwig
All multi-MSI allocations are now done through pci_irq_alloc_vectors, so remove the old interface. Signed-off-by: Christoph Hellwig --- Documentation/PCI/MSI-HOWTO.txt | 6 ++ drivers/pci/msi.c | 26 +- include/linux/pci.h | 16 ++---

[PATCH 2/3] xgbe: switch to pci_irq_alloc_vectors

2017-01-09 Thread Christoph Hellwig
The newly added xgbe drivers uses the deprecated pci_enable_msi_exact and pci_enable_msix_range interfaces. Switch it to use pci_irq_alloc_vectors instead. Signed-off-by: Christoph Hellwig --- drivers/net/ethernet/amd/xgbe/xgbe-pci.c | 47 +--- drivers/net/ethernet/a

[PATCH 1/3] media/cobalt: use pci_irq_allocate_vectors

2017-01-09 Thread Christoph Hellwig
Simply the interrupt setup by using the new PCI layer helpers. Despite using pci_enable_msi_range, this driver was only requesting a single MSI vector anyway. Signed-off-by: Christoph Hellwig --- drivers/media/pci/cobalt/cobalt-driver.c | 8 ++-- drivers/media/pci/cobalt/cobalt-driver.h | 2

kill off pci_enable_msi_{exact,range}

2017-01-09 Thread Christoph Hellwig
I had hope that we could kill these old interfaces of for 4.10-rc, but as of today Linus tree still has two users: (1) the cobalt media driver, for which I sent a patch long time ago, it got missed in the merge window. (2) the new xgbe driver was merged in 4.10-rc but used the old interface

Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread kbuild test robot
Hi Oleh, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.10-rc3 next-20170106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Oleh-Kravchenko/cx231xx-Initial-sup

Re: [PATCH v2 00/21] Basic i.MX IPUv3 capture support

2017-01-09 Thread Philipp Zabel
Hi Steve, Am Freitag, den 30.12.2016, 12:26 -0800 schrieb Steve Longerbeam: > > On 12/30/2016 11:06 AM, Marek Vasut wrote: > > On 12/29/2016 09:51 PM, Robert Schwebel wrote: > >> Hi Jean-Michel, > > Hi, > > > >> On Thu, Dec 29, 2016 at 04:08:33PM +0100, Jean-Michel Hautbois wrote: > >>> What is t

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2017-01-09 Thread Matthias Brugger
On 09/01/17 19:45, Matthias Brugger wrote: On 09/01/17 12:29, Hans Verkuil wrote: Hi Rick, On 01/06/2017 03:34 AM, Rick Chang wrote: Hi Hans, The dependence on [1] has been merged in 4.10, but [2] has not.Do you have any idea about this patch series? Should we wait for [2] or we could mer

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2017-01-09 Thread Matthias Brugger
On 09/01/17 12:29, Hans Verkuil wrote: Hi Rick, On 01/06/2017 03:34 AM, Rick Chang wrote: Hi Hans, The dependence on [1] has been merged in 4.10, but [2] has not.Do you have any idea about this patch series? Should we wait for [2] or we could merge the source code and dt-binding first? Loo

Re: [PATCH 1/2] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-09 Thread Rob Herring
On Fri, Jan 06, 2017 at 12:06:23AM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch adds documentation for devicetree bindings for > Mediatek IR controller. > > Signed-off-by: Sean Wang > --- > .../devicetree/bindings/media/mtk-cir.txt | 23 >

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-09 Thread Laurent Pinchart
Hi Vincent, (CC'ing Nicolas) On Monday 09 Jan 2017 15:49:00 Vincent ABRIOU wrote: > On 01/09/2017 04:37 PM, Laurent Pinchart wrote: > > Hi Vincent, > > > > Thank you for the patch. > > > > On Monday 03 Oct 2016 13:27:16 Vincent Abriou wrote: > >> Allow uvcvideo compatible devices to allocate th

Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Antti Palosaari
On 01/09/2017 05:23 PM, Oleh Kravchenko wrote: This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2. Status: - DVB-T2 works fine; - Composite and SVideo works fine; - Analog not implemented. Signed-o

RE: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-01-09 Thread Ramesh Shanmugasundaram
Hi Hans, Thanks for the review. > >>> On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: > Add binding documentation for Renesas R-Car Digital Radio Interface > (DRIF) controller. > > Signed-off-by: Ramesh Shanmugasundaram > --- > .../devicetree/bindi

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-09 Thread Vincent ABRIOU
On 01/09/2017 04:37 PM, Laurent Pinchart wrote: > Hi Vincent, > > Thank you for the patch. > > On Monday 03 Oct 2016 13:27:16 Vincent Abriou wrote: >> Allow uvcvideo compatible devices to allocate their output buffers using >> contiguous DMA buffers. > > Why do you need this ? If it's for buffer

[PATCH] media/usbvision: remove ctrl_urb_wq

2017-01-09 Thread Davidlohr Bueso
While the wakeup path seems to be set up, this waitqueue is actually never used as no-one enqueues themselves on the list. As such, wakeups are meaningless without waiters, so lets just get rid of the whole thing. Signed-off-by: Davidlohr Bueso --- drivers/media/usb/usbvision/usbvision-core.c |

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-09 Thread Laurent Pinchart
Hi Vincent, Thank you for the patch. On Monday 03 Oct 2016 13:27:16 Vincent Abriou wrote: > Allow uvcvideo compatible devices to allocate their output buffers using > contiguous DMA buffers. Why do you need this ? If it's for buffer sharing with a device that requires dma-contig, can't you allo

[PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Oleh Kravchenko
This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2. Status: - DVB-T2 works fine; - Composite and SVideo works fine; - Analog not implemented. Signed-off-by: Oleh Kravchenko Tested-by: Oleh Kravchenko

Re: [PATCH v2] [media] vivid: support for contiguous DMA buffers

2017-01-09 Thread Hans Verkuil
On 09/12/2016 10:47 AM, Vincent Abriou wrote: > It allows to simulate the behavior of hardware with such limitations or > to connect vivid to real hardware with such limitations. > > Add the "allocators" module parameter option to let vivid use the > dma-contig instead of vmalloc. > > Signed-off-

Re: [PATCH v2] [media] vivid: support for contiguous DMA buffers

2017-01-09 Thread Hans Verkuil
On 11/22/2016 02:18 PM, Vincent ABRIOU wrote: > Hi Hans, > > Is there any issue so that those 2 patches cannot be merged? > [media] vivid: support for contiguous DMA buffer I've requested support for dma-sg, see my reply to the patch. Looks good otherwise. > [media] uvcvideo: support for contigu

Possible media summit in Portland: who will be at the ELC?

2017-01-09 Thread Hans Verkuil
Mauro is on vacation until the 21st, so he asked me to see who will go to the ELC in Portland in February. If there are enough core developers there, then we can organize a summit meeting on the Monday (Feb 20). Please mail me if you can (and want) attend a possible summit meeting on the 20th.

Re: [RFC] [sur40] mapping of sensor parameters to V4L2?

2017-01-09 Thread Hans Verkuil
On 01/03/2017 01:57 PM, Florian Echtler wrote: > Hi everyone, > > next chapter in the neverending story of reverse-engineering the SUR40: > > I've identified a couple of internal LCD panel registers which control > some aspects of the built-in image sensor. In particular, these are called > "Vi

Re: [PATCH 01/10] doc: DT: camss: Binding document for Qualcomm Camera subsystem driver

2017-01-09 Thread Todor Tomov
Hi Rob, Happy new year, And thank you for the review. On 12/01/2016 12:03 AM, Rob Herring wrote: > On Fri, Nov 25, 2016 at 04:56:53PM +0200, Todor Tomov wrote: >> Add DT binding document for Qualcomm Camera subsystem driver. >> >> Signed-off-by: Todor Tomov >> --- >> .../devicetree/bindings/med

[GIT PULL v2 FOR v4.11] More fixes/enhancements

2017-01-09 Thread Hans Verkuil
Changes since v1: - removed the "v4l2-common: fix aligned value calculation": it was withdrawn and I missed that. - added pvrusb2-io cleanup patches. Regards, Hans The following changes since commit 40eca140c404505c09773d1c6685d818cb55ab1a: [media] mn88473: add DVB-T2 PLP support

Re: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-01-09 Thread Hans Verkuil
On 01/03/2017 04:20 PM, Ramesh Shanmugasundaram wrote: > Hi Laurent, Geert, > > Thanks for the review comments. > >>> On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: Add binding documentation for Renesas R-Car Digital Radio Interface (DRIF) controller. Signed-

[GIT PULL FOR v4.11] New st-delta driver

2017-01-09 Thread Hans Verkuil
See the v4 series for details: https://www.spinics.net/lists/linux-media/msg108737.html Regards, Hans The following changes since commit 40eca140c404505c09773d1c6685d818cb55ab1a: [media] mn88473: add DVB-T2 PLP support (2016-12-27 14:00:15 -0200) are available in the git repository

Re: [PATCH 00/10] Qualcomm 8x16 Camera Subsystem driver

2017-01-09 Thread Todor Tomov
Hi Hans, On 01/09/2017 03:08 PM, Hans Verkuil wrote: > Hi Todor, > > What is the status of this patch series? There were comments for patch 1/10 > and 8/10, > and I haven't seen a v2 of this patch series. And Happy new year! I'm just starting today for the new year and this is the first thing

Re: [PATCH 00/10] Qualcomm 8x16 Camera Subsystem driver

2017-01-09 Thread Hans Verkuil
Hi Todor, What is the status of this patch series? There were comments for patch 1/10 and 8/10, and I haven't seen a v2 of this patch series. Regards, Hans On 11/25/2016 03:56 PM, Todor Tomov wrote: > This patchset adds basic support for the Qualcomm Camera Subsystem found > on Qualcom

Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files

2017-01-09 Thread Hans Verkuil
On 12/05/2016 01:20 PM, Stanimir Varbanov wrote: > Hi Hans, > > On 12/05/2016 02:05 PM, Hans Verkuil wrote: >> On 12/01/2016 10:03 AM, Stanimir Varbanov wrote: >>> Here is the implementation of Venus video accelerator low-level >>> functionality. It contanins code which setup the registers and >>>

Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-09 Thread Christoph Hellwig
On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: > Regularly, when a new header is created in include/uapi/, the developer > forgets to add it in the corresponding Kbuild file. This error is usually > detected after the release is out. > > In fact, all headers under uapi directorie

[GIT PULL FOR v4.11] More fixes/enhancements

2017-01-09 Thread Hans Verkuil
The following changes since commit 40eca140c404505c09773d1c6685d818cb55ab1a: [media] mn88473: add DVB-T2 PLP support (2016-12-27 14:00:15 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.11b for you to fetch changes up to 62c53755afc004b9979a07

Re: [PATCH 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-09 Thread Sean Young
On Mon, Jan 09, 2017 at 11:13:21AM +0800, Sean Wang wrote: > I had another question. I found multiple and same IR messages being > received when using SONY remote controller. Should driver needs to > report each message or only one of these to the upper layer ? In general the driver shouldn't try

Re: [PATCH] [media] cx231xx: Initial support for Evromedia USB Full Hybrid Full HD

2017-01-09 Thread Hans Verkuil
On 01/01/2017 06:28 PM, Oleh Kravchenko wrote: > Add initial support for the Evromedia USB Full Hybrid Full HD > with USB ID 1b80:d3b2. > > Status: > - DVB-T2 works fine; > - Analog not implemented. > > Signed-off-by: Oleh Kravchenko > --- > drivers/media/usb/cx231xx/Kconfig | 1 + > d

Re: [PATCH] [media] atmel-isc: add the isc pipeline function

2017-01-09 Thread Hans Verkuil
On 12/23/2016 10:24 AM, Songjun Wu wrote: > Image Sensor Controller has an internal image processor. > It can convert raw format to the other formats, like > RGB565, YUV420P. A module parameter 'sensor_preferred' > is used to enable or disable the pipeline function. > Some v4l2 controls are added t

Re: [PATCH v2 1/7] arm: put types.h in uapi

2017-01-09 Thread Russell King - ARM Linux
On Mon, Jan 09, 2017 at 12:33:02PM +0100, Arnd Bergmann wrote: > On Friday, January 6, 2017 10:43:53 AM CET Nicolas Dichtel wrote: > > > > diff --git a/arch/arm/include/asm/types.h b/arch/arm/include/asm/types.h > > index a53cdb8f068c..c48fee3d7b3b 100644 > > --- a/arch/arm/include/asm/types.h > >

Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-09 Thread Russell King - ARM Linux
On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: > diff --git a/arch/arm/include/uapi/asm/Kbuild > b/arch/arm/include/uapi/asm/Kbuild > index 46a76cd6acb6..607f702c2d62 100644 > --- a/arch/arm/include/uapi/asm/Kbuild > +++ b/arch/arm/include/uapi/asm/Kbuild > @@ -1,23 +1,6 @@ > #

Re: [PATCH v2 2/2] [media] em28xx: support for Hauppauge WinTV-dualHD 01595 ATSC/QAM

2017-01-09 Thread Hans Verkuil
On 12/18/2016 03:55 AM, Kevin Cheng wrote: > Hauppauge WinTV-dualHD model 01595 is a USB 2.0 dual ATSC/QAM tuner with > the following components: > > USB bridge: Empia em28274 > Demodulator: 2x LG LGDT3306a at addresses 0xb2 and 0x1c > Tuner: 2x Silicon Labs si2157 at addresses 0xc0 and 0xc4 > >

Re: [PATCH v2 1/2] [media] lgdt3306a: support i2c mux for use by em28xx

2017-01-09 Thread Hans Verkuil
On 12/18/2016 03:55 AM, Kevin Cheng wrote: > Adds an i2c mux to the lgdt3306a demodulator. This was done to support > the Hauppauge WinTV-dualHD 01595 USB TV tuner (em28xx), which utilizes two > si2157 tuners behind gate control. > > Signed-off-by: Kevin Cheng > --- > drivers/media/dvb-frontend

Re: [PATCH v2 1/7] arm: put types.h in uapi

2017-01-09 Thread Arnd Bergmann
On Friday, January 6, 2017 10:43:53 AM CET Nicolas Dichtel wrote: > > diff --git a/arch/arm/include/asm/types.h b/arch/arm/include/asm/types.h > index a53cdb8f068c..c48fee3d7b3b 100644 > --- a/arch/arm/include/asm/types.h > +++ b/arch/arm/include/asm/types.h > @@ -1,40 +1,6 @@ > #ifndef _ASM_TYPE

Re: [PATCH v2 3/7] nios2: put setup.h in uapi

2017-01-09 Thread Arnd Bergmann
On Friday, January 6, 2017 10:43:55 AM CET Nicolas Dichtel wrote: > diff --git a/arch/nios2/include/uapi/asm/setup.h > b/arch/nios2/include/uapi/asm/setup.h > new file mode 100644 > index ..8d8285997ba8 > --- /dev/null > +++ b/arch/nios2/include/uapi/asm/setup.h > @@ -0,0 +1,6 @@ > +#

Re: [PATCH v2 0/7] uapi: export all headers under uapi directories

2017-01-09 Thread Arnd Bergmann
On Friday, January 6, 2017 10:43:52 AM CET Nicolas Dichtel wrote: > Here is the v2 of this series. The first 5 patches are just cleanup: some > exported headers were still under a non-uapi directory. Since this is meant as a cleanup, I commented on this to point out a cleaner way to do the same.

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2017-01-09 Thread Hans Verkuil
Hi Rick, On 01/06/2017 03:34 AM, Rick Chang wrote: > Hi Hans, > > The dependence on [1] has been merged in 4.10, but [2] has not.Do you have > any idea about this patch series? Should we wait for [2] or we could merge > the source code and dt-binding first? Looking at [2] I noticed that the las

[GIT PULL FOR v4.11] Various fixes & enhancements

2017-01-09 Thread Hans Verkuil
The following changes since commit 40eca140c404505c09773d1c6685d818cb55ab1a: [media] mn88473: add DVB-T2 PLP support (2016-12-27 14:00:15 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.11a for you to fetch changes up to f77fb0d794484029f83605

Re: [PATCH 4/8] [media] videobuf-dma-sg: Adjust 24 checks for null values

2017-01-09 Thread Dan Carpenter
On Mon, Dec 26, 2016 at 09:48:19PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 26 Dec 2016 20:30:19 +0100 > > Convert comparisons with the preprocessor symbol "NULL" or the value "0" > to condition checks without it. Generally lengths are numbers and not booleans so "len

Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-09 Thread Daniel Vetter
On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: > Regularly, when a new header is created in include/uapi/, the developer > forgets to add it in the corresponding Kbuild file. This error is usually > detected after the release is out. > > In fact, all headers under uapi directorie

Re: astrometa device driver

2017-01-09 Thread Dieter Miosga
That's a clear instruction and it seems that not much more efforts above the code-cook level are required. I already took a look at the cx231xx, umt-10 and other drivers related to the predecessor HanfTek 15f4:0131, but from the first view I could not derive such a procedure! Will report back to