From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 17 Jul 2010 00:38:44 +0200 Subject: [U-Boot] [PATCH V2 2/3] video: add support for display controller in MB86R0x SoCs In-Reply-To: <1277726690-16599-3-git-send-email-weisserm@arcor.de> References: <1277726690-16599-1-git-send-email-weisserm@arcor.de> <1277726690-16599-3-git-send-email-weisserm@arcor.de> Message-ID: <20100717003844.4bfbfc03@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Matthias, On Mon, 28 Jun 2010 14:04:49 +0200 Matthias Weisser wrote: > This patch adds support for the display controller in > the MB86R0x SoCs. > > Signed-off-by: Matthias Weisser > --- > drivers/video/Makefile | 1 + > drivers/video/mb86r0xgdc.c | 186 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 187 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/mb86r0xgdc.c Acked-by: Anatolij Gustschin Since this patch is in the patch series for arm tree, I'm okay if it goes via the arm tree. Thanks, Anatolij