index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-30
leds: simple_strtoul() cleanup
Shuah Khan
2
-41
/
+28
2012-05-30
leds: driver for DA9052/53 PMIC v2
David Dajun Chen
3
-0
/
+223
2012-05-30
drivers/leds/leds-lp5521.c: fix lp5521_read() error handling
Dan Carpenter
1
-4
/
+8
2012-05-30
backlight: tosa_lcd: use devm_ functions
Jingoo Han
1
-5
/
+3
2012-05-30
backlight: tosa_bl: use devm_ functions
Jingoo Han
1
-6
/
+5
2012-05-30
backlight: tdo24m: use devm_ functions
Jingoo Han
1
-15
/
+6
2012-05-30
backlight: s6e63m0: use devm_ functions
Jingoo Han
1
-10
/
+5
2012-05-30
backlight: ltv350qv: use devm_ functions
Jingoo Han
1
-16
/
+7
2012-05-30
backlight: lms283gf05: use devm_ functions
Jingoo Han
1
-6
/
+3
2012-05-30
backlight: ld9040: use devm_ functions
Jingoo Han
1
-8
/
+6
2012-05-30
backlight: l4f00242t03: use devm_ functions
Jingoo Han
1
-14
/
+11
2012-05-30
backlight: ili9320: use devm_ functions
Jingoo Han
1
-7
/
+2
2012-05-30
backlight: corgi_lcd: use devm_ functions
Jingoo Han
1
-8
/
+4
2012-05-30
backlight: ams369fg06: use devm_ functions
Jingoo Han
1
-10
/
+5
2012-05-30
backlight: adp8870: use devm_ functions
Jingoo Han
1
-15
/
+7
2012-05-30
backlight: adp8860: use devm_ functions
Jingoo Han
1
-15
/
+7
2012-05-30
backlight: initialize struct backlight_properties properly
Corentin Chary
5
-0
/
+5
2012-05-30
drivers/video/backlight/l4f00242t03.c: use pr_fmt
Jingoo Han
1
-0
/
+2
2012-05-30
backlight: progear: use pr_err() instead of printk()
Jingoo Han
1
-2
/
+4
2012-05-30
backlight: omap1: use pr_info() instead of printk()
Jingoo Han
1
-1
/
+3
2012-05-30
backlight: jornada720: use pr_err()/pr_info() instead of printk()
Jingoo Han
2
-9
/
+13
2012-05-30
backlight: generic_bl: use pr_info() instead of printk()
Jingoo Han
1
-2
/
+4
2012-05-30
backlight: cr_bllcd: use pr_err()/pr_info() instead of printk()
Jingoo Han
1
-4
/
+5
2012-05-30
backlight: apple_bl: use pr_debug()/pr_err() instead of printk()
Jingoo Han
1
-12
/
+8
2012-05-30
backlight: use pr_warn() and pr_debug() instead of printk()
Jingoo Han
2
-9
/
+12
2012-05-30
drivers/video/backlight/adp5520_bl.c: use kstrtoul()
Jingoo Han
1
-2
/
+2
2012-05-30
drivers/video/backlight/adp8870_bl.c: use kstrtoul()
Jingoo Han
1
-3
/
+3
2012-05-30
drivers/video/backlight/adp8860_bl.c: use kstrtoul()
Jingoo Han
1
-3
/
+3
2012-05-30
backlight: add LM3533 backlight driver
Johan Hovold
3
-0
/
+436
2012-05-30
drivers/video/backlight/apple_bl.c: include header for exported symbol protot...
H Hartley Sweeten
1
-0
/
+1
2012-05-30
lcd: add callbacks for early fb event blank support
Inki Dae
1
-0
/
+10
2012-05-30
fbdev: add events for early fb event support
Inki Dae
1
-6
/
+15
2012-05-30
blacklight: remove redundant spi driver bus initialization
Lars-Peter Clausen
4
-4
/
+0
2012-05-30
mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
Hugh Dickins
1
-3
/
+5
2012-05-30
mm: fix off-by-one bug in print_nodes_state()
Ryota Ozaki
1
-5
/
+3
2012-05-29
Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
69
-1720
/
+5664
2012-05-29
tty: fix ldisc lock inversion trace
Alan Cox
1
-16
/
+25
2012-05-29
pty: Fix lock inversion
Alan Cox
1
-2
/
+0
2012-05-27
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
28
-478
/
+371
2012-05-27
Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
11
-104
/
+6534
2012-05-26
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
7
-219
/
+358
2012-05-26
Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2
-7
/
+3
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
50
-395
/
+3988
2012-05-26
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-1
/
+1
2012-05-26
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
12
-47
/
+1536
2012-05-26
intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper
David Woodhouse
1
-16
/
+13
2012-05-26
intel-iommu: Add device info into list before doing context mapping
David Woodhouse
1
-6
/
+11
2012-05-25
Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...
Linus Torvalds
1
-1
/
+98
2012-05-25
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
13
-76
/
+143
2012-05-25
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
4
-0
/
+533
[next]