summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operationMark Brown2011-07-141-0/+2
* [CPUFREQ] S5PV210: Add reboot notifier to prevent system hangHuisung Kang2011-07-141-0/+19
* [CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling downTodd Poynor2011-07-141-2/+2
* [CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequencyArve Hjønnevåg2011-07-141-9/+19
* [CPUFREQ] S5PV210: Add pm_notifier to prevent system unstableHuisung Kang2011-07-141-0/+34
* [CPUFREQ] S5PV210: Add arm/int voltage control supportJonghwan Choi2011-07-141-3/+68
* [CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pmHuisung Kang2011-07-141-0/+28
* [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changedMark Brown2011-07-141-2/+2
* [CPUFREQ] S3C6410: Support 800MHz operation in cpufreqMark Brown2011-07-141-0/+2
* [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_putJulia Lawall2011-07-141-8/+17
* [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreqKukjin Kim2011-07-143-1/+10
* [CPUFREQ] Remove some vi noise that escaped into the Makefile.Dave Jones2011-07-141-3/+2Star
* [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Kukjin Kim2011-07-145-0/+1082
* [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreqMark Brown2011-07-142-0/+270
* [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreqMatthew Garrett2011-07-141-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-07-121-1/+0Star
|\
| * mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt2011-07-121-1/+0Star
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-121-2/+2
|\ \
| * | pcmcia: pxa2xx/vpac270: free gpios on exist rather than requestingJonathan Cameron2011-07-111-2/+2
* | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-124-32/+105
|\ \ \ | |_|/ |/| |
| * | drm/i915/ringbuffer: Idling requires waiting for the ring to be emptyChris Wilson2011-07-121-1/+1
| * | Revert "drm/i915: enable rc6 by default"Keith Packard2011-07-121-1/+1
| * | drm/i915: Clean up i915_driver_load failure pathKeith Packard2011-07-121-3/+11
| * | drm/i915: Enable GPU reset on Ivybridge.Kenneth Graunke2011-07-081-0/+1
| * | drm/i915/dp: manage sink power state if possibleJesse Barnes2011-07-071-0/+35
| * | drm/i915/dp: consolidate AUX retry codeJesse Barnes2011-07-071-21/+30
| * | drm/i915/dp: remove DPMS mode tracking from DPJesse Barnes2011-07-071-5/+1Star
| * | drm/i915/dp: try to read receiver capabilities 3 times when detectingJesse Barnes2011-07-071-5/+10
| * | drm/i915/dp: read more receiver capability bits on hotplugJesse Barnes2011-07-071-0/+11
| * | drm/i915/dp: use DP DPCD defines when looking at DPCD valuesJesse Barnes2011-07-071-8/+10
| * | drm/i915/dp: retry link status read 3 times on failureJesse Barnes2011-07-071-7/+13
| |/
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-127-136/+145
|\ \
| * | [media] msp3400: fill in v4l2_tuner based on vt->type fieldHans Verkuil2011-07-071-5/+7
| * | [media] tuner-core.c: don't change type field in g_tuner or g_frequencyHans Verkuil2011-07-071-19/+19
| * | [media] cx18/ivtv: fix g_tuner supportHans Verkuil2011-07-072-12/+4Star
| * | [media] tuner-core: power up tuner when called with s_power(1)Hans Verkuil2011-07-071-3/+7
| * | [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEKHans Verkuil2011-07-071-3/+9
| * | [media] tuner-core: simplify the standard fixupHans Verkuil2011-07-071-65/+28Star
| * | [media] tuner-core/v4l2-subdev: document that the type field has to be filled inHans Verkuil2011-07-071-0/+29
| * | [media] bttv: fix s_tuner for radioHans Verkuil2011-07-071-1/+1
| * | [media] pvrusb2: fix g/s_tuner supportHans Verkuil2011-07-071-0/+4
| * | [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tunerHans Verkuil2011-07-071-0/+6
| * | [media] tuner-core: fix tuner_resume: use t->mode instead of t->typeHans Verkuil2011-07-071-1/+1
| * | [media] tuner-core: fix s_std and s_tunerHans Verkuil2011-07-071-28/+31
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-07-111-0/+8
|\ \ \
| * | | PM: Reintroduce dropped call to check_wakeup_irqsColin Cross2011-07-111-0/+8
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2011-07-111-1/+1
|\ \ \ \
| * | | | [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.Luming Yu2011-07-101-1/+1
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-07-117-63/+103
|\ \ \ \ \
| * | | | | hp-wmi: fix use after freeEric Dumazet2011-07-111-5/+6