Re: [PATCH 04/13] mmc: omap_hsmmc: No need to check DMA channel validity at module remove

2015-05-28 Thread Ulf Hansson
On 26 May 2015 at 15:25, Peter Ujfalusi wrote: > The driver will not probe without valid DMA channels so no need to check > if they are valid when the module is removed. > > Signed-off-by: Peter Ujfalusi > CC: Ulf Hansson Acked-by: Ulf Hansson Kind regards Uffe > --- > drivers/mmc/host/omap

Re: [PATCH 05/13] mmc: omap_hsmmc: Support for deferred probing when requesting DMA channels

2015-05-28 Thread Ulf Hansson
On 26 May 2015 at 15:26, Peter Ujfalusi wrote: > Switch to use ma_request_slave_channel_compat_reason() to request the DMA I guess it should be dma_request_slave_... huh, that was a long name. :-) > channels. In case of error, return the error code we received including > -EPROBE_DEFER > > Signe

Re: si2168/dvbsky - blind-scan for DVB-T2 with PLP fails

2015-05-28 Thread Hurda
On 28.05.2015 07:26, Antti Palosaari wrote: On 05/28/2015 01:27 AM, Hurda wrote: Hello. I think I came across a bug in either of the drivers si2168 and dvbsky regarding blind-scanning DVB-T2-frequencies. HW: Technotrend CT2-4400v2 (afaik based on or the same as DVBSky T330) demod: Si2168

Re: [PATCH 07/13] mmc: davinci_mmc: Support for deferred probing when requesting DMA channels

2015-05-28 Thread Ulf Hansson
On 26 May 2015 at 15:26, Peter Ujfalusi wrote: > Switch to use ma_request_slave_channel_compat_reason() to request the DMA > channels. Only fall back to pio mode if the error code returned is not > -EPROBE_DEFER, otherwise return from the probe with the -EPROBE_DEFER. > > Signed-off-by: Peter Ujfa

Re: DVB-T2 PCIe vs DVB-S2

2015-05-28 Thread Ian Campbell
Thanks guys, it hadn't occurred to me that I'd need to check the mythtv side as well! (It's obvious though now it's been pointed out...) Since one of my two Nova-T-500 died recently I may just replace it with an HD capable DVB-T2 card but only use it for DVD-T for now while the PVR side catches up

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 27.05.2015 um 20:42 schrieb Jean-Michel Hautbois: @Phillip, I've missed the previous mails (just subscribed here yesterday) ... Are these patches same as in your git branch tmp/imx-ipu-scaler ? I've got them running on 4.0.4 and currently trying on 4.1-rc* Yet another question: when usin

Re: [RFC] Media controller entity information property API

2015-05-28 Thread Mauro Carvalho Chehab
Em Wed, 27 May 2015 12:15:13 -0300 Mauro Carvalho Chehab escreveu: > Em Wed, 27 May 2015 16:39:33 +0300 > Sakari Ailus escreveu: > > > Hi folks, > > > > It has been discussed in several occasions that the current > > MEDIA_IOC_ENTITY_INFO IOCTL does not address various needs that have arisen >

Re: [PATCH 2/2] ts2020: Provide DVBv5 API signal strength

2015-05-28 Thread David Howells
Malcolm Priestley wrote: > Statistics polling can not be done by lmedm04 driver's implementation of > M88RS2000/TS2020 because I2C messages stop the devices demuxer. > > So any polling must be a config option for this driver. Ummm... I presume a runtime config option is okay. Also, does that

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Philipp Zabel
Hi Jean-Michel, Am Mittwoch, den 27.05.2015, 20:42 +0200 schrieb Jean-Michel Hautbois: [...] > > The tiling code has a parameter to optionally round frame sizes up or down > > and avoid overdraw in compositing scenarios. > > Can you detail what you call "compositing scenarios" ? I meant using th

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Philipp Zabel
Hi Enrico, Am Donnerstag, den 28.05.2015, 11:00 +0200 schrieb Enrico Weigelt, metux IT consult: > Am 27.05.2015 um 20:42 schrieb Jean-Michel Hautbois: > > > > @Phillip, > > I've missed the previous mails (just subscribed here yesterday) ... > > Are these patches same as in your git branch tmp/

