From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 9 Jan 2015 18:15:44 +0100 Subject: [U-Boot] [PATCH 2/8] include: Add header file with MIPI DSI constants from the Linux kernel In-Reply-To: <1420797676-22515-3-git-send-email-siarhei.siamashka@gmail.com> References: <1420797676-22515-1-git-send-email-siarhei.siamashka@gmail.com> <1420797676-22515-3-git-send-email-siarhei.siamashka@gmail.com> Message-ID: <20150109181544.54a37236@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 9 Jan 2015 12:01:10 +0200 Siarhei Siamashka wrote: > It provides some constants for DCS commands, which are needed to > implement support for SSD2828. we usually ask for mentioning the exact kernel version (i.e. the commit ID of the kernel tree the file is taken from) in the commit message when code from Linux kernel is imported into U-Boot. Please add this information here. Thanks! Anatolij