Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-14 Thread Sudip Mukherjee
On Tue, Jul 14, 2015 at 02:04:22PM +0200, Henri Chain wrote: > On 07/14/2015 07:56 AM, Sudip Mukherjee wrote: > > On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote: > > > > Thanks, didn't catch it because I was running checkpatch without --strict my scripts will have --strict by

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-14 Thread Henri Chain
btft_par_dbg(DEBUG_SET_ADDR_WIN, par, >> +"%s(xs=%d, ys=%d, xe=%d, ye=%d)\n", __func__, xs, ys, xe, ye); > checkpatch complains: > Alignment should match open parenthesis. > > regards > sudip > Thanks, didn't catch it because I was running checkpatch

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-14 Thread Henri Chain
=%d)\n, __func__, xs, ys, xe, ye); checkpatch complains: Alignment should match open parenthesis. regards sudip Thanks, didn't catch it because I was running checkpatch without --strict Here is the modified patch: -- 8 -- Subject: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-14 Thread Sudip Mukherjee
On Tue, Jul 14, 2015 at 02:04:22PM +0200, Henri Chain wrote: On 07/14/2015 07:56 AM, Sudip Mukherjee wrote: On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote: Thanks, didn't catch it because I was running checkpatch without --strict my scripts will have --strict by default. Here

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-13 Thread Sudip Mukherjee
On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote: > This is a driver chip for 240x160 4-bit greyscale LCDs. > It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been > tested. (It also has a 6800 or 8080-style parallel interface, but I have > not included support for

[PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-13 Thread Henri Chain
This is a driver chip for 240x160 4-bit greyscale LCDs. It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been tested. (It also has a 6800 or 8080-style parallel interface, but I have not included support for it.) Signed-off-by: Henri Chain --- drivers/staging/fbtft/Kconfig

Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-13 Thread Sudip Mukherjee
On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote: This is a driver chip for 240x160 4-bit greyscale LCDs. It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been tested. (It also has a 6800 or 8080-style parallel interface, but I have not included support for it.)

[PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

2015-07-13 Thread Henri Chain
This is a driver chip for 240x160 4-bit greyscale LCDs. It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been tested. (It also has a 6800 or 8080-style parallel interface, but I have not included support for it.) Signed-off-by: Henri Chain henri.ch...@eleves.ec-nantes.fr ---