Re: s5p-mfc: sparse warnings

2015-05-28 Thread Marek Szyprowski
Hello, On 2015-05-22 15:55, Hans Verkuil wrote: Hi Marek, Kamil, Can someone look at these sparse warnings? s5p-mfc/s5p_mfc_opr_v5.c:266:23: warning: incorrect type in argument 2 (different address spaces) s5p-mfc/s5p_mfc_opr_v5.c:274:23: warning: incorrect type in argument 1 (different addr

Re: [RFC] Media controller entity information property API

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 28.05.2015 um 11:27 schrieb Mauro Carvalho Chehab: Hi folks, just subscribed to the list, so I might have missed something Constructing unique names that are human readable, stable, unique and fit to 31 characters reserved for the purpose is not thought to be possible: device bus str

[PATCH] media: s5p-mfc: fix sparse warnings

2015-05-28 Thread Marek Szyprowski
Commits a0f10c131cc49d7d84394beb7903e1f246331224 and 6c9fe765360efa97c63b89af685b620baf5e0012 ("media: s5p-mfc: fix broken pointer cast on 64bit arch") fixed issue with lossy cast on 64-bit architectures. However it also removed __iomem attribute from that cast. This leads to sparse warnings. This

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 28.05.2015 um 12:44 schrieb Philipp Zabel: Hi, >> Are these patches same as in your git branch tmp/imx-ipu-scaler ? No, that is an older version. Where can I get the recent ones ? Could you push it to your public repo ? when using it w/ gst for video playback, can be directly pass buffe

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Philipp Zabel
Am Donnerstag, den 28.05.2015, 13:31 +0200 schrieb Enrico Weigelt, metux IT consult: > Am 28.05.2015 um 12:44 schrieb Philipp Zabel: > > Hi, > > >> Are these patches same as in your git branch tmp/imx-ipu-scaler ? > > > > No, that is an older version. > > Where can I get the recent ones ? > Cou

Re: imx53 IPU support on 4.0.4

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 20.05.2015 um 15:21 schrieb Fabio Estevam: Hi, (Haven't 4.1rc* yet, as it broke some other things for me.) What are the regressions you see? Trouble w/ emmc/sd suddenly being ro. Guess, something in with the corresponding APIs changed and I didn't rebase correctly. It's now several week

[PATCH v2] v4l: vsp1: Align crop rectangle to even boundary for YUV formats

2015-05-28 Thread Yoshihiro Kaneko
From: Damian Hobson-Garcia Make sure that there are valid values in the crop rectangle to ensure that the color plane doesn't get shifted when cropping. Since there is no distinction between 12bit and 16bit YUV formats in at the subdev level, use the more restrictive 12bit limits for all YUV form

Issues with Geniatech MyGica T230

2015-05-28 Thread Valentin Vidic
I recently bought this card after seeing on the LinuxTV wiki that it's supported since kernel v3.19, but now I can't get it working properly with Debian. The modules load without errors but scanning for channels or watching TV does not work reliably: some channels work but others just hang the pla

Payment

2015-05-28 Thread Finance Department
Dear Winner, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146. This compensation funds from the United Nation.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line "unsubscri

Re: imx53 IPU support on 4.0.4

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 20.05.2015 um 22:55 schrieb Russell King - ARM Linux: Hi, > The way kernel development works is that patches are sent to mailing lists for review. Kernel developers review the patches and provide comments back. The comments are discussed and actioned, and a new set of patches posted for fu

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
Am 28.05.2015 um 13:59 schrieb Philipp Zabel: Where can I get the recent ones ? Could you push it to your public repo ? I've updated the tmp/imx-ipu-scaler branch. Thx. already integrated it into my tree - works fine :) By the way: i still have some your older patches (2012) in my tree, eg.

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Robert Schwebel
On Thu, May 28, 2015 at 07:38:20PM +0200, Enrico Weigelt, metux IT consult wrote: > Thx. already integrated it into my tree - works fine :) > > By the way: i still have some your older patches (2012) in my tree, > eg. some mediabus, camara, display timing stuff, etc ... not sure > whether I reall

Re: [PATCH 2/2] ts2020: Provide DVBv5 API signal strength

2015-05-28 Thread Malcolm Priestley
On 28/05/15 11:08, David Howells wrote: Malcolm Priestley wrote: Statistics polling can not be done by lmedm04 driver's implementation of M88RS2000/TS2020 because I2C messages stop the devices demuxer. So any polling must be a config option for this driver. Ummm... I presume a runtime co

[PATCH 1/9] drivers/media/usb/airspy/airspy.c: drop unneeded goto

2015-05-28 Thread Julia Lawall
From: Julia Lawall Delete jump to a label on the next line, when that label is not used elsewhere. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @r@ identifier l; @@ -if (...) goto l; -l: // Signed-off-by: Julia Lawall ---

[PATCH 7/9] drivers/media/tuners/e4000.c: drop unneeded goto

2015-05-28 Thread Julia Lawall
From: Julia Lawall Delete jump to a label on the next line, when that label is not used elsewhere. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @r@ identifier l; @@ -if (...) goto l; -l: // Signed-off-by: Julia Lawall ---

[PATCH 0/9] drop unneeded goto

2015-05-28 Thread Julia Lawall
These patches drop gotos that jump to a label that is at the next instruction, in the case that the label is not used elsewhere in the function. The complete semantic patch that performs this transformation is as follows: // @r@ position p; identifier l; @@ if (...) goto l@p; l: @script:ocaml

Re: [PATCH 1/9] drivers/media/usb/airspy/airspy.c: drop unneeded goto

2015-05-28 Thread Joe Perches
On Thu, 2015-05-28 at 23:02 +0200, Julia Lawall wrote: > From: Julia Lawall > > Delete jump to a label on the next line, when that label is not > used elsewhere. Seems sensible but: > diff --git a/drivers/media/usb/airspy/airspy.c > b/drivers/media/usb/airspy/airspy.c [] > @@ -937,9 +937,6 @@

[PATCH 22/35] DocBook: reformat FE_SET_FRONTEND_TUNE_MODE ioctl

2015-05-28 Thread Mauro Carvalho Chehab
Use the proper format for FE_SET_FRONTEND_TUNE_MODE documentation. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml diff --git a/Documentation/DocBook/media/dvb/fe-set-frontend-tune-mode.xml b/Documentation/DocBook/media/dv

[PATCH 07/35] dvb: split enum from typedefs at frontend.h

2015-05-28 Thread Mauro Carvalho Chehab
Using typedefs is already bad enough, but doing it together with enum declaration is even worse. Also, it breaks the scripts at DocBook that would be generating reference pointers for the enums. Well, we can't get rid of typedef right now, but let's at least declare it on a separate line, and let

[PATCH 26/35] DocBook: better document FE_DISEQC_SEND_BURST ioctl

2015-05-28 Thread Mauro Carvalho Chehab
Use the proper format for FE_DISEQC_SEND_BURST documentation and improve the documentation. Keep the enum fe_sec_mini_cmd description together with the ioctl, as both are used together. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-diseqc-send-burs

[PATCH 25/35] DocBook: better document FE_SET_TONE ioctl

2015-05-28 Thread Mauro Carvalho Chehab
Use the proper format for FE_SET_TONE documentation and improve the documentation. Keep the enum fe_sec_tone_mode description together with the ioctl, as both are used together. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-set-tone.xml diff --git

[PATCH 18/35] DocBook: remove duplicated ioctl from v4l2-subdev

2015-05-28 Thread Mauro Carvalho Chehab
Those ioctls are already parsed. No need to explicitly add them. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile index fdb0027f353c..c82e051f2821 100644 --- a/Documentation/DocBook/media/Makefile +++ b/Documentation/D

[PATCH 00/35] Improve DVB frontend API documentation

2015-05-28 Thread Mauro Carvalho Chehab
This is the first series of patches that will improve the DVB documentation. Our DocBook was a conversion from a past LaTex documentation that had some parts updated to cover what's there at DVBv5 API and got merged with V4L2, media controller and remote controllers documentation to provide a cons

[PATCH 28/35] DocBook: better document FE_DISEQC_SEND_MASTER_CMD

2015-05-28 Thread Mauro Carvalho Chehab
Use the new format for the ioctl documentation and put the struct dvb_diseqc_slave_reply together with the ioctl. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-diseqc-send-master-cmd.xml diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-send-m

[PATCH 09/35] DocBook: move FE_GET_INFO to a separate xml file

2015-05-28 Thread Mauro Carvalho Chehab
Keeping everything altogether makes harder to reorganize the DocBook. So, move the FE_GET_INFO ioctl and the associated structures into a separate file. No functional changes. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/frontend_get_info.xml diff --

[PATCH 03/35] DocBook: add drawing with a typical media device

2015-05-28 Thread Mauro Carvalho Chehab
An illustration of what's considered a typical media device may help people to better understand the contents of the media infrastructure API docbook. So, add it. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/typical_media_device.svg diff --git a/Documenta

[PATCH 10/35] DocBook: improve documentation for FE_READ_STATUS

2015-05-28 Thread Mauro Carvalho Chehab
Move the ioctl and enum fe_status to a separate xml file and put it into a better format. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/frontend_read_status.xml diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dv

[PATCH 31/35] DocBook: fix FE_READ_STATUS argument description

2015-05-28 Thread Mauro Carvalho Chehab
What's written there about the arguments for this ioctl is bogus: it doesn't return an enum (or a typedef) for enum fe_status. Instead, it returns a bitmask with the values defined by enum fe_status. Also, the size of the integer returned is not 16 bits, but, instead, sizeof(fe_status_t), e. g. si

[PATCH 04/35] DocBook: fix emphasis at the DVB documentation

2015-05-28 Thread Mauro Carvalho Chehab
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 to bold emphasis. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/audio.xml b/Documentation/DocBook/media/dvb/audi

[PATCH 27/35] DocBook: better document FE_DISEQC_RECV_SLAVE_REPLY

2015-05-28 Thread Mauro Carvalho Chehab
Use the new format for the ioctl documentation and put the struct dvb_diseqc_slave_reply together with the ioctl. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-diseqc-recv-slave-reply.xml diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-recv-

[PATCH 29/35] DocBook: better document FE_DISEQC_RESET_OVERLOAD

2015-05-28 Thread Mauro Carvalho Chehab
Use the new format for the ioctl documentation and put the struct dvb_diseqc_slave_reply together with the ioctl. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-diseqc-reset-overload.xml diff --git a/Documentation/DocBook/media/dvb/fe-diseqc-reset-ov

[PATCH 06/35] DocBook: move DVBv3 frontend bits to a separate section

2015-05-28 Thread Mauro Carvalho Chehab
Although the recommended usage is the DVBv5 API calls, the documentation doesn't make it clear about what's the recommended calls and what's legacy. So, move the legacy API bits to a separate xml, putting them into a new section. Please notice that more changes are needed, since some of the bits

[PATCH 30/35] DocBook: better organize the function descriptions for frontend

2015-05-28 Thread Mauro Carvalho Chehab
Move the function ioctl definitions to the end of the chapter, at their importance. That makes the document better organized, as the DVB frontend system call index will look like: open() close() ioctl FE_GET_INFO — Query DVB frontend capabilities and returns information ab

[PATCH 13/35] DocBook: fix xref to the FE open() function

2015-05-28 Thread Mauro Carvalho Chehab
Instead of going to the V4L2 open(), use the xref to the proper place at the frontend ioctls that were already reformatted. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 272d2e5c7488..f96

[PATCH 16/35] DocBook: Add xref links for DTV propeties

2015-05-28 Thread Mauro Carvalho Chehab
Create xref links for all DTV properties and link the frontend.h to each. Also use them at the DVB frontent API example. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile index f8380219afbb..723932f85fb6 100644 --- a/Do

[PATCH 11/35] DocBook: move DVB properties to happen earlier at the document

2015-05-28 Thread Mauro Carvalho Chehab
The DVBv5 API uses DVB properties as the main way to set the frontend and collect statistics. Move the definition to happen earlier, in order to reflect its importance. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/d

[PATCH 32/35] DocBook: Provide a high-level description for DVB frontend

2015-05-28 Thread Mauro Carvalho Chehab
Instead of just showing ioctls, let's add an introdutory text briefly explaining the DVB frontend API. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index bcee1d9fc73d..16a4648043d6 100644 --- a/Docu

[PATCH 02/35] DocBook: add a note about the ALSA API

2015-05-28 Thread Mauro Carvalho Chehab
The Docbook mistakenly makes to believe that all needed APIs for media devices are there. Add a note there pointing that some sub-devices are actually be controlled via ALSA API. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media

[PATCH 01/35] DocBook: Update DVB supported standards at introduction

2015-05-28 Thread Mauro Carvalho Chehab
The list of standards at the media docbook is incomplete, and it is mentioning that the DVB-S2 & friends is "currently being updated". That's wrong, as such update occurred back in 2008. So, provide a more complete list of supported standards and add a reference to the actual list. Signed-off-by:

[PATCH 08/35] DocBook: reformat FE_GET_INFO ioctl documentation

2015-05-28 Thread Mauro Carvalho Chehab
The DVB part of the docbook has a completely different format than the V4L2 part, as it was written as a separate document. As the V4L2 documentation is on better shape, and its format allows adding more information, let's use it for FE_GET_INFO and gradually update the non-legacy DVB ioctls using

[PATCH 34/35] DocBook: Better document enum fe_modulation

2015-05-28 Thread Mauro Carvalho Chehab
Instead of using programlisting, use a table, as this provides a better view of the structure. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 0fa4ccfd406d..d9861b54f8c8 100644 --- a/Docume

[PATCH 12/35] DocBook: rewrite FE_GET_PROPERTY/FE_SET_PROPERTY to use the std way

2015-05-28 Thread Mauro Carvalho Chehab
Use the standard way of documenting ioctls for FE_GET_PROPERTY and FE_SET_PROPERTY. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 7ddab2ba9b40..272d2e5c7488 100644 --- a/Documentation/Doc

[PATCH 35/35] DocBook: some fixes at FE_GET_INFO

2015-05-28 Thread Mauro Carvalho Chehab
There are a few issues at FE_GET_INFO documentation: - name is a string, not a pointer to a string; - the return text should be after the paragraph. While here, better to bold that two fields of the structure used by FE_GET_INFO are actually deprecated. Signed-off-by: Mauro Carvalho Chehab diff

[PATCH 33/35] DocBook: add a proper description for dvb_frontend_info.fe_type

2015-05-28 Thread Mauro Carvalho Chehab
The fe_type is deprecated at the DVB API. However, it may still be used by legacy DVBv3 applications. While this works with old devices, modern devices may support more than one delivery system. Add an explanation about that and a point to what should be used, instead, in order for legacy apps to

[PATCH 17/35] DocBook: Improve xref check for undocumented ioctls

2015-05-28 Thread Mauro Carvalho Chehab
There are several badly documented undocumented ioctls. Currently, it just generates an empty link. Instead of doing that, only add references to the ones that exists, and add a warning for all references that weren't found. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook

[PATCH 19/35] DocBook: Fix false positive undefined ioctl references

2015-05-28 Thread Mauro Carvalho Chehab
The new code that detects undocumented ioctls hits some false positives: This one is not documented, nor it should, as this is there just to reserve namespace: Warning: can't find reference for VIDIOC_RESERVED ioctl But those are already documented together with other ioctls: Wa

[PATCH 23/35] DocBook: reformat FE_ENABLE_HIGH_LNB_VOLTAGE ioctl

2015-05-28 Thread Mauro Carvalho Chehab
Use the proper format for FE_ENABLE_HIGH_LNB_VOLTAGE documentation. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml diff --git a/Documentation/DocBook/media/dvb/fe-enable-high-lnb-voltage.xml b/Documentation/DocBook/media

[PATCH 20/35] DocBook: Rename ioctl xml files

2015-05-28 Thread Mauro Carvalho Chehab
for the xml files describing ioctls, use the same nomenclature as on V4L2: the ioctl name, in lower case, using - instead of _. Signed-off-by: Mauro Carvalho Chehab rename Documentation/DocBook/media/dvb/{frontend_get_info.xml => fe-get-info.xml} (100%) rename Documentation/DocBook/media/dvb/

[PATCH 14/35] DocBook: Merge FE_SET_PROPERTY/FE_GET_PROPERTY ioctl description

2015-05-28 Thread Mauro Carvalho Chehab
Instead of having two refentries, merge them into just one, like what's done with other similar ioctls at V4L2 side. That makes the entry cleaner and will allow to add the associated structures together with the refentry. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/m

[PATCH 24/35] DocBook: better document FE_SET_VOLTAGE ioctl

2015-05-28 Thread Mauro Carvalho Chehab
Use the proper format for FE_SET_VOLTAGE documentation and fix the documentation. The description for the enum is not 100%, and it is missing the voltage off value. Also, it is better to keep the enum description together with the ioctl, as both are used together. Signed-off-by: Mauro Carvalho Ch

[PATCH 15/35] DocBook: Improve the description of the properties API

2015-05-28 Thread Mauro Carvalho Chehab
Make the text clearer about what the properties API does. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 28ea62067af6..c10ed0636d02 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty

[PATCH 21/35] DocBook: move FE_GET_PROPERTY to its own xml file

2015-05-28 Thread Mauro Carvalho Chehab
That helps the xref logic at the Makefile to point to the right place. Also, it becomes more organized and easier to maintain if each ioctl have its own xml file. Signed-off-by: Mauro Carvalho Chehab create mode 100644 Documentation/DocBook/media/dvb/fe-get-property.xml diff --git a/Documentat

[PATCH 05/35] DocBook: Improve DVB frontend description

2015-05-28 Thread Mauro Carvalho Chehab
The DVB frontend API got bitrotten. Update it. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index 956b8f6882e0..98443c4c2818 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documenta

Re: [PATCH 07/35] dvb: split enum from typedefs at frontend.h

2015-05-28 Thread Hans Verkuil
On 05/28/2015 11:49 PM, Mauro Carvalho Chehab wrote: > Using typedefs is already bad enough, but doing it together > with enum declaration is even worse. > > Also, it breaks the scripts at DocBook that would be generating > reference pointers for the enums. > > Well, we can't get rid of typedef r

Re: [PATCH 07/35] dvb: split enum from typedefs at frontend.h

2015-05-28 Thread Mauro Carvalho Chehab
Em Thu, 28 May 2015 23:57:56 +0200 Hans Verkuil escreveu: > On 05/28/2015 11:49 PM, Mauro Carvalho Chehab wrote: > > Using typedefs is already bad enough, but doing it together > > with enum declaration is even worse. > > > > Also, it breaks the scripts at DocBook that would be generating > > re

[PATCH] stk1160: Add frame scaling support

2015-05-28 Thread Ezequiel Garcia
This commit implements frame decimation for stk1160, which allows to support format changes instead of a static frame size. The stk1160 supports independent row and column decimation, in two different modes: * set a number of rows/columns units to skip for each unit sent. * set a number of rows/

[PATCH 1/1] omap3isp: Fix sub-device power management code

2015-05-28 Thread Sakari Ailus
The power management code was reworked a little due to interface changes in the MC. Due to those changes the power management broke a bit, fix it so the functionality is reverted to old behaviour. Signed-off-by: Sakari Ailus Fixes: 813f5c0ac5cc [media] media: Change media device link_notify behav

Re: [PATCH 2/9] mm: Provide new get_vaddr_frames() helper

2015-05-28 Thread Andrew Morton
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 start belongs to a normal vma, the function > grabs reference

Re: [Linux-kernel] [PATCH 13/20] media: soc_camera: v4l2-compliance fixes for querycap

2015-05-28 Thread Ben Hutchings
On Thu, 2015-05-21 at 13:46 +0100, Rob Taylor wrote: > On 21/05/15 06:58, Hans Verkuil wrote: > > On 05/20/2015 06:39 PM, William Towle wrote: > >> Fill in bus_info field and zero reserved field. > >> > >> Signed-off-by: Rob Taylor > >> Reviewed-by: William Towle > >> --- > >> drivers/media/plat

[PATCH 5/8] DocBook: move fe_bandwidth to the frontend legacy section

2015-05-28 Thread Mauro Carvalho Chehab
fe_bandwidth/fe_bandwidth_t is used only on DVBv3 API. So, move it to the frontend legacy xml, and convert it into a table. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index 3b6a169ac8f3..93d22486f

[PATCH 7/8] DocBook: improve documentation for guard interval

2015-05-28 Thread Mauro Carvalho Chehab
Format it as a table and add more details, in special for DTMB guard intervals. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index b96a91a1494d..5f30a28a15b0 100644 --- a/Documentation/DocBook

[PATCH 8/8] DocBook: improve documentation for hierarchy

2015-05-28 Thread Mauro Carvalho Chehab
Format it as a table and links it with the legacy API xml. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 5f30a28a15b0..ae9bc1e089cc 100644 --- a/Documentation/DocBook/media/dvb/dvbpropert

[PATCH 1/8] DocBook/Makefile: improve typedef parser

2015-05-28 Thread Mauro Carvalho Chehab
The typedef parser is wrong and doesn't get some of the types defined at the DVB API. Improve it, as we want to add cross-references to those types. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile index e07e8844efde..

[PATCH 2/8] DocBook: cross-reference enum fe_modulation where needed

2015-05-28 Thread Mauro Carvalho Chehab
At frontend legacy API description, there are three places where fe_modulation_t is defined. Cross-reference it to point to the right place at the documentation. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/frontend_legacy_api.xml b/Documentation/DocBook/med

[PATCH 0/8] Second series of DocBook fixes for DVB frontend

2015-05-28 Thread Mauro Carvalho Chehab
This series do another round of format conversion and cleanups at the DVB frontend docbook. It basically moves all enums/typedefs that are used on both DVBv5 and DVBv3 calls to the DVBv5 xml. Links at the DVBv3 section are provided, in order to point to those enums. The enums touched on this seri

[PATCH 4/8] DocBook: improve documentation for OFDM transmission mode

2015-05-28 Thread Mauro Carvalho Chehab
Format it as a table and add more details, in special, for the DTMB modes. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 41085537acfc..06a12f1c57c5 100644 --- a/Documentation/DocBook/medi

[PATCH 6/8] DocBook: improve documentation for FEC fields

2015-05-28 Thread Mauro Carvalho Chehab
Format it as a table and add more details. Also, remove the duplicated occurrences. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 06a12f1c57c5..b96a91a1494d 100644 --- a/Documentation/Doc

[PATCH 3/8] DocBook: improve documentation for DVB spectral inversion

2015-05-28 Thread Mauro Carvalho Chehab
Format it as a table and provide more details. Signed-off-by: Mauro Carvalho Chehab diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index d9861b54f8c8..41085537acfc 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/

cron job: media_tree daily build: WARNINGS

2015-05-28 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 29 04:00:16 CEST 2015 git branch: test git hash: 2a80f296422a01178d0a993479369e94f5830127 gcc versi