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=-
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_
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
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
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
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
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_
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
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
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 +++
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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(-)
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
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
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.
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
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
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.
>>
>>
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
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'.
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
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
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
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
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
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
* 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
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
>
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
49 matches
Mail list logo