summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-12cpufreq: Drop unnecessary checks from show() and store()Rafael J. Wysocki1-16/+5
2016-02-11cpufreq: dt: No need to allocate resources anymoreViresh Kumar1-67/+45
2016-02-11cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar1-23/+23
2016-02-11cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar1-71/+2
2016-02-11cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar1-44/+4
2016-02-11cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar1-2/+0
2016-02-11cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar1-0/+46
2016-02-11cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar1-4/+1
2016-02-11cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar1-3/+3
2016-02-11cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar1-2/+2
2016-02-11Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki271-54123/+2255
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar1-0/+176
2016-02-10PM / OPP: Manage device clkViresh Kumar2-0/+18
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2-0/+26
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar1-0/+17
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar1-0/+59
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar1-0/+22
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar2-0/+115
2016-02-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+4
2016-02-07Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2-7/+2
2016-02-06Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-60/+126
2016-02-06Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-14/+32
2016-02-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-235/+391
2016-02-05Merge tag 'pm+acpi-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-22/+10
2016-02-06Merge branches 'pm-core' and 'pm-domains'Rafael J. Wysocki3-22/+9
2016-02-05Merge tag 'media/v4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds15-83/+153
2016-02-05Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-7/+9
2016-02-05Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux i...Dave Airlie1-97/+182
2016-02-05drm/dp/mst: deallocate payload on port destructionMykola Lysenko1-8/+83
2016-02-05drm/dp/mst: Reverse order of MST enable and clearing VC payload table.Andrey Grodzovsky1-6/+6
2016-02-05drm/dp/mst: move GUID storage from mgr, port to only mst branchHersen Wu1-36/+28
2016-02-05drm/dp/mst: change MST detection schemeMykola Lysenko1-18/+19
2016-02-05drm/dp/mst: Calculate MST PBN with 31.32 fixed pointHarry Wentland1-28/+39
2016-02-05drm/mst: Add range check for max_payloads during initImre Deak1-0/+3
2016-02-05drm/mst: Don't ignore the MST PBN self-test resultImre Deak1-1/+3
2016-02-05drm: fix missing reference counting decreaseInsu Yun1-0/+1
2016-02-05Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-59/+114
2016-02-05Merge tag 'drm-amdkfd-fixes-2016-01-28' of git://people.freedesktop.org/~gabb...Dave Airlie3-3/+3
2016-02-05Merge branch 'exynos-drm-fixes' of git://git.kernel.org:/pub/scm/linux/kernel...Dave Airlie3-38/+29
2016-02-05Merge branch 'drm/adv7511' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Dave Airlie2-25/+35
2016-02-05Merge tag 'drm-intel-fixes-2016-02-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie5-13/+28
2016-02-05cpufreq: powernv: Replace pr_info with trace print for throttle eventShilpasri G Bhat1-39/+34
2016-02-05cpufreq: powernv: Remove cpu_to_chip_id() from hot-pathShilpasri G Bhat1-3/+20
2016-02-05cpufreq: powernv: Hot-plug safe the kworker threadShilpasri G Bhat1-8/+11
2016-02-05cpufreq: powernv: Free 'chips' on module exitShilpasri G Bhat1-0/+1
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki6-50/+71
2016-02-04xhci: harden xhci_find_next_ext_cap against device removalJoe Lawrence1-0/+4
2016-02-04Merge tag 'fixes-for-v4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-31/+38
2016-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds6-56/+58
2016-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds99-53081/+20