[PATCH 04/38] Driver core: Reduce the level of request_firmware() messages
From: Rafael J. Wysocki <rjw(a)sisk.pl> The messages from _request_firmware() informing that firmware is being requested or built-in firmware is going to be used are printed at KERN_INFO, which produces lots of noise on systems with huge numbers of AMD CPUs. Reduce the level of these messages to KERN_DEBUG to get... 21 May 2010 13:55
[PATCH 16/38] Driver core: Protect device shutdown from hot unplug events.
From: Hugh Daschbach <hdasch(a)broadcom.com> While device_shutdown() walks through devices_kset to shutdown all devices, device unplug events may race to shutdown individual devices. Specifically, sd_shutdown(), on behalf of fc_starget_delete(), has been observed deleting devices during device_shutdown()'s list tr... 21 May 2010 13:55
[PATCH 08/25] serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically
From: Sonic Zhang <sonic.zhang(a)analog.com> Need to initialize the SPORT state rather than using random memory. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/bfin_sport_uart.c | 4 +... 21 May 2010 13:54
[PATCH 10/25] serial: bfin_sport_uart: only enable SPORT TX if data is to be sent
From: Sonic Zhang <sonic.zhang(a)analog.com> Rather than always turn on the SPORT TX interrupt, only do it when we've actually queued up data for transmission. This avoids useless interrupt processing. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-... 21 May 2010 13:54
[PATCH 07/38] driver core: module.c: Use kasprintf
From: Julia Lawall <julia(a)diku.dk> kasprintf combines kmalloc and sprintf, and takes care of the size calculation itself. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression a,flag; expression list args; statement S; @@ a = - \(kmalloc\|kz... 21 May 2010 13:54
[PATCH 16/25] tty: n_gsm: depends on NET
From: Randy Dunlap <randy.dunlap(a)oracle.com> n_gsm uses skb functions, so it should depend on NET. n_gsm.c:(.text+0x123d49): undefined reference to `skb_dequeue' n_gsm.c:(.text+0x123d98): undefined reference to `kfree_skb' n_gsm.c:(.text+0x123e1e): undefined reference to `skb_pull' Signed-off-by: Randy Dunla... 21 May 2010 13:54
[PATCH 18/25] serial: two branches the same in timbuart_set_mctrl()
From: Roel Kluin <roel.kluin(a)gmail.com> CTS is a read only bit and we are to stop signal RTS if modem line TIOCM_RTS is not set. Thanks for suggestions by Richard Röjfors. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> Acked-by: Richard Röjfors <richard.rojfors(a)pelagicore.com> Cc: Alan Cox <alan(a)lxorguk.u... 21 May 2010 13:54
Enable CPU frequency and power tracking in cpuacct cgroup
Mike Chan <mike(a)android.com> writes: On Thu, May 20, 2010 at 2:01 PM, Thomas Renninger <trenn(a)suse.de> wrote: Hi Mike, On Thursday 20 May 2010 08:42:21 pm Mike Chan wrote: v2: Rebased off of Thomas Renninger's patch for cgroups_cpuacct refactoring, thanks. A general comment: I don... 21 May 2010 13:54
[PATCH 01/25] serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read atomic)
From: Sonic Zhang <sonic.zhang(a)analog.com> We cannot let a 32-bit RX FIFO read be interrupted otherwise a fake RX underflow error might be generated. URL: http://blackfin.uclinux.org/gf/tracker/5145 Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-... 21 May 2010 13:54
[PATCH 04/25] serial: bfin_sport_uart: add missing mapbase initialization
From: Sonic Zhang <sonic.zhang(a)analog.com> The driver doesn't care about this, but the common serial core wants it. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/bfin_sport_uart.c | ... 21 May 2010 13:54