index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
panel
/
panel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
misc: Move panel driver out of staging
Ksenija Stanojevic
1
-2445
/
+0
2016-02-01
Merge 4.5-rc2 into staging-next
Greg Kroah-Hartman
1
-19
/
+15
2016-01-28
Revert "Staging: panel: usleep_range is preferred over udelay"
Sudip Mukherjee
1
-19
/
+15
2016-01-28
Staging: panel: Make code more readable
Ksenija Stanojevic
1
-6
/
+6
2016-01-28
Staging: panel: Reduce value range for *name
Ksenija Stanojevic
1
-1
/
+1
2016-01-28
Staging: panel: Remove ULL
Ksenija Stanojevic
1
-2
/
+2
2016-01-28
Staging: panel: Remove typedef pmask_t
Ksenija Stanojevic
1
-13
/
+11
2016-01-28
Staging: panel: Use u8 type
Ksenija Stanojevic
1
-3
/
+3
2016-01-28
Staging: panel: Remove space
Ksenija Stanojevic
1
-1
/
+1
2016-01-28
staging: panel: remove warnings line over 80 characters
Ricardo Ruedas
1
-1
/
+2
2016-01-28
Staging: panel: Fixed a spacing after cast coding style issue
Daniel H. Hemmingsen
1
-1
/
+1
2015-10-29
Staging: panel: Logical continuations should be on the previous line
Sirnam Swetha
1
-6
/
+6
2015-10-29
Staging: panel: usleep_range is preferred over udelay
Sirnam Swetha
1
-15
/
+19
2015-10-29
Staging: panel: Removing multiple blank lines
Sirnam Swetha
1
-1
/
+0
2015-10-29
Staging: panel: spaces preferred around that '/'
Sirnam Swetha
1
-1
/
+1
2015-10-16
staging: panel: Prefer using BIT Macro
Amitoj Kaur Chawla
1
-3
/
+3
2015-10-04
Staging: panel: Replace NULL comparison.
Aybuke Ozdemir
1
-10
/
+10
2015-09-12
staging: panel: panel.c: Fixed coding style issues
Nayeemahmed Badebade
1
-21
/
+42
2015-07-31
staging: panel: fix block comment usage
Alex Wilson
1
-4
/
+8
2015-06-26
Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-39
/
+21
2015-06-01
staging: panel: use new parport device model
Sudip Mukherjee
1
-5
/
+9
2015-05-31
staging: panel: use schedule_timeout_interruptible()
Nicholas Mc Guire
1
-5
/
+3
2015-05-24
staging: panel: fix stackdump
Sudip Mukherjee
1
-23
/
+21
2015-04-30
staging: panel: remove duplicate code
Sudip Mukherjee
1
-14
/
+0
2015-03-26
staging: panel: fix lcd type
Sudip Mukherjee
1
-6
/
+6
2015-03-20
staging: panel: remove initialization check
Sudip Mukherjee
1
-11
/
+0
2015-03-20
staging: panel: return register value
Sudip Mukherjee
1
-3
/
+4
2015-03-20
staging: panel: register reboot
Sudip Mukherjee
1
-4
/
+3
2015-03-06
staging: panel: initialize lcd if lcd enabled
Sudip Mukherjee
1
-19
/
+22
2015-03-06
staging: panel: register driver after checking device
Sudip Mukherjee
1
-12
/
+6
2015-02-26
staging: panel: replace init_timer by setup_timer
Aya Mahfouz
1
-3
/
+1
2015-01-28
drivers/staging: use current->state helpers
Davidlohr Bueso
1
-1
/
+1
2015-01-12
staging: panel: Remove magic numbers in LCD commands
Mariusz Gorski
1
-30
/
+66
2015-01-12
staging: panel: Remove unused variable
Mariusz Gorski
1
-6
/
+0
2014-12-02
staging: panel: Move LCD-related state into struct lcd
Mariusz Gorski
1
-121
/
+134
2014-12-02
staging: panel: Remove more magic number comparison
Mariusz Gorski
1
-10
/
+10
2014-12-02
staging: panel: Refactor LCD init code
Mariusz Gorski
1
-141
/
+163
2014-12-02
staging: panel: Make two more module params read-only
Mariusz Gorski
1
-34
/
+37
2014-12-02
staging: panel: Start making module params read-only
Mariusz Gorski
1
-14
/
+21
2014-12-02
staging: panel: Use defined value or checking module params state
Mariusz Gorski
1
-43
/
+43
2014-12-02
staging: panel: Remove magic numbers
Mariusz Gorski
1
-10
/
+12
2014-12-02
staging: panel: Call init function directly
Mariusz Gorski
1
-6
/
+1
2014-12-02
staging: panel: Set default parport module param value
Mariusz Gorski
1
-4
/
+1
2014-11-26
staging: panel: Use better names for two defined values
Mariusz Gorski
1
-8
/
+8
2014-11-26
staging: panel: Reorder module parameter declarations
Mariusz Gorski
1
-35
/
+38
2014-11-26
staging: panel: Reorder DEFAULT_* values redefines
Mariusz Gorski
1
-13
/
+13
2014-11-26
staging: panel: Reorder initial DEFAULT_* defines
Mariusz Gorski
1
-4
/
+4
2014-11-05
staging: panel: Fix single-open policy race condition
Mariusz Gorski
1
-9
/
+10
2014-10-29
staging: panel: Use designated initializers
Mariusz Gorski
1
-6
/
+6
2014-07-10
Staging: panel: fixed frivilous else statement warning
Vincent Heuken
1
-4
/
+5
[next]