First  |  Prev |  Next  |  Last
Pages: 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
staging:ti dspbridge: remove unnecessary check for NULL pointer in cmm.c
Ramos Falcon, Ernesto had written, on 07/28/2010 09:40 AM, the following: Remove unnecessary check for NULL pointer in cmm.c. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/pmgr/cmm.c | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a... 28 Jul 2010 14:04
KVM: fix compile warning
On Mon, Jul 26, 2010 at 01:47:23PM +0800, Xiao Guangrong wrote: Stephen Rothwell wrote: Hi all, After merging the kvm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: arch/x86/kvm/mmu.c: In function 'kvm_mmu_pte_write': arch/x86/kvm/mmu.c:2908: warn... 28 Jul 2010 11:52
[PATCH 0/4] staging:ti dspbridge: Fix IVA2 power OFF series
This series of patches fixes issues that prevent IVA2 to turn OFF when there are issues to load the base image and makes sure IVA2 switched OFF when dsp bridge driver is installed. Ernesto Ramos (4): staging:ti dspbridge: fix bridge_brd_stop so IVA2 is set OFF staging:ti dspbridge: proc_load/start should set... 28 Jul 2010 11:52
[PATCH 4/4] staging:ti dspbridge: remove bridge_brd_delete function
From: Ernesto Ramos <ernesto(a)ernesto-desktop.(none)> Remove bridge_brd_delete() function since it is doing the same that bridge_brd_stop(). Signed-off-by: Ernesto Ramos <ernesto(a)ernesto-desktop.(none)> --- drivers/staging/tidspbridge/core/tiomap3430.c | 57 +------------------------ 1 files changed, 1 inse... 28 Jul 2010 11:52
[PATCH] staging:ti dspbridge: remove find_gcf from nldr.c
Remove find_gcf from nldr.c and use kernel function gcd(). Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/rmgr/nldr.c | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/drivers/staging/tidspbridge/rmgr/nldr.c b/drivers/staging/tidspbridg... 28 Jul 2010 11:52
[PATCH 07/10] staging:ti dspbridge: remove DSP_FAILED macro from pmgr
Since status succeeded is 0, DSP_FAILED macro is not necessary anymore. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/pmgr/chnl.c | 2 +- drivers/staging/tidspbridge/pmgr/cmm.c | 2 +- drivers/staging/tidspbridge/pmgr/cod.c | 8 +++--- drivers/staging/tidspbrid... 28 Jul 2010 11:52
[PATCH 09/10] staging:ti dspbridge: remove DSP_FAILED macro from services
Since status succeeded is 0, DSP_FAILED macro is not necessary anymore. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/services/cfg.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/staging/tidspbridge/services/cfg.c b/drivers/staging... 28 Jul 2010 11:52
Paravirt-spinlock implementation for KVM guests (Version 0)
On Mon, Jul 26, 2010 at 10:18:58AM -0700, Jeremy Fitzhardinge wrote: I tried to refactor Xen's spinlock implementation to make it common for both Xen and KVM - but found that few differences between Xen and KVM (Xen has the ability to block on a particular event/irq for example) _and_ the fact that the ... 28 Jul 2010 11:52
[PATCH 00/10] staging:ti dspbridge: Remove DSP_FAILED and DSP_SUCCEEDED macros
This series of patches is targetted to remove macros DSP_FAILED and DSP_SUCCEEDED since bridge driver currently uses standard kernel error codes. Ernesto Ramos (10): staging:ti dspbridge: remove DSP_SUCCEEDED macro from core staging:ti dspbridge: remove DSP_SUCCEEDED macro from pmgr staging:ti dspbridge: ... 28 Jul 2010 11:52
[PATCH 04/10] staging:ti dspbridge: remove DSP_SUCCEEDED macro from services
Since status succeeded is now 0 macro DSP_SUCCEEDED is not necessary anymore. Signed-off-by: Ernesto Ramos <ernesto(a)ti.com> --- drivers/staging/tidspbridge/services/cfg.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/tidspbridge/services/cfg.c b/drivers/stag... 28 Jul 2010 11:52
First  |  Prev |  Next  |  Last
Pages: 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372