From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 16 Nov 2010 12:41:04 -0800 Subject: [PATCH 2/3] OMAP: use generic DPI panel driver in board files In-Reply-To: <1289881031-21354-3-git-send-email-bryan.wu@canonical.com> References: <1289881031-21354-1-git-send-email-bryan.wu@canonical.com> <1289881031-21354-3-git-send-email-bryan.wu@canonical.com> Message-ID: <20101116204104.GH9264@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Bryan Wu [101115 20:08]: > Still keep sharp_ls_panel, since the sharp_ls_panel driver contains blacklight > control driver code which will be moved out later. Then we can use generic DPI > driver for sharp_ls_panel. > > Signed-off-by: Bryan Wu > --- > arch/arm/mach-omap2/board-3430sdp.c | 12 +++++++++--- > arch/arm/mach-omap2/board-am3517evm.c | 23 +++++++++++++++++------ > arch/arm/mach-omap2/board-cm-t35.c | 23 +++++++++++++++++------ > arch/arm/mach-omap2/board-devkit8000.c | 26 ++++++++++++++++++-------- > arch/arm/mach-omap2/board-igep0020.c | 12 +++++++++--- > arch/arm/mach-omap2/board-omap3beagle.c | 12 +++++++++--- > arch/arm/mach-omap2/board-omap3evm.c | 12 +++++++++--- > arch/arm/mach-omap2/board-omap3stalker.c | 23 +++++++++++++++++------ > 8 files changed, 105 insertions(+), 38 deletions(-) Here's my ack for these changes once Tomi is happy with the series: Acked-by: Tony Lindgren