aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
AgeCommit message (Expand)Author
2014-12-02staging: panel: Move LCD-related state into struct lcdMariusz Gorski
2014-12-02staging: panel: Remove more magic number comparisonMariusz Gorski
2014-12-02staging: panel: Refactor LCD init codeMariusz Gorski
2014-12-02staging: panel: Make two more module params read-onlyMariusz Gorski
2014-12-02staging: panel: Start making module params read-onlyMariusz Gorski
2014-12-02staging: panel: Use defined value or checking module params stateMariusz Gorski
2014-12-02staging: panel: Remove magic numbersMariusz Gorski
2014-12-02staging: panel: Call init function directlyMariusz Gorski
2014-12-02staging: panel: Set default parport module param valueMariusz Gorski
2014-11-26staging: panel: Use better names for two defined valuesMariusz Gorski
2014-11-26staging: panel: Reorder module parameter declarationsMariusz Gorski
2014-11-26staging: panel: Reorder DEFAULT_* values redefinesMariusz Gorski
2014-11-26staging: panel: Reorder initial DEFAULT_* definesMariusz Gorski
2014-11-05staging: panel: Fix single-open policy race conditionMariusz Gorski
2014-11-03staging: panel: Remove outdated TODO taskMariusz Gorski
2014-10-29staging: panel: Use designated initializersMariusz Gorski
2014-07-10Staging: panel: fixed frivilous else statement warningVincent Heuken
2014-05-25staging: panel: (coding style) Multiple assignmentsDominique van den Broeck
2014-05-23staging: panel: (coding style) Line alignments and malloc sizeofDominique van den Broeck
2014-05-23staging: panel: (coding style) Matching bracesDominique van den Broeck
2014-05-23staging: panel: fix regression in lcd_writeBastien Armand
2014-04-18staging: panel: add blank lines after declarationsBastien Armand
2014-04-18staging: panel: fix sparse warnings in keypad_readBastien Armand
2014-04-18staging: panel: fix sparse warnings in lcd_writeBastien Armand
2014-04-18staging: panel: replace del_timer by del_timer_syncJulia Lawall
2014-02-27Staging: panel: Fix quoted string split across line in panel.cMonam Agarwal
2014-02-27Staging: panel: Fix space prohibited between function name and open paranthesisMonam Agarwal
2014-01-09staging: panel: fix interruptible_sleep_on raceArnd Bergmann
2013-05-16Staging: Panel: panel: Fixed checkpatch line length warningsJake Champlin
2013-02-15staging/panel: Mark local functions/structs static and add const if applicabl...Peter Huewe
2012-11-29staging: panel: pass correct lengths to keypad_send_key()Dan Carpenter
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder
2012-09-10Staging: panel: fix spinlock trylock failure on UPFengguang Wu
2012-08-13staging: panel: fix checkpatch warningsToshiaki Yamane
2012-07-16staging: panel: Use pr_info(...) rather than printk(KERN_INFOToshiaki Yamane
2012-07-16staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)Toshiaki Yamane
2012-07-16staging: panel: Remove printk(KERN_DEBUG ...) located in the #if 0 blockToshiaki Yamane
2012-04-10staging:panel:panel.c Fix typo in staging:panelJustin P. Mattock
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-06staging: panel: Fixed checkpatch warning about simple_strtoul()Pelle Windestam
2011-07-05Remove unneeded version.h include from drivers/staging/panel/panel.cJesper Juhl
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-02staging: panel: fix error pathKulikov Vasiliy
2010-07-22Staging: panel: fix memory leakKulikov Vasiliy
2010-07-22staging: panel: change own pieces of code by strtoul()Andy Shevchenko
2010-07-08Staging: use llseek in all file operationsArnd Bergmann
2010-07-08Staging: panel: Prevent double-calling of parport_release - fix oops.Peter Huewe
2010-06-22staging:panel: Fixed coding conventions.Henri Häkkinen
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall
2010-05-11Staging: panel: change asm/uaccess.h to linux/uaccess.hTakanori Suzuki