[PATCH] media: coda: Use full device name for request_irq()

2014-04-26 Thread Alexander Shiyan
This will help to debug driver, allows us to see the full name of the device through /proc/interrupts. CPU0 ... 69: 0 mxc-avic 53 10023000.coda ... Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- drivers/media/platform/coda.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility mode

2014-04-26 Thread Guennadi Liakhovetski
Hi Laurent, On Fri, 28 Mar 2014, Laurent Pinchart wrote: Hi Guennadi, On Friday 28 March 2014 18:44:04 Guennadi Liakhovetski wrote: On Fri, 28 Mar 2014, Laurent Pinchart wrote: On Thursday 27 March 2014 22:34:07 Guennadi Liakhovetski wrote: It turns out, that 64-bit compilations

[PATCH v2] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility mode

2014-04-26 Thread Guennadi Liakhovetski
If a struct contains 64-bit fields, it is aligned on 64-bit boundaries within containing structs in 64-bit compilations. This is the case with struct v4l2_window, which contains pointers and is embedded into struct v4l2_format, and that one is embedded into struct v4l2_create_buffers. Unlike some

[PATCH 3/3] cx23885: Add si2165 support for HVR-5500

2014-04-26 Thread Matthias Schwarzott
The same card entry is used for HVR-4400 and HVR-5500. Only HVR-5500 has been tested. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/pci/cx23885/Kconfig | 1 + drivers/media/pci/cx23885/cx23885-cards.c | 17 +--- drivers/media/pci/cx23885/cx23885-dvb.c |

[PATCH 2/3] cx231xx: Add [2040:b130] Hauppauge WinTV 930C-hd 1113xx

2014-04-26 Thread Matthias Schwarzott
Reading eeprom works Analog is untested Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-avcore.c | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 92 ++

[PATCH 1/3] si2165: Add demod driver for DVB-T only

2014-04-26 Thread Matthias Schwarzott
DVB-T was tested with 8MHz BW channels in germany This driver is the simplest possible, it uses automatic mode for all parameters (TPS). Firmware file can be extracted via get_dvb_firmware. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- Documentation/dvb/get_dvb_firmware| 33

Re: Help with SMS2270 @ linux-sunxi (A20 devices)

2014-04-26 Thread Roberto Alcantara
Guys, As I could’n some the error I tried another approach. I checkout commit 80ccb51a from 09/11/2013 as I know it is a working version for sms2270 device but not so newer. I copy siano files from commit 80ccb51a to my kernel tree (3.4.75) and I need only disable IR support to compiles