Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1549125
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] fbtft: make it work with DMA enabled SPI |
| Date | 2017-01-02 12:40 +0100 |
| Message-ID | <sV985-6ct-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series enables 64x48 OLED display and fixes the driver to work with DMA enabled SPI properly. Has been tested on Intel Edison board with Adafruit 2'8" and SSD1306 64x48 (Sparkfun for Intel Edison) OLED displays at their maximum speed (25MHz and 10MHz). Andy Shevchenko (6): staging: fbtft: convert fbtft_reset() to be non-atomic staging: fbtft: do not override DMA coherent mask staging: fbtft: fallback to usual allocation when DMA fails staging: fbtft: propagate error code from kstrto*() staging: fbtft: fb_ssd1306: Support smaller screen sizes staging: fbtft: fb_ssd1306: Refactor write_vmem() drivers/staging/fbtft/fb_ssd1306.c | 37 ++++++++++++++++++++++++++++--------- drivers/staging/fbtft/fbtft-core.c | 15 +++++++++------ drivers/staging/fbtft/fbtft-sysfs.c | 6 +----- 3 files changed, 38 insertions(+), 20 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] fbtft: make it work with DMA enabled SPI Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-02 12:40 +0100
[PATCH v2 4/6] staging: fbtft: propagate error code from kstrto*() Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-02 12:40 +0100
Re: [PATCH v2 0/6] fbtft: make it work with DMA enabled SPI Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-02 12:40 +0100
Re: [PATCH v2 0/6] fbtft: make it work with DMA enabled SPI Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-01-03 17:00 +0100
Re: [PATCH v2 0/6] fbtft: make it work with DMA enabled SPI Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-03 17:00 +0100
[PATCH v2 2/6] staging: fbtft: do not override DMA coherent mask Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-02 12:40 +0100
Re: [PATCH v2 2/6] staging: fbtft: do not override DMA coherent mask Noralf Trønnes <noralf@tronnes.org> - 2017-01-02 19:40 +0100
Re: [PATCH v2 2/6] staging: fbtft: do not override DMA coherent mask Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-03 12:00 +0100
Re: [PATCH v2 2/6] staging: fbtft: do not override DMA coherent mask Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-03 15:10 +0100
Re: [PATCH v2 2/6] staging: fbtft: do not override DMA coherent mask Noralf Trønnes <noralf@tronnes.org> - 2017-01-03 18:20 +0100
[PATCH v2 6/6] staging: fbtft: fb_ssd1306: Refactor write_vmem() Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-02 12:40 +0100
csiph-web