summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-09-07cpufreq: Use __func__ to print function's nameViresh Kumar
2015-09-07cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar
2015-09-05cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMALGuenter Roeck
2015-09-03cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar
2015-09-03cpufreq: dt: Print error on failing to mark OPPs as sharedViresh Kumar
2015-09-03cpufreq: dt: Check OPP count before marking them sharedViresh Kumar
2015-09-03Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki
2015-09-01cpufreq: speedstep-lib: Use monotonic clockAbhilash Jindal
2015-09-01cpufreq: powernv: Increase the verbosity of OCC console messagesShilpasri G Bhat
2015-09-01cpufreq: sfi: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-09-01cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh Kumar
2015-09-01cpufreq: remove redundant 'policy' field from user_policyViresh Kumar
2015-09-01cpufreq: remove redundant 'governor' field from user_policyViresh Kumar
2015-09-01cpufreq: update user_policy.* on successViresh Kumar
2015-09-01cpufreq: use memcpy() to copy policyViresh Kumar
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar
2015-09-01cpufreq: mediatek: Add MT8173 cpufreq driverPi-Cheng Chen
2015-08-28PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-08-28PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar
2015-08-28PM / OPP: Free resources and properly return error on failureViresh Kumar
2015-08-08cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz
2015-08-07intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao
2015-08-07intel_pstate: Add SKY-S supportKristen Carlson Accardi
2015-08-07cpufreq: dt: Add support for turbo/boost modeViresh Kumar
2015-08-07cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar
2015-08-07cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar
2015-08-07cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz
2015-08-07Merge branch 'pm-cpufreq' into pm-oppRafael J. Wysocki
2015-08-07PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz
2015-08-07PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar
2015-08-07PM / OPP: Add support for opp-suspendViresh Kumar
2015-08-07PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar
2015-08-07PM / OPP: Add clock-latency-ns supportViresh Kumar
2015-08-07PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar
2015-08-07PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar
2015-08-07PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar
2015-08-07PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar
2015-08-07PM / OPP: Relocate few routinesViresh Kumar
2015-08-03Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-08-02i915: temporary fix for DP MST docking station NULL pointer dereferenceLinus Torvalds
2015-08-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2015-08-01Merge tag 'dmaengine-fix-4.2-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2015-08-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil
2015-07-31intel_pstate: Fix possible overflow complained by CoverityChen Yu
2015-07-31cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui