The PHY framework provides a set of APIs for the PHY drivers to
create/destroy a PHY and APIs for the PHY users to obtain a reference to the
PHY with or without using phandle. For dt-boot, the PHY drivers should
also register *PHY provider* with the framework.
PHY drivers should create the PHY by
Used the generic PHY framework API to create the PHY. For powering on
and powering off the PHY, power_on and power_off ops are used. Once the
MUSB OMAP glue is adapted to the new framework, the suspend and resume
ops of usb phy library will be removed.
However using the old usb phy library cannot
In order for controllers to get PHY in case of non dt boot, the phy
binding information (phy device name) should be added in the platform
data of the controller.
Signed-off-by: Kishon Vijay Abraham I
Reviewed-by: Sylwester Nawrocki
Acked-by: Felipe Balbi
---
arch/arm/mach-omap2/usb-musb.c |
Used the generic PHY framework API to create the PHY. Now the power off and
power on are done in omap_usb_power_off and omap_usb_power_on respectively.
However using the old USB PHY library cannot be completely removed
because OTG is intertwined with PHY and moving to the new framework
will break
Added a generic PHY framework that provides a set of APIs for the PHY drivers
to create/destroy a PHY and APIs for the PHY users to obtain a reference to
the PHY with or without using phandle.
This framework will be of use only to devices that uses external PHY (PHY
functionality is not embedded w
Now that twl4030-usb is adapted to the new generic PHY framework,
*set_suspend* and *phy_init* ops can be removed from twl4030-usb driver.
Signed-off-by: Kishon Vijay Abraham I
Acked-by: Felipe Balbi
Reviewed-by: Sylwester Nawrocki
---
drivers/usb/phy/phy-twl4030-usb.c | 57 +
From: Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control
the MIPI CSIS DPHY. The 'phy_label' field is added to the platform
data structure to allow PHY lookup on non-dt platforms
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe
From: Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control
the MIPI DSIM DPHY. The 'phy_label' field is added to the platform
data structure to allow PHY lookup on non-dt platforms.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felip
From: Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY.
Signed-off-by: Jingoo Han
Reviewed-by: Tomasz Figa
Cc: Sylwester Nawrocki
Acked-by: Felipe Balbi
Signed-off-by: Kishon Vijay Abraham I
---
.../devicetree/bindings/phy/samsung-phy.txt|8 ++
d
From: Sylwester Nawrocki
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2
receiver and MIPI DSI transmitter DPHYs.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
Acked-by: Felipe Balbi
Signed-off-by: Kishon Vijay Abraham I
---
.../devicetree/bindings/phy/s
Now that omap-usb2 is adapted to the new generic PHY framework,
*set_suspend* ops can be removed from omap-usb2 driver.
Signed-off-by: Kishon Vijay Abraham I
Acked-by: Felipe Balbi
Reviewed-by: Sylwester Nawrocki
---
drivers/usb/phy/phy-omap-usb2.c | 25 -
1 file chan
Use the generic PHY framework API to get the PHY. The usb_phy_set_resume
and usb_phy_set_suspend is replaced with power_on and
power_off to align with the new PHY framework.
musb->xceiv can't be removed as of now because musb core uses xceiv.state and
xceiv.otg. Once there is a separate state mach
Updated the usb_otg_hs dt data to include the *phy* and *phy-names*
binding in order for the driver to use the new generic PHY framework.
Also updated the Documentation to include the binding information.
The PHY binding information can be found at
Documentation/devicetree/bindings/phy/phy-bindings
From: Jingoo Han
Exynos Display Port can be used only for Exynos SoCs. In addition,
non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is
no need to support non-DT for Exynos Display Port.
The 'include/video/exynos_dp.h' file has been used for non-DT
support and the content of file
From: Jingoo Han
Use the generic PHY API to control the DP PHY.
Signed-off-by: Jingoo Han
Reviewed-by: Tomasz Figa
Signed-off-by: Kishon Vijay Abraham I
---
.../devicetree/bindings/video/exynos_dp.txt | 18 +-
drivers/video/exynos/exynos_dp_core.c|
From: Sylwester Nawrocki
Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM
DPHYs so we can remove now unused code at arch/arm/plat-samsung.
In case there is any board file for S5PV210 platforms using MIPI
CSIS/DSIM (not any upstream currently) it should use the generic
PHY API to
On 07/18/2013 02:17 AM, Ezequiel Garcia wrote:
> Hi Sergey,
>
> On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote:
>> On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote:
>>> On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote:
Hi Sylwester,
On Wed, Jul 17, 2013 at 7:44 PM, Sylwester Nawrocki
wrote:
> On 07/17/2013 06:55 AM, Arun Kumar K wrote:
>> On Wed, Jul 17, 2013 at 3:33 AM, Sylwester Nawrocki
>> wrote:
>>> On 07/09/2013 02:04 PM, Arun Kumar K wrote:
On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuil wrote:
On Wed, Jul 17, 2013 at 10:15 PM, Antti Palosaari wrote:
> hmm, I looked again the cx23885 driver.
>
> 0x4c == [0x98 >> 1] = "flatiron" == some internal block of the chip
Yeah, ok. Pretty sure Flatiron is the codename for the ADC for the SIF.
> There is routine which dumps registers out, 0x00 -
On 07/18/2013 04:58 AM, Devin Heitmueller wrote:
On Wed, Jul 17, 2013 at 9:33 PM, Luis Alves wrote:
Hi,
This i2c init should stop the interrupt storm that happens in some cards when
the IR receiver in enabled.
It works perfectly in my TBS6981.
What is at I2C address 0x4c? Might be useful t
It could be an off by one, I dont have a datasheet for the au8522 to
know for sure.
I filled in the blanks, ie
0 270
2 250
so I guessed that 1 is 260
Chris
update...@gmail.com
On Wed, Jul 17, 2013 at 7:41 PM, Devin Heitmueller
wrote:
> On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee wrote:
>> Thi
On Tue, Jul 16, 2013 at 7:06 PM, Alban Browaeys
wrote:
> Set fmt.pix.priv to zero in vidioc_g_fmt_vid_cap
> and vidioc_try_fmt_vid_cap.
Any reason not to have the v4l2 core do this before dispatching to the
driver? Set it to zero before the core calls g_fmt. This avoids all
the drivers (most o
On Wed, Jul 17, 2013 at 9:33 PM, Luis Alves wrote:
> Hi,
>
> This i2c init should stop the interrupt storm that happens in some cards when
> the IR receiver in enabled.
> It works perfectly in my TBS6981.
What is at I2C address 0x4c? Might be useful to have a comment in
there explaining what th
On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee wrote:
> This patch fixes an if() statement that was preventing the last
> element in the table from ever being utilized, preventing the snr from
> ever displaying 27db. Also some of the gaps in the lookup table were
> filled in.
>
> Signed-off-by: Chris
Hi,
This i2c init should stop the interrupt storm that happens in some cards when
the IR receiver in enabled.
It works perfectly in my TBS6981.
It would be good to test in other problematic cards.
In this patch I've added the IR init to the TeVii S470/S471 (and some others
that fall in the sam
Hi Sakari,
Just a small question below, I've addressed all the rest in a reply to Hans'
original e-mail.
On Thursday 11 July 2013 00:30:21 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > Hi all,
> >
> > I have been working on support for passing matrices to/from drivers using
> > a new matrix API
Hi Hans,
Thank you for the proposal.
On Monday 08 July 2013 13:06:56 Hans Verkuil wrote:
> Hi all,
>
> I have been working on support for passing matrices to/from drivers using a
> new matrix API. See this earlier thread for more background information:
>
> http://comments.gmane.org/gmane.linux
Hi Ezequiel,
On Wed, Jul 17, 2013 at 09:17:53PM -0300, Ezequiel Garcia wrote:
> On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote:
> > On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote:
> > > On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan
This patch fixes an if() statement that was preventing the last
element in the table from ever being utilized, preventing the snr from
ever displaying 27db. Also some of the gaps in the lookup table were
filled in.
Signed-off-by: Chris Lee
---
--- media_build/linux/drivers/media/dvb-frontends/au8
Hi Hans,
Thanks for the patch.
On Friday 28 June 2013 14:27:31 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 55
> 1 file changed, 55 insertions(+)
>
> diff --git a/drivers/media/v4l2-
Hi Sergey,
On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote:
> On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote:
> > On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote:
> > >
> > > It generally works fine, I can, for example, open the
Hi Hans,
Thanks for the patch.
On Friday 28 June 2013 14:27:33 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> include/uapi/linux/videodev2.h | 17 +
> 1 file changed, 17 insertions(+)
>
> diff --git a/include/uapi/linux/videodev2.h b/include/
Hello,
On Sunday 07 July 2013 23:50:30 Sylwester Nawrocki wrote:
> On 06/28/2013 02:27 PM, Hans Verkuil wrote:
> > This patch series adds support for matrices and motion detection and
> > converts the solo6x10 driver to use these new APIs.
> >
> > See the RFCv2 for details on the motion detection
Hi Sakari,
On Wednesday 17 July 2013 22:47:03 Sakari Ailus wrote:
> On Wed, Jul 17, 2013 at 04:54:38PM +0200, Laurent Pinchart wrote:
> > The graph traversal API (media_entity_graph_walk_*) will fail to
> > correctly walk the graph when circular links exist. Fix it by checking
> > whether an entit
On 17.07.13 14:50, Laurent Pinchart wrote:
Hi Jakub,
3. After setting up a simple pipeline using media-ctl[2] I get "CCDC
won't become idle errors". If I do this after running "live" I also get
(unless it hangs) the CCDC Register dump [1]. Otherwise I only get the
stream of kernel log messages
Hi Ezequiel,
On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote:
> On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote:
> >
> > It generally works fine, I can, for example, open the video device using
> > VLC,
> > select one of the inputs and get the picture.
>
v3:
Fixed issues reported by checkpatch script (thanks Antti).
Changed/fixed some stuff as sugested by Mauro Chehab.
Splited cx23885 changes to a separated patch.
Signed-off-by: Luis Alves
---
drivers/media/pci/cx23885/Kconfig |1 +
drivers/media/pci/cx23885/cx23885-cards.c | 68 ++
v3:
Fixed issues reported by checkpatch script (thanks Antti).
Changed/fixed some stuff as sugested by Mauro Chehab.
Splited cx23885 changes to a separated patch.
Signed-off-by: Luis Alves
---
drivers/media/dvb-frontends/Kconfig |7 +
drivers/media/dvb-frontends/Makefile |1 +
drivers
Buen día,
Somos una empresa FAIRHAVEN INTERNATIONAL LTD. dar préstamos por
correo anuncio. Ofrecemos diversos tipos de préstamos (créditos
blandos para vivienda, préstamos personales, etc.) Por la tasa de
interés del 3%, el plazo de amortización puede ser cualquier cosa
entre 3 y 25 años.
On Wed, 3 Jul 2013 13:55:58 +0800
Libin Yang wrote:
> This patch adds the MIPI support for marvell-ccic.
> Board driver should determine whether using MIPI or not.
Sorry for taking so long...I wanted to be able to carve out some time and
look at things closely. At this point, there's nothing th
Hi Laurent,
On Wed, Jul 17, 2013 at 04:54:38PM +0200, Laurent Pinchart wrote:
> The graph traversal API (media_entity_graph_walk_*) will fail to
> correctly walk the graph when circular links exist. Fix it by checking
> whether an entity is already present in the stack before pushing it.
We never
Em Wed, 17 Jul 2013 10:54:19 -0300
Alfredo Jesús Delaiti escreveu:
> Hi all
>
> El 15/07/13 17:30, Mauro Carvalho Chehab escribió:
> > Em Mon, 15 Jul 2013 16:30:18 -0300
> > Alfredo Jesús Delaiti escreveu:
> >
> >> Hi all
> >>
> >> After some time trying to see what the problem is, I have found
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: Wed Jul 17 19:00:20 CEST 2013
git branch: test
git hash: 1c26190a8d492adadac4711fe5762d46204b18b0
gcc versi
Patch to make TeVii S471 cards use the ts2020 tuner, since ds3000 driver no
longer contains tuning code.
Signed-off-by: Johannes Koch
---
drivers/media/pci/cx23885/cx23885-dvb.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c
b/drivers/media/pci/
Hi Sylwester,
Thanks for the quick review.
On Wed, Jul 17, 2013 at 10:09 PM, Sylwester Nawrocki
wrote:
> On 07/17/2013 06:20 PM, Prabhakar Lad wrote:
>> From: "Lad, Prabhakar"
>>
>> add OF support for the tvp7002 driver.
>>
>> Signed-off-by: Lad, Prabhakar
>> ---
>> This patch depends on http
Dear customers,
We encourage you to update your phpBB forums to the latest version as it
prevents many security bugs and make your forum stable.
There are many anti-spam methods to prevent the spambots registration and
posting , please pick up one of these mods to keep your forum clean
We provide
On 07/17/2013 06:20 PM, Prabhakar Lad wrote:
> From: "Lad, Prabhakar"
>
> add OF support for the tvp7002 driver.
>
> Signed-off-by: Lad, Prabhakar
> ---
> This patch depends on https://patchwork.kernel.org/patch/2828800/
>
> Changes for v3:
> 1: Fixed review comments pointed by Sylwester.
Vážení E-mail užívateľa;
Prekročili ste 23432 boxy nastaviť svoje
Webová služba / Administrátor, a budete mať problémy pri odosielaní a
prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na
odkaz nižšie a vyplňte údaje pre overenie vášho účtu
Prosím, kliknite na odkaz nižšie ale
Hi Laurent,
On Wed, Jul 17, 2013 at 5:51 PM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> On Saturday 13 July 2013 14:20:26 Prabhakar Lad wrote:
>> From: "Lad, Prabhakar"
>>
>> This patch series replaces existing resource handling in the
>> driver with managed device resource.
>
> Thank you for t
Hi Sylwester,
On Wed, Jul 17, 2013 at 9:50 PM, Sylwester Nawrocki
wrote:
> On 07/17/2013 05:47 PM, Prabhakar Lad wrote:
>> From: "Lad, Prabhakar"
>>
>> This patch adds 'sync-on-green-active' property as part
>> of endpoint property.
>>
>> Signed-off-by: Lad, Prabhakar
>
> Thanks Prabhakar, it l
From: "Lad, Prabhakar"
add OF support for the tvp7002 driver.
Signed-off-by: Lad, Prabhakar
---
This patch depends on https://patchwork.kernel.org/patch/2828800/
Changes for v3:
1: Fixed review comments pointed by Sylwester.
.../devicetree/bindings/media/i2c/tvp7002.txt | 43
On 07/17/2013 05:47 PM, Prabhakar Lad wrote:
> From: "Lad, Prabhakar"
>
> This patch adds 'sync-on-green-active' property as part
> of endpoint property.
>
> Signed-off-by: Lad, Prabhakar
Thanks Prabhakar, it looks good to me.
Just a side note, the 'From' tag above isn't needed. It wasn't
adde
From: "Lad, Prabhakar"
This patch adds 'sync-on-green-active' property as part
of endpoint property.
Signed-off-by: Lad, Prabhakar
---
Changes for v5:
1: Changed description for sync-on-green-active property in
documentation file as suggested by Sylwester.
Changes for v4:
1: Fix
Hi all,
It's time to start nailing down the agenda for the Graphics and Display
microconference at the Linux Plumbers Conference 2013. For conference approval
and preliminary planning purposes, we have compiled a list of possible topics
for discussion. The overview and general list of topic ide
The V4L2_MBUS_FMT_YUV10_1X30 code is documented as being equal to
0x2014, while the v4l2-mediabus.h header defines it as 0x2016. Fix the
documentation.
Signed-off-by: Laurent Pinchart
---
Documentation/DocBook/media/v4l/subdev-formats.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
Signed-off-by: Laurent Pinchart
---
Documentation/DocBook/media/v4l/subdev-formats.xml | 609 +
Documentation/DocBook/media_api.tmpl | 6 +
include/uapi/linux/v4l2-mediabus.h | 6 +-
3 files changed, 254 insertions(+), 367 deletions(-)
diff -
Hello,
Here's the second version of the VSP1 engine (a Video Signal Processor found
in several Renesas R-Car SoCs) driver. Many thanks to Hans Verkuil for his
very quick review of v1.
The VSP1 is a video processing engine that includes a blender, scalers,
filters and statistics computation. Confi
The graph traversal API (media_entity_graph_walk_*) will fail to
correctly walk the graph when circular links exist. Fix it by checking
whether an entity is already present in the stack before pushing it.
Signed-off-by: Laurent Pinchart
---
drivers/media/media-entity.c | 17 -
1
NV16M and NV61M are planar YCbCr 4:2:2 and YCrCb 4:2:2 formats with a
luma plane followed by an interleaved chroma plane. The planes are not
required to be contiguous in memory, and the formats can only be used
with the multi-planar formats API.
Signed-off-by: Laurent Pinchart
---
Documentation/
Hello again Marek
In my system I am doing the scatter gather compaction on device
driver... But I agree that it would be better done on the vb2 layer.
For the oversize sglist we could do one of this two things.
If we want to have a simple pass processing we have to allocate an
structure A for th
On 07/17/2013 06:55 AM, Arun Kumar K wrote:
> On Wed, Jul 17, 2013 at 3:33 AM, Sylwester Nawrocki
> wrote:
>> On 07/09/2013 02:04 PM, Arun Kumar K wrote:
>>>
>>> On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuil wrote:
On Fri May 31 2013 15:03:23 Arun Kumar K wrote:
>
> FIMC-IS use
Hello again
I have made some experiments and have replaced alloc_pages_exact with
alloc_pages of order N. Unfortunatelly vm_insert_page and vm_map_ram
does not work as expected.
vm_insert_page, only insert the PAGE_SIZE bytes of the higher order
page, if I try to add the other pages manually, the
Hi all
El 15/07/13 17:30, Mauro Carvalho Chehab escribió:
Em Mon, 15 Jul 2013 16:30:18 -0300
Alfredo Jesús Delaiti escreveu:
Hi all
After some time trying to see what the problem is, I have found it is
not come the RF signal.
I've gone back using a 3.2 kernel, after doing a couple of tests,
Hello,
On 7/17/2013 11:43 AM, Ricardo Ribalda Delgado wrote:
Hi Marek
alloc_pages_exact returns pages of order 0, every single page is
filled into buf->pages, that then is used by vb2_dma_sg_mmap(), that
also expects order 0 pages (its loops increments in PAGE_SIZE). The
code has been tested
Hi Jakub,
(CC'ing Tomi Valkeinen)
On Friday 12 July 2013 16:44:44 Jakub Piotr Cłapa wrote:
> Hi Laurent,
>
> On 05.07.13 12:48, Laurent Pinchart wrote:
> >> Thanks for the explanation. It would be great if you could update your
> >> board/beagle/mt9p031 branch and include the discussed changes.
Hi Prabhakar,
On Saturday 13 July 2013 14:20:26 Prabhakar Lad wrote:
> From: "Lad, Prabhakar"
>
> This patch series replaces existing resource handling in the
> driver with managed device resource.
Thank you for the patches. They greatly simplify the probe/remove functions, I
like that. For pa
> On Wednesday, July 17, 2013 01:03:44 PM you wrote:
> Hi Bård,
>
> On Tuesday 16 July 2013 14:59:04 Bard Eirik Winther wrote:
> > On Tuesday, July 16, 2013 02:01:45 PM you wrote:
> > > Hi Bård,
> > >
> > > Thank you for the patches.
> > >
> > > On Tuesday 16 July 2013 13:24:08 Bård Eirik Winthe
Hi Tom,
On Tuesday 16 July 2013 14:24:59 Tom wrote:
> Laurent Pinchart ideasonboard.com> writes:
> > On Monday 15 July 2013 09:23:19 Tom wrote:
> > > Hello,
> > >
> > > I am working with a gumstix overo board connected with a e-con-systems
> > > camera module using a ov3640 camera sensor.
> > >
On Wednesday 17 July 2013 11:49:49 Pawel Moll wrote:
> On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
> > This series patches extend Pawel's patches to
> > Versatile Express HDLCD DVI output support.
> > Before apply this patches, please apply Pawel's patches first.
> > This series patches impl
On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
> This series patches extend Pawel's patches to
> Versatile Express HDLCD DVI output support.
> Before apply this patches, please apply Pawel's patches first.
> This series patches implements base on Linaro release 13.06 branch
> "ll_20130621.0".
Hi Phil,
On Tuesday 16 July 2013 14:54:41 phil.edwor...@renesas.com wrote:
> On 16/07/2013 13:05 Laurent Pinchart wrote:
> > On Wednesday 05 June 2013 10:11:35 Phil Edworthy wrote:
> > > Signed-off-by: Phil Edworthy
> > > ---
> > >
> > > v3:
> > > - Removed dupplicated writes to reg 0x3042
> >
[v2] Fixed/changed according to first review.
Regards,
Luis
Signed-off-by: Luis Alves
---
drivers/media/dvb-frontends/Kconfig |7 +
drivers/media/dvb-frontends/Makefile |1 +
drivers/media/dvb-frontends/cx24117.c | 1645 +
drivers/media/dvb-fr
Hi All,
This series patches extend Pawel's patches to
Versatile Express HDLCD DVI output support.
Before apply this patches, please apply Pawel's patches first.
This series patches implements base on Linaro release 13.06 branch
"ll_20130621.0".
here is Pawel's patches
[1] http://lists.freedeskt
---
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts |6 +-
drivers/video/arm-hdlcd.c | 116 +---
drivers/video/vexpress-dvimode.c | 11 +++
drivers/video/vexpress-muxfpga.c |8 +-
include/linux/arm-hdlcd.h |6 +
---
drivers/video/Kconfig |2 ++
drivers/video/fbmon.c | 12 +---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2e14e0b..b0a0947 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -324,6 +324,7 @@ con
Hi Marek
alloc_pages_exact returns pages of order 0, every single page is
filled into buf->pages, that then is used by vb2_dma_sg_mmap(), that
also expects order 0 pages (its loops increments in PAGE_SIZE). The
code has been tested on real HW.
Your concern is that that alloc_pages_exact splits t
On Wed, 2013-07-17 at 10:01 +0800, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Remove including that don't need it.
>
> Signed-off-by: Wei Yongjun
Acked-by: Lubomir Rintel
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.ker
Hi Sergey,
On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote:
>
> It generally works fine, I can, for example, open the video device using VLC,
> select one of the inputs and get the picture.
>
> However, programs like motion or zoneminder fail, I am not quite sure if it
Remove the check as there's no reason to prevent the input from
being set when the device is streaming. This allows surveillance
applications (such as motion, zoneminder, etc.) to configure the
input while streaming.
Reported-by: Sergey 'Jin' Bostandzhyan
Signed-off-by: Ezequiel Garcia
---
Cc: S
Hi Sakari,
On 17 July 2013 00:58 Sakari Ailus wrote:
> On Mon, Jul 15, 2013 at 09:30:33AM +, Thomas Vajzovic wrote:
>> On 10 July 2013 20:44 Sylwester Nawrocki wrote:
>>> On 07/07/2013 10:18 AM, Thomas Vajzovic wrote:
On 06 July 2013 20:58 Sylwester Nawrocki wrote:
> On 07/05/2013 10:
Hi Sylwester,
Thanks for the review.
On Wed, Jul 17, 2013 at 2:08 AM, Sylwester Nawrocki
wrote:
> Hi Prabhakar,
>
>
[snip]
>> diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt
>> b/Documentation/devicetree/bindings/media/video-interfaces.txt
>> index e022d2d..5186c7e 1006
Hello,
On 7/15/2013 11:34 AM, Ricardo Ribalda Delgado wrote:
Most DMA engines have limitations regarding the number of DMA segments
(sg-buffers) that they can handle. Videobuffers can easily spread through
houndreds of pages.
In the previous aproach, the pages were allocated individually, this
Hi Samuel,
A while ago I have send rebased patch adding device-tree support for
max77693 as you asked:
https://patchwork.kernel.org/patch/2414341/
The patch is still not applied. Is there a reason for that or just an
omission?
Regards
Andrzej
On 04/08/2013 05:21 PM, Samuel Ortiz wrote:
> Hi And
83 matches
Mail list logo