Re: [PATCH 0/3] Move media staging drivers to staging/media

2011-11-17 Thread Greg KH
On Thu, Nov 17, 2011 at 09:10:27PM +0200, Tomas Winkler wrote: On Thu, Nov 17, 2011 at 8:09 PM, Greg KH gre...@suse.de wrote: On Thu, Nov 17, 2011 at 07:47:50PM +0200, Tomas Winkler wrote: On Wed, Nov 2, 2011 at 5:10 PM, Greg KH gre...@suse.de wrote: On Wed, Nov 02, 2011 at 09:45:09AM

Re: [PATCH 0/3] Move media staging drivers to staging/media

2011-11-02 Thread Greg KH
On Wed, Nov 02, 2011 at 09:45:09AM -0200, Mauro Carvalho Chehab wrote: Greg, As agreed, this is the patches that move media drivers to their own places. Basically, cx25821 now seems ready to be at the standard place, while the other drivers should still be in staging for a while. The

Re: [RESEND PATCH 10/14] staging/media/as102: properly handle multiple product names

2011-10-18 Thread Greg KH
On Tue, Oct 18, 2011 at 10:54:08PM +0200, Piotr Chmura wrote: On Tue, 18 Oct 2011 13:28:39 -0700 Joe Perches j...@perches.com wrote: On Tue, 2011-10-18 at 22:02 +0200, Piotr Chmura wrote: Patch taken from http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ [] diff --git

