Re: [PATCH 00/25] Change tty_port(standard)_install's return type

2018-09-03 Thread Sam Ravnborg
Hi Jaejoong. > Change return type for tty functions. Patch No.01 > tty: Change return type to void Adding this patch first will generate a lot of warnings until all users are updated. It is usual practice to prepare all users and then apply the infrastructure changes as the last patch. Then peop

Re: [PATCH] xhci: Merge and Update debugging for patches from 3.6 kernel tree

2014-08-05 Thread Sam Ravnborg
On Tue, Aug 05, 2014 at 01:55:34AM -0400, Nick Krause wrote: > On Tue, Aug 5, 2014 at 1:45 AM, Greg KH wrote: > > On Tue, Aug 05, 2014 at 12:56:57AM -0400, Nicholas Krause wrote: > >> I am adding the fixes to the tree send for adding debugging to the kernel > >> tree from a patch sent in 2013 on t

Re: [PATCH] usb: host: uhci-grlib.c : use devm_ functions

2014-06-08 Thread Sam Ravnborg
On Sun, Jun 08, 2014 at 01:42:13PM +0530, Himangi Saraogi wrote: > The various devm_ functions allocate memory that is released when a > driver detaches. This patch uses devm_ioremap_resource for data > that is allocated in the probe function of a platform device and > is only freed in the remove f

Re: [PATCH 2/9] scripts/modpost: add a exception for USB gadget drivers

2012-08-15 Thread Sam Ravnborg
On Wed, Aug 15, 2012 at 09:59:12PM +0200, Sebastian Andrzej Siewior wrote: > The "driver" struct for a gadget driver is named *_driver. On module > load, the gadget expects a UDC driver to be loaded and avaiable. If this > is not the case => -ENODEV and bye bye. That means that the gadget > driver

Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storage support

2008-01-06 Thread Sam Ravnborg
On Sun, Jan 06, 2008 at 06:50:43PM +0100, Stefan Richter wrote: > Al Boldi wrote: > > Stefan Richter wrote: > >> Al Boldi wrote: > >>> menuconfig USB_STORAGE > >>> tristate "USB Mass Storage support" > >>> - depends on USB && SCSI > >>> + depends on USB && BLOCK > >>> + select S

Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storage support

2008-01-06 Thread Sam Ravnborg
> > You miss the fundamental point: Adrian - it is you that miss the important piont in this discussion. We have two simple options: 1) Allow the user to define non-valid configurations 2) And the opposite And we want to define only valid configurations which is why we with the present select b

Re: [PATCH 2/5] USB Kconfig: Select SCSI for USB Mass Storage support

2008-01-05 Thread Sam Ravnborg
On Sat, Jan 05, 2008 at 11:03:30PM +0200, Adrian Bunk wrote: > On Sat, Jan 05, 2008 at 11:30:24AM -0800, Randy Dunlap wrote: > > On Sat, 5 Jan 2008 18:41:39 +0300 Al Boldi wrote: > > > > > > > > Select SCSI for USB Mass Storage support. > > > > > > > > > Cc: David Brownell <[EMAIL PROTECTED]> >

Re: Can ARM use drivers/Kconfig [Was: Kconfig: Source "drivers/usb/gadget/Kconfig" for ARCH=arm]

2008-01-05 Thread Sam Ravnborg
On Sat, Jan 05, 2008 at 08:31:24PM +, Russell King wrote: > On Sat, Jan 05, 2008 at 08:20:00PM +0100, Sam Ravnborg wrote: > > On Sat, Jan 05, 2008 at 06:42:52PM +0300, Al Boldi wrote: > > > > > > From: David Brownell <[EMAIL PROTECTED]> > > > >

Can ARM use drivers/Kconfig [Was: Kconfig: Source "drivers/usb/gadget/Kconfig" for ARCH=arm]

2008-01-05 Thread Sam Ravnborg
On Sat, Jan 05, 2008 at 06:42:52PM +0300, Al Boldi wrote: > > From: David Brownell <[EMAIL PROTECTED]> > > Source "drivers/usb/gadget/Kconfig" for ARCH=arm. > > > Cc: David Brownell <[EMAIL PROTECTED]> > Cc: Greg KH <[EMAIL PROTECTED]> > Cc: Andrew Morton <[EMAIL PROTECTED]> > Signed-off-by: Al