summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
* staging: fbtft: correct a typo in a commentAnton Gerasimov2015-06-131-1/+1
* staging: fbtft: reformat hardcoded sequencesAnton Gerasimov2015-06-131-58/+58
* staging: fbtft: rearrange comments for readabilityAnton Gerasimov2015-06-131-30/+88
* staging: fbtft: eliminate code duplicationAnton Gerasimov2015-06-131-4/+2Star
* staging: fbtft: remove unnecessary spaces before tabsAnton Gerasimov2015-06-131-2/+2
* staging: fbtft: remove unnecessary line continuationsAnton Gerasimov2015-06-131-16/+16
* staging: fbtft: make module descriptions greppableAnton Gerasimov2015-06-131-6/+3Star
* staging: fbtft: replace spaces with tabsAnton Gerasimov2015-06-131-1/+1
* staging: fbtft: put spaces around assignment operatorsAnton Gerasimov2015-06-131-2/+2
* staging: fbtft: split long stringsAnton Gerasimov2015-06-134-20/+48
* staging: fbtft: fix build errorSudip Mukherjee2015-06-091-1/+1
* staging: fbtft: fix out of bound accessSudip Mukherjee2015-06-081-7/+3Star
* staging: fbtft: replace fbtft_dev_dbg with standard dev_dbg callMadhusudhanan Ravindran2015-06-083-16/+10Star
* staging: fbtft: Add support for Himax HX8357D controllerHeiner Kallweit2015-05-314-0/+331
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
* drivers: staging: fbtft: fbtft-bus.c: Fix different address space warning on ...Tolga Ceylan2015-05-081-4/+4
* Staging: fbtft: fix header guard typoNicolas Iooss2015-04-301-1/+1
* staging: fbtft: Disable DMA support if DMA is not availableGeert Uytterhoeven2015-04-301-1/+6
* staging: fbtft: Add a blank line after declarationsCharlie Wong Super2015-04-301-0/+1
* staging: fbtft: Replace spaces to tabCharlie Wong Super2015-04-301-4/+4
* staging: fbtft: Fix typo in fbtftMasanari Iida2015-03-2613-17/+17
* Staging: fbtft: fb_pcd8544: Fix comments styleCláudio Maia2015-03-261-48/+59
* Staging: fbtft: fb_pcd8544: Fix warning line over 80 charactersCláudio Maia2015-03-261-1/+2
* staging: fbtft: Add support for ili9163 controllerKozhevnikov Anatoly2015-03-264-0/+328
* staging: fbtft: Remove do {} while(0) in single statement macroHelen Fornazier2015-03-261-3/+1Star
* staging: fbtft: Add space around '='Helen Fornazier2015-03-261-1/+1
* staging: fbtft: Do not use binary constantsGeert Uytterhoeven2015-03-2410-49/+43Star
* staging: fbtft: Fix indentation style by spaceHelen Fornazier2015-03-231-4/+4
* staging: fbtft: remove trailing white spaceHelen Fornazier2015-03-231-5/+5
* Staging: fbtft: add declaration of non-static functionsPeter Poklop2015-03-201-1/+1
* staging: fbtft: Fix potential null dereferenceRavindran, Madhusudhanan (M.)2015-03-201-0/+3
* staging: fbtft: Use kmemdup rather than duplicating its implementationMadhusudhanan Ravindran2015-03-201-2/+1Star
* Staging: fbtft: Remove unnecessary print messagesVatika Harlalka2015-03-161-9/+0Star
* staging: fbtft: fbtft_device.c: remove extra parentheses around function argu...Aya Mahfouz2015-03-151-2/+2
* staging: fbtft: fbtft-io.c: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-4/+4
* staging: fbtft: fb_st7735r.c: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-1/+1
* staging: fbtft: fb_s6d02a1.c: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-1/+1
* staging: fbtft: fb_hx8353d.c: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-1/+1
* staging: fbtft: fb_hx8340bn.c: remove extra parentheses around function argum...Aya Mahfouz2015-03-151-1/+1
* staging: fbtft: fb_agm1264k-fl.c: remove extra parentheses around function ar...Aya Mahfouz2015-03-151-1/+1
* Staging: fbtft: add header for internal functionsDrew Fustini2015-03-072-6/+26
* Staging: fbtft: clean dev_err() loggingHaneen Mohammed2015-03-0711-28/+30
* Staging: fbtft: Remove unnecessary 'out of memory' message.Dilek Uzulmez2015-03-061-5/+1Star
* Staging: fbtft: Remove unnecessary 'out of memory' message.Dilek Uzulmez2015-03-061-5/+1Star
* Staging: fbtft-core: remove unnecessary line continuationsYeliz Taneroglu2015-03-061-2/+2
* Staging: fbtft: fix space errorsMatteo Semenzato2015-03-021-45/+45
* staging: fbtft: fbtft-io: Use '%zu' to print 'size_t' formatFabio Estevam2015-03-021-2/+2
* staging: fbtft: fbtft-core: Use '%zu' to print 'size_t' formatFabio Estevam2015-03-021-1/+1
* Staging: fbtft: Fix Sparse warningsFrederic Jacob2015-03-022-3/+3
* staging: fbtft: remove unused variableAya Mahfouz2015-03-021-3/+1Star