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

2015-07-23 Thread Noralf Trønnes
Den 14.07.2015 14:59, skrev 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

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

2015-07-23 Thread Noralf Trønnes
Den 15.07.2015 11:36, skrev Paul Bolle: On di, 2015-07-14 at 14:59 +0200, Henri Chain wrote: --- /dev/null +++ b/drivers/staging/fbtft/fb_uc1611.c +#define DRVNAME"fb_uc1611" +MODULE_ALIAS("spi:" DRVNAME); +MODULE_ALIAS("platform:" DRVNAME); +MODULE_ALIAS("spi:uc1611"); +MODULE_

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

2015-07-15 Thread Paul Bolle
On di, 2015-07-14 at 14:59 +0200, Henri Chain wrote: > --- /dev/null > +++ b/drivers/staging/fbtft/fb_uc1611.c > +#define DRVNAME "fb_uc1611" > +MODULE_ALIAS("spi:" DRVNAME); > +MODULE_ALIAS("platform:" DRVNAME); > +MODULE_ALIAS("spi:uc1611"); > +MODULE_ALIAS("platform:uc1611"); Man

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

2015-07-14 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