First  |  Prev |  Next  |  Last
Pages: 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
[PATCH 06/67] max3110 sanity check a register
From: jianwei.yang <jianwei.yang(a)intel.com> MAX3111 is the SPI/UART IC installed on the MRST SPI Port Card as a serial debug goal, and the SPI Port Card will be frequently mounted and unmounted from the main board by developers depending whether debug serial is required or not. As the MAX3111 has no subvendor ... 5 Aug 2010 19:09
[PATCH 20/28] Driver core: Add BUS_NOTIFY_BIND_DRIVER
From: Magnus Damm <damm(a)opensource.se> Add BUS_NOTIFY_BIND_DRIVER as a bus notifier event. For driver binding/unbinding we with this in place have the following bus notifier events: - BUS_NOTIFY_BIND_DRIVER - before ->probe() - BUS_NOTIFY_BOUND_DRIVER - after ->probe() - BUS_NOTIFY_UNBIND_DRIVER - before -... 5 Aug 2010 19:09
[PATCH 14/67] istallion: use bit ops for the board flags
From: Alan Cox <alan(a)linux.intel.com> This lets us avoid problems with races on the flag changes Signed-off-by: Alan Cox <alan(a)linux.intel.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/istallion.c | 36 ++++++++++++++++++------------------ incl... 5 Aug 2010 19:09
[PATCH 11/28] Driver core: move platform device creation helpers to .init.text (if MODULE=n)
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Platform devices should only be called by init code, so it should be possible to move creation helpers to .init.text -- at least if modules are disabled. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Signed-off-by: Greg Kroah-Hartman <g... 5 Aug 2010 19:09
[PATCH 09/28] Driver core: use kmemdup in platform_device_add_resources
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> This makes platform_device_add_resources look like platform_device_add_data. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/platform.c | 6 +++--- 1 files changed,... 5 Aug 2010 19:09
[PATCH 50/67] vt: Fix warning: statement with no effect due to vt_kern.h
From: Kevin Winchester <kjwinchester(a)gmail.com> Using: gcc (GCC) 4.5.0 20100610 (prerelease) with CONFIG_CONSOLE_TRANSLATIONS=n, the following warnings are seen: drivers/char/vt_ioctl.c: In function 'vt_ioctl': drivers/char/vt_ioctl.c:1309:4: warning: statement with no effect drivers/char/vt.c: In fun... 5 Aug 2010 19:09
[PATCH 23/28] scsi: Remove owner field from attribute initialization in ARCMSR driver
From: Guenter Roeck <guenter.roeck(a)ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> Acked-by: Tejun Heo <tj(a)kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/scsi/arcmsr/arcmsr_attr.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dr... 5 Aug 2010 19:09
[PATCH 60/67] mxser: remove unnesesary NULL check
From: Kulikov Vasiliy <segooon(a)gmail.com> mxser_transmit_chars(tty, port) is called only from mxser_interrupt(). NULL check is performed in mxser_interrupt() so it is redundant here. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Acked-by: Jiri Slaby <jirislaby(a)gmail.com> Signed-off-by: Greg Kroah-Hartman ... 5 Aug 2010 19:09
[PATCH 32/67] serial: trim locking on the helpers
From: Alan Cox <alan(a)linux.intel.com> The port mutex protects port->tty, but these paths never need to walk from port->tty. They do need the low level lock as the API expects that but they already also take it. Thus we can drop the extra mutex lock calls here. Signed-off-by: Alan Cox <alan(a)linux.intel.com> ... 5 Aug 2010 19:09
[PATCH 22/28] scsi: Remove owner field from attribute initialization in LPFC driver
From: Guenter Roeck <guenter.roeck(a)ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> Acked-by: Tejun Heo <tj(a)kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/scsi/lpfc/lpfc_attr.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/... 5 Aug 2010 19:09
First  |  Prev |  Next  |  Last
Pages: 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174