summaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
Commit message (Expand)AuthorAgeFilesLines
* misc: panel: properly restore atomic counter on error pathWilly Tarreau2017-11-181-4/+19
* Revert "Staging: panel: usleep_range is preferred over udelay"Sudip Mukherjee2016-03-031-19/+15
* Staging: panel: Logical continuations should be on the previous lineSirnam Swetha2015-10-291-6/+6
* Staging: panel: usleep_range is preferred over udelaySirnam Swetha2015-10-291-15/+19
* Staging: panel: Removing multiple blank linesSirnam Swetha2015-10-291-1/+0
* Staging: panel: spaces preferred around that '/'Sirnam Swetha2015-10-291-1/+1
* staging: panel: Prefer using BIT MacroAmitoj Kaur Chawla2015-10-161-3/+3
* Staging: panel: Replace NULL comparison.Aybuke Ozdemir2015-10-041-10/+10
* staging: panel: panel.c: Fixed coding style issuesNayeemahmed Badebade2015-09-121-21/+42
* staging: panel: fix block comment usageAlex Wilson2015-07-311-4/+8
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-261-39/+21
|\
| * staging: panel: use schedule_timeout_interruptible()Nicholas Mc Guire2015-05-311-5/+3
| * staging: panel: fix stackdumpSudip Mukherjee2015-05-241-23/+21
| * staging: panel: remove duplicate codeSudip Mukherjee2015-04-301-14/+0
* | staging: panel: use new parport device modelSudip Mukherjee2015-06-011-5/+9
|/
* staging: panel: fix lcd typeSudip Mukherjee2015-03-261-6/+6
* staging: panel: remove initialization checkSudip Mukherjee2015-03-201-11/+0
* staging: panel: return register valueSudip Mukherjee2015-03-201-3/+4
* staging: panel: register rebootSudip Mukherjee2015-03-201-4/+3
* staging: panel: initialize lcd if lcd enabledSudip Mukherjee2015-03-061-19/+22
* staging: panel: register driver after checking deviceSudip Mukherjee2015-03-061-12/+6
* staging: panel: replace init_timer by setup_timerAya Mahfouz2015-02-261-3/+1
* drivers/staging: use current->state helpersDavidlohr Bueso2015-01-281-1/+1
* staging: panel: Remove magic numbers in LCD commandsMariusz Gorski2015-01-121-30/+66
* staging: panel: Remove unused variableMariusz Gorski2015-01-121-6/+0
* staging: panel: Move LCD-related state into struct lcdMariusz Gorski2014-12-021-121/+134
* staging: panel: Remove more magic number comparisonMariusz Gorski2014-12-021-10/+10
* staging: panel: Refactor LCD init codeMariusz Gorski2014-12-021-141/+163
* staging: panel: Make two more module params read-onlyMariusz Gorski2014-12-021-34/+37
* staging: panel: Start making module params read-onlyMariusz Gorski2014-12-021-14/+21
* staging: panel: Use defined value or checking module params stateMariusz Gorski2014-12-021-43/+43
* staging: panel: Remove magic numbersMariusz Gorski2014-12-021-10/+12
* staging: panel: Call init function directlyMariusz Gorski2014-12-021-6/+1
* staging: panel: Set default parport module param valueMariusz Gorski2014-12-021-4/+1
* staging: panel: Use better names for two defined valuesMariusz Gorski2014-11-261-8/+8
* staging: panel: Reorder module parameter declarationsMariusz Gorski2014-11-261-35/+38
* staging: panel: Reorder DEFAULT_* values redefinesMariusz Gorski2014-11-261-13/+13
* staging: panel: Reorder initial DEFAULT_* definesMariusz Gorski2014-11-261-4/+4
* staging: panel: Fix single-open policy race conditionMariusz Gorski2014-11-051-9/+10
* staging: panel: Remove outdated TODO taskMariusz Gorski2014-11-031-1/+0
* staging: panel: Use designated initializersMariusz Gorski2014-10-291-6/+6
* Staging: panel: fixed frivilous else statement warningVincent Heuken2014-07-101-4/+5
* staging: panel: (coding style) Multiple assignmentsDominique van den Broeck2014-05-251-13/+30
* staging: panel: (coding style) Line alignments and malloc sizeofDominique van den Broeck2014-05-231-13/+11
* staging: panel: (coding style) Matching bracesDominique van den Broeck2014-05-231-10/+11
* staging: panel: fix regression in lcd_writeBastien Armand2014-05-231-1/+1
* staging: panel: add blank lines after declarationsBastien Armand2014-04-181-0/+15
* staging: panel: fix sparse warnings in keypad_readBastien Armand2014-04-181-2/+2
* staging: panel: fix sparse warnings in lcd_writeBastien Armand2014-04-181-96/+109
* staging: panel: replace del_timer by del_timer_syncJulia Lawall2014-04-181-1/+1