[PATCH] af9035: fix logging

2016-06-06 Thread Antti Palosaari
Remove __func__ and KBUILD_MODNAME from logging formatters and pass USB interface device instead, so logging can be done correctly. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c | 193 +- 1 file changed, 97 insertions(+),

cron job: media_tree daily build: WARNINGS

2016-06-06 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 Jun 7 04:00:24 CEST 2016 git branch: test git hash: de42e7655d504ceeda53e009b8860ba4bd007ab5 gcc

***Funds***

2016-06-06 Thread Mrs.Caro S Thai
Dear Beloved. I got your details after an extensive on-line search Via (Network Power Charitable Trust) for a reliable person, I'm Mrs. Caro S Thai, a 57 years old dying woman who was diagnosed for cancer about 4 years ago, I have decided to donate to you for charitable goals. Contact my lawyer

Re: [PATCH 2/2] [media] media-device: dynamically allocate struct media_devnode

2016-06-06 Thread Shuah Khan
Hi Sakari, On 06/06/2016 02:45 AM, Sakari Ailus wrote: > Hi Mauro, > > On Sat, May 07, 2016 at 12:12:09PM -0300, Mauro Carvalho Chehab wrote: >> struct media_devnode is currently embedded at struct media_device. >> >> While this works fine during normal usage, it leads to a race >> condition

Re: undefined reference to `dma_common_mmap'

2016-06-06 Thread Sudip Mukherjee
On Monday 06 June 2016 09:37 AM, Sudip Mukherjee wrote: On Thu, Jan 10, 2002 at 12:50:58AM +0800, kbuild test robot wrote: Hi, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head:

Re: i.mx6 camera interface (CSI) and mainline kernel

2016-06-06 Thread Steve Longerbeam
On 06/02/2016 09:50 AM, Steve Longerbeam wrote: On 06/02/2016 06:55 AM, Hans Verkuil wrote: On 06/02/2016 03:29 PM, Tim Harvey wrote: On Wed, Mar 9, 2016 at 4:12 PM, Steve Longerbeam wrote: On 03/09/2016 02:44 PM, Tim Harvey wrote: On Tue, Mar 8, 2016 at 6:06

Re: [PATCH 1/2] Add OV5647 device tree documentation

2016-06-06 Thread Rob Herring
On Fri, Jun 03, 2016 at 06:36:40PM +0100, Ramiro Oliveira wrote: > From: roliveir > > Signed-off-by: Ramiro Oliveira > --- > .../devicetree/bindings/media/i2c/ov5647.txt | 19 > +++ > 1 file changed, 19 insertions(+) >

Re: [PATCH] device tree description for AD5820 camera auto-focus coil

2016-06-06 Thread Rob Herring
On Thu, Jun 02, 2016 at 09:30:27PM +0200, Pavel Machek wrote: > > Add documentation for ad5820 device tree binding. > > Signed-off-by: Pavel Machek > > diff --git a/Documentation/devicetree/bindings/media/i2c/ad5820.txt > b/Documentation/devicetree/bindings/media/i2c/ad5820.txt

[PATCH] Remove spurious blank lines in dw2101 kernel messages

2016-06-06 Thread Jonathan McDowell
The DW2102 DVB-S/S2 driver uses the info() logging function from dvb-usb.h. This function already appends a newline to the provided log message, causing the dmesg output from DW2102 to include blank lines. Fix this by removing the newline in the calls to info(). Signed-off-by: Jonathan McDowell

Re: DVBSky T980C CI issues (kernel 4.0.x)

2016-06-06 Thread Torbjorn Jansson
FYI i still get "Exec format error" while modprobing cx23885 with media_build from today. any chance of having this fixed so i can test the mediabuild code with my dvbsky card? On 2016-03-03 23:03, Torbjorn Jansson wrote: found something, modprobe results in the following dmesg message:

Re: [PATCH] [media]: Driver for Toshiba et8ek8 5MP sensor

2016-06-06 Thread Sylwester Nawrocki
On 05/24/2016 01:19 PM, Pavel Machek wrote: >> +/* >> > + * Write a list of registers to i2c device. >> > + * >> > + * The list of registers is terminated by ET8EK8_REG_TERM. >> > + * Returns zero if successful, or non-zero otherwise. >> > + */ >> > +static int et8ek8_i2c_write_regs(struct

[PATCH] drivers: misc: ti-st: Use int instead of fuzzy char for callback status

2016-06-06 Thread Geert Uytterhoeven
On mips and parisc: drivers/bluetooth/btwilink.c: In function 'ti_st_open': drivers/bluetooth/btwilink.c:174:21: warning: overflow in implicit constant conversion [-Woverflow] hst->reg_status = -EINPROGRESS; drivers/nfc/nfcwilink.c: In function 'nfcwilink_open':

Re: [PATCH 2/2] [media] media-device: dynamically allocate struct media_devnode

2016-06-06 Thread Sakari Ailus
Hi Mauro, On Sat, May 07, 2016 at 12:12:09PM -0300, Mauro Carvalho Chehab wrote: > struct media_devnode is currently embedded at struct media_device. > > While this works fine during normal usage, it leads to a race > condition during devnode unregister. the problem is that drivers > assume

Re: [PATCH v4 5/7] ARM: Exynos: remove code for MFC custom reserved memory handling

2016-06-06 Thread Krzysztof Kozlowski
On 06/03/2016 08:57 AM, Krzysztof Kozlowski wrote: > On 06/02/2016 07:25 PM, Javier Martinez Canillas wrote: >> Marek mentioned that bisectability is only partially broken because the old >> binding will still work after this series if IOMMU is enabled (because the >> properties are ignored in

Re: [ATTN] Re: [PATCH v4 5/7] ARM: Exynos: remove code for MFC custom reserved memory handling

2016-06-06 Thread Krzysztof Kozlowski
On 06/03/2016 11:59 AM, Sylwester Nawrocki wrote: > On 06/03/2016 08:57 AM, Krzysztof Kozlowski wrote: >> On 06/02/2016 07:25 PM, Javier Martinez Canillas wrote: >>> On 06/02/2016 12:31 PM, Krzysztof Kozlowski wrote: On 06/02/2016 05:20 PM, Javier Martinez Canillas wrote: > On 05/30/2016

Re: [PATCH] userspace API definitions for auto-focus coil

2016-06-06 Thread Pavel Machek
Hi! > On 5.06.2016 22:07, Pavel Machek wrote: > >Add userspace API definitions. > > > >Signed-off-by: Pavel Machek > > > >diff --git a/include/uapi/linux/v4l2-controls.h > >b/include/uapi/linux/v4l2-controls.h > >index b6a357a..23011cc 100644 > >---

Re: [PATCH] userspace API definitions for auto-focus coil

2016-06-06 Thread Ivaylo Dimitrov
Hi, On 5.06.2016 22:07, Pavel Machek wrote: Add userspace API definitions. Signed-off-by: Pavel Machek diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index b6a357a..23011cc 100644 --- a/include/uapi/linux/v4l2-controls.h +++