On 03.14 2013 22:56:44, Arnd Bergmann wrote:
> This driver can be enabled on OMAP1 at the moment, which breaks
> allyesconfig for that platform. Let's mark it OMAP2PLUS-only
> in Kconfig, since that is the only thing it builds on.
>
Acked-by: Timo Kokkonen
Thanks!
> Signed-off-by: Arnd Bergman
MFC v6 needs minimum number of capture buffers to be queued
for encoder depending on the stream type and profile.
For achieving this the sequence for allocating buffers at
the encoder is modified similar to that of decoder.
The new sequence is as follows:
1) Set format on CAPTURE plane
2) REQBUF o
On 11.03.2013 13:10, Oliver Schinagl wrote:
>> and what is interesting the comments refer to radio-stations only.
> TV zenderlijst is pure DVB-T frequencies. I have not found a single FM
> frequency there. Note that if you open it via their website, there are
> two lists, FM zenderlijst and TV zend
Hi Hans, all,
If i run verbose v4l2-compliance with my radio-mr800 device few times
then i get warning about frequency out of range:
root@machine:~# v4l2-compliance -r /dev/radio0 -v 2
is radio
Driver Info:
Driver name : radio-mr800
Card type : AverMedia MR 800 USB FM Radio
This driver can be enabled on OMAP1 at the moment, which breaks
allyesconfig for that platform. Let's mark it OMAP2PLUS-only
in Kconfig, since that is the only thing it builds on.
Signed-off-by: Arnd Bergmann
Cc: Mauro Carvalho Chehab
Cc: Timo Kokkonen
Cc: Tony Lindgren
Cc: Laurent Pinchart
C
On Thu, Mar 14, 2013 at 2:20 PM, Dirk E. Wagner
wrote:
> Hi Alexey,
Hi Dirk, Mauro, Jiri
> indeed your patch breaks Atmega applications which using V-USB
> (http://www.obdev.at/products/vusb/index.html), because 0x16c0, 0x05df are
> the default Ids of V-USB.
>
> Have a look at this FAQ
>
> https
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: Thu Mar 14 19:00:30 CET 2013
git branch: test
git hash: 4d35435d3ffb853b491f5bb21a62529cd925d660
gcc versio
On 03/10/2013 09:11 PM, Andy Walls wrote:
modprobe cx18 will prompt a reload of cx18-alsa on its own. BTW you
should also unload cx18 before hibernation. The cx18 driver really
doesn't support power management and can't save and restore CX23418
state short of reinitializing the whole chip anywa
On Thu, Mar 14, 2013 at 6:30 PM, Dmitry Torokhov
wrote:
> Hi Fabio,
>
> On Thursday, March 14, 2013 06:09:34 PM Fabio Porcedda wrote:
>> This patch converts the drivers to use the
>> module_platform_driver_probe() macro which makes the code smaller and
>> a bit simpler.
>
> I already have patches
Hi Fabio,
On Thursday, March 14, 2013 06:09:34 PM Fabio Porcedda wrote:
> This patch converts the drivers to use the
> module_platform_driver_probe() macro which makes the code smaller and
> a bit simpler.
I already have patches from Sachin Kamat for this, I am waiting for -rc3
to sync up with ma
On Thu, 14 Mar 2013, Fabio Porcedda wrote:
> This patch converts the drivers to use the
> module_platform_driver_probe() macro which makes the code smaller and
> a bit simpler.
>
> Signed-off-by: Fabio Porcedda
Thanks, will queue for 3.10.
Regards
Guennadi
> Cc: Greg Kroah-Hartman
> Cc: Maur
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Mauro Carvalho Chehab
Cc: Josh Wu
Cc: Guennadi Liakhovetski
Cc: Hans Verkuil
Cc: linux-media@vger.kernel.or
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Matt Mackall
Cc: Herbert Xu
Cc: Fabio Estevam
Cc: Sascha Hauer
---
drivers/char/hw_random/mxc-rnga.c | 1
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Linus Walleij
Cc: Samuel Ortiz
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/mfd/davinci_voicecodec.c
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Dmitry Torokhov
Cc: Mark Brown
Cc: Liam Girdwood
Cc: Bill Pemberton
Cc: Linus Walleij
Cc: David Howells
C
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Benoit Cousson
Cc: Aneesh V
---
drivers/memory/emif.c | 12 +---
1 file changed, 1 insertion(+), 11
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Arnd Bergmann
---
drivers/misc/atmel_pwm.c | 12 +---
drivers/misc/ep93xx_pwm.c | 13 +
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Jeff Garzik
Cc: linux-...@vger.kernel.org
---
drivers/ata/pata_at32.c | 13 +
1 file changed, 1 i
Hi all,
this patch set is the second part for the conversion to use
new module_platform_driver_probe() macro.
v2:
- rebased againg next and so dropped the already converted drivers.
Fabio Porcedda (8):
drivers: media: use module_platform_driver_probe()
drivers: ata: use module_platform_driv
Hi Guennadi,
> From: Guennadi Liakhovetski
> To: Phil Edworthy ,
> Cc: Mauro Carvalho Chehab ,
linux-media@vger.kernel.org
> Date: 08/03/2013 13:30
> Subject: Re: [PATCH] soc_camera: Add RGB666 & RGB888 formats
>
> Hi Phil
>
> On Thu, 14 Feb 2013, Phil Edworthy wrote:
>
> > Based on work don
On Thu, Mar 14, 2013 at 3:01 PM, Guenter Roeck wrote:
> On Thu, Mar 14, 2013 at 02:11:25PM +0100, Fabio Porcedda wrote:
>> This patch converts the drivers to use the
>> module_platform_driver_probe() macro which makes the code smaller and
>> a bit simpler.
>>
>> Signed-off-by: Fabio Porcedda
>> C
On Thu, Mar 14, 2013 at 2:25 PM, Guennadi Liakhovetski
wrote:
> Hi Fabio
>
> On Thu, 14 Mar 2013, Fabio Porcedda wrote:
>
>> This patch converts the drivers to use the
>> module_platform_driver_probe() macro which makes the code smaller and
>> a bit simpler.
>>
>> Signed-off-by: Fabio Porcedda
>>
On Mon, 2013-03-11 at 22:28 +0100, Laurent Pinchart wrote:
> Hi Vinay,
>
> On Monday 11 March 2013 10:55:37 vka...@codeaurora.org wrote:
> > > Names of V4L2 device nodes keep on varying depending on target, on some
> > > targets, the device node assigned to my device is /dev/video21 and on some
>
Em Sun, 24 Feb 2013 21:19:30 +0100
Kevin Baradon escreveu:
> My 15c2:0036 device floods syslog when a keypad key is pressed:
>
> Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_incoming_packet:
> unknown keypress, code 0x100fff2
> Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_inco
Em Sun, 24 Feb 2013 21:19:30 +0100
Kevin Baradon escreveu:
> My 15c2:0036 device floods syslog when a keypad key is pressed:
>
> Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_incoming_packet:
> unknown keypress, code 0x100fff2
> Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_inco
Em Sun, 24 Feb 2013 21:19:29 +0100
Kevin Baradon escreveu:
> Some imon devices (like 15c2:0036) need a higher delay between send_packet
> calls.
> Default value is still 5ms to avoid regressions on already working hardware.
>
> Also use interruptible wait to avoid load average going too high (a
This is the header file for the smi2021 module.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021.h | 228
1 file changed, 228 insertions(+)
create mode 100644 drivers/media/usb/smi2021/smi2021.h
diff --git a/drivers/media/usb/smi2021/
This file is responsible for registering the device
with the kernel i2c subsystem.
v4l2 talks to the saa7113 chip of the device via i2c.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_i2c.c | 160
1 file changed, 160 insertions(+)
create
This file is responsible for registering the device with the v4l2 subsystem,
and the communication with v4l2.
Most of the v4l2 ioctls are just passed on to vidbuf2.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_v4l2.c | 566 +++
1 file change
This file is responsible for all communication with the video hardware
and also starting and stopping the capture.
It also contains the setup and handling of the usb ISOCHRONOUS transfers.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_video.c | 543
This file handles all setup of a new snd_card instance with one pcm_substream.
It's also responsible for parsing the raw pcm data received in the isoc
transfers,
and passing it to the alsa buffers.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_audio.c | 385 +++
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/Kconfig | 1 +
drivers/media/usb/Makefile | 1 +
drivers/media/usb/smi2021/Kconfig | 18 ++
drivers/media/usb/smi2021/Makefile | 12
4 files changed, 32 insertions(+)
create mode 100644 driv
This patch-set will add a driver for the Somagic SMI2021 chip.
This chip is found inside different usb video-capture devices.
Most of them are branded as EasyCap, but there also seems to be
some other brands selling devices with this chip.
This driver is split into two modules, where one is calle
This is the core of the smi2021 module.
It will register the module with the kernel, and register the
usb probe function.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_main.c | 339 +++
1 file changed, 339 insertions(+)
create mode 100644 dr
This is the smi2021-bootloader module.
This module will upload the firmware for the different somagic devices.
Signed-off-by: Jon Arne Jørgensen
---
drivers/media/usb/smi2021/smi2021_bl.c | 254 +
1 file changed, 254 insertions(+)
create mode 100644 drivers/media
On Thu, Mar 14, 2013 at 01:58:05PM +, Arnd Bergmann wrote:
> On Thursday 14 March 2013, Fabio Porcedda wrote:
> > This patch converts the drivers to use the
> > module_platform_driver_probe() macro which makes the code smaller and
> > a bit simpler.
> >
> > Signed-off-by: Fabio Porcedda
> > C
On Thu, Mar 14, 2013 at 02:11:25PM +0100, Fabio Porcedda wrote:
> This patch converts the drivers to use the
> module_platform_driver_probe() macro which makes the code smaller and
> a bit simpler.
>
> Signed-off-by: Fabio Porcedda
> Cc: Greg Kroah-Hartman
> Cc: Jean Delvare
> Cc: Guenter Roeck
On Thursday 14 March 2013, Fabio Porcedda wrote:
> This patch converts the drivers to use the
> module_platform_driver_probe() macro which makes the code smaller and
> a bit simpler.
>
> Signed-off-by: Fabio Porcedda
> Cc: Greg Kroah-Hartman
> Cc: Arnd Bergmann
> ---
> drivers/misc/atmel_pwm.c
Hi Guennadi,
Thanks for the review, I'll try to find some time to fix & send a new
version.
Phil
> On Thu, 14 Feb 2013, Phil Edworthy wrote:
>
> > Based on work done by Katsuya Matsubara.
> >
> > Signed-off-by: Phil Edworthy
>
> Looks mostly good to me, but please also provide format descri
Hi Fabio
On Thu, 14 Mar 2013, Fabio Porcedda wrote:
> This patch converts the drivers to use the
> module_platform_driver_probe() macro which makes the code smaller and
> a bit simpler.
>
> Signed-off-by: Fabio Porcedda
> Cc: Greg Kroah-Hartman
> Cc: Mauro Carvalho Chehab
> Cc: Josh Wu
> Cc:
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Arnd Bergmann
---
drivers/misc/arm-charlcd.c | 13 +
drivers/misc/atmel_pwm.c | 12 +---
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Matt Mackall
Cc: Herbert Xu
Cc: Fabio Estevam
Cc: Sascha Hauer
---
drivers/char/hw_random/mxc-rnga.c | 1
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Jeff Garzik
Cc: linux-...@vger.kernel.org
---
drivers/ata/pata_at32.c | 13 +
drivers/ata/p
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Mauro Carvalho Chehab
Cc: Josh Wu
Cc: Guennadi Liakhovetski
Cc: Hans Verkuil
Cc: linux-media@vger.kernel.or
Hi all,
this patch set is the second part for the conversion to use
new module_platform_driver_probe() macro.
I will send a part 3 for the remaining drivers.
Fabio Porcedda (10):
drivers: media: use module_platform_driver_probe()
drivers: ata: use module_platform_driver_probe()
drivers: cha
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Benoit Cousson
Cc: Aneesh V
---
drivers/memory/emif.c | 12 +---
1 file changed, 1 insertion(+), 11
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Linus Walleij
Cc: Samuel Ortiz
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/mfd/davinci_voicecodec.c
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: "David S. Miller"
Cc: linux-...@vger.kernel.org
---
drivers/ide/gayle.c | 15 +--
drivers/ide
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Dmitry Torokhov
Cc: Mark Brown
Cc: Liam Girdwood
Cc: Bill Pemberton
Cc: Linus Walleij
Cc: David Howells
C
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Richard Purdie
Cc: Florian Tobias Schandinat
Cc: linux-fb...@vger.kernel.org
---
drivers/video/backlight/atm
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Arnd Bergmann
---
drivers/misc/atmel_pwm.c | 12 +---
drivers/misc/ep93xx_pwm.c | 13 +
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.
Signed-off-by: Fabio Porcedda
Cc: Greg Kroah-Hartman
Cc: Jean Delvare
Cc: Guenter Roeck
Cc: lm-sens...@lm-sensors.org
---
drivers/hwmon/mc13783-adc.c | 13 +-
Hi Sylwester,
On Thursday 14 March 2013 12:39:34 Sylwester Nawrocki wrote:
> On 03/14/2013 08:10 AM, Hans Verkuil wrote:
> > On Tue March 12 2013 07:56:25 Hans Verkuil wrote:
> >> On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote:
> >>> This patch adds a helper function that allows to modif
Hi Hans,
On 03/14/2013 08:10 AM, Hans Verkuil wrote:
> On Tue March 12 2013 07:56:25 Hans Verkuil wrote:
>> Hi Sylwester,
>>
>> On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote:
>>> This patch adds a helper function that allows to modify range,
>>> i.e. minimum, maximum, step and default v
Hi Alexey,
indeed your patch breaks Atmega applications which using V-USB
(http://www.obdev.at/products/vusb/index.html), because 0x16c0, 0x05df
are
the default Ids of V-USB.
Have a look at this FAQ
https://github.com/obdev/v-usb/blob/master/usbdrv/USB-ID-FAQ.txt
It seems that the Masterkit
On Thu March 14 2013 08:13:29 Benjamin Schindler wrote:
> Hi Hans
>
> Thank you for the prompt response. I will try this once I'm home again.
> Which patch is responsible for fixing it? Just so I can track it once it
> lands upstream.
There is a whole series of bttv fixes that I did that will app
Hi Hans
Thank you for the prompt response. I will try this once I'm home again.
Which patch is responsible for fixing it? Just so I can track it once it
lands upstream.
I have one more question - the wiki states the the WinTV-HVR-5500 is not
yet supported (as of June 2011) - is there an update on
On Tue March 12 2013 07:56:25 Hans Verkuil wrote:
> Hi Sylwester,
>
> On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote:
> > This patch adds a helper function that allows to modify range,
> > i.e. minimum, maximum, step and default value of a v4l2 control,
> > after the control has been cre
58 matches
Mail list logo