First  |  Prev |  Next  |  Last
Pages: 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634
[PATCH 02/11] staging: tidspbridge: no need for custom NULL
kernel has it's own NULL define, we dont need to introduce our own custom NULL type! Signed-off-by: Nishanth Menon <nm(a)ti.com> --- drivers/staging/tidspbridge/dynload/header.h | 4 ---- drivers/staging/tidspbridge/hw/GlobalTypes.h | 9 --------- .../staging/tidspbridge/include/dspbridge/dbtyp... 12 Jul 2010 19:37
[PATCH 11/11] staging: tidspbridge: remove dbdefs.h
Remove yet another custom definition header Signed-off-by: Nishanth Menon <nm(a)ti.com> --- .../staging/tidspbridge/include/dspbridge/dbdefs.h | 1 - .../staging/tidspbridge/include/dspbridge/dbtype.h | 69 -------------------- .../tidspbridge/include/dspbridge/host_os.h | 1 - 3 files changed, 0 ... 12 Jul 2010 19:37
[PATCH 09/11] staging: tidspbridge: remove OPTIONAL
OPTIONAL modifier makes no sense in linux kernel Signed-off-by: Nishanth Menon <nm(a)ti.com> --- drivers/staging/tidspbridge/core/chnl_sm.c | 2 +- .../staging/tidspbridge/include/dspbridge/cod.h | 2 +- .../tidspbridge/include/dspbridge/dspchnl.h | 4 ++-- .../tidspbridge/include/dspb... 12 Jul 2010 19:37
[PATCH 05/11] staging: tidspbridge: remove RET_OK RET_FAIL
RET_OK is 0 and RET_FAIL is a -1, replace these custom returns with a standard errno Signed-off-by: Nishanth Menon <nm(a)ti.com> --- drivers/staging/tidspbridge/core/tiomap3430.c | 10 ++--- drivers/staging/tidspbridge/hw/hw_mmu.c | 53 +++++++++++++------------ 2 files changed, 31 insertions(+), 32 de... 12 Jul 2010 19:37
2.6.34.1: Marvell 88SE6145 - Only sees one drive?
Hi, Per the Intel DP55KG manual: The red eSATA connectors on the back panel can be used to connect an eSATA drive. They can also be used for port replication, which allows the aggregation of multiple hard drives on each of the eSATA ports. Has anyone gotten this working in Linux? It only sees one of th... 12 Jul 2010 19:37
[PATCH 01/11] staging: tidspbridge: remove custom TRUE FALSE
bool has standard true and false, we dont need to introduce our own TRUE and FALSE macros. Signed-off-by: Nishanth Menon <nm(a)ti.com> --- drivers/staging/tidspbridge/core/tiomap3430.c | 6 +++--- .../staging/tidspbridge/dynload/dload_internal.h | 3 --- drivers/staging/tidspbridge/dynload/header.h ... 12 Jul 2010 19:37
[PATCH 00/11] staging: tidspbridge: header cleanup series
Series targetted to remove std.h, GlobalTypes.h and dbdefs.h. These introduce custom types and macros which dont make sense for linux kernel Nishanth Menon (11): staging: tidspbridge: remove custom TRUE FALSE staging: tidspbridge: no need for custom NULL staging: tidspbridge: remove std.h staging: tidsp... 12 Jul 2010 19:37
[PATCH] Staging: vt6656: Remove the ULONG_PTR and DWORD_PTR defines from ttype.h
Remove the ULONG and DWORD PTR defines from ttype.h Signed-of-by: Roel Van Nyen <roel.vannyen(a)gmail.com> --- drivers/staging/vt6656/bssdb.c | 8 ++++---- drivers/staging/vt6656/ttype.h | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/staging/vt6656/bssdb.c b/drivers/stagin... 12 Jul 2010 19:37
questions about ttm_page_alloc.c
I'm investigating: https://bugzilla.kernel.org/show_bug.cgi?id=16337 He is using the new radeon with the new ttm pool wc/uc page allocator. I'm sort of over my head when it comes to mm stuff so forgive me if these are dumb questions... I'm looking at drivers/gpu/drm/ttm/ttm_page_alloc.c. 230 static int s... 22 Jul 2010 11:24
[PATCH] Staging: vt6656: Remove PUINT from ttype.h
Remove PUINT from ttype.h and change it to unsigned int * Signed-of-by Roel Van Nyen <roel.vannyen(a)gmail.com> --- drivers/staging/vt6656/bssdb.c | 4 ++-- drivers/staging/vt6656/bssdb.h | 4 ++-- drivers/staging/vt6656/dpc.c | 8 ++++---- drivers/staging/vt6656/ttype.h | 1 - 4 files changed, 8 ... 12 Jul 2010 18:31
First  |  Prev |  Next  |  Last
Pages: 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634