[U-Boot] [PATCH 2/8] include: Add header file with MIPI DSI constants from the Linux kernel

2015-01-09 Thread Siarhei Siamashka
It provides some constants for DCS commands, which are needed to implement support for SSD2828. Signed-off-by: Siarhei Siamashka --- include/mipi_display.h | 130 + 1 file changed, 130 insertions(+) create mode 100644 include/mipi_display.h diff

Re: [U-Boot] [PATCH 2/8] include: Add header file with MIPI DSI constants from the Linux kernel

2015-01-09 Thread Anatolij Gustschin
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 mess

Re: [U-Boot] [PATCH 2/8] include: Add header file with MIPI DSI constants from the Linux kernel

2015-01-11 Thread Siarhei Siamashka
On Fri, 9 Jan 2015 18:15:44 +0100 Anatolij Gustschin wrote: > 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.