| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 13 | -52/+13 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 2 | -18/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2019-05-30 | 1 | -13/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | PM / devfreq: add tracing for scheduling work | Lukasz Luba | 2019-04-16 | 1 | -0/+5 |
* | PM / devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A. | Enric Balletbo i Serra | 2019-04-16 | 1 | -1/+70 |
* | PM / devfreq: rockchip-dfi: Move GRF definitions to a common place. | Enric Balletbo i Serra | 2019-04-16 | 1 | -16/+7 |
* | PM / devfreq: exynos-bus: Suspend all devices on system shutdown | Marek Szyprowski | 2019-04-16 | 1 | -0/+8 |
* | PM / devfreq: Fix static checker warning in try_then_request_governor | Enric Balletbo i Serra | 2019-04-16 | 1 | -2/+2 |
* | PM / devfreq: Restart previous governor if new governor fails to start | Saravana Kannan | 2019-04-16 | 1 | -2/+14 |
* | PM / devfreq: tegra: remove unneeded variable | Yangtao Li | 2019-04-16 | 1 | -5/+2 |
* | PM / devfreq: rockchip-dfi: remove unneeded semicolon | Yangtao Li | 2019-04-16 | 1 | -1/+1 |
* | PM / devfreq: rk3399_dmc: remove unneeded semicolon | Yangtao Li | 2019-04-16 | 1 | -1/+1 |
* | PM / devfreq: consistent indentation | MyungJoo Ham | 2019-04-16 | 1 | -25/+24 |
* | PM / devfreq: fix missing check of return value in devfreq_add_device() | Yangtao Li | 2019-04-16 | 1 | -1/+13 |
* | PM / devfreq: fix mem leak in devfreq_add_device() | Yangtao Li | 2019-04-16 | 1 | -1/+1 |
* | PM / devfreq: Use of_node_name_eq for node name comparisons | Rob Herring | 2019-04-16 | 2 | -2/+2 |
* | PM / devfreq: add devfreq_suspend/resume() functions | Lukasz Luba | 2018-12-11 | 1 | -0/+44 |
* | PM / devfreq: add support for suspend/resume of a devfreq device | Lukasz Luba | 2018-12-11 | 1 | -6/+41 |
* | PM / devfreq: refactor set_target frequency function | Lukasz Luba | 2018-12-11 | 1 | -26/+36 |
* | PM / devfreq: remove redundant null pointer check before kfree | zhong jiang | 2018-10-02 | 1 | -2/+1 |
* | PM / devfreq: stopping the governor before device_unregister() | Vincent Donnefort | 2018-10-02 | 1 | -5/+4 |
* | PM / devfreq: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-10-02 | 1 | -2/+2 |
* | PM / devfreq: Make update_devfreq() public | Matthias Kaehlcke | 2018-10-02 | 1 | -3/+0 |
* | PM / devfreq: Don't adjust to user limits in governors | Matthias Kaehlcke | 2018-10-02 | 5 | -26/+12 |
* | PM / devfreq: Fix handling of min/max_freq == 0 | Matthias Kaehlcke | 2018-10-02 | 1 | -12/+30 |
* | PM / devfreq: Drop custom MIN/MAX macros | Bjorn Andersson | 2018-10-02 | 1 | -7/+4 |
* | PM / devfreq: Fix devfreq_add_device() when drivers are built as modules. | Enric Balletbo i Serra | 2018-10-02 | 1 | -4/+49 |
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 1 | -0/+1 |
|\ |
|
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 1 | -0/+1 |
* | | PM / devfreq: rk3399_dmc: Fix duplicated opp table on reload. | Enric Balletbo i Serra | 2018-07-18 | 1 | -4/+27 |
* | | PM / devfreq: Init user limits from OPP limits, not viceversa | Matthias Kaehlcke | 2018-07-18 | 1 | -6/+6 |
* | | PM / devfreq: rk3399_dmc: fix spelling mistakes. | Enric Balletbo i Serra | 2018-07-18 | 1 | -6/+6 |
* | | PM / devfreq: rk3399_dmc: do not print error when get supply and clk defer. | Lin Huang | 2018-07-18 | 1 | -0/+6 |
* | | PM / devfreq: rk3399_dmc: remove wait for dcf irq event. | Enric Balletbo i Serra | 2018-07-18 | 1 | -52/+1 |
* | | PM / devfreq: use put_device() instead of kfree() | Arvind Yadav | 2018-07-18 | 1 | -1/+3 |
* | | PM / devfreq: exynos-ppmu: Delete an error message for a failed memory alloca... | Markus Elfring | 2018-07-18 | 1 | -4/+2 |
|/ |
|
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-12 | 2 | -8/+9 |
* | PM / devfreq: Fix potential NULL pointer dereference in governor_store | Gustavo A. R. Silva | 2018-01-02 | 1 | -1/+2 |
* | PM / devfreq: Propagate error from devfreq_add_device() | Bjorn Andersson | 2018-01-02 | 1 | -1/+1 |
*-. | Merge branches 'pm-devfreq' and 'pm-tools' | Rafael J. Wysocki | 2017-11-13 | 8 | -47/+109 |
|\ \ |
|
| * | | PM / devfreq: Define the constant governor name | Chanwoo Choi | 2017-10-26 | 7 | -8/+9 |
| * | | PM / devfreq: Remove unneeded conditional statement | Chanwoo Choi | 2017-10-26 | 1 | -4/+3 |
| * | | PM / devfreq: Show the all available frequencies | Chanwoo Choi | 2017-10-26 | 1 | -11/+5 |
| * | | PM / devfreq: Change return type of devfreq_set_freq_table() | Chanwoo Choi | 2017-10-26 | 1 | -9/+9 |
| * | | PM / devfreq: Use the available min/max frequency | Chanwoo Choi | 2017-10-26 | 1 | -8/+32 |
| * | | Revert "PM / devfreq: Add show_one macro to delete the duplicate code" | Chanwoo Choi | 2017-10-26 | 1 | -9/+11 |
| * | | PM / devfreq: Set min/max_freq when adding the devfreq device | Chanwoo Choi | 2017-10-26 | 1 | -0/+42 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | PM / devfreq: Fix memory leak when fail to register device | Chanwoo Choi | 2017-08-28 | 1 | -1/+4 |