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