Hi Sumit,
On 05/05/2015 04:41 PM, Sumit Semwal wrote:
> Hi Russell, everyone,
>
> First up, sincere apologies for being awol for sometime; had some
> personal / medical things to take care of, and then I thought I'd wait
> for the merge window to get over before beginning to discuss this
> again.
Hi Sumit, Rob,
Is there any reason why this patch hasn't been merged yet? It makes perfect
sense to me and I would really like to use this in the media drivers.
Many DMA engines do have a limit to the number of segments (obviously
a max count of 1 being the most common limitation, but other limit
Hi Laurent,
Thanks for looping me into this email chain, and apologies about not
responding earlier; it just got lost in the barrage of things.
On 1 June 2015 at 21:20, Laurent Pinchart
wrote:
> Hi Hans,
>
> On Monday 01 June 2015 11:44:51 Hans Verkuil wrote:
>> One of the things that is really
I am aware that there is some development going on for the saa7164 driver to
support the Hauppauge WinTV-HVR2205. I thought I would post some feedback. I
have recently compiled the driver as at 2015-05-31 using "media build tree". I
am unable to tune a channel. When running the following w_s
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 Jun 3 04:00:19 CEST 2015
git branch: test
git hash: c1c3c85ddf60a6d97c122d57d385b4929fcec4b3
gcc versi
Hi Marek,
Thank you for the patch.
On Monday 01 June 2015 14:14:17 Marek Szyprowski wrote:
> If device has no DMA max_seg_size set, we assume that there is no limit
> and it is safe to force it to use DMA_BIT_MASK(32) as max_seg_size to
> let DMA-mapping API always create contiguous mappings in D
Hi Marek,
Thank you for the patch.
On Monday 01 June 2015 14:14:17 Marek Szyprowski wrote:
> If device has no DMA max_seg_size set, we assume that there is no limit
> and it is safe to force it to use DMA_BIT_MASK(32) as max_seg_size to
> let DMA-mapping API always create contiguous mappings in D
On Tue, 2 Jun 2015 17:23:00 +0200 Jan Kara wrote:
> > That's a lump of new code which many kernels won't be needing. Can we
> > put all this in a new .c file and select it within drivers/media
> > Kconfig?
> So the attached patch should do what you had in mind. OK?
lgtm.
> drivers/gpu/drm/e
Running kernel 3.18.14 with git master v4l-utils and a pctv290e + a 292e.
If I try to record with dvbv5-zap and include the "p" option to get
pat/pmt I get -
read_sections: read error: Resource temporarily unavailable
couldn't find pmt-pid for sid 10bf
Doing this this fixes it for me (obviously
Hi! I am working on making a Linux driver for TW5864-based video&audio
capture and encoding PCI boards. The driver is to be submitted for
inclusion to Linux upstream.
The following two links are links to boards available for buying:
http://www.provideo.com.tw/web/DVR%20Card_TW-310.htm
http://www.pr
This patch series adds support to explicitly specify the colorspace transfer
function. This was always implicitly defined by the colorspace, but (as I
suspected that it might happen) this turned out not to work. In practice it
is an independent setting in its own right and it is commonly specified
Define the usage of UTF-8 encoding and let clear that the document
is in English.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/Documentation/DocBook/media_api.tmpl
b/Documentation/DocBook/media_api.tmpl
index 43eda245a1b5..6591b3a37600 100644
--- a/Documentation/DocBook/media_api.tmpl
+++
According with the docs at docbook.org, no backward compatible
changes were done between 4.2 and 4.5 schemas. Some fixes were
added, together with new features. So, let's use the latest
4.x schema.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/Documentation/DocBook/media_api.tmpl
b/Document
We don't want to announce anything, but to add a note ;)
So:
notice -> note
notided -> noted
While here, fix another typo at media_api.tmpl:
with -> which
Reported-by: Jonathan Corbet
Signed-off-by: Mauro Carvalho Chehab
diff --git a/Documentation/DocBook/media/dvb/dvb
As reminded by Jonathan, several places where emphasys
role="tt" were used are actually trying to change the font to
monospaced.
We do that, on other places, by using the constant tag.
So, use it here too.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/Documentation/DocBook/media/dvb/audio.
Some minor English syntax fixes.
Reported-by: Jonathan Corbet
Signed-off-by: Mauro Carvalho Chehab
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml
b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 746b4e2ae346..28e306ee5827 100644
--- a/Documentation/DocBook/media/dvb/dvbpro
Currently, the warning for missing device_caps gives a backtrace like so:
[] dump_stack+0x45/0x57
[] warn_slowpath_common+0x8a/0xc0
[] warn_slowpath_null+0x1a/0x20
[] v4l_querycap+0x43/0x80 [videodev]
[] __video_do_ioctl+0x2a4/0x320 [videodev]
[] ? do_last+0x195/0x1210
[] video_usercopy+0x22e/0x5b
Building with the attached random configuration file,
drivers/media/i2c/adv7604.c: In function ‘adv76xx_get_format’:
drivers/media/i2c/adv7604.c:1853:9: error: implicit declaration of
function ‘v4l2_subdev_get_try_format’
[-Werror=implicit-function-declaration]
fmt = v4l2_subdev_get_try_format(
On Tuesday 02 June 2015 09:12:25 Tony Lindgren wrote:
> * Michael Allwright [150602 01:41]:
> > Hi Everyone,
> >
> > I'm working on the DT bindings for the OMAP4 ISS at the moment, but I
> > am unable to capture any data in my test setup. As detailed below, it
> > seems that everything has been c
* Michael Allwright [150602 01:41]:
> Hi Everyone,
>
> I'm working on the DT bindings for the OMAP4 ISS at the moment, but I
> am unable to capture any data in my test setup. As detailed below, it
> seems that everything has been configured correctly however I never
> get any interrupts from the
Hi, Jacek!
On Tue, Jun 02, 2015 at 11:13:54AM +0200, Jacek Anaszewski wrote:
> Hi Sakari,
>
> On 06/01/2015 10:59 PM, Sakari Ailus wrote:
> >Hi Jacek,
> >
> >On Mon, May 25, 2015 at 05:13:57PM +0200, Jacek Anaszewski wrote:
> >>This patch adds helper functions for registering/unregistering
> >>LE
On Thu 28-05-15 16:24:02, Andrew Morton wrote:
> On Wed, 13 May 2015 15:08:08 +0200 Jan Kara wrote:
>
> > Provide new function get_vaddr_frames(). This function maps virtual
> > addresses from given start and fills given array with page frame numbers of
> > the corresponding pages. If given star
Don't allow sleep when getting the gpio value in the irq-handler.
On my rk3288 board this results in might_sleep warnings when receiving
data like:
BUG: sleeping function called from invalid context at
drivers/gpio/gpiolib.c:1531
in_atomic(): 1, irqs_disabled(): 128, pid: 0, name: swapper/0
CPU:
Em Tue, 2 Jun 2015 08:51:38 -0300
Mauro Carvalho Chehab escreveu:
> Em Tue, 02 Jun 2015 11:56:04 +0900
> Jonathan Corbet escreveu:
>
> > On Thu, 28 May 2015 18:49:07 -0300
> > Mauro Carvalho Chehab wrote:
> >
> > > Currently, it is using 'role="tt"', but this is not defined at
> > > the DocBo
On Fri, May 29, 2015 at 05:32:50PM +0300, Peter Ujfalusi wrote:
> On 05/29/2015 01:18 PM, Vinod Koul wrote:
> > On Fri, May 29, 2015 at 11:42:27AM +0200, Geert Uytterhoeven wrote:
> >> On Fri, May 29, 2015 at 11:33 AM, Vinod Koul wrote:
> >>> On Tue, May 26, 2015 at 04:25:57PM +0300, Peter Ujfalus
Em Tue, 02 Jun 2015 11:56:04 +0900
Jonathan Corbet escreveu:
> On Thu, 28 May 2015 18:49:07 -0300
> Mauro Carvalho Chehab wrote:
>
> > Currently, it is using 'role="tt"', but this is not defined at
> > the DocBook 4.5 spec. The net result is that no emphasis happens.
> >
> > So, replace them t
We need to set some error codes here.
Fixes: f01919e8f54f ('[media] m88ds3103: add I2C client binding')
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/dvb-frontends/m88ds3103.c
b/drivers/media/dvb-frontends/m88ds3103.c
index 01b9ded..7b21f1a 100644
--- a/drivers/media/dvb-frontends/m88
On Tue, 2 Jun 2015 06:26:13 -0300
Mauro Carvalho Chehab wrote:
> I prefer to send it via my tree, if you don't mind.
That's fine.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://v
Hi Jon,
Em Tue, 02 Jun 2015 12:12:29 +0900
Jonathan Corbet escreveu:
> On Thu, 28 May 2015 18:49:03 -0300
> Mauro Carvalho Chehab wrote:
>
> > This is the first series of patches that will improve the DVB
> > documentation.
>
> I've done a *quick* pass over these and sent a few comments, but
Hi Sakari,
On 06/01/2015 10:59 PM, Sakari Ailus wrote:
Hi Jacek,
On Mon, May 25, 2015 at 05:13:57PM +0200, Jacek Anaszewski wrote:
This patch adds helper functions for registering/unregistering
LED Flash class devices as V4L2 sub-devices. The functions should
be called from the LED subsystem d
Hi Everyone,
I'm working on the DT bindings for the OMAP4 ISS at the moment, but I
am unable to capture any data in my test setup. As detailed below, it
seems that everything has been configured correctly however I never
get any interrupts from the ISS unless I do something drastic like
removing o
Hi Daniel and Andy,
My apologies for a late answer; you can always ping me.
On Wed, Jan 21, 2015 at 10:12:05AM +0900, Daniel Jeong wrote:
> Hi.
> >On Mon, 2015-01-19 at 17:25 +0900, Daniel Jeong wrote:
> >>This patch adds the driver for the single string flash products of TI.
> >>Several single s
32 matches
Mail list logo