Re: rtl28xxu - rtl2832 frontend attach

2012-05-25 Thread poma
On 05/20/2012 11:12 PM, Thomas Mair wrote: > On 20.05.2012 22:08, Antti Palosaari wrote: >> On 20.05.2012 20:04, poma wrote: >>> After hard/cold boot: >> >>> DVB: register adapter0/net0 @ minor: 2 (0x02) >>> rtl2832u_frontend_attach: >>> rtl28xxu_ctrl_msg: failed=-32 >>> rtl28xxu_ctrl_msg: failed=-

[PATCH 08/15] video: mx2_emmaprp: Use clk_prepare_enable/clk_disable_unprepare

2012-05-25 Thread Fabio Estevam
From: Fabio Estevam Prepare the clock before enabling it. Cc: Guennadi Liakhovetski Cc: Signed-off-by: Fabio Estevam --- drivers/media/video/mx2_emmaprp.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/mx2_emmaprp.c b/drivers/media/video/mx2_

[PATCH 06/15] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepare

2012-05-25 Thread Fabio Estevam
From: Fabio Estevam Prepare the clock before enabling it. Cc: Guennadi Liakhovetski Cc: Signed-off-by: Fabio Estevam --- drivers/media/video/mx1_camera.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/mx1_camera.c b/drivers/media/video/mx1_cam

[PATCH 07/15] video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepare

2012-05-25 Thread Fabio Estevam
From: Fabio Estevam Prepare the clock before enabling it. Cc: Guennadi Liakhovetski Cc: Signed-off-by: Fabio Estevam --- drivers/media/video/mx2_camera.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video

DVB USB: change USB stream settings dynamically

2012-05-25 Thread Antti Palosaari
I was planning make DVB USB be able to switch USB streaming parameters dynamically. I mean [struct usb_data_stream_properties] parameters. Currently it reserves USB streaming buffers when device is plugged. Own buffer is reserved for each frontend, which means currently 1-3 streaming buffers d

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Stefan Richter
On May 25 Mauro Carvalho Chehab wrote: > A simple way to solve it seems to make those options dependent on > CONFIG_EXPERT. > > Not sure if all usual distributions disable it, but I guess most won't have > EXPERT enabled. > > The enclosed patch does that. If nobody complains, I'll submit it toge

[PATCH] Revert "[media] media: mx2_camera: Fix mbus format handling"

2012-05-25 Thread Guennadi Liakhovetski
This reverts commit d509835e32bd761a2b7b446034a273da568e5573. That commit breaks support for the generic pass-through mode in the driver for formats, not natively supported by it. Besides due to a merge conflict it also breaks driver compilation: drivers/media/video/mx2_camera.c: In function 'mx2_

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Guennadi Liakhovetski
Hi Mauro On Fri, 25 May 2012, Mauro Carvalho Chehab wrote: > Em 25-05-2012 11:49, Anssi Hannula escreveu: > > 25.05.2012 15:12, Mauro Carvalho Chehab kirjoitti: [snip] > >> [RFC PATCH] Make tuner/frontend options dependent on EXPERT > >> > >> The media CUSTOMISE options are there to allow embed

[GIT PATCHES FOR 3.5] s5p-fimc driver fixes

2012-05-25 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 5472d3f17845c4398c6a510b46855820920c2181: [media] mt9m032: Implement V4L2_CID_PIXEL_RATE control (2012-05-24 09:27:24 -0300) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung v4l-fimc-fixes for you to fet

[RFC/PATCH 05/13] media: s5p-fimc: Add device tree support for FIMC devices

2012-05-25 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- .../bindings/camera/soc/samsung-fimc.txt | 66 drivers/media/video/s5p-fimc/fimc-capture.c|2 +- drivers/media/video/s5p-fimc/fimc-core.c | 410 +++

[RFC/PATCH 02/13] media: s5p-csis: Add device tree support

2012-05-25 Thread Sylwester Nawrocki
s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC (camera host interface DMA engine and image processor). This patch adds support for instantiating the MIPI-CSIS devices from DT and parsing all SoC and board specific properties from device tree. The MIPI DPHY control callback is

[RFC/PATCH 03/13] ARM: Samsung: Remove unused fields from FIMC and CSIS platform data

2012-05-25 Thread Sylwester Nawrocki
The MIPI-CSI2 bus data alignment is now being derived from the media bus pixel code, the drivers don't use the corresponding structure fields, so remove them. Also remove the s5p_csis_phy_enable callback which is now used directly by s5p-csis driver. Signed-off-by: Sylwester Nawrocki Signed-off-b

[RFC/PATCH 07/13] media: s5p-fimc: Enable device tree based media device instantiation

2012-05-25 Thread Sylwester Nawrocki
Enable device tree based instantiation of the common platform device associated with the top level media device driver. Handling of the image sensor related properties, like video port pins configuration, is not included in this patch. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Par

[RFC/PATCH 08/13] ARM: dts: Add FIMC and MIPI-CSIS devices to Exynos4210 DT source

2012-05-25 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/boot/dts/exynos4210-origen.dts | 28 +++ arch/arm/boot/dts/exynos4210-smdkv310.dts | 28 +++ arch/arm/boot/dts/exynos4210.dtsi | 54 + arch/arm/mach-exy

[RFC/PATCH 04/13] devicetree: Add common video devices bindings documentation

2012-05-25 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Documentation/devicetree/bindings/video/video.txt | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/video.txt diff --git a/Documentation/devicetree/bindings/video/vid

[RFC/PATCH 09/13] media: s5k6aa: Add support for device tree based instantiation

2012-05-25 Thread Sylwester Nawrocki
The driver initializes all board related properties except the s_power() callback to board code. The platforms that require this callback are not supported by this driver yet for CONFIG_OF=y. Signed-off-by: Sylwester Nawrocki Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park

[RFC/PATCH 10/13] ARM: dts: Add camera devices to exynos4210-nuri.dts

2012-05-25 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/boot/dts/exynos4210-nuri.dts | 54 + 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-nuri.dts b/arch/arm/boot/dts/exynos4210-nuri.dts index 103092c..d04f596

[PATCH 14/14] s5p-fimc: Add FIMC and MIPI-CSIS devices to CAM power domain

2012-05-25 Thread Sylwester Nawrocki
From: Bartlomiej Zolnierkiewicz Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Sylwester Nawrocki --- drivers/media/video/s5p-fimc/fimc-core.c | 15 +++ drivers/media/video/s5p-fimc/mipi-csis.c | 15 +++ 2 files changed, 30 insertions(+) diff --git a/drive

[RFC/PATCH 12/13] media: s5p-fimc: Add device tree based sensors registration

2012-05-25 Thread Sylwester Nawrocki
Add parsing of 'sensor' nodes specified as 'camera' child nodes. Each 'sensor' node should contain a phandle indicating sensor I2C client device. Sensors with SPI control bus are not yet supported. Additionally it is required that the I2C client node (child node of I2C bus controller node) contain

[RFC/PATCH 11/13] media: s5p-fimc: Keep local copy of sensors platform data

2012-05-25 Thread Sylwester Nawrocki
Use a copy of sensor platform data structure, rather than referencing external platform data from the driver. This allows to fill the local copy with values parsed from device tree when needed. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-

[RFC/PATCH 13/13] media: s5p-fimc: Add parallel video port pin configuration

2012-05-25 Thread Sylwester Nawrocki
This patch adds parsing of 'samsung,fimc-camport-a-gpios' and 'samsung,fimc-camport-b-gpios' properties from 'camera' node and configuration of camera parallel port pins. It can be in future replaced with equivalent pinctrl API calls. Signed-off-by: Sylwester Nawrocki Signed-off-by: Bartlomiej Zo

