diff options
author | Olof Johansson <olof@lixom.net> | 2014-07-08 07:10:59 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-08 07:10:59 +0200 |
commit | 5db3f620073d380a0421da66f4e3248e6deee024 (patch) | |
tree | d15a8cac8d18108ceb40f468274fd30a0e8c4be1 /include | |
parent | ARM: spear: Staticize local symbols in spear1340.c (diff) | |
parent | video: move Versatile CLCD helpers (diff) | |
download | linux-5db3f620073d380a0421da66f4e3248e6deee024.tar.xz linux-5db3f620073d380a0421da66f4e3248e6deee024.zip |
Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanup
Merge "First pull request of Versatile family clean-ups for v3.17" from Linus
Walleij:
- Remove <mach/memory.h> from the Integrator, paving the
road for multiplatform.
- Push the CLCD helper code down into the framebuffer subsystem,
removing the last hook in plat-versatile for the Integrator,
also paving the road for multiplatform.
Patches tested on Integrator/AP, Integrator/CP and Versatile AB
(all real hardware).
* tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator:
video: move Versatile CLCD helpers
ARM: integrator: get rid of <mach/memory.h>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/video-clcd-versatile.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/platform_data/video-clcd-versatile.h b/include/linux/platform_data/video-clcd-versatile.h new file mode 100644 index 000000000000..6bb6a1d2019b --- /dev/null +++ b/include/linux/platform_data/video-clcd-versatile.h @@ -0,0 +1,9 @@ +#ifndef PLAT_CLCD_H +#define PLAT_CLCD_H + +struct clcd_panel *versatile_clcd_get_panel(const char *); +int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long); +int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *); +void versatile_clcd_remove_dma(struct clcd_fb *); + +#endif |