Re: [PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup (was: Staging submission: PCTV 80e and PCTV 74e drivers)

2011-10-17 Thread Greg KH
On Sat, Oct 15, 2011 at 10:54:14PM +0200, Piotr Chmura wrote: [PATCH 1/7] pull as102 driver fromhttp://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ with the only change needed to compile it in git tree[1]: usb_buffer_alloc() to usb_alloc_coherent() and usb_buffer_free() to

Re: serial device name for smart card reader that is integrated to Anysee DVB USB device

2011-10-05 Thread Greg KH
On Wed, Oct 05, 2011 at 08:15:17AM +0200, Oliver Neukum wrote: Am Mittwoch, 5. Oktober 2011, 07:58:51 schrieb Antti Palosaari: On 10/05/2011 07:59 AM, Greg KH wrote: Why not just use the usb-serial core and then you get a ttyUSB* device node for free? It also should provide a lot

Re: serial device name for smart card reader that is integrated to Anysee DVB USB device

2011-10-04 Thread Greg KH
On Wed, Oct 05, 2011 at 12:22:09AM +0300, Antti Palosaari wrote: I have been looking for correct device name for serial smart card reader that is integrated to Anysee DVB USB devices. Consider it like old so called Phoenix reader. Phoenix is de facto protocol used for such readers and there is

Re: Staging submission: PCTV 80e and PCTV 74e drivers (was Re: Problems cloning the git repostories)

2011-09-27 Thread Greg KH
/staging In summary, if you don't have a couple hours to make your driver to match Kernel Coding Style, just send it as is to /drivers/staging, c/c me and Greg KH, and that's it. PULL http://kernellabs.com/hg/~dheitmueller/v4l-dvb-80e/ PULL http://kernellabs.com/hg/~dheitmueller/v4l-dvb

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-19 Thread Greg KH
On Mon, Sep 19, 2011 at 10:47:50AM +0200, Arnd Bergmann wrote: On Sunday 18 September 2011 11:45:16 Randy Dunlap wrote: We have fallbacks to Andrew and/or GregKH currently, but GregKH is not consistent or timely with applying drivers/misc/ patches. It deserves better. [added him to

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-18 Thread Greg KH
On Sun, Sep 18, 2011 at 08:11:45AM -0700, Randy Dunlap wrote: On 09/05/2011 07:19 AM, Arnd Bergmann wrote: I think it would simply be more consistent to have it enabled all the time. Well, even better would be to move the bulk of the misc drivers to a proper location sorted by their

Re: usb_set_intfdata usage for two subdrivers

2011-08-28 Thread Greg KH
On Mon, Aug 29, 2011 at 02:30:26AM +0300, Antti Palosaari wrote: I am trying to implement DVB USB device smartcard reader support using USB-serial. Really? Why? That doesn't seem to make sense, please explain more. The main problem is now that both DVB-USB and USB-serial uses interface

Re: [PATCH v2] Staging: cx25821: fix coding style issues

2011-08-23 Thread Greg KH
On Tue, Aug 02, 2011 at 05:03:18PM +0800, Leonid V. Fedorenchik wrote: Fix too long lines in cx25821-audio.h Fix wrong brace placement in cx25821-cards.c, cx25821-core.c, and cx25821-i2c.c Use DEFINE_PCI_DEVICE_TABLE for cx25821_pci_tbl. Move EXPORT_SYMBOL(cx25821_set_gpiopin_direction) to

Re: USB mini-summit report

2011-08-21 Thread Greg KH
On Fri, Aug 19, 2011 at 02:37:25PM -0700, Sarah Sharp wrote: The USB mini-summit was a success! Thank you to all the people who attended. I think we had some productive discussions that could have taken weeks on the mailing list. Please reply to this email if you have your own notes, or

Re: USB mini-summit at LinuxCon Vancouver

2011-08-10 Thread Greg KH
On Wed, Aug 10, 2011 at 01:33:25PM -0500, Theodore Kilgore wrote: -- moving the kernel webcam drivers out of the kernel and doing with these cameras _everything_ including webcam function through libusb. I myself do not have the imagination to be able to figure out how this could be done

Re: USB mini-summit at LinuxCon Vancouver

2011-08-04 Thread Greg KH
On Thu, Aug 04, 2011 at 07:21:47PM -0300, Mauro Carvalho Chehab wrote: I know that this problem were somewhat solved for 3G modems, with the usage of the userspace problem usb_modeswitch, and with some quirks for the USB storage driver, but I'm not sure if such tricks will scale forever, as

Re: [PATCH] [staging] lirc_serial: allocate irq at init time

2011-07-07 Thread Greg KH
On Thu, Jul 07, 2011 at 08:31:28PM -0400, Jarod Wilson wrote: On Tue, Jul 5, 2011 at 1:21 PM, Greg KH g...@kroah.com wrote: On Thu, Jun 16, 2011 at 03:31:46PM -0400, Jarod Wilson wrote: There's really no good reason not to just grab the desired IRQ at driver init time, instead of every time

Re: [PATCH] [staging] lirc_serial: allocate irq at init time

2011-07-05 Thread Greg KH
On Thu, Jun 16, 2011 at 03:31:46PM -0400, Jarod Wilson wrote: There's really no good reason not to just grab the desired IRQ at driver init time, instead of every time the lirc device node is accessed. This also improves the speed and reliability with which a serial transmitter can operate, as

Re: [PATCH v3 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-07-01 Thread Greg KH
On Fri, Jul 01, 2011 at 03:47:11PM +0400, Kirill Smelkov wrote: drivers/usb/host/ehci-sysfs.c | 104 +++-- As you are adding new sysfs files, it is required that you also add new entries in the Documentation/ABI/ directory. Please do that for these files

Re: USB mini-summit at LinuxCon Vancouver

2011-06-10 Thread Greg KH
On Fri, Jun 10, 2011 at 12:48:15PM -0700, Sarah Sharp wrote: On Thu, Jun 09, 2011 at 08:18:05PM -0700, Greg KH wrote: On Thu, Jun 09, 2011 at 05:21:03PM -0700, Sarah Sharp wrote: Topic 1 --- The KVM folks suggested that it would be good to get USB and virtualization

Re: USB mini-summit at LinuxCon Vancouver

2011-06-09 Thread Greg KH
On Thu, Jun 09, 2011 at 05:21:03PM -0700, Sarah Sharp wrote: Topic 1 --- The KVM folks suggested that it would be good to get USB and virtualization developers together to talk about how to virtualize the xHCI host controller. The xHCI spec architect worked closely with VMWare to get

Re: [stable] [PATCH] pwc: better usb disconnect handling

2011-06-06 Thread Greg KH
On Mon, Jun 06, 2011 at 07:43:39PM +0200, Hans de Goede wrote: Unplugging a pwc cam while an app has the /dev/video# node open leads to an oops in pwc_video_close when the app closes the node, because the disconnect handler has free-ed the pdev struct pwc_video_close tries to use. Instead of

Re: Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h

2011-05-19 Thread Greg KH
On Thu, May 19, 2011 at 04:22:06PM -0300, Mauro Carvalho Chehab wrote: Em 28-03-2011 12:23, Randy Dunlap escreveu: From: Randy Dunlap randy.dun...@oracle.com altera-jtag.c needs to include linux/delay.h to fix a build error: drivers/staging/altera-stapl/altera-jtag.c:398: error:

Re: [PATCH] Fix cx88 remote control input

2011-05-05 Thread Greg KH
On Wed, May 04, 2011 at 11:25:10PM -0300, Mauro Carvalho Chehab wrote: Em 04-05-2011 17:36, Greg KH escreveu: Yes, as long as .39 is working properly. We take patches in -stable for stuff like this at times, it just needs to be specified exactly like you did above. OK. Want me

[patch 36/38] [media] cx88: Fix HVR4000 IR keymap

2011-05-05 Thread Greg KH
2.6.38-stable review patch. If anyone has any objections, please let us know. -- From: Lawrence Rust l...@softsystem.dot.uk [fixed in .39 in a much different way that is too big to backport to .38 - gregkh] Fixes the RC key input for Nova-S plus, HVR1100, HVR3000 and HVR4000

Re: [PATCH] Fix cx88 remote control input

2011-05-04 Thread Greg KH
On Wed, May 04, 2011 at 05:16:29PM -0300, Mauro Carvalho Chehab wrote: Hi Lawerence, Em 03-05-2011 14:19, Jarod Wilson escreveu: On May 3, 2011, at 3:25 AM, Lawrence Rust wrote: On Mon, 2011-05-02 at 15:50 -0300, Mauro Carvalho Chehab wrote: Em 08-04-2011 09:50, Lawrence Rust

Re: [stable] [PATCH] media/radio/wl1273: fix build errors

2011-04-11 Thread Greg KH
On Thu, Mar 31, 2011 at 08:09:57PM -0400, Mike Frysinger wrote: On Sun, Feb 27, 2011 at 12:51, Randy Dunlap wrote: From: Randy Dunlap randy.dun...@oracle.com RADIO_WL1273 needs to make sure that the mfd core is built to avoid build errors: ERROR: mfd_add_devices

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-06 Thread Greg KH
On Wed, Apr 06, 2011 at 05:23:23PM +0200, Samuel Ortiz wrote: --- a/include/linux/device.h +++ b/include/linux/device.h @@ -33,6 +33,7 @@ struct class; struct subsys_private; struct bus_type; struct device_node; +struct mfd_cell; struct bus_attribute { struct attribute

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-06 Thread Greg KH
On Wed, Apr 06, 2011 at 07:05:38PM +0200, Samuel Ortiz wrote: Hi Greg, On Wed, Apr 06, 2011 at 08:58:05AM -0700, Greg KH wrote: On Wed, Apr 06, 2011 at 05:23:23PM +0200, Samuel Ortiz wrote: --- a/include/linux/device.h +++ b/include/linux/device.h @@ -33,6 +33,7 @@ struct class

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-06 Thread Greg KH
On Wed, Apr 06, 2011 at 11:25:57AM -0700, Andres Salomon wrote: We've been faced with the problem of being able to pass both MFD related data and a platform_data pointer to some of those drivers. Squeezing the MFD bits in the sub driver platform_data pointer doesn't work for drivers

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-06 Thread Greg KH
On Wed, Apr 06, 2011 at 09:59:02PM +0300, Felipe Balbi wrote: Hi, On Wed, Apr 06, 2011 at 08:47:34PM +0200, Samuel Ortiz wrote: What is a MFD cell pointer and why is it needed in struct device? An MFD cell is an MFD instantiated device. MFD (Multi Function Device) drivers

Re: [ANNOUNCE] usbmon capture and parser script

2011-03-16 Thread Greg KH
On Wed, Mar 16, 2011 at 03:34:17PM -0300, Mauro Carvalho Chehab wrote: While trying to debug some issues on a driver on Linux, and using a Beagleboard card as a hardware USB sniffer[1], I noticed the need of having a parser to work with the sniffer data. While wireshark provides a good way of

Re: [ANNOUNCE] usbmon capture and parser script

2011-03-16 Thread Greg KH
On Wed, Mar 16, 2011 at 09:20:24PM +0100, Paul Bolle wrote: On Wed, 2011-03-16 at 12:47 -0700, Greg KH wrote: Very cool stuff. You are away of: http://vusb-analyzer.sourceforge.net/ right? I know you are doing this in console mode, but it looks close to the same idea. Perhaps

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 07:50:28AM -0400, James Bottomley wrote: On Mon, 2011-03-14 at 20:09 -0700, Greg KH wrote: On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: Vasiliy Kulikov (20): mach-ux500: mbox

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-14 Thread Greg KH
On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: Vasiliy Kulikov (20): mach-ux500: mbox-db5500: world-writable sysfs fifo file leds: lp5521: world-writable sysfs engine* files leds: lp5523: world-writable

Re: [stable] [PATCH 1/4] [media] gspca - sonixj: Move bridge init to sd start

2011-02-16 Thread Greg KH
I'm confused, what tree is this for? .32? It's already in .37, right? thanks, greg k-h On Thu, Jan 06, 2011 at 09:28:35AM -0200, Mauro Carvalho Chehab wrote: Backports changeset 5e68f400aad4e2c29e2531cc4413c459fa88cb62 Signed-off-by: Jean-François Moine moin...@free.fr Signed-off-by:

Re: [stable] [PATCH 0/4] gspca fix backports for 2.6.36

2011-02-16 Thread Greg KH
On Thu, Jan 06, 2011 at 01:56:40PM +0100, Jean-Francois Moine wrote: On Thu, 6 Jan 2011 09:28:36 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: This patch series backport POWER INV fixes for sonixj sensors. Jean, I'm currently without any sensorj camera. Could you please

Re: [RFC/PATCH v7 01/12] media: Media device node support

2011-01-06 Thread Greg KH
On Fri, Dec 24, 2010 at 12:59:38PM +0100, Laurent Pinchart wrote: Hi Greg, Thank you for the review. On Thursday 23 December 2010 04:32:53 Greg KH wrote: On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote: The media_devnode structure provides support for registering

Re: [RFC/PATCH v7 01/12] media: Media device node support

2011-01-06 Thread Greg KH
On Fri, Jan 07, 2011 at 12:27:11AM +0100, Hans Verkuil wrote: On Thursday, January 06, 2011 23:19:12 Greg KH wrote: snip +static ssize_t media_read(struct file *filp, char __user *buf, + size_t sz, loff_t *off) +{ + struct media_devnode *mdev

Re: [RFC/PATCH v7 01/12] media: Media device node support

2011-01-06 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Jan 06, 2011 at 07:24:27PM -0500, Andy Walls wrote: Why, yes, there is a standard: http://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_03.html A somewhat verbose

Re: [RFC/PATCH v7 01/12] media: Media device node support

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote: The media_devnode structure provides support for registering and unregistering character devices using a dynamic major number. Reference counting is handled internally, making device drivers easier to write without having to

Re: [RFC/PATCH v7 02/12] media: Media device

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:25PM +0100, Laurent Pinchart wrote: The media_device structure abstracts functions common to all kind of media devices (v4l2, dvb, alsa, ...). It manages media entities and offers a userspace API to discover and configure the media device internal topology. As

Re: [RFC/PATCH v7 01/12] media: Media device node support

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote: +/* + * Flag to mark the media_devnode struct as registered. Drivers must not touch + * this flag directly, it will be set and cleared by media_devnode_register and + * media_devnode_unregister. + */ +#define

Re: [stable] [RESEND][PATCH for stable 2.6.36 REGRESSION] cx25840: Prevent device probe failure due to volume control ERANGE error]

2010-12-10 Thread Greg KH
On Fri, Dec 10, 2010 at 08:19:57AM -0500, Andy Walls wrote: Resending, since this didn't appear to make its way into in 2.6.36.2. That's because it's not in Linus's tree, right? I have to wait for that to happen before I can add it to a stable tree. thanks, greg k-h -- To unsubscribe from

Re: [stable] [PATCH] [media] msp3400: fix mute audio regression

2010-12-07 Thread Greg KH
On Thu, Nov 25, 2010 at 02:05:42PM +0100, Hans Verkuil wrote: This patch applies 2.6.37 commit 0310871d8f71da4ad8643687fbc40f219a0dac4d to the 2.6.36 stable series. It was just too late to be included in 2.6.36 at the time, but it should be added to 2.6.36 since it fixes broken audio on

Re: [stable] [PATCH] [media] gspca - main: Fix a regression with the PS3 Eye webcam

2010-12-06 Thread Greg KH
On Mon, Nov 22, 2010 at 12:34:18PM +0100, Antonio Ospite wrote: On Fri, 5 Nov 2010 23:08:12 +0100 Antonio Ospite osp...@studenti.unina.it wrote: From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Moine?= moin...@free.fr commit f43402fa55bf5e7e190c176343015122f694857c upstream. When audio is

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 04:21:47PM +0100, Arnd Bergmann wrote: On Tuesday 30 November 2010, Linus Walleij wrote: 2010/11/26 Arnd Bergmann a...@arndb.de: * When you say that the devices are static, I hope you do not mean static in the C language sense. We used to allow devices to be

Re: [PATCH/RFC] core: add a function to safely try to get device driver owner

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 06:09:46PM +0100, Guennadi Liakhovetski wrote: On Tue, 30 Nov 2010, Greg KH wrote: On Tue, Nov 30, 2010 at 12:11:42AM +0100, Guennadi Liakhovetski wrote: On Mon, 29 Nov 2010, Greg KH wrote: On Mon, Nov 29, 2010 at 11:10:50PM +0100, Guennadi Liakhovetski

Re: [PATCH/RFC] core: add a function to safely try to get device driver owner

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 06:55:54PM +0100, Laurent Pinchart wrote: Hi Greg, On Tuesday 30 November 2010 18:15:09 Greg KH wrote: On Tue, Nov 30, 2010 at 06:09:46PM +0100, Guennadi Liakhovetski wrote: On Tue, 30 Nov 2010, Greg KH wrote: On Tue, Nov 30, 2010 at 12:11:42AM +0100, Guennadi

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 06:40:49PM +, Russell King - ARM Linux wrote: On Tue, Nov 30, 2010 at 04:21:47PM +0100, Arnd Bergmann wrote: On Tuesday 30 November 2010, Linus Walleij wrote: 2010/11/26 Arnd Bergmann a...@arndb.de: * When you say that the devices are static, I hope you do

Re: [PATCH/RFC] core: add a function to safely try to get device driver owner

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 09:43:09PM +0100, Laurent Pinchart wrote: The way we deal with this is to try_module_get() on the OMAP3 ISP driver in the subdev open() handlers. I'm of course opened to alternatives. Do it like the rest of the kernel does it, lock the module in place with the

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 10:05:50PM +, Russell King - ARM Linux wrote: On Tue, Nov 30, 2010 at 10:48:34AM -0800, Greg KH wrote: On Tue, Nov 30, 2010 at 06:40:49PM +, Russell King - ARM Linux wrote: There's lots of static devices, not only platform devices, in the ARM tree. It's

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 11:42:15PM +, Russell King - ARM Linux wrote: It's a work in progress, but wherever possible, I encourage people to not make 'struct device' static. Right, so saying to ARM developers that they can't submit code which adds new static device structures is rather

Re: [stable] [PATCH] [media] gspca - main: Fix a regression with the PS3 Eye webcam

2010-11-22 Thread Greg KH
On Mon, Nov 22, 2010 at 12:34:18PM +0100, Antonio Ospite wrote: On Fri, 5 Nov 2010 23:08:12 +0100 Antonio Ospite osp...@studenti.unina.it wrote: From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Moine?= moin...@free.fr commit f43402fa55bf5e7e190c176343015122f694857c upstream. When audio is

Re: [PATCH] i2c: Remove obsolete cleanup for clientdata

2010-11-10 Thread Greg KH
On Wed, Nov 10, 2010 at 01:28:19PM +0100, Wolfram Sang wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit. This is obsolete meanwhile, so fix it and hope the word will spread. Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Like last time I

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 02:24:53PM -0400, valdis.kletni...@vt.edu wrote: On Mon, 18 Oct 2010 17:40:04 PDT, Greg KH said: I do have access to this hardware, but its on an old single processor laptop, so any work that it would take to help do this development, really wouldn't be able

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 09:40:47PM +0200, Oliver Neukum wrote: Am Dienstag, 19. Oktober 2010, 21:37:35 schrieb Greg KH: So no need to clean it up for multiprocessor support. http://download.intel.com/design/chipsets/datashts/29067602.pdf http://www.intel.com/design/chipsets/specupdt

Re: [stable] V4L/DVB (13966): DVB-T regression fix for saa7134 cards

2010-10-19 Thread Greg KH
On Wed, Sep 29, 2010 at 12:28:00PM -0300, Mauro Carvalho Chehab wrote: Hi, Some users are reporting a regression on 2.6.31 and 2.6.32 that were fixed on 2.6.33, related to DVB reception with saa7134. Could you please cherry-pick this patch to 2.6.32 stable as well?

Re: [stable] [PATCH 1/2] V4L/DVB: dib7770: enable the current mirror

2010-10-19 Thread Greg KH
On Tue, Sep 07, 2010 at 05:50:45PM +0200, pboettc...@kernellabs.com wrote: From: Olivier Grenie olivier.gre...@dibcom.fr To improve performance on DiB7770-devices enabling the current mirror is needed. This patch adds an option to the dib7000p-driver to do that and it creates a separate

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end up not getting fixed at all, we can either mark them non-SMP or move them to drivers/staging once all the others are done. I recommend moving them to

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote: Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end up not getting fixed

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-18 Thread Greg KH
On Tue, Oct 19, 2010 at 10:57:43AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 10:40 AM, Greg KH g...@kroah.com wrote: On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote: On Tue, Oct 19, 2010 at 4:43 AM, Greg KH g...@kroah.com wrote: On Mon, Oct 18, 2010 at 05:42:06PM +0200

Re: [PATCH] V4L/DVB: Add a todo file for staging/tm6000

2010-10-14 Thread Greg KH
On Thu, Oct 14, 2010 at 05:37:10PM -0300, Mauro Carvalho Chehab wrote: Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com Acked-by: Greg Kroah-Hartman gre...@suse.de I'm guessing that you want to take this through your tree, right? Fine with me. thanks, greg k-h -- To unsubscribe from

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Greg KH
On Thu, Sep 16, 2010 at 02:00:04PM -0400, Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. No complaints probably, but does it actually do anything? Last time I measured, it didn't, but that was in the .31 kernel days. thanks, greg k-h -- To

Re: [PATCH] uvc: Enable USB autosuspend by default on uvcvideo

2010-09-16 Thread Greg KH
On Thu, Sep 16, 2010 at 07:53:18PM +0100, Matthew Garrett wrote: On Thu, Sep 16, 2010 at 11:45:30AM -0700, Greg KH wrote: On Thu, Sep 16, 2010 at 02:00:04PM -0400, Matthew Garrett wrote: We've been doing this for a while in Fedora without any complaints. No complaints probably, but does

Re: [RFCv5 3/9] mm: cma: Added SysFS support

2010-09-07 Thread Greg KH
23:07:47 +0200, Greg KH g...@kroah.com wrote: So this returns more than one value? Aren't thing like cpufreq governors listed in a single sysfs file? Yeah, but I don't like it :) I remember there was such a file somewhere. Has that been made deprecated? I cannot seem to find any information

Re: [RFCv5 3/9] mm: cma: Added SysFS support

2010-09-06 Thread Greg KH
On Mon, Sep 06, 2010 at 08:33:53AM +0200, Michal Nazarewicz wrote: +++ b/Documentation/ABI/testing/sysfs-kernel-mm-contiguous @@ -0,0 +1,53 @@ +What:/sys/kernel/mm/contiguous/ +Date:August 2010 +Contact: Michal Nazarewicz m.nazarew...@samsung.com

Re: [RFCv5 0/9] CMA + VCMM integration

2010-09-06 Thread Greg KH
On Mon, Sep 06, 2010 at 08:33:50AM +0200, Michal Nazarewicz wrote: Hello everyone, This patchset introduces a draft of a redesign of Zach Pfeffer's VCMM. What is a VCMM? What is a CMA? Not all of the functionality of the original VCMM has been ported into this patchset. This is mostly

Re: [RFCv5 8/9] mm: vcm: Sample driver added

2010-09-06 Thread Greg KH
On Mon, Sep 06, 2010 at 08:33:58AM +0200, Michal Nazarewicz wrote: --- /dev/null +++ b/include/linux/vcm-sample.h Don't put sample code in include/linux/ please. That's just cluttering up the place, don't you think? Especially as no one else needs the file there... thanks, greg k-h -- To

Re: [RFCv5 0/9] CMA + VCMM integration

2010-09-06 Thread Greg KH
On Tue, Sep 07, 2010 at 03:40:46AM +0200, Micha?? Nazarewicz wrote: On Mon, 06 Sep 2010 23:09:05 +0200, Greg KH g...@kroah.com wrote: On Mon, Sep 06, 2010 at 08:33:50AM +0200, Michal Nazarewicz wrote: Hello everyone, This patchset introduces a draft of a redesign of Zach Pfeffer's VCMM

Re: [PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Greg KH
On Mon, Aug 02, 2010 at 05:29:22PM -0400, Jarod Wilson wrote: drivers/media/IR/keymaps/Makefile |1 + Uppercase IR? Any reason why you all picked that? Just curious. greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Greg KH
On Mon, Aug 02, 2010 at 09:24:14PM -0300, Mauro Carvalho Chehab wrote: Em 02-08-2010 19:35, Greg KH escreveu: On Mon, Aug 02, 2010 at 05:29:22PM -0400, Jarod Wilson wrote: drivers/media/IR/keymaps/Makefile |1 + Uppercase IR? Any reason why you all picked that? Infra

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Greg KH
On Tue, Jul 27, 2010 at 04:33:32PM -0300, Mauro Carvalho Chehab wrote: Em 27-07-2010 15:24, Jarod Wilson escreveu: On Tue, Jul 27, 2010 at 09:09:56AM -0700, Greg KH wrote: On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: Em 26-07-2010 20:25, Jarod Wilson escreveu

Re: [PATCH FOR 2.6.36] uvc: Move constants and structures definitions to linux/usb/video.h

2010-07-10 Thread Greg KH
On Sat, Jul 10, 2010 at 08:03:20PM +0200, Laurent Pinchart wrote: The UVC host and gadget drivers both define constants and structures in private header files. Move all those definitions to linux/usb/video.h where they can be shared by the two drivers (and be available for userspace

Re: [2.6.33.4 PATCH] V4L/uvcvideo: Add support for Suyin Corp. Lenovo Webcam

2010-06-26 Thread Greg KH
On Sat, Jun 26, 2010 at 12:36:15PM +0200, Nils Radtke wrote: Isn't the vendor/product ID a point of reference that tells the kernel which module to load when supported hw is found? That was the idea behind adding the ID and submitting the patch. No, it also triggers off of the class

Re: [PATCH 6/6] Staging: tm6000: Fix coding style issues Fixed coding style issues founded by checkpatch.pl in files: tm6000-alsa.c, tm6000-cards, tm6000-core.c, tm6000-dvb.c, tm6000-i2c.c, tm6000-std

2010-06-19 Thread Greg KH
On Sat, Jun 19, 2010 at 07:34:57AM +0200, Stefan Ringel wrote: Am 19.06.2010 01:46, schrieb Greg KH: This patch does not apply properly. What tree did you make it against? Please redo it against the latest linux-next tree and resend it. thanks, greg k-h please look in staging

Re: [PATCH 6/6] Staging: tm6000: Fix coding style issues Fixed coding style issues founded by checkpatch.pl in files: tm6000-alsa.c, tm6000-cards, tm6000-core.c, tm6000-dvb.c, tm6000-i2c.c, tm6000-std

2010-06-18 Thread Greg KH
This patch does not apply properly. What tree did you make it against? Please redo it against the latest linux-next tree and resend it. thanks, greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 1/2] USB gadget: video class function driver

2010-05-03 Thread Greg KH
On Mon, May 03, 2010 at 02:29:57PM +0200, Laurent Pinchart wrote: Hi Viral, On Monday 03 May 2010 13:14:11 Viral Mehta wrote: Hi, This USB video class function driver implements a video capture device from the host's point of view. It creates a V4L2 output device on the gadget's

Re: [RFC 0/2] UVC gadget driver

2010-04-30 Thread Greg KH
On Thu, Apr 29, 2010 at 09:14:03AM +0200, Laurent Pinchart wrote: Hi Greg, On Thursday 29 April 2010 05:41:11 Greg KH wrote: On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote: Hi everybody, Here's a new version of the UVC gadget driver I posted on the list some

Re: 0844-Staging-cx25821-fix-coding-style-issues-in-cx25821-a.patch

2010-04-28 Thread Greg KH
On Sun, Mar 14, 2010 at 06:13:16PM +0200, Olimpiu Pascariu wrote: From 9473816c446a6ca91905fc49a73732f70b5223b4 Mon Sep 17 00:00:00 2001 From: Olimpiu Pascariu olimpiu.pasca...@gmail.com Date: Sun, 14 Mar 2010 17:44:37 +0200 Subject: [PATCH 844/844] Staging: cx25821: fix coding style issues in

Re: [RFC 0/2] UVC gadget driver

2010-04-28 Thread Greg KH
On Thu, Apr 29, 2010 at 12:52:57AM +0200, Laurent Pinchart wrote: Hi everybody, Here's a new version of the UVC gadget driver I posted on the list some time ago, rebased on 2.6.34-rc5. The private events API has been replaced by the new V4L2 events API that will be available in 2.6.34

Re: [stable] [PATCH v2] V4L/DVB: budget: Oops: BUG: unable to handle kernel NULL pointer dereference

2010-04-19 Thread Greg KH
On Wed, Mar 24, 2010 at 02:17:38PM +0100, Bjørn Mork wrote: Never call dvb_frontend_detach if we failed to attach a frontend. This fixes the following oops: [8.172997] DVB: registering new adapter (TT-Budget S2-1600 PCI) [8.209018] adapter has MAC addr = 00:d0:5c:cc:a7:29 [

Re: [git:v4l-dvb/master] sysfs: sysfs_sd_setattr set iattrs unconditionally

2010-03-06 Thread Greg KH
On Sat, Mar 06, 2010 at 05:06:55PM +0100, Jean Delvare wrote: Err, what's happening here? I can't see any chmod call in any V4L or DVB driver, so why would this patch matter there? And we will get this fix through Linus' tree anyway, so why bother at all? I'm puzzled. I'm confused too, I got a

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: For Greg Kroah-Hartman: This one should go into kernel 2.6.32, just to close a gap of kernel regressions: http://linuxtv.org/hg/v4l-dvb/rev/2dfe2234e7ea I have no idea what you are asking me to do here. If you need a patch in

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 04:15:47PM +0100, Chicken Shack wrote: Am Donnerstag, den 18.02.2010, 06:40 -0800 schrieb Greg KH: On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: For Greg Kroah-Hartman: This one should go into kernel 2.6.32, just to close a gap of kernel

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-11 Thread Greg KH
On Wed, Feb 10, 2010 at 10:34:56AM -0500, Andy Walls wrote: On Tue, 2010-02-09 at 22:12 -0500, Devin Heitmueller wrote: On Tue, Feb 9, 2010 at 10:05 PM, Richard Lemieux rlem...@cooptel.qc.ca wrote: Andy, This is a great answer! Thanks very much. When I get into this situation

[PATCH] dvb: l64781.ko broken with gcc 4.5

2010-02-09 Thread Greg KH
From: Richard Guenther rguent...@suse.de I'm trying to fix it on the GCC side (PR43007), but the module is quite stupid in using ULL constants to operate on u32 values: static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) { ... static const u32 ppm =

[PATCH] dvb: l64781.ko broken with gcc 4.5

2010-02-09 Thread Greg KH
From: Richard Guenther rguent...@suse.de I'm trying to fix it on the GCC side (PR43007), but the module is quite stupid in using ULL constants to operate on u32 values: static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) { ... static const u32 ppm =

Re: [PATCH 1/1] media: dvb-usb/af9015, fix disconnection crashes

2010-02-08 Thread Greg KH
On Thu, Feb 04, 2010 at 04:07:36PM +0200, Pekka Sarnila wrote: Yes, my comment maybe criticizes more the basic architectural structure of usb putting it's own work up to higher layer. The only practical thing is that, if there is a non-HID device suffering from that FULLSPEED problem, the

Re: fix regression in pwc_set_shutter_speed???

2010-01-29 Thread Greg KH
On Fri, Jan 29, 2010 at 12:45:37AM +, Jef Treece wrote: I reported a regression and provided a fix a few months ago for a regression in pwc_set_shutter_speed that was introduced in approx April 2009. Is that regression going to get fixed? It's really causing a lot of pain because it means

Re: fix regression in pwc_set_shutter_speed???

2010-01-29 Thread Greg KH
On Sat, Jan 30, 2010 at 12:03:09AM +, Jef Treece wrote: Here's a link to the previous message: http://www.mail-archive.com/linux-media@vger.kernel.org/msg14330.html Great. Video developers, any comments? Jef, were you able to narrow it down to the actual patch that caused the problem.

Re: [stable] [PATCH] ov511: fix probe() hang due to double mutex_lock

2009-12-10 Thread Greg KH
On Thu, Dec 10, 2009 at 05:04:49PM -0800, Brandon Philips wrote: Commit 163fe744c3283fd267268629afff4cfc846ed0e0 added a double mutex_lock which hangs ov51x_probe(). This was clearly a typo. Change final mutex_lock() - mutex_unlock() Signed-off-by: Brandon Philips bphil...@suse.de

Re: [IR-RFC PATCH v4 2/6] Core IR module

2009-11-29 Thread Greg KH
On Thu, Nov 26, 2009 at 08:34:23PM -0500, Jon Smirl wrote: Changes to core input subsystem to allow send and receive of IR messages. Encode and decode state machines are provided for common IR porotocols such as Sony, JVC, NEC, Philips, etc. Received IR messages generate event in the input

Re: [IR-RFC PATCH v4 2/6] Core IR module

2009-11-29 Thread Greg KH
+static ssize_t ir_raw_show(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct input_dev *input_dev = to_input_dev(dev); + unsigned int i, count = 0; + + for (i = input_dev-ir-raw.tail; i != input_dev-ir-raw.head; ) { + +

Re: [IR-RFC PATCH v4 2/6] Core IR module

2009-11-29 Thread Greg KH
On Sun, Nov 29, 2009 at 12:37:36PM -0500, Jon Smirl wrote: On Sun, Nov 29, 2009 at 12:14 PM, Greg KH g...@kroah.com wrote: On Thu, Nov 26, 2009 at 08:34:23PM -0500, Jon Smirl wrote: Changes to core input subsystem to allow send and receive of IR messages. Encode and decode state machines

Re: [IR-RFC PATCH v4 2/6] Core IR module

2009-11-29 Thread Greg KH
On Sun, Nov 29, 2009 at 12:41:22PM -0500, Jon Smirl wrote: On Sun, Nov 29, 2009 at 12:17 PM, Greg KH g...@kroah.com wrote: +static ssize_t ir_raw_show(struct device *dev, + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?struct device_attribute *attr, char *buf) +{ + ? ? struct input_dev *input_dev

[126/136] saa7134: ir-kbd-i2c init data needs a persistent object

2009-10-01 Thread Greg KH
2.6.31-stable review patch. If anyone has any objections, please let us know. -- From: Brian Rogers br...@xyzw.org commit 7aedd5ec87686c557d48584d69ad880c11a0984d upstream. Tested on MSI t...@nywhere Plus. Original commit message: ir-kbd-i2c's ir_probe() function can be

[125/136] em28xx: ir-kbd-i2c init data needs a persistent object

2009-10-01 Thread Greg KH
2.6.31-stable review patch. If anyone has any objections, please let us know. -- From: Brian Rogers br...@xyzw.org commit d2ebd0f806fdb6104903365e355675934eec22b2 upstream. Original commit message: ir-kbd-i2c's ir_probe() function can be called much later (i.e. at ir-kbd-i2c

[patch 20/24] V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

2009-09-16 Thread Greg KH
2.6.30-stable review patch. If anyone has any objections, please let us know. -- From: Franklin Meng fmeng2...@yahoo.com V4L: em28xx: set up tda9887_conf in em28xx_card_setup() (cherry picked from commit ae3340cbf59ea362c2016eea762456cc0969fd9e) Added tda9887_conf set up into

Re: How to handle devices sitting on multiple busses ?

2009-08-24 Thread Greg KH
On Mon, Aug 24, 2009 at 01:57:44PM +0200, Laurent Pinchart wrote: Hi Greg, while working on video input support for embedded platforms a few developers including myself ran independently into a Linux device model issue. We all came up with hackish solutions that we are not very happy with,

Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes

2009-07-24 Thread Greg KH
On Fri, Jul 24, 2009 at 02:40:20PM -0300, Mauro Carvalho Chehab wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus This series adds a new gscpca sub-driver for sn9c20x webcams. There are several popular webcam

Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes

2009-07-24 Thread Greg KH
On Fri, Jul 24, 2009 at 05:32:23PM -0400, Devin Heitmueller wrote: On Fri, Jul 24, 2009 at 4:50 PM, Greg KHgre...@suse.de wrote: On Fri, Jul 24, 2009 at 02:40:20PM -0300, Mauro Carvalho Chehab wrote: Linus, Please pull from:        

<    1   2   3   4   >