index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
panel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-06-26
1
-39
/
+21
|
\
|
*
staging: panel: use schedule_timeout_interruptible()
Nicholas Mc Guire
2015-05-31
1
-5
/
+3
|
*
staging: panel: fix stackdump
Sudip Mukherjee
2015-05-24
1
-23
/
+21
|
*
staging: panel: remove duplicate code
Sudip Mukherjee
2015-04-30
1
-14
/
+0
*
|
staging: panel: use new parport device model
Sudip Mukherjee
2015-06-01
1
-5
/
+9
|
/
*
staging: panel: fix lcd type
Sudip Mukherjee
2015-03-26
1
-6
/
+6
*
staging: panel: remove initialization check
Sudip Mukherjee
2015-03-20
1
-11
/
+0
*
staging: panel: return register value
Sudip Mukherjee
2015-03-20
1
-3
/
+4
*
staging: panel: register reboot
Sudip Mukherjee
2015-03-20
1
-4
/
+3
*
staging: panel: initialize lcd if lcd enabled
Sudip Mukherjee
2015-03-06
1
-19
/
+22
*
staging: panel: register driver after checking device
Sudip Mukherjee
2015-03-06
1
-12
/
+6
*
staging: panel: replace init_timer by setup_timer
Aya Mahfouz
2015-02-26
1
-3
/
+1
*
drivers/staging: use current->state helpers
Davidlohr Bueso
2015-01-28
1
-1
/
+1
*
staging: panel: Remove magic numbers in LCD commands
Mariusz Gorski
2015-01-12
1
-30
/
+66
*
staging: panel: Remove unused variable
Mariusz Gorski
2015-01-12
1
-6
/
+0
*
staging: panel: Move LCD-related state into struct lcd
Mariusz Gorski
2014-12-02
1
-121
/
+134
*
staging: panel: Remove more magic number comparison
Mariusz Gorski
2014-12-02
1
-10
/
+10
*
staging: panel: Refactor LCD init code
Mariusz Gorski
2014-12-02
1
-141
/
+163
*
staging: panel: Make two more module params read-only
Mariusz Gorski
2014-12-02
1
-34
/
+37
*
staging: panel: Start making module params read-only
Mariusz Gorski
2014-12-02
1
-14
/
+21
*
staging: panel: Use defined value or checking module params state
Mariusz Gorski
2014-12-02
1
-43
/
+43
*
staging: panel: Remove magic numbers
Mariusz Gorski
2014-12-02
1
-10
/
+12
*
staging: panel: Call init function directly
Mariusz Gorski
2014-12-02
1
-6
/
+1
*
staging: panel: Set default parport module param value
Mariusz Gorski
2014-12-02
1
-4
/
+1
*
staging: panel: Use better names for two defined values
Mariusz Gorski
2014-11-26
1
-8
/
+8
*
staging: panel: Reorder module parameter declarations
Mariusz Gorski
2014-11-26
1
-35
/
+38
*
staging: panel: Reorder DEFAULT_* values redefines
Mariusz Gorski
2014-11-26
1
-13
/
+13
*
staging: panel: Reorder initial DEFAULT_* defines
Mariusz Gorski
2014-11-26
1
-4
/
+4
*
staging: panel: Fix single-open policy race condition
Mariusz Gorski
2014-11-05
1
-9
/
+10
*
staging: panel: Remove outdated TODO task
Mariusz Gorski
2014-11-03
1
-1
/
+0
*
staging: panel: Use designated initializers
Mariusz Gorski
2014-10-29
1
-6
/
+6
*
Staging: panel: fixed frivilous else statement warning
Vincent Heuken
2014-07-10
1
-4
/
+5
*
staging: panel: (coding style) Multiple assignments
Dominique van den Broeck
2014-05-25
1
-13
/
+30
*
staging: panel: (coding style) Line alignments and malloc sizeof
Dominique van den Broeck
2014-05-23
1
-13
/
+11
*
staging: panel: (coding style) Matching braces
Dominique van den Broeck
2014-05-23
1
-10
/
+11
*
staging: panel: fix regression in lcd_write
Bastien Armand
2014-05-23
1
-1
/
+1
*
staging: panel: add blank lines after declarations
Bastien Armand
2014-04-18
1
-0
/
+15
*
staging: panel: fix sparse warnings in keypad_read
Bastien Armand
2014-04-18
1
-2
/
+2
*
staging: panel: fix sparse warnings in lcd_write
Bastien Armand
2014-04-18
1
-96
/
+109
*
staging: panel: replace del_timer by del_timer_sync
Julia Lawall
2014-04-18
1
-1
/
+1
*
Staging: panel: Fix quoted string split across line in panel.c
Monam Agarwal
2014-02-27
1
-18
/
+9
*
Staging: panel: Fix space prohibited between function name and open paranthesis
Monam Agarwal
2014-02-27
1
-7
/
+7
*
staging: panel: fix interruptible_sleep_on race
Arnd Bergmann
2014-01-09
1
-2
/
+2
*
Staging: Panel: panel: Fixed checkpatch line length warnings
Jake Champlin
2013-05-16
1
-11
/
+14
*
staging/panel: Mark local functions/structs static and add const if applicabl...
Peter Huewe
2013-02-15
1
-15
/
+16
*
staging: panel: pass correct lengths to keypad_send_key()
Dan Carpenter
2012-11-29
1
-4
/
+4
*
staging: Fix misspellings of "whether".
Adam Buchbinder
2012-09-21
1
-2
/
+2
*
Staging: panel: fix spinlock trylock failure on UP
Fengguang Wu
2012-09-10
1
-22
/
+22
*
staging: panel: fix checkpatch warnings
Toshiaki Yamane
2012-08-13
1
-2
/
+2
*
staging: panel: Use pr_info(...) rather than printk(KERN_INFO
Toshiaki Yamane
2012-07-16
1
-5
/
+7
[next]