First  |  Prev |  Next  |  Last
Pages: 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
[PATCH 4/5] staging:ti dspbridge: remove unnecessary volatile variables
Remove unnecessary volatile variables; use accessor functions __raw_readl/__raw_writel instead when applicable. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/core/tiomap3430.c | 8 ++++---- drivers/staging/tidspbridge/dynload/tramp.c | 4 ++-- drivers/staging/tidspbridge... 28 Jul 2010 10:45
[PATCH 3/5] staging:ti dspbridge: remove function delete_strm_mgr
Remove function delete_strm_mgr in strm.c and use kfree instead. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/rmgr/strm.c | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/staging/tidspbridge/rmgr/strm.c b/drivers/staging/tidspbri... 28 Jul 2010 10:45
[PATCH 1/5] staging:ti dspbridge: remove unused typedef REG16
Remove unused typedef REG16 in dspbridge. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/core/_tiomap.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tidspbridge/core/_tiomap.h b/drivers/staging/tidspbridge/core/_tiomap.h index b754e49... 28 Jul 2010 10:45
[PATCH 5/5] staging:ti dspbridge: replace simple_strtoul by strict_strtoul
Replace simple_strtoul by strict_strtoul in atoi function. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/rmgr/dbdcd.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tidspbridge/rmgr/dbdcd.c b/drivers/staging/tidspbridge/rmgr/dbdcd.c... 28 Jul 2010 10:45
[RFC PATCH 2/2] x86: Prefer TSC Deadline Timer over LAPIC timer
From: Len Brown <len.brown(a)intel.com> The LOCAL APIC on new processors has a mode where its underlying hardware timer can now be accessed via the non-serializing IA32_TSC_DEADLINE_MSR in TSC tick units. If this mode is present, prefer it over the traditional LAPIC timer mode. KERN_DEBUG dmesg will print "TSC... 28 Jul 2010 10:45
[PATCH 1/2] [PATCH] x86: Look for TSC Deadline Timer
From: Len Brown <len.brown(a)intel.com> The new TSC Deadline Timer offers system software a low overhead per-logical-thread deadline timer in TSC units. The timer is implemented via a new architectural 64-bit register, IA32_TSC_DEADLINE_MSR. Reads and writes of this MSR occur in program order, but are non-serial... 28 Jul 2010 10:45
staging/line6: needs to select SND_PCM
At Tue, 27 Jul 2010 12:21:19 -0700, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> line6 uses snd_pcm*() functions, so it should select SND_PCM. ERROR: "snd_pcm_period_elapsed" [drivers/staging/line6/line6usb.ko] undefined! ERROR: "snd_pcm_set_ops" [drivers/staging/line6/line6... 28 Jul 2010 11:52
BUG: 'Unknown symbol in module' happens after reloading ehci-hcd module
On Wed, Jul 28, 2010 at 03:33:30PM +0800, Ming Lei wrote: 2010/7/28 Ming Lei <tom.leiming(a)gmail.com>: Hi, 'Unknown symbol in module' ?happens after the actions below: ? ? ? ? rmmod ehci-hcd ? ? ? ? modprobe ehci-hcd The issue is caused by returning failure of debugfs_create_... 28 Jul 2010 10:45
[PATCH] firewire: ohci: release channel in error path
firewire-ohci keeps book of which isochronous channels are occupied by IR DMA contexts, so that there cannot be more than one context listening to a certain channel. If IR context creation failed due to an out-of-memory condition, this bookkeeping leaked a channel. Signed-off-by: Stefan Richter <stefanr(a)s5r6.i... 28 Jul 2010 10:45
linux-next: manual merge of the staging-next tree with the v4l-dvb tree
On Wed, Jul 28, 2010 at 03:27:36PM +1000, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/Kconfig between commit 44d349d2b19019e0b5912bc4e6c8531e50b394aa ("V4L/DVB: staging/lirc: wire up Kconfig and Makefile bits") from the v4l-dvb ... 28 Jul 2010 10:45
First  |  Prev |  Next  |  Last
Pages: 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373