summaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Staging: panel: Fix quoted string split across line in panel.cMonam Agarwal2014-02-271-18/+9
* Staging: panel: Fix space prohibited between function name and open paranthesisMonam Agarwal2014-02-271-7/+7
* staging: panel: fix interruptible_sleep_on raceArnd Bergmann2014-01-091-2/+2
* Staging: Panel: panel: Fixed checkpatch line length warningsJake Champlin2013-05-161-11/+14
* staging/panel: Mark local functions/structs static and add const if applicabl...Peter Huewe2013-02-151-15/+16
* staging: panel: pass correct lengths to keypad_send_key()Dan Carpenter2012-11-291-4/+4
* staging: Fix misspellings of "whether".Adam Buchbinder2012-09-211-2/+2
* Staging: panel: fix spinlock trylock failure on UPFengguang Wu2012-09-101-22/+22
* staging: panel: fix checkpatch warningsToshiaki Yamane2012-08-131-2/+2
* staging: panel: Use pr_info(...) rather than printk(KERN_INFOToshiaki Yamane2012-07-161-5/+7
* staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)Toshiaki Yamane2012-07-161-24/+14
* staging: panel: Remove printk(KERN_DEBUG ...) located in the #if 0 blockToshiaki Yamane2012-07-161-10/+0
* staging:panel:panel.c Fix typo in staging:panelJustin P. Mattock2012-04-101-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* staging: panel: Fixed checkpatch warning about simple_strtoul()Pelle Windestam2011-09-061-6/+4
OpenPOWER on IntegriCloud