diff options
author | Lajos Molnar <molnar@ti.com> | 2010-07-16 03:06:55 -0400 |
---|---|---|
committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:19:01 -0400 |
commit | 1a32ef8fb92d765f79f3d2597ab76de60f25061a (patch) | |
tree | 7f31b1382ad9b6ce7708dd289c35c779cff15cdb /arch/arm/mach-omap2/include | |
parent | 8208e97c462a444d96d4c7434ce793f135f8ec49 (diff) |
TILER: Cleaned up tmm-pat.c
Removed unnecessary initializations.
Simplified page allocation logic by directly allocating pages
instead of going through free_page list.
Made page and memory allocation global, so that page cache can
be shared between PATs.
Now deinitialization logic works with multiple PATs.
Signed-off-by: Lajos Molnar <molnar@ti.com>
Signed-off-by: David Sin <davidsin@ti.com>
TILER: Simplified dmm.c
Removed unnecessary type casting.
Updated logic to common bitfield setting macro.
Removed unnecessary step-by-step register modifications.
Signed-off-by: Lajos Molnar <molnar@ti.com>
Signed-off-by: David Sin <davidsin@ti.com>
TILER: Cleaned up tcm API definitions.
Fixed comments.
Removed unused methods.
Removed AREA_FMT macro that caused a checkpatch failure.
Added further error checking to tcm methods.
Signed-off-by: Lajos Molnar <molnar@ti.com>
Signed-off-by: David Sin <davidsin@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/include')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/dmm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/include/mach/dmm.h b/arch/arm/mach-omap2/include/mach/dmm.h index 700f08aefbc..77f824d2a8c 100644 --- a/arch/arm/mach-omap2/include/mach/dmm.h +++ b/arch/arm/mach-omap2/include/mach/dmm.h | |||
@@ -3,6 +3,8 @@ | |||
3 | * | 3 | * |
4 | * DMM driver support functions for TI OMAP processors. | 4 | * DMM driver support functions for TI OMAP processors. |
5 | * | 5 | * |
6 | * Author: David Sin <davidsin@ti.com> | ||
7 | * | ||
6 | * Copyright (C) 2009-2010 Texas Instruments, Inc. | 8 | * Copyright (C) 2009-2010 Texas Instruments, Inc. |
7 | * | 9 | * |
8 | * This package is free software; you can redistribute it and/or modify | 10 | * This package is free software; you can redistribute it and/or modify |