index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
regulator: fix voltage range in da9034 ldo12
Haojian Zhuang
1
-1
/
+1
2009-09-22
regulator/lp3971: drop unnecessary initialization
Wolfram Sang
1
-1
/
+1
2009-09-22
regulator: drop 'default n'
Wolfram Sang
1
-6
/
+0
2009-09-22
regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()
Roel Kluin
1
-1
/
+1
2009-09-22
drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USE...
Michael Prokop
1
-1
/
+1
2009-09-22
REGULATOR Handle positive returncode from enable
Linus Walleij
1
-1
/
+2
2009-09-22
regulator: tps650xx - build fixes for x86_64
Liam Girdwood
2
-10
/
+12
2009-09-22
Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile
Anuj Aggarwal
2
-0
/
+19
2009-09-22
Regulator: Add TPS6507x regulator driver
Anuj Aggarwal
1
-0
/
+713
2009-09-22
Regulator: Add TPS65023 regulator driver
Anuj Aggarwal
1
-0
/
+631
2009-09-22
regulator: userspace: use sysfs_create_group
Felipe Balbi
1
-22
/
+23
2009-09-22
regulator: Add GPIO enable control to fixed voltage regulator driver
Roger Quadros
1
-2
/
+86
2009-09-22
Regulator: Implement list_voltage for pcf50633 regulator driver.
Lars-Peter Clausen
1
-32
/
+64
2009-09-22
regulator: regulator_enable() permission checking
Mark Brown
1
-20
/
+36
2009-09-22
regulator: Push locking for regulator_is_enabled() out
Mark Brown
1
-14
/
+16
2009-09-22
regulator: Check for constraints in regulator_init_complete()
Mark Brown
1
-2
/
+2
2009-09-22
regulator: Check for constraints before using them for name
Mark Brown
1
-1
/
+1
2009-09-22
regulator: More explict error reporting for fixed regulator
Mark Brown
1
-0
/
+3
2009-09-22
regulator: da903x: consolidate DA903[045]_DVC macros
Mike Rapoport
1
-49
/
+17
2009-09-22
regulator: Improve virtual consumer probe error handling
Mark Brown
1
-4
/
+8
2009-09-22
regulator: Fix support for deviceless supply mappings
Mark Brown
1
-5
/
+13
2009-09-22
regulator: Warn when unregistering an in-use regulator
Mark Brown
1
-0
/
+1
2009-09-22
regulator: Add regulator voltage range check API
Mark Brown
1
-0
/
+29
2009-09-22
regulator: Add regulator_get_exclusive() API
Mark Brown
1
-14
/
+74
2009-09-22
regulator: support list voltage in da903x
Haojian Zhuang
1
-1
/
+35
2009-09-22
regulator: replace ADTV1 register by ADTV2 in da903x
Haojian Zhuang
1
-3
/
+3
2009-09-22
regulator: support da9030 BUCK in da903x driver
Haojian Zhuang
1
-0
/
+23
2009-09-22
regulator: add buck3 in da903x driver
Haojian Zhuang
1
-0
/
+32
2009-09-22
drivers/regulator/pcf50633-regulator.c: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-09-22
regulator: Allow consumer supplies to be set up with dev_name()
Mark Brown
1
-14
/
+48
2009-09-22
regulator: Make virtual consumer a bit more chatty
Mark Brown
1
-0
/
+8
2009-09-22
regulator: Make virtual consumer use dev_printk
Mark Brown
1
-16
/
+18
2009-09-22
regulator: Report regulator_get() failure in virtual consumer
Mark Brown
1
-0
/
+2
2009-09-22
regulator: add check index of wm8350->pmic.pdev[]
Roel Kluin
1
-0
/
+2
2009-09-21
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2009-09-21
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2009-09-21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
208
-3870
/
+48553
2009-09-21
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
Linus Torvalds
6
-20
/
+90
2009-09-21
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
119
-41286
/
+21760
2009-09-21
Driver-Core: fix devnode callbacks for dabusb and industrialio
Ingo Molnar
2
-4
/
+4
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-2
/
+2
2009-09-21
drm/vgaarb: add VGA arbitration support to the drm and kms.
Dave Airlie
12
-1
/
+130
2009-09-21
drm/radeon: some r420s have a CP race with the DMA engine.
Alex Deucher
2
-0
/
+26
2009-09-21
drm/radeon/r600/kms: rv670 is not DCE3
Alex Deucher
1
-1
/
+1
2009-09-21
drm/radeon/kms: r420 idle after programming GA_ENHANCE
Dave Airlie
1
-0
/
+5
2009-09-21
drm/radeon/kms: more fixes to rv770 suspend/resume path.
Dave Airlie
2
-10
/
+12
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6
Linus Torvalds
4
-4
/
+0
2009-09-20
Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linux
Linus Torvalds
2
-4
/
+3
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
20
-59
/
+94
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
105
-3423
/
+2459
[next]