summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-21cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong1-1/+1
2013-08-20cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+4
2013-08-20cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar1-35/+10
2013-08-20cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar1-2/+0
2013-08-20cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar1-10/+9
2013-08-20cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar1-1/+1
2013-08-18Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki1-4/+5
2013-08-15cpufreq: unicore2: Staticize local symbolJingoo Han1-1/+1
2013-08-15cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo1-1/+1
2013-08-15cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo1-2/+2
2013-08-15cpufreq / gx: Fix gx_detect_chipset() __init attribute locationHanjun Guo1-1/+1
2013-08-15pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall1-2/+4
2013-08-15cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown1-5/+4
2013-08-15acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu1-1/+1
2013-08-15Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki4-13/+48
2013-08-15Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki49-566/+456
2013-08-12cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz3-13/+45
2013-08-12cpufreq: exynos5440: Fix to skip when new frequency same as currentAmit Daniel Kachhap1-0/+3
2013-08-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-19/+28
2013-08-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2013-08-10Merge tag 'staging-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-22/+48
2013-08-10Merge tag 'usb-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-2/+5
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar1-12/+36
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar35-35/+0
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar1-78/+57
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar1-7/+7
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+5
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+12
2013-08-10Merge tag 'pm+acpi-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-69/+155
2013-08-10Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-08-10Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-100/+98
2013-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2013-08-09Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-28/+16
2013-08-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds32-165/+353
2013-08-09Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina1-2/+0
2013-08-09Merge tag 'drm-intel-fixes-2013-08-08' of git://people.freedesktop.org/~danve...Dave Airlie6-32/+114
2013-08-08hwmon: (adt7470) Fix incorrect return code checkCurt Brune1-1/+1
2013-08-08Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2013-08-08Merge tag 'spi-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-1/+1
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-23/+49
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2013-08-08drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer1-1/+4
2013-08-08Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie24-158/+300
2013-08-08drm/radeon: make missing smc ucode non-fatalAlex Deucher4-10/+26
2013-08-08drm/radeon/dpm: require rlc for dpmAlex Deucher1-1/+4
2013-08-08drm/radeon/cik: use a mutex to properly lock srbm instanced registersAlex Deucher3-0/+13
2013-08-08drm/radeon: remove unnecessary unpinChristian König1-1/+0
2013-08-08drm/radeon: add more UVD CS checkingChristian König1-8/+35
2013-08-08drm/radeon: stop sending invalid UVD destroy msgChristian König1-2/+2
2013-08-08drm/radeon: only save UVD bo when we have open handlesChristian König5-17/+37