Re: ATI TV Wonder regression since at least 3.19.6

2015-05-11 Thread Hans Verkuil
Hi Patrice, On 05/11/2015 06:12 PM, Patrice Levesque wrote: > > Hi, > > my wonderfully old ATI TV Wonder (PCI ID 14f1:8800, module cx8800) > does not behave properly since I upgraded from Linux-3.18.6 to > Linux-3.19.6 (Gentoo builds). > > I usually spawn MPlayer to use

Re: [PATCH v3 2/3] media: atmel-isi: add runtime pm support

2015-05-11 Thread Josh Wu
On 5/6/2015 6:25 PM, Josh Wu wrote: The runtime pm resume/suspend will enable/disable pclk (ISI peripheral clock). And we need to call runtime_pm_get_sync()/runtime_pm_put() when we need access ISI registers. In the meantime, as clock_start()/clock_stop() is used to control the mclk not ISI peri

Re: [PATCH v2 1/3] media: atmel-isi: remove the useless code which disable isi

2015-05-11 Thread Josh Wu
Hi, Guennadi On 5/12/2015 4:16 AM, Guennadi Liakhovetski wrote: Hi Josh, Thanks for the patch. I'm afraid I don't quite understand why it is needed, could you maybe explain a bit more? Is it because (1) during ISI configuration the pixel clock from the sensor is (usually) anyway disabled, so,

cron job: media_tree daily build: ERRORS

2015-05-11 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: Tue May 12 04:00:20 CEST 2015 git branch: test git hash: 4c0a65aec3784017aeeb1933c465f901568e98ee gcc versi

HP MCE IR (Fintek, 1934:5168) not decoding RC6-6A-20

2015-05-11 Thread Nick Morrott
I've just picked up an HP MCE receiver (Fintek, 1934:5168) to use with a Sky+ HD remote control, which uses the RC6-6A-20 protocol. Testing has been carried out on a stock Debian 3.17-1-amd64 kernel. Plugging of the receiver triggers the loading of the mceusb module and setting the IR protocol to

Re: [PATCH v2 1/3] media: atmel-isi: remove the useless code which disable isi

2015-05-11 Thread Guennadi Liakhovetski
Hi Josh, Thanks for the patch. I'm afraid I don't quite understand why it is needed, could you maybe explain a bit more? Is it because (1) during ISI configuration the pixel clock from the sensor is (usually) anyway disabled, so, we don't have to additionally disable the ISI, without the pixel

Re: dvb_usb_af9015: command failed=1 _ kernel >= 4.1.x

2015-05-11 Thread poma
On 05/11/2015 12:25 AM, poma wrote: > On 10.05.2015 12:38, poma wrote: >> On 08.05.2015 12:59, poma wrote: >>> On 08.05.2015 12:20, poma wrote: [0.00] Linux version 4.0.2-200.fc21.x86_64 ... [0.870875] usb 1-2: new high-speed USB device number 2 using ehci-pci [

ATI TV Wonder regression since at least 3.19.6

2015-05-11 Thread Patrice Levesque
Hi, my wonderfully old ATI TV Wonder (PCI ID 14f1:8800, module cx8800) does not behave properly since I upgraded from Linux-3.18.6 to Linux-3.19.6 (Gentoo builds). I usually spawn MPlayer to use that device; when I use it under 3.19.6, I get an image like

Re: [PATCH 2/2] sound/usb: Update ALSA driver to use media controller API

2015-05-11 Thread Shuah Khan
On 05/08/2015 10:51 PM, Eric Wong wrote: > Shuah Khan wrote: >> @@ -541,13 +591,19 @@ int snd_usb_create_quirk(struct snd_usb_audio *chip, >> [QUIRK_AUDIO_ALIGN_TRANSFER] = create_align_transfer_quirk, >> [QUIRK_AUDIO_STANDARD_MIXER] = create_standard_mixer_quirk, >>

Re: [Y2038] [PATCH v2] Staging: media: Replace timeval with ktime_t

2015-05-11 Thread Arnd Bergmann
On Sunday 10 May 2015 18:40:26 Ksenija Stanojevic wrote: > 'struct timeval last_tv' is used to get the time of last signal change > and 'struct timeval last_intr_tv' is used to get the time of last UART > interrupt. > 32-bit systems using 'struct timeval' will break in the year 2038, so we > have t

Re: [PATCHv3 2/4] phy: core: Add devm_of_phy_get_by_index to phy-core

2015-05-11 Thread Kishon Vijay Abraham I
Hi, On Thursday 23 April 2015 04:34 AM, Arun Ramamurthy wrote: Some generic drivers, such as ehci, may use multiple phys and for such drivers referencing phy(s) by name(s) does not make sense. Instead of inventing new naming schemes and using custom code to iterate through them, such drivers are

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

2015-05-11 Thread Mel Gorman
On Mon, May 11, 2015 at 04:00:19PM +0200, Jan Kara wrote: > > > +int get_vaddr_frames(unsigned long start, unsigned int nr_frames, > > > + bool write, bool force, struct frame_vector *vec) > > > +{ > > > + struct mm_struct *mm = current->mm; > > > + struct vm_area_struct *vma; > > > +

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

2015-05-11 Thread Jan Kara
On Fri 08-05-15 15:49:22, Mel Gorman wrote: > On Wed, May 06, 2015 at 09:28:09AM +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

Re: [PATCHv3 0/4] add devm_of_phy_get_by_index and update platform drivers

2015-05-11 Thread Kishon Vijay Abraham I
Hi, On Thursday 23 April 2015 08:01 PM, Alan Stern wrote: On Wed, 22 Apr 2015, Arun Ramamurthy wrote: This patch set adds a new API to get phy by index when multiple phys are present. This patch is based on discussion with Arnd Bergmann about dt bindings for multiple phys. History: v1: -

Re: [PATCH 01/18] media controller: add EXPERIMENTAL to Kconfig option for DVB support

2015-05-11 Thread Laurent Pinchart
On Friday 08 May 2015 13:33:46 Hans Verkuil wrote: > On 05/08/2015 03:12 AM, Mauro Carvalho Chehab wrote: > > The Media Controller DVB support is still an experimental feature, > > as it is under heavy development. It is already said that it is > > an experimental feature at the help, but let make

Re: [PATCH] rcar-vin: use monotonic timestamps

2015-05-11 Thread Laurent Pinchart
Hi Hans, On Thursday 07 May 2015 08:32:51 Hans Verkuil wrote: > On 05/07/2015 08:26 AM, Hans Verkuil wrote: > > Even though the rcar-vin driver tells userspace that it will give a > > monotonic timestamp, it is actually using gettimeofday. Replace this with > > a proper monotonic timestamp. > > I

Re: [PATCH 07/18] media controller: rename the tuner entity

2015-05-11 Thread Hans Verkuil
On 05/11/2015 11:31 AM, Mauro Carvalho Chehab wrote: > Em Sat, 09 May 2015 11:31:42 +0200 > Hans Verkuil escreveu: > > Brainstorming: > > It might be better to map each device node to an entity and each hardware > component (tuner, DMA engine) to an entity, and avoid this mixing o

Re: [PATCH 07/18] media controller: rename the tuner entity

2015-05-11 Thread Mauro Carvalho Chehab
Em Sat, 09 May 2015 11:31:42 +0200 Hans Verkuil escreveu: > >>> Brainstorming: > >>> > >>> It might be better to map each device node to an entity and each hardware > >>> component (tuner, DMA engine) to an entity, and avoid this mixing of > >>> hw entity vs device node entity. > > There are two