From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 6 Oct 2011 19:33:50 +0200 Subject: [U-Boot] [PATCH v3 2/3] VIDEO: MX5: export pix format In-Reply-To: <1317854656-12087-2-git-send-email-agust@denx.de> References: <1317024949-4514-1-git-send-email-sbabic@denx.de> <1317854656-12087-2-git-send-email-agust@denx.de> Message-ID: <20111006193350.269cd49d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 6 Oct 2011 00:44:15 +0200 Anatolij Gustschin wrote: > From: Stefano Babic > > Pixel format defines must be available for boards to set up > the right display. Move them and export in a new file. > > Signed-off-by: Stefano Babic > CC: Anatolij Gustschin > CC: Marek Vasut > --- > V3: do not add new prototype of mx51_fb_init() so that this > commit doesn't break compiling > > drivers/video/ipu.h | 46 +----------------------------- > include/ipu_pixfmt.h | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 45 deletions(-) > create mode 100644 include/ipu_pixfmt.h applied, thanks! Anatolij