First  |  Prev |  Next  |  Last
Pages: 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
[PATCH 1/2] usb gadget: don't save bind callback in struct usb_gadget_driver
To accomplish this the function to register a gadget driver takes the bind function as a second argument. To make things clearer rename the function to resemble platform_driver_probe. This fixes many section mismatches like WARNING: drivers/usb/gadget/g_printer.o(.data+0xc): Section mismatch in reference fr... 2 Aug 2010 14:45
[PATCH 2/2] usb gadget: don't save bind callback in struct usb_configuration
The bind function is only called at init time so there is no need to save a pointer to it in the driver struct. This fixes many section mismatches reported by modpost. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Cc: Michał Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Greg Kroah-Hartman <gregk... 2 Aug 2010 14:45
iBFT features for v2.6.36
On 08/02/2010 07:36 AM, Konrad Rzeszutek wrote: What is iBFT? The iBFT is an equivalent to the Boot Flag, except that its geared towards iSCSI and hence requires much more information (such as the IP of target, passwords, which device to login, etc). iBFT is a data structure populated by the BIOS or the ... 3 Aug 2010 20:14
usb gadget: don't save bind callback in struct usb_gadget_driver
Hi Michał, On Mon, Aug 02, 2010 at 04:25:34PM +0200, Michał Nazarewicz wrote: Some random thoughts, one bug and mostly just minor comments: @@ -1954,13 +1954,14 @@ static int setup_ep0(struct udc *dev) } /* Called by gadget driver to register itself */ -int usb_gadget_register_driver(struct us... 5 Aug 2010 05:53
Removing dead code
On Mon, Aug 2, 2010 at 11:56, Christian Dietrich wrote: There were many more dead flags in the vanilla kernel cause the config options were only introduced into the blackfin.uclinux.org kernel. I hope i just got patches for real problem flags[1]. Perhaps some syncing here would do something good for the bla... 2 Aug 2010 14:45
[PATCH -next] apparmor: depends on NET
From: Randy Dunlap <randy.dunlap(a)oracle.com> SECURITY_APPARMOR should depend on NET since AUDIT needs (depends on) NET. Fixes 70-80 errors that occur when CONFIG_NET is not enabled, but APPARMOR selects AUDIT without qualification. E.g.: audit.c:(.text+0x33361): undefined reference to `netlink_unicast' (.t... 2 Aug 2010 14:45
arch/blackfin: Remove CONFIG_MEM_GENERIC_BOARD
On Mon, Aug 2, 2010 at 12:01, Christian Dietrich wrote: MEM_GENERIC_BOARD depends on GENERIC_BOARD, but this flag was removed in 4f25eb85d64640bc656e72917113a84701521b99, therefore all references to it from the source can be removed thanks, this one is OK and i'll merge it in a bit -mike -- To unsubscrib... 2 Aug 2010 14:45
x86: more early console output from compressed/misc.c
On Mon, Aug 02, 2010 at 02:18:39AM -0700, Yinghai Lu wrote: will get |Decompressing Linux... Parsing ELF... done. |Booting the kernel. in serial console. reuse code from arch/x86/boot/ and we can use printf if needed -v2: define BOOT_BOOT_H to avoid include boot.h -v3: early_... 2 Aug 2010 15:51
arch/blackfin: Removing dead SND_BLACKFIN_AD183X
On Mon, Aug 2, 2010 at 12:03, Christian Dietrich wrote: CONFIG_SND_BLACKFIN_AD183X doesn't exist in Kconfig, therefore removing all references to it from the source. NAK: this driver is pending for the ASoC tree -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of... 2 Aug 2010 14:45
arch/blackfin: Remove dead CONFIG_BF535
On Mon, Aug 2, 2010 at 12:01, Christian Dietrich wrote: CONFIG_BF535 doesn't exist in Kconfig, therefore removing all references to it from the source. In the past[0] there was also removed code for this kind of CPU, reasoning, that it's not supported at all. while true, i like to keep this vector in the co... 2 Aug 2010 14:45
First  |  Prev |  Next  |  Last
Pages: 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254