summaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
Commit message (Expand)AuthorAgeFilesLines
* staging: panel: Move LCD-related state into struct lcdMariusz Gorski2014-12-031-121/+134
* staging: panel: Remove more magic number comparisonMariusz Gorski2014-12-031-10/+10
* staging: panel: Refactor LCD init codeMariusz Gorski2014-12-031-141/+163
* staging: panel: Make two more module params read-onlyMariusz Gorski2014-12-031-34/+37
* staging: panel: Start making module params read-onlyMariusz Gorski2014-12-031-14/+21
* staging: panel: Use defined value or checking module params stateMariusz Gorski2014-12-031-43/+43
* staging: panel: Remove magic numbersMariusz Gorski2014-12-031-10/+12
* staging: panel: Call init function directlyMariusz Gorski2014-12-031-6/+1Star
* staging: panel: Set default parport module param valueMariusz Gorski2014-12-031-4/+1Star
* 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-041-1/+0Star
* staging: panel: Use designated initializersMariusz Gorski2014-10-301-6/+6
* Staging: panel: fixed frivilous else statement warningVincent Heuken2014-07-111-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/+11Star
* 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-191-0/+15
* staging: panel: fix sparse warnings in keypad_readBastien Armand2014-04-191-2/+2
* staging: panel: fix sparse warnings in lcd_writeBastien Armand2014-04-191-96/+109
* staging: panel: replace del_timer by del_timer_syncJulia Lawall2014-04-191-1/+1
* Staging: panel: Fix quoted string split across line in panel.cMonam Agarwal2014-02-271-18/+9Star
* 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-171-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-301-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-141-2/+2
* staging: panel: Use pr_info(...) rather than printk(KERN_INFOToshiaki Yamane2012-07-171-5/+7
* staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)Toshiaki Yamane2012-07-171-24/+14Star
* staging: panel: Remove printk(KERN_DEBUG ...) located in the #if 0 blockToshiaki Yamane2012-07-171-10/+0Star
* 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/+0Star
* staging: panel: Fixed checkpatch warning about simple_strtoul()Pelle Windestam2011-09-071-6/+4Star
* Remove unneeded version.h include from drivers/staging/panel/panel.cJesper Juhl2011-07-051-1/+0Star
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* staging: panel: fix error pathKulikov Vasiliy2010-08-031-3/+19
* Staging: panel: fix memory leakKulikov Vasiliy2010-07-221-1/+3
* staging: panel: change own pieces of code by strtoul()Andy Shevchenko2010-07-221-12/+7Star
* Staging: use llseek in all file operationsArnd Bergmann2010-07-081-1/+2
* Staging: panel: Prevent double-calling of parport_release - fix oops.Peter Huewe2010-07-081-0/+2
* staging:panel: Fixed coding conventions.Henri Häkkinen2010-06-221-473/+572
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-141-2/+1Star
* Staging: panel: change asm/uaccess.h to linux/uaccess.hTakanori Suzuki2010-05-121-1/+1