Re: Fw: staging: media: Use dev_err() instead of pr_err()

2013-11-14 Thread Greg Kroah-Hartman
Oct 20 22:58:28 2013 +0530 > > staging:media: Use dev_dbg() instead of pr_debug() > > Use dev_dbg() instead of pr_debug() in go7007-usb.c. > > Signed-off-by: Dulshani Gunawardhana > > Reviewed-by: Josh Triplett >

Re: [PATCH] staging: go7007: fix use of uninitialised pointer

2013-11-10 Thread Greg Kroah-Hartman
On Sun, Nov 10, 2013 at 07:37:57PM +0100, Michal Nazarewicz wrote: > From: Michal Nazarewicz > > The go variable is declade without initialisation and invocation of > dev_dbg immediatelly tries to dereference it. > --- > drivers/staging/media/go7007/go7007-usb.c | 2 +- > 1 file changed, 1 inser

Re: [GIT PULL FOR v3.13] OMAP4 ISS driver

2013-10-15 Thread Greg Kroah-Hartman
On Tue, Oct 15, 2013 at 06:13:04PM +0200, Laurent Pinchart wrote: > Hello, > > Here's a pull request for v3.13 that adds a driver for the OMAP4 ISS (camera > interface). I don't take pull requests for staging drivers. But even if I did, Mauro takes drivers/staging/media/ code, so it's up to him

Re: [PATCH v2 8/8] drivers: misc: use module_platform_driver_probe()

2013-03-15 Thread Greg Kroah-Hartman
On Thu, Mar 14, 2013 at 06:09:38PM +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. Someone else beat you to this fix for these files, sorry. greg k-h -- To unsubscribe from this list

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 08:30:04PM +0100, Sylwester Nawrocki wrote: > On 11/28/2012 01:22 PM, Dan Carpenter wrote: > > In the end this is just a driver, and I don't especially care. But > > it's like not just this one which makes me frustrated. I really > > believe in linux-next and I think every

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: > On Wed November 28 2012 18:22:48 Greg Kroah-Hartman wrote: > > On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: > > > Em Wed, 28 Nov 2012 12:56:10 +0100 > > > Hans Verkuil escreve

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-28 Thread Greg Kroah-Hartman
On Wed, Nov 28, 2012 at 10:18:02AM -0200, Mauro Carvalho Chehab wrote: > Em Wed, 28 Nov 2012 12:56:10 +0100 > Hans Verkuil escreveu: > > > On Wed 28 November 2012 12:45:37 Dan Carpenter wrote: > > > I wish people wouldn't submit big patches right before the merge > > > window opens... :/ It's be

Re: Fw: [PATCH] dma-mapping: fix dma_common_get_sgtable() conditional compilation

2012-11-26 Thread Greg Kroah-Hartman
t; From: Marek Szyprowski > Date: Mon, 26 Nov 2012 14:41:48 +0100 > > dma_common_get_sgtable() function doesn't depend on > ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY, so it must not be compiled > conditionally. > > Reported-by: Stephen Rothwell > Signed-off-by: Marek Sz

Re: [PATCH] staging/media: Use dev_ printks in go7007/s2250-loader.c

2012-11-05 Thread Greg Kroah-Hartman
On Mon, Nov 05, 2012 at 07:11:11AM -0800, Joe Perches wrote: > On Mon, 2012-11-05 at 14:11 +0100, Greg Kroah-Hartman wrote: > > On Mon, Nov 05, 2012 at 08:34:42PM +0900, YAMANE Toshiaki wrote: > > > fixed below checkpatch warnings. > > > - WARNING: Prefer netdev_err(n

Re: [PATCH] staging/media: Use dev_ printks in go7007/s2250-loader.c

2012-11-05 Thread Greg Kroah-Hartman
On Mon, Nov 05, 2012 at 08:34:42PM +0900, YAMANE Toshiaki wrote: > fixed below checkpatch warnings. > - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then > pr_err(... to printk(KERN_ERR ... > - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then > pr_info(... to

Re: [Q] reprobe deferred-probing drivers

2012-10-17 Thread Greg Kroah-Hartman
On Wed, Oct 17, 2012 at 10:27:36AM +0200, Guennadi Liakhovetski wrote: > Hi > > I've got a situation, for which I currently don't have a (good) solution. > > Let's say device A depends on device B and as long as B hasn't probed, A > requests deferred probing. Now B probes, which causes A to also

Re: [PATCH 05/16] mm/drivers: use vm_flags_t for vma flags

2012-03-21 Thread Greg Kroah-Hartman
On Wed, Mar 21, 2012 at 10:56:33AM +0400, Konstantin Khlebnikov wrote: > Signed-off-by: Konstantin Khlebnikov > Cc: linux-media@vger.kernel.org > Cc: de...@driverdev.osuosl.org > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Greg Kroah-Hartman > Cc: John Stultz

Re: [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use

2012-03-08 Thread Greg Kroah-Hartman
On Wed, Mar 07, 2012 at 02:17:09PM -0600, Jonathan Nieder wrote: > Greg Kroah-Hartman wrote: > > On Fri, Mar 02, 2012 at 02:39:13PM -0600, Jonathan Nieder wrote: > >> Ben Hutchings wrote: > >>> On Thu, 2012-03-01 at 21:45 -0600, Jonathan Nieder wrote: > > &

Re: [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use

2012-03-07 Thread Greg Kroah-Hartman
On Fri, Mar 02, 2012 at 02:39:13PM -0600, Jonathan Nieder wrote: > Ben Hutchings wrote: > > On Thu, 2012-03-01 at 21:45 -0600, Jonathan Nieder wrote: > > >> Would some of these patches (e.g., at least patches 1, 2, and 5) be > >> appropriate for inclusion in the 3.0.y and 3.2.y stable kernels from

Re: [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use

2012-03-02 Thread Greg Kroah-Hartman
On Fri, Mar 02, 2012 at 02:39:13PM -0600, Jonathan Nieder wrote: > Ben Hutchings wrote: > > On Thu, 2012-03-01 at 21:45 -0600, Jonathan Nieder wrote: > > >> Would some of these patches (e.g., at least patches 1, 2, and 5) be > >> appropriate for inclusion in the 3.0.y and 3.2.y stable kernels from

[PATCH 43/64] media: remove driver_data direct access of struct device

2009-06-15 Thread Greg Kroah-Hartman
kernel versions. Cc: Mauro Carvalho Chehab Acked-by: Mike Isely Cc: linux-media@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/media/dvb/firewire/firedtv-1394.c |4 ++-- drivers/media/dvb/firewire/firedtv-dvb.c|2 +- drivers/media/video/pvrusb2/pvrusb2-sysfs.c | 22

[PATCH] media: remove driver_data direct access of struct device

2009-04-30 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman In the near future, the driver core is going to not allow direct access to the driver_data pointer in struct device. Instead, the functions dev_get_drvdata() and dev_set_drvdata() should be used. These functions have been around since the beginning, so are backwards

[PATCH 17/61] v4l: struct device - replace bus_id with dev_name(), dev_set_name()

2009-03-24 Thread Greg Kroah-Hartman
From: Kay Sievers Cc: mche...@infradead.org Cc: linux-media@vger.kernel.org Acked-by: Greg Kroah-Hartman Signed-off-by: Kay Sievers --- drivers/media/radio/radio-tea5764.c |3 ++- drivers/media/video/v4l2-device.c |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a

<    1   2