summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-081-11/+0
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-05-0827-313/+306
|\
| * PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-073-92/+112
| * PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon2014-05-071-27/+28
| * cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-071-0/+14
| * intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis2014-05-071-7/+4
| * cpufreq: Kconfig: Fix spelling errorsStratos Karafotis2014-05-012-4/+4
| * cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2014-05-011-1/+1
| * cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi2014-05-012-9/+13
| * Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki2014-05-0119-201/+158
| |\
| | * sh: clk: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-15/+5
| | * irda: sh_sir: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-9/+5
| | * thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-20/+13
| | * mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iterationStratos Karafotis2014-04-301-11/+8
| | * cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis2014-04-3014-146/+116
| | * cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-301-0/+11
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-041-0/+2
|\ \ \
| * | | vexpress: Initialise the sysregs before setting up the clocksCatalin Marinas2014-05-041-0/+2
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-05-042-2/+5
|\ \ \
| * | | [SCSI] virtio-scsi: Skip setting affinity on uninitialized vqFam Zheng2014-04-291-1/+5
| * | | [SCSI] mpt2sas: Don't disable device twice at suspend.Tyler Stachecki2014-04-281-1/+0
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-032-35/+21
|\ \ \
| * \ \ Merge tag 'mvebu-irqchip-fixes-3.15' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-04-291-3/+14
| |\ \ \
| | * | | irqchip: armada-370-xp: Fix releasing of MSIsNeil Greatorex2014-04-201-1/+3
| | * | | irqchip: armada-370-xp: implement the ->check_device() msi_chip operationThomas Petazzoni2014-04-201-0/+10
| | * | | irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variableThomas Petazzoni2014-04-201-2/+1
| * | | | irqchip: irq-crossbar: Not allocating enough memoryDan Carpenter2014-04-281-1/+1
| * | | | irqchip: armanda: Sanitize set_irq_affinity()Thomas Gleixner2014-04-281-31/+6
| | |/ / | |/| |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-05-032-2/+11
|\ \ \ \
| * \ \ \ Merge branch 'clockevents/3.15-fixes' of git://git.linaro.org/people/daniel.l...Thomas Gleixner2014-04-292-2/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clocksource: nspire: Fix compiler warningAlexander Shiyan2014-04-291-1/+6
| | * | | clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueLorenzo Pieralisi2014-04-291-1/+5
* | | | | Merge tag 'pm+acpi-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-038-59/+85
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki2014-05-032-12/+16
| |\ \ \ \ \ \
| | | * | | | | ACPI / processor: Fix failure of loading acpi-cpufreq driverLan Tianyu2014-05-011-3/+4
| | | |/ / / /
| | * / / / / ACPI / EC: Process rather than discard events in acpi_ec_clearKieran Clancy2014-04-291-9/+12
| | |/ / / /
| * | | | | Merge branch 'pnp'Rafael J. Wysocki2014-05-032-20/+28
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | PNP / ACPI: Do not return errors if _DIS or _SRS are not presentRafael J. Wysocki2014-04-301-18/+26
| | * | | | PNP: Fix compile error in quirks.cBjorn Helgaas2014-04-291-2/+2
| | |/ / /
| * | | | cpufreq: ppc-corenet-cpufreq: Fix __udivdi3 modpost errorTim Gardner2014-04-291-1/+4
| * | | | cpufreq: powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-4/+0
| * | | | cpufreq: powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-9/+11
| * | | | cpufreq: powernow-k6: Fix incorrect comparison with max_multiplerSrivatsa S. Bhat2014-04-291-2/+3
| * | | | cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-12/+24
| |/ / /
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-05-031-0/+17
|\ \ \ \
| * | | | drivercore: deferral race condition fixGrant Likely2014-04-291-0/+17
* | | | | Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2014-05-023-12/+81
|\ \ \ \ \
| * | | | | dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer2014-05-011-0/+1
| * | | | | dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer2014-04-291-1/+1
| * | | | | dm verity: fix biovecs hash calculation regressionMilan Broz2014-04-151-6/+9