Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-13 Thread Andrey Utkin
On Tue, Nov 11, 2014 at 10:16 PM, Andrey Utkin wrote: > On Tue, Nov 11, 2014 at 8:05 PM, Hans Verkuil wrote: >> I would first try to exclude hardware issues: since you say it is always >> the same card, try either replacing it or swapping it with another solo >> card and see if the problem follow

cron job: media_tree daily build: OK

2014-11-13 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 Nov 14 04:00:21 CET 2014 git branch: test git hash: dd0a6fe2bc3055cd61e369f97982c88183b1f0a0 gcc versio

[GIT PULL] Panasonic MN8847 and MN88473

2014-11-13 Thread Antti Palosaari
The following changes since commit dd0a6fe2bc3055cd61e369f97982c88183b1f0a0: [media] dvb-usb-dvbsky: fix i2c adapter for sp2 device (2014-11-11 12:55:32 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git astrometa for you to fetch changes up to 9e0d970

Re: [RESUBMIT] [PATCH] Replace mentions of "list_struct" to "list_head"

2014-11-13 Thread Steven Rostedt
On Fri, 14 Nov 2014 05:09:55 +0400 Andrey Utkin wrote: > There's no such thing as "list_struct". I guess there isn't. > > Signed-off-by: Andrey Utkin Acked-by: Steven Rostedt -- Steve > --- > drivers/gpu/drm/radeon/mkregtable.c | 24 > drivers/media/pci/cx18/cx1

[RESUBMIT] [PATCH] Replace mentions of "list_struct" to "list_head"

2014-11-13 Thread Andrey Utkin
There's no such thing as "list_struct". Signed-off-by: Andrey Utkin --- drivers/gpu/drm/radeon/mkregtable.c | 24 drivers/media/pci/cx18/cx18-driver.h | 2 +- include/linux/list.h | 34 +- include/linux/plist.h

Re: v4l2-ctl bug(?) printing ctrl payload array

2014-11-13 Thread Andrey Utkin
2014-11-06 15:57 GMT+04:00 Hans Verkuil : > OK, I had some time and I made several fixes. Please pull from v4l-utils.git > and verify that it is now working correctly. Looks appropriate now. Thanks. -- Andrey Utkin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the

Re: [PATCH/RFC v7 3/3] Documentation: leds: Add description of LED Flash Class extension

2014-11-13 Thread Bryan Wu
On Wed, Nov 12, 2014 at 8:09 AM, Jacek Anaszewski wrote: > The documentation being added contains overall description of the > LED Flash Class and the related sysfs attributes. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park > Cc: Bryan Wu > Cc: Richard Purdie > --- > Documentat

Re: [PATCH/RFC v7 1/3] leds: Add support for setting brightness in a synchronous way

2014-11-13 Thread Bryan Wu
On Wed, Nov 12, 2014 at 8:09 AM, Jacek Anaszewski wrote: > There are use cases when setting a LED brightness has to > have immediate effect (e.g. setting a torch LED brightness). > This patch extends LED subsystem to support such operations. > The LED subsystem internal API __led_set_brightness is

Re: mmotm 2014-11-12-16-34 uploaded (media: v4l2)

2014-11-13 Thread Randy Dunlap
On 11/12/14 16:36, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2014-11-12-16-34 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > on i386: drivers/built-in.o:

randconfig build error with next-20141113, in drivers/media/v4l2-core/tuner-core.c

2014-11-13 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `set_type': /home/jim/linux/drivers/media/v4l2-core/tuner-core.c:412: undefined reference to `simple_tuner_attach' /home/jim/linux/drivers/media/v4l2-core/tuner-core.c:376: undefined reference to `xc5000_attach'

Re: Re: [PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci boxsupport

2014-11-13 Thread Nibble Max
Hello Olli, dvb-usb-dvbsky driver did not exist when you wrote the driver for TechnoTrend CT2-4650. It is the good choise to add the new device in cxusb driver for that time. But cxusb is a real big driver, which depends on many frontend modules. Some users make complaints in their embedded syst

Re: [PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box support

2014-11-13 Thread Olli Salonen
Hi Max, My understanding is that T680CI is the same device as TechnoTrend CT2-4650 CI that is already supported by the cxusb driver. I think we should not duplicate this over two drivers. In my opinion, two options exist: - you add T680CI in the dvbsky driver and move CT2-4650 also to dvbsky

[PATCH 1/1] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box support

2014-11-13 Thread Nibble Max
DVBSky T680CI dvb-t2/t/c usb ci box: 1>dvb frontend: SI2158A20(tuner), SI2168A30(demod) 2>usb controller: CY7C86013A 3>ci controller: CIMAX SP2 or its clone. Signed-off-by: Nibble Max --- drivers/media/usb/dvb-usb-v2/Kconfig | 2 + drivers/media/usb/dvb-usb-v2/dvbsky.c | 122 +