summaryrefslogtreecommitdiffstats
path: root/drivers/staging/panel
AgeCommit message (Expand)AuthorLines
2016-02-03misc: Move panel driver out of stagingKsenija Stanojevic-2756/+0
2016-02-01Merge 4.5-rc2 into staging-nextGreg Kroah-Hartman-19/+15
2016-01-28Revert "Staging: panel: usleep_range is preferred over udelay"Sudip Mukherjee-19/+15
2016-01-28Staging: panel: Make code more readableKsenija Stanojevic-6/+6
2016-01-28Staging: panel: Reduce value range for *nameKsenija Stanojevic-1/+1
2016-01-28Staging: panel: Remove ULLKsenija Stanojevic-2/+2
2016-01-28Staging: panel: Remove typedef pmask_tKsenija Stanojevic-13/+11
2016-01-28Staging: panel: Use u8 typeKsenija Stanojevic-3/+3
2016-01-28Staging: panel: Remove spaceKsenija Stanojevic-1/+1
2016-01-28staging: update panel driver's author addressWilly Tarreau-1/+1
2016-01-28staging: panel: remove warnings line over 80 charactersRicardo Ruedas-1/+2
2016-01-28Staging: panel: Fixed a spacing after cast coding style issueDaniel H. Hemmingsen-1/+1
2015-10-29Staging: panel: Logical continuations should be on the previous lineSirnam Swetha-6/+6
2015-10-29Staging: panel: usleep_range is preferred over udelaySirnam Swetha-15/+19
2015-10-29Staging: panel: Removing multiple blank linesSirnam Swetha-1/+0
2015-10-29Staging: panel: spaces preferred around that '/'Sirnam Swetha-1/+1
2015-10-16staging: panel: Prefer using BIT MacroAmitoj Kaur Chawla-3/+3
2015-10-04Staging: panel: Replace NULL comparison.Aybuke Ozdemir-10/+10
2015-09-12staging: panel: panel.c: Fixed coding style issuesNayeemahmed Badebade-21/+42
2015-07-31staging: panel: fix block comment usageAlex Wilson-4/+8
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+21
2015-06-01staging: panel: use new parport device modelSudip Mukherjee-5/+9
2015-05-31staging: panel: use schedule_timeout_interruptible()Nicholas Mc Guire-5/+3
2015-05-24staging: panel: fix stackdumpSudip Mukherjee-23/+21
2015-04-30staging: panel: remove duplicate codeSudip Mukherjee-14/+0
2015-03-26staging: panel: fix lcd typeSudip Mukherjee-6/+6
2015-03-20staging: panel: remove initialization checkSudip Mukherjee-11/+0
2015-03-20staging: panel: return register valueSudip Mukherjee-3/+4
2015-03-20staging: panel: register rebootSudip Mukherjee-4/+3
2015-03-06staging: panel: initialize lcd if lcd enabledSudip Mukherjee-19/+22
2015-03-06staging: panel: register driver after checking deviceSudip Mukherjee-12/+6
2015-02-26staging: panel: replace init_timer by setup_timerAya Mahfouz-3/+1
2015-01-28drivers/staging: use current->state helpersDavidlohr Bueso-1/+1
2015-01-12staging: panel: Remove magic numbers in LCD commandsMariusz Gorski-30/+66
2015-01-12staging: panel: Remove unused variableMariusz Gorski-6/+0
2014-12-02staging: panel: Move LCD-related state into struct lcdMariusz Gorski-121/+134
2014-12-02staging: panel: Remove more magic number comparisonMariusz Gorski-10/+10
2014-12-02staging: panel: Refactor LCD init codeMariusz Gorski-141/+163
2014-12-02staging: panel: Make two more module params read-onlyMariusz Gorski-34/+37
2014-12-02staging: panel: Start making module params read-onlyMariusz Gorski-14/+21
2014-12-02staging: panel: Use defined value or checking module params stateMariusz Gorski-43/+43
2014-12-02staging: panel: Remove magic numbersMariusz Gorski-10/+12
2014-12-02staging: panel: Call init function directlyMariusz Gorski-6/+1
2014-12-02staging: panel: Set default parport module param valueMariusz Gorski-4/+1
2014-11-26staging: panel: Use better names for two defined valuesMariusz Gorski-8/+8
2014-11-26staging: panel: Reorder module parameter declarationsMariusz Gorski-35/+38
2014-11-26staging: panel: Reorder DEFAULT_* values redefinesMariusz Gorski-13/+13
2014-11-26staging: panel: Reorder initial DEFAULT_* definesMariusz Gorski-4/+4
2014-11-05staging: panel: Fix single-open policy race conditionMariusz Gorski-9/+10
2014-11-03staging: panel: Remove outdated TODO taskMariusz Gorski-1/+0