PROBLEM: siano "transfer buffer not dma capable" when trying to capture video in 4.9.0

2016-12-17 Thread Piotr Chmura
siano "transfer buffer not dma capable" when trying to capture video On kernel 4.9.0 when trying to watch TV (in Kaffeine 1.0.5, libVLC) i get Oops instead of audio/video stream. Kernel 4.8.X series works fine (currently using 4.8.13). [ 60.268359] [ cut here ] [ 60

Re: [RESEND PATCH 1/14] staging/media/as102: initial import from Abilis

2011-10-30 Thread Piotr Chmura
W dniu 18.10.2011 21:46, Piotr Chmura pisze: Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Changes made by me: 1. Driver moved from media/dvb to staging/media 2. Removed Makefile/Kconfig - it doesn't compile in current tree (...) + +/* + * Note: + * - in AS10

[PATCH v3 5/14] staging/media/as102: checkpatch fixes

2011-10-30 Thread Piotr Chmura
From: Devin Heitmueller Reformats as10x_cmd_stream.c to take it closer to linux format code. Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura --- v3: added missing empty lines on end of patch. diff --git linux/drivers/staging/media/as102/as10x_cmd_stream.c linuxb/drivers

[PATCH v3 4/14] staging/media/as102: checkpatch fixes

2011-10-30 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura Added missing empty lines at end of patch Sylwester could you check if it applies cleanly now ? diff --git linux/drivers

Re: [RESEND PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-29 Thread Piotr Chmura
W dniu 29.10.2011 18:14, Sylwester Nawrocki pisze: Hi, On 10/29/2011 03:17 PM, Piotr Chmura wrote: W dniu 29.10.2011 12:22, Sylwester Nawrocki pisze: On 10/18/2011 09:51 PM, Piotr Chmura wrote: Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and

Re: [RESEND PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-29 Thread Piotr Chmura
W dniu 29.10.2011 15:17, Piotr Chmura pisze: W dniu 29.10.2011 12:22, Sylwester Nawrocki pisze: On 10/18/2011 09:51 PM, Piotr Chmura wrote: Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller

Re: [RESEND PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-29 Thread Piotr Chmura
W dniu 29.10.2011 12:22, Sylwester Nawrocki pisze: On 10/18/2011 09:51 PM, Piotr Chmura wrote: Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ Original source and comment: # HG changeset patch # User Devin Heitmueller # Date 1267318701 18000 # Node ID

Re: [PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-19 Thread Piotr Chmura
W dniu 19.10.2011 13:44, Mauro Carvalho Chehab pisze: Em 19-10-2011 09:41, Javier Martinez Canillas escreveu: On Tue, Oct 18, 2011 at 7:20 PM, Piotr Chmura wrote: On Tue, 18 Oct 2011 11:52:17 -0400 Devin Heitmueller wrote: On Tue, Oct 18, 2011 at 5:10 AM, Piotr Chmura wrote: Thanks for

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
On Tue, 18 Oct 2011 13:28:39 -0700 Joe Perches wrote: > On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: > > Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ > [] > > diff --git linux/drivers/staging/media/as102/as102_fe.c > > linuxb/dri

[RESEND PATCH 12/14] staging/media/as102: fix licensing oversight

2011-10-18 Thread Piotr Chmura
oversight From: Pierrick Hascoet Fix a couple of files which were supposed by be relicensed as GPL but were overlooked. Priority: normal Signed-off-by: Pierrick Hascoet Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as10x_cmd_cfg.c

[RESEND PATCH 11/14] staging/media/as102: fix compile warning about unused function

2011-10-18 Thread Piotr Chmura
warning about unused function From: Devin Heitmueller The function in question is only used on old kernels, so we had the call to the function #ifdef'd, but the definition of the function was stil being included. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura

[RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
multiple product names From: Devin Heitmueller Properly handle the case where the driver can be associated with multiple different products (as opposed to always saying the device is named after the value in a #define Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr

[RESEND PATCH 9/14] staging/media/as102: Add Elgato EyeTV DTT Deluxe

2011-10-18 Thread Piotr Chmura
the deivce name via a #define, but wasn't setup to support multiple products from the same build of the driver. Thanks to Joerg Unglaub for suggesting this change. Priority: normal Signed-off-by: Joerg Unglaub Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git

[RESEND PATCH 8/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd_cfg.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as10x_cmd_cfg.c linuxb/drivers/staging/media/as102/as10x_cmd_cfg.c --- linux

[RESEND PATCH 7/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_usb_drv.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as102_usb_drv.c linuxb/drivers/media/dvb/as102/as102_usb_drv.c --- linux/drivers

[RESEND PATCH 6/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_fe.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as102_fe.c linuxb/drivers/staging/media/as102/as102_fe.c --- linux/drivers/staging

[RESEND PATCH 5/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd_stream.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as10x_cmd_stream.c linuxb/drivers/staging/media/as102/as10x_cmd_stream.c

[RESEND PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as10x_cmd.c linuxb/drivers/media/dvb/as102/as10x_cmd.c --- linux/drivers/staging

[RESEND PATCH 3/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_fw.c. Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as102_fw.c linuxb/drivers/media/dvb/as102/as102_fw.c --- linux/drivers/staging/media

[RESEND PATCH 2/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_drv.c Priority: normal Signed-off-by: Devin Heitmueller Signed-off-by: Piotr Chmura diff --git linux/drivers/staging/media/as102/as102_drv.c linuxb/drivers/media/dvb/as102/as102_drv.c --- linux/drivers/staging/media

Re: [PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Piotr Chmura
On Tue, 18 Oct 2011 11:52:17 -0400 Devin Heitmueller wrote: > On Tue, Oct 18, 2011 at 5:10 AM, Piotr Chmura > wrote: > > Thanks for comments for all of you. > > > > [PATCH 1-12/14] Following your guidelines i exported all changes from hg > > one by one. This w

[PATCH 13/14] staging/media/as102: fix compile

2011-10-18 Thread Piotr Chmura
Replace usb_buffer_free() and usb_buffer_alloc() by usb_free_coherent() and usb_alloc_coherent() making it compile in current tree. Add driver to parent Makefile and Kconfig Signed-off-by: Piotr Chmura diff -Nur linux.as102.pulled/drivers/staging/Kconfig linux.as102.compiling/drivers/staging

[PATCH 14/14] staging/media/as102: add nBox Tuner Dongle support

2011-10-18 Thread Piotr Chmura
Add support for nBox Tuner Dongle based on the same chip. Signed-off-by: Piotr Chmura diff -Nur linux.as102.01-initial/drivers/staging/media/as102/as102_usb_drv.c linux.as102.02-nbox/drivers/staging/media/as102/as102_usb_drv.c --- linux.as102.01-initial/drivers/staging/media/as102

[PATCH 12/14] staging/media/as102: fix licensing oversight

2011-10-18 Thread Piotr Chmura
oversight From: Pierrick Hascoet Fix a couple of files which were supposed by be relicensed as GPL but were overlooked. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Pierrick Hascoet diff --git linux/drivers/staging/media/as102/as10x_cmd_cfg.c linuxb/drivers/media

[PATCH 11/14] staging/media/as102: fix compile warning about unused function

2011-10-18 Thread Piotr Chmura
warning about unused function From: Devin Heitmueller The function in question is only used on old kernels, so we had the call to the function #ifdef'd, but the definition of the function was stil being included. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff

[PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Piotr Chmura
multiple product names From: Devin Heitmueller Properly handle the case where the driver can be associated with multiple different products (as opposed to always saying the device is named after the value in a #define Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff

[PATCH 9/14] staging/media/as102: Add Elgato EyeTV DTT Deluxe

2011-10-18 Thread Piotr Chmura
the deivce name via a #define, but wasn't setup to support multiple products from the same build of the driver. Thanks to Joerg Unglaub for suggesting this change. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Joerg Unglaub diff --git linux/drivers/staging/media/

[PATCH 8/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd_cfg.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as10x_cmd_cfg.c linuxb/drivers/media/dvb/as102/as10x_cmd_cfg.c --- linux/drivers/staging

[PATCH 7/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_usb_drv.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as102_usb_drv.c linuxb/drivers/media/dvb/as102/as102_usb_drv.c --- linux/drivers/staging

[PATCH 6/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_fe.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as102_fe.c linuxb/drivers/media/dvb/as102/as102_fe.c --- linux/drivers/staging/media/as102

[PATCH 5/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd_stream.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as10x_cmd_stream.c linuxb/drivers/media/dvb/as102/as10x_cmd_stream.c --- linux/drivers

[PATCH 4/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as10x_cmd.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as10x_cmd.c linuxb/drivers/media/dvb/as102/as10x_cmd.c --- linux/drivers/staging/media/as102

[PATCH 3/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_fw.c. Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as102_fw.c linuxb/drivers/media/dvb/as102/as102_fw.c --- linux/drivers/staging/media/as102

[PATCH 2/14] staging/media/as102: checkpatch fixes

2011-10-18 Thread Piotr Chmura
fixes From: Devin Heitmueller Fix make checkpatch issues reported against as102_drv.c Priority: normal Signed-off-by: Piotr Chmura Cc: Devin Heitmueller diff --git linux/drivers/staging/media/as102/as102_drv.c linuxb/drivers/media/dvb/as102/as102_drv.c --- linux/drivers/staging/media/as102

[PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Piotr Chmura
On Sun, 16 Oct 2011 11:44:14 -0200 Mauro Carvalho Chehab wrote: > Em 16-10-2011 09:45, Devin Heitmueller escreveu: > > On Sun, Oct 16, 2011 at 4:57 AM, Stefan Richter > > wrote: > >> Hi Piotr, > >> > >> thanks for getting this going again. - I have not yet looked through the > >> source but hav

[PATCH 7/7] staging/as102: cleanup - get rid unnecessary LINUX and WIN32 defines

2011-10-15 Thread Piotr Chmura
staging/as102: cleanup - get rid unnecessary LINUX and WIN32 defines Cleanup code: Remove of unnecessary defines WIN32 and LINUX. We are always on linux so code (includes) for WIN32 compatibility is totally useless. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur

[PATCH 6/7] staging/as102: cleanup - get rid of editor comments

2011-10-15 Thread Piotr Chmura
staging/as102: cleanup - get rid of editor comments Cleanup code: Delete vim formatting comments. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.05-pragmapack/drivers/staging/as102/as102_drv.c linux.as102.06-editor/drivers/staging/as102/as102_drv.c

[PATCH 5/7] staging as102: cleanup - get rid of pragma(pack)

2011-10-15 Thread Piotr Chmura
staging as102: cleanup - get rid of pragma(pack) Cleanup code: change #pragma(pack) directive to __attribute__(packed) Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.04-tabs/drivers/staging/as102/as102_fw.h linux.as102.05-pragmapack//drivers/staging/as102

[PATCH 3/7] staging/as102: cleanup - get rid of typedefs

2011-10-15 Thread Piotr Chmura
staging as102: cleanup - get rid off typedefs Cleanup code: get rid of typedef in structures and union definitions. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.02-nbox/drivers/staging/as102/as10x_cmd.h linux.as102.03-typedefs/drivers/staging/as102

[PATCH 2/7] staging/as102: add new device nBox DVB-T Dongle

2011-10-15 Thread Piotr Chmura
staging/as102: add new device nBox DVB-T Dongle Add nBox DVB-T Dongle tuner based on 74e chip. Tested by me on amd64. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.01-initial/drivers/staging/as102/as102_usb_drv.c linux.as102.02-nbox/drivers/staging/as102

[PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup (was: Staging submission: PCTV 80e and PCTV 74e drivers)

2011-10-15 Thread Piotr Chmura
[PATCH 1/7] pull as102 driver fromhttp://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ with the only change needed to compile it in git tree[1]: usb_buffer_alloc() to usb_alloc_coherent() and usb_buffer_free() to usb_free_coherent() [PATCH 2/7] as102: add new device nBox DVB-T Dongle adds new

Re: [PATCH] dvb/as102 nBox DVB-T dongle

2011-10-14 Thread Piotr Chmura
em. What about it Davin ? Peter W dniu 14.10.2011 09:27, Hans Petter Selasky pisze: Hi, Could someone pull the AS102 driver into the media tree? http://git.linuxtv.org/media_tree.git/tree/HEAD:/drivers/media/dvb --HPS On Wednesday 20 July 2011 22:29:41 Piotr Chmura wrote: I just bought D

[PATCH] dvb/as102 nBox DVB-T dongle

2011-07-20 Thread Piotr Chmura
I just bought DVB-T USB dongle for one of polish digital platform. It works fine with as102 driver. Here is patch adding vendor and product ID to as102 driver taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102. I tested it with kernel-3.0-rc7-git7 (had to change usb_buffer_alloc() t