From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:42819 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526Ab1H2AjI convert rfc822-to-8bit (ORCPT ); Sun, 28 Aug 2011 20:39:08 -0400 MIME-Version: 1.0 In-Reply-To: <1313746626-23845-4-git-send-email-laurent.pinchart@ideasonboard.com> References: <1313746626-23845-1-git-send-email-laurent.pinchart@ideasonboard.com> <1313746626-23845-4-git-send-email-laurent.pinchart@ideasonboard.com> Date: Mon, 29 Aug 2011 09:39:06 +0900 Message-ID: Subject: Re: [PATCH/RFC v2 3/3] fbdev: sh_mobile_lcdc: Support FOURCC-based format API From: Magnus Damm To: Laurent Pinchart Cc: linux-fbdev@vger.kernel.org, linux-media@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-media-owner@vger.kernel.org List-ID: On Fri, Aug 19, 2011 at 6:37 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- >  arch/arm/mach-shmobile/board-ag5evm.c   |    2 +- >  arch/arm/mach-shmobile/board-ap4evb.c   |    4 +- >  arch/arm/mach-shmobile/board-mackerel.c |    4 +- >  drivers/video/sh_mobile_lcdcfb.c        |  342 ++++++++++++++++++++----------- >  include/video/sh_mobile_lcdc.h          |    4 +- >  5 files changed, 230 insertions(+), 126 deletions(-) Hi Laurent, thanks for the patch! Since you're changing the LCDC platform data please make sure you also update the 5 boards using the LCDC under arch/sh. Thanks, / magnus From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Mon, 29 Aug 2011 00:39:06 +0000 Subject: Re: [PATCH/RFC v2 3/3] fbdev: sh_mobile_lcdc: Support FOURCC-based Message-Id: List-Id: References: <1313746626-23845-1-git-send-email-laurent.pinchart@ideasonboard.com> <1313746626-23845-4-git-send-email-laurent.pinchart@ideasonboard.com> In-Reply-To: <1313746626-23845-4-git-send-email-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Laurent Pinchart Cc: linux-fbdev@vger.kernel.org, linux-media@vger.kernel.org On Fri, Aug 19, 2011 at 6:37 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > =A0arch/arm/mach-shmobile/board-ag5evm.c =A0 | =A0 =A02 +- > =A0arch/arm/mach-shmobile/board-ap4evb.c =A0 | =A0 =A04 +- > =A0arch/arm/mach-shmobile/board-mackerel.c | =A0 =A04 +- > =A0drivers/video/sh_mobile_lcdcfb.c =A0 =A0 =A0 =A0| =A0342 +++++++++++++= +++++++----------- > =A0include/video/sh_mobile_lcdc.h =A0 =A0 =A0 =A0 =A0| =A0 =A04 +- > =A05 files changed, 230 insertions(+), 126 deletions(-) Hi Laurent, thanks for the patch! Since you're changing the LCDC platform data please make sure you also update the 5 boards using the LCDC under arch/sh. Thanks, / magnus