[PATCH] saa7134: add Leadtek Winfast TV2100 FM card support

2015-08-27 Thread Darek Zielski
Add Leadtek Winfast TV2100 FM card to saa7134 driver. It is a card bearing SAA7130HL chip. Signed-off-by: Darek Zielski --- Documentation/video4linux/CARDLIST.saa7134 | 1 + drivers/media/pci/saa7134/saa7134-cards.c | 43 ++ drivers/media/pci/saa7134/saa7134-input.c

Re: [RFC PATCH v3 2/5] media: videobuf2: Restructure vb2_buffer

2015-08-27 Thread Junghak Sung
Hello Mauro, First of all, thank you for your detailed review. On 08/27/2015 07:28 PM, Mauro Carvalho Chehab wrote: Em Wed, 26 Aug 2015 20:59:29 +0900 Junghak Sung escreveu: Remove v4l2-specific stuff from struct vb2_buffer and add member variables related with buffer management. struct v

LOAN OFFER OF ALL TYPES

2015-08-27 Thread
Good day, PAUL FREDRICK FINANCE offer loans at 2% annual rate. Apply with amount needed, loan duration and phone number Via: :paulfredrickfinanceserv...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

Re: [RFC PATCH v3 3/5] media: videobuf2: Modify all device drivers

2015-08-27 Thread Junghak Sung
Dear Mauro, I'm sorry but patch 3 is very incomplete. At this round, I could not modify all device drivers, because there are too many files to be changed and I should change them by hands. I just want to be reviewed the modification pattern only before I start to modify whole related device dri

cron job: media_tree daily build: WARNINGS

2015-08-27 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: Fri Aug 28 04:00:17 CEST 2015 git branch: test git hash: d071c833a0d30e7aae0ea565d92ef83c79106d6f gcc versi

Additions

2015-08-27 Thread Lasse Lindqvist
dvb-c/fi-sonera and dvb-c/fi-HTV should have [CHANNEL] DELIVERY_SYSTEM = DVBC/ANNEX_A FREQUENCY = 29000 SYMBOL_RATE = 690 INNER_FEC = NONE MODULATION = QAM/256 INVERSION = AUTO -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@v

Re: [PATCH v2 4/5] [media] c8sectpfe: Update binding to reset-gpios

2015-08-27 Thread Lee Jones
On Thu, 27 Aug 2015, Peter Griffin wrote: > gpio.txt documents that GPIO properties should be named > "[-]gpios", with being the purpose of this > GPIO for the device. > > This change has been done as one atomic commit. > > Signed-off-by: Peter Griffin > --- > Documentation/devicetree/binding

Re: [PATCH v2 5/5] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-08-27 Thread Lee Jones
On Thu, 27 Aug 2015, Peter Griffin wrote: > Signed-off-by: Peter Griffin > --- > .../devicetree/bindings/media/stih407-c8sectpfe.txt | 16 > +++- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt >

Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-08-27 Thread Lee Jones
On Thu, 27 Aug 2015, Peter Griffin wrote: > LIBELF_32 is not defined in Kconfig, and is left over legacy > which is not required in the upstream driver, so remove it. > > Signed-off-by: Peter Griffin > Suggested-by: Valentin Rothberg These are the wrong way round, they should be in chronologic

Re: [PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-27 Thread Javier Martinez Canillas
Hello Mauro, On 08/26/2015 10:43 PM, Mauro Carvalho Chehab wrote: > Em Wed, 26 Aug 2015 17:25:19 +0200 > Javier Martinez Canillas escreveu: > >> The omap3isp driver initializes the entities and creates the pads links >> before the entities are registered with the media device. This does not >> w

Re: [RFC PATCH v3 1/5] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2

2015-08-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 20:59:28 +0900 Junghak Sung escreveu: > Make videobuf2-v4l2 as a wrapper of videobuf2-core for v4l2-use. > And replace videobuf2-core.h with videobuf2-v4l2.h. > This renaming change should be accompanied by the modifications > of all device drivers that include videobuf2-core.

Re: [RFC PATCH v3 2/5] media: videobuf2: Restructure vb2_buffer

2015-08-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 20:59:29 +0900 Junghak Sung escreveu: > Remove v4l2-specific stuff from struct vb2_buffer and add member variables > related with buffer management. > > struct vb2_plane { > > /* plane information */ > unsigned intbytesused; > unsi

Re: [RFC PATCH v3 3/5] media: videobuf2: Modify all device drivers

2015-08-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 20:59:30 +0900 Junghak Sung escreveu: > Modify all device drivers related with previous change that restructures > vb2_buffer for common use. > Actually, not all device drivers, yet. So, it required to modifiy more file > to complete this patch. I was expecting to be able to

Re: [RFC PATCH v3 4/5] media: videobuf2: Change queue_setup argument

2015-08-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 20:59:31 +0900 Junghak Sung escreveu: > Replace struct v4l2_format * with void * to make queue_setup() > for common use. > And then, modify all device drivers related with this change. > > Signed-off-by: Junghak Sung > Signed-off-by: Geunyoung Kim > Acked-by: Seung-Woo Kim

[PATCH v2 1/5] ARM: DT: STi: stihxxx-b2120: Add pulse-width properties to ssc2 & ssc3

2015-08-27 Thread Peter Griffin
Adding these properties makes the I2C bus to the demodulators much more reliable, and we no longer suffer from I2C errors when tuning. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/boo

[PATCH v2 5/5] [media] c8sectpfe: Update DT binding doc with some minor fixes

2015-08-27 Thread Peter Griffin
Signed-off-by: Peter Griffin --- .../devicetree/bindings/media/stih407-c8sectpfe.txt | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt b/Documentation/devicetree/bindings/media/stih407-c8sectpfe

[PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32

2015-08-27 Thread Peter Griffin
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Signed-off-by: Peter Griffin Suggested-by: Valentin Rothberg --- drivers/media/platform/sti/c8sectpfe/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media

[PATCH v2 4/5] [media] c8sectpfe: Update binding to reset-gpios

2015-08-27 Thread Peter Griffin
gpio.txt documents that GPIO properties should be named "[-]gpios", with being the purpose of this GPIO for the device. This change has been done as one atomic commit. Signed-off-by: Peter Griffin --- Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt | 6 +++--- arch/arm/boot/dts/s

[PATCH v2 2/5] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-27 Thread Peter Griffin
This patch adds in the required DT node for the c8sectpfe Linux DVB demux driver which allows the tsin channels to be used on an upstream kernel. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 34 ++ 1 file changed, 34 insertions(+) diff

[PATCH v2 0/5] [media] c8sectpfe: Various fixups

2015-08-27 Thread Peter Griffin
Hi Mauro, This series includes a couple of fixes for the c8sectpfe Linux dvb driver. One was caused by omitting a patch from the original c8sectpfe series which defined the ssc2 and ssc3 dt nodes, which was then used by the later DT patch. This patch is included, along with the original patch wh

Best regards, TO NEXT OF KIN.........

2015-08-27 Thread Ben cook
Barrister Ben Cook La Sagrada Familia Calle Mallorca, 601 08713 Seville Spain. Mobil: +34 631 093 714 > Attn: Dear Friend, > I am Barrister Ben Cook a solicitor at law. I am the personal attorney to late Mr. Robert a national of your country, who was an official contractor (category D) with REPS