index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit path
Bryan Wu
2012-07-24
1
-12
/
+8
*
leds: convert DA9030/DA9034 LED driver to devm_kzalloc() and cleanup error ex...
Bryan Wu
2012-07-24
1
-7
/
+2
*
leds: convert LP3944 LED driver to devm_kzalloc()
Bryan Wu
2012-07-24
1
-6
/
+3
*
leds: convert Atmel PWM LED driver to devm_kzalloc()
Bryan Wu
2012-07-24
1
-3
/
+2
*
leds: convert HTC ASIC3 LED driver to devm_kzalloc() and cleanup error exit path
Bryan Wu
2012-07-24
1
-10
/
+6
*
leds: convert Big Networks LED driver to devm_kzalloc()
Bryan Wu
2012-07-24
1
-7
/
+3
*
leds: Use devm_kzalloc in leds-gpio.c file
Sachin Kamat
2012-07-24
1
-6
/
+5
*
leds: Use devm_kzalloc in leds-max8997.c file
Sachin Kamat
2012-07-24
1
-15
/
+6
*
leds: Use devm_kzalloc in leds-regulator.c file
Sachin Kamat
2012-07-24
1
-6
/
+3
*
leds: Use devm_kzalloc in leds-pwm.c file
Sachin Kamat
2012-07-24
1
-5
/
+2
*
leds: Use module_platform_driver() in leds-max8997.c file
Sachin Kamat
2012-07-24
1
-11
/
+1
*
leds: convert tca6507 driver to module_i2c_driver()
Peter Meerwald
2012-07-24
1
-12
/
+1
*
leds: Convert S3C24XX LED driver to gpiolib API
Sylwester Nawrocki
2012-07-24
1
-14
/
+20
*
leds: Convert S3C24XX LED driver to devm_kzalloc()
Sylwester Nawrocki
2012-07-24
1
-5
/
+3
*
leds-mc13783: set platform data to NULL at mc13783_led_remove
Devendra Naga
2012-07-24
1
-0
/
+1
*
leds-88pm860x: use devm_kzalloc function
Devendra Naga
2012-07-24
1
-7
/
+2
*
leds-lp5523: BUG() in error handling in probe()
Dan Carpenter
2012-07-24
1
-3
/
+3
*
leds: Add LED driver for lm3556 chip
G.Shark Jeong
2012-07-24
6
-0
/
+658
*
leds: [trivial]Remove unnecesary return
Devendra Naga
2012-07-24
1
-2
/
+1
*
leds: fix sparse warnings due to missing static
Bryan Wu
2012-07-24
2
-2
/
+2
*
leds: correct trivial type in drivers/leds/Kconfig
Jesper Dangaard Brouer
2012-07-24
1
-1
/
+1
*
leds: use led_set_brightness in led_trigger_event
Fabio Baltieri
2012-07-24
1
-1
/
+1
*
leds: Rename led_brightness_set() to led_set_brightness()
Shuah Khan
2012-07-24
7
-9
/
+9
*
leds: Rename led_set_brightness() to __led_set_brightness()
Shuah Khan
2012-07-24
10
-22
/
+22
*
leds: add oneshot trigger
Fabio Baltieri
2012-07-24
4
-0
/
+278
*
leds: fix led_brightness_set when soft-blinking
Fabio Baltieri
2012-07-24
1
-9
/
+6
*
ledtrig-ide-disk: use generic one-shot blink api
Fabio Baltieri
2012-07-24
1
-21
/
+4
*
leds: add oneshot blink functions
Fabio Baltieri
2012-07-24
4
-11
/
+108
*
led-triggers: rename *trigger to *trig for unified naming scheme
Bryan Wu
2012-07-24
1
-42
/
+42
*
Linux 3.5
v3.5
Linus Torvalds
2012-07-21
1
-1
/
+1
*
Remove SYSTEM_SUSPEND_DISK system state
Rafael J. Wysocki
2012-07-21
1
-1
/
+0
*
Merge branch 'anton-kgdb' (kgdb dmesg fixups)
Linus Torvalds
2012-07-21
4
-87
/
+104
|
\
|
*
kdb: Switch to nolock variants of kmsg_dump functions
Anton Vorontsov
2012-07-21
1
-4
/
+4
|
*
printk: Implement some unlocked kmsg_dump functions
Anton Vorontsov
2012-07-21
2
-13
/
+71
|
*
printk: Remove kdb_syslog_data
Anton Vorontsov
2012-07-21
2
-16
/
+0
|
*
kdb: Revive dmesg command
Anton Vorontsov
2012-07-21
1
-58
/
+33
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2012-07-20
51
-168
/
+272
|
\
\
|
*
|
MIPS: PCI: Move fixups from __init to __devinit.
Sebastian Andrzej Siewior
2012-07-19
8
-22
/
+22
|
*
|
MIPS: Fix bug.h MIPS build regression
Yoichi Yuasa
2012-07-19
2
-1
/
+1
|
*
|
MIPS: sync-r4k: remove redundant irq operation
Yong Zhang
2012-07-19
1
-5
/
+0
|
*
|
MIPS: smp: Warn on too early irq enable
Yong Zhang
2012-07-19
1
-0
/
+5
|
*
|
MIPS: call set_cpu_online() on cpu being brought up with irq disabled
Yong Zhang
2012-07-19
1
-2
/
+2
|
*
|
MIPS: call ->smp_finish() a little late
Yong Zhang
2012-07-19
1
-1
/
+2
|
*
|
MIPS: Yosemite: delay irq enable to ->smp_finish()
Yong Zhang
2012-07-19
1
-1
/
+1
|
*
|
MIPS: SMTC: delay irq enable to ->smp_finish()
Yong Zhang
2012-07-19
1
-1
/
+2
|
*
|
MIPS: BMIPS: delay irq enable to ->smp_finish()
Yong Zhang
2012-07-19
1
-7
/
+7
|
*
|
MIPS: Octeon: delay enable irq to ->smp_finish()
Yong Zhang
2012-07-19
1
-1
/
+1
|
*
|
MIPS: Oprofile: Fix build as a module.
Ralf Baechle
2012-07-19
1
-0
/
+1
|
*
|
MIPS: BCM63XX: Fix BCM6368 IPSec clock bit
Florian Fainelli
2012-07-19
1
-1
/
+1
|
*
|
MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()
Florian Fainelli
2012-07-19
1
-5
/
+0
[next]