[RFC/PATCH 06/13] media: s5p-fimc: Add device tree support for FIMC-LITE

2012-05-25 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- .../bindings/camera/soc/samsung-fimc.txt | 15 drivers/media/video/s5p-fimc/fimc-lite.c | 73 ++-- 2 files changed, 67 insertions(+), 21 deletions(-) diff --git a/Documentation/device

[RFC/PATCH 01/13] ARM: Samsung: Extend MIPI PHY callback with an index argument

2012-05-25 Thread Sylwester Nawrocki
For systems instantiated from device tree struct platform_device id field is always -1, add an 'id' argument to the s5p_csis_phy_enable() function so the MIPI-CSIS hardware instance index can be passed in by driver, for CONFIG_OF=y. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park

[RFC/PATCH 0/13] Add device tree support for s5p-fimc SoC camera host interface driver

2012-05-25 Thread Sylwester Nawrocki
Hi All, This patch series adds device tree support for Samsung S5P/Exynos SoC camera devices - camera host interface (FIMC), MIPI-CSI2 receiver (a frontend to FIMC) and S5K6AA image sensor. It also defines common "data-lanes" property for MIPI-CSI2 receivers and transmitters, as well as "video-b

Re: [RFCv1] DVB-USB improvements [alternative 2]

2012-05-25 Thread Antti Palosaari
On 25.05.2012 21:32, Mauro Carvalho Chehab wrote: Em 25-05-2012 14:44, Antti Palosaari escreveu: On 21.05.2012 06:50, Mauro Carvalho Chehab wrote: Em 20-05-2012 17:55, Antti Palosaari escreveu: I did some more planning and made alternative RFC. As the earlier alternative was more like changing

Re: [RFCv1] DVB-USB improvements [alternative 2]

2012-05-25 Thread Mauro Carvalho Chehab
Em 25-05-2012 15:32, Mauro Carvalho Chehab escreveu: > Em 25-05-2012 14:44, Antti Palosaari escreveu: >> On 21.05.2012 06:50, Mauro Carvalho Chehab wrote: >>> Em 20-05-2012 17:55, Antti Palosaari escreveu: I did some more planning and made alternative RFC. As the earlier alternative was m

Re: [RFCv1] DVB-USB improvements [alternative 2]

2012-05-25 Thread Mauro Carvalho Chehab
Em 25-05-2012 14:44, Antti Palosaari escreveu: > On 21.05.2012 06:50, Mauro Carvalho Chehab wrote: >> Em 20-05-2012 17:55, Antti Palosaari escreveu: >>> I did some more planning and made alternative RFC. >>> As the earlier alternative was more like changing old functionality that >>> new one goes

cron job: media_tree daily build: WARNINGS

2012-05-25 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 May 25 19:00:23 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc (GC

Re: [RFCv1] DVB-USB improvements [alternative 2]

2012-05-25 Thread Antti Palosaari
On 25.05.2012 20:44, Antti Palosaari wrote: I have now implemented some basic stuff. Most interesting is new way of map device id and properties for it. I found that I can use .driver_info field from the (struct usb_device_id) to carry pointer. I used it to carry all the other data to the DVB USB

Re: [RFCv1] DVB-USB improvements [alternative 2]

2012-05-25 Thread Antti Palosaari
On 21.05.2012 06:50, Mauro Carvalho Chehab wrote: Em 20-05-2012 17:55, Antti Palosaari escreveu: I did some more planning and made alternative RFC. As the earlier alternative was more like changing old functionality that new one goes much more deeper. As a basic rule I designed it to reduce st

[PATCH 4/4] [media] s5p-fimc: Add missing static storage class in fimc-capture.c file

2012-05-25 Thread Sachin Kamat
Fixes the following sparse warning: drivers/media/video/s5p-fimc/fimc-capture.c:1163:5: warning: symbol 'enclosed_rectangle' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-fimc/fimc-capture.c |2 +- 1 files changed, 1 insertions(+), 1 deletion

[PATCH 3/4] [media] s5p-fimc: Add missing static storage class in fimc-core.c file

2012-05-25 Thread Sachin Kamat
Fixes the following sparse warning: drivers/media/video/s5p-fimc/fimc-core.c:466:5: warning: symbol 'fimc_set_color_effect' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-fimc/fimc-core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH 2/4] [media] s5p-fimc: Add missing static storage class in fimc-mdevice.c file

2012-05-25 Thread Sachin Kamat
Fixes the following sparse warnings: drivers/media/video/s5p-fimc/fimc-mdevice.c:183:5: warning: symbol '__fimc_pipeline_shutdown' was not declared. Should it be static? drivers/media/video/s5p-fimc/fimc-mdevice.c:1013:12: warning: symbol 'fimc_md_init' was not declared. Should it be static? driv

[PATCH 1/4] [media] s5p-fimc: Add missing static storage class in fimc-lite-reg.c file

2012-05-25 Thread Sachin Kamat
Fixes the following sparse warning: drivers/media/video/s5p-fimc/fimc-lite-reg.c:218:6: warning: symbol 'flite_hw_set_out_order' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-fimc/fimc-lite-reg.c |2 +- 1 files changed, 1 insertions(+), 1 dele

Re: [GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Linus Torvalds
On Fri, May 25, 2012 at 2:17 AM, Sumit Semwal wrote: > > I am really sorry - I goofed up in the git URL (sent the ssh URL > instead). I was going to send you an acerbic email asking for your private ssh key, but then noticed that you had sent another email with the public version of the git tree.

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Anssi Hannula
25.05.2012 18:21, Mauro Carvalho Chehab kirjoitti: > Em 25-05-2012 11:49, Anssi Hannula escreveu: >> 25.05.2012 15:12, Mauro Carvalho Chehab kirjoitti: >>> Em 24-05-2012 19:40, Linus Torvalds escreveu: On Thu, May 24, 2012 at 3:33 PM, Mauro Carvalho Chehab wrote: > > The Kconfig

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Mauro Carvalho Chehab
Em 25-05-2012 11:49, Anssi Hannula escreveu: > 25.05.2012 15:12, Mauro Carvalho Chehab kirjoitti: >> Em 24-05-2012 19:40, Linus Torvalds escreveu: >>> On Thu, May 24, 2012 at 3:33 PM, Mauro Carvalho Chehab >>> wrote: The Kconfig default for DVB_FE_CUSTOMISE is 'n'. So, if no DVB bridge i

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Anssi Hannula
25.05.2012 15:12, Mauro Carvalho Chehab kirjoitti: > Em 24-05-2012 19:40, Linus Torvalds escreveu: >> On Thu, May 24, 2012 at 3:33 PM, Mauro Carvalho Chehab >> wrote: >>> >>> The Kconfig default for DVB_FE_CUSTOMISE is 'n'. So, if no DVB bridge is >>> selected, >>> nothing will be compiled. >> >>

[PULL] smsusb: add autodetection support for USB ID 2040:f5a0 (2012-05-25 08:32:17 -0400)

2012-05-25 Thread Michael Krufky
The following changes since commit abed623ca59a7d1abed6c4e7459be03e25a90a1e: [media] radio-sf16fmi: add support for SF16-FMD (2012-05-20 16:10:05 -0300) are available in the git repository at: git://git.linuxtv.org/mkrufky/hauppauge windham-ids for you to fetch changes up to cfd9b78596cbe0c

Re: [GIT PULL for v3.5-rc1] media updates for v3.5

2012-05-25 Thread Mauro Carvalho Chehab
Em 24-05-2012 19:40, Linus Torvalds escreveu: > On Thu, May 24, 2012 at 3:33 PM, Mauro Carvalho Chehab > wrote: >> >> The Kconfig default for DVB_FE_CUSTOMISE is 'n'. So, if no DVB bridge is >> selected, >> nothing will be compiled. > > Sadly, it looks like the default for distro kernels is 'y'.

Re: [PATCH 3/3] [media] s5p-fimc: Stop media entity pipeline if fimc_pipeline_validate fails

2012-05-25 Thread Sylwester Nawrocki
On 05/25/2012 08:29 AM, Sachin Kamat wrote: > Stops the media entity pipeline which was started earlier > if fimc_pipeline_validate fails. > > Signed-off-by: Sachin Kamat Applied that one too. Thanks. -- Regards, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-media

Re: [PATCH 2/3] [media] s5p-fimc: Fix compiler warning in fimc-capture.c file

2012-05-25 Thread Sylwester Nawrocki
On 05/25/2012 08:29 AM, Sachin Kamat wrote: > drivers/media/video/s5p-fimc/fimc-capture.c: In function ‘fimc_cap_streamon’: > drivers/media/video/s5p-fimc/fimc-capture.c:1053:29: warning: ignoring return > value of ‘media_entity_pipeline_start’, declared with attribute > warn_unused_result [-Wunus

Re: [PATCH 2/3] [media] s5p-fimc: Fix compiler warning in fimc-capture.c file

2012-05-25 Thread Sylwester Nawrocki
Hi Sachin, On 05/25/2012 08:29 AM, Sachin Kamat wrote: > drivers/media/video/s5p-fimc/fimc-capture.c: In function ‘fimc_cap_streamon’: > drivers/media/video/s5p-fimc/fimc-capture.c:1053:29: warning: ignoring return > value of ‘media_entity_pipeline_start’, declared with attribute > warn_unused_re

Re: [media-ctl PATCH v3 0/4] New selection format and compose support

2012-05-25 Thread Laurent Pinchart
Hi Sakari, Thanks for the patches. On Wednesday 23 May 2012 01:30:46 Sakari Ailus wrote: > Hi Laurent, > > Update: since v2: > > - Use parenthesis in crop display > > > I've updated the two first patches from the previous set as discussed. > There are two new that change the selection target

[media-ctl PATCH v3.1 2/4] Compose rectangle support for libv4l2subdev

2012-05-25 Thread Sakari Ailus
Signed-off-by: Sakari Ailus --- src/main.c | 14 ++ src/options.c|6 -- src/v4l2subdev.c | 32 +++- 3 files changed, 41 insertions(+), 11 deletions(-) diff --git a/src/main.c b/src/main.c index 5d88b46..0b94f2a 100644 --- a/src/main.c

[media-ctl PATCH v3.1 1/4] New, more flexible syntax for format

2012-05-25 Thread Sakari Ailus
More flexible and extensible syntax for format which allows better usage of the selection API. Continue supporting the old syntax but remove the documentation for it. It was not supported in an official release and its use is thus deprecated. Signed-off-by: Sakari Ailus --- Changes since v3: Re

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-25 Thread Tony Lindgren
* Sergio Aguirre [120523 21:49]: > Hi Tony, > > On Tue, May 8, 2012 at 6:46 PM, Tony Lindgren wrote: > > * Sergio Aguirre [120502 08:21]: > >> This adds support for camera interface with the support for > >> following sensors: > >> > >> - OV5640 > >> - OV5650 > > > > It seems that at this point

Re: [GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, On 25 May 2012 13:25, Sumit Semwal wrote: > Hi Linus, > > Here's the first signed-tag pull request for dma-buf framework. > > Could you please pull the dma-buf updates for 3.5? This includes the > following key items: > - mmap support > - vmap support > - related documentation updates >

[GIT PULL]: dma-buf updates for 3.5

2012-05-25 Thread Sumit Semwal
Hi Linus, Here's the first signed-tag pull request for dma-buf framework. Could you please pull the dma-buf updates for 3.5? This includes the following key items: - mmap support - vmap support - related documentation updates These are needed by various drivers to allow mmap/vmap of dma-buf shar