Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | regmap: add regmap_fields_force_write() | Kuninori Morimoto | 2015-07-10 | 1 | -0/+12 | |
| | * | | | | | | regmap: add regmap_write_bits() | Kuninori Morimoto | 2015-07-10 | 1 | -0/+23 | |
| | * | | | | | | regmap: add force_write option on _regmap_update_bits() | Kuninori Morimoto | 2015-07-10 | 1 | -8/+8 | |
| | |/ / / / / | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 1 | -4/+91 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | device property: Return -ENXIO if there is no suitable FW interface | Guenter Roeck | 2015-08-27 | 1 | -4/+13 | |
| * | | | | | | device property: Add ETH_ALEN check, update comments. | Jeremy Linton | 2015-08-20 | 1 | -8/+13 | |
| * | | | | | | Add a matching set of device_ functions for determining mac/phy | Jeremy Linton | 2015-08-14 | 1 | -0/+73 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-02 | 10 | -498/+1018 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs' | Rafael J. Wysocki | 2015-09-01 | 2 | -311/+77 | |
| |\ \ \ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | / | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | * | | | | | PM / Domains: Fix typo in description of genpd_dev_pm_detach() | Jon Hunter | 2015-08-29 | 1 | -1/+1 | |
| | | * | | | | | PM / Domains: Make pm_genpd_init() available to modules | Rajendra Nayak | 2015-08-29 | 1 | -0/+1 | |
| | | * | | | | | PM / domains: Align column headers and data in pm_genpd_summary output | Geert Uytterhoeven | 2015-08-29 | 1 | -3/+3 | |
| | | * | | | | | PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domain | Jon Hunter | 2015-07-31 | 1 | -5/+9 | |
| | | * | | | | | PM / Domains: Remove intermediate states from the power off sequence | Ulf Hansson | 2015-07-31 | 1 | -301/+62 | |
| | | |/ / / / | ||||||
| | * / / / / | PM / sleep: Allow devices without runtime PM to do direct-complete | Alan Stern | 2015-07-21 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *---. \ \ \ \ | Merge branches 'pm-cpuidle', 'pm-devfreq' and 'pm-clk' | Rafael J. Wysocki | 2015-09-01 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | | | ||||||
| | | | * | | | PM / clk: don't return int on __pm_clk_enable() | Colin Ian King | 2015-07-17 | 1 | -3/+1 | |
| | | |/ / / | ||||||
| * | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2015-09-01 | 1 | -181/+822 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-08-28 | 1 | -3/+3 | |
| | * | | | | PM / OPP: Fix static checker warning (broken 64bit big endian systems) | Viresh Kumar | 2015-08-28 | 1 | -3/+6 | |
| | * | | | | PM / OPP: Free resources and properly return error on failure | Viresh Kumar | 2015-08-28 | 1 | -14/+16 | |
| | * | | | | PM / OPP: add dev_pm_opp_is_turbo() helper | Bartlomiej Zolnierkiewicz | 2015-08-07 | 1 | -0/+34 | |
| | * | | | | PM / OPP: Add helpers for initializing CPU OPPs | Viresh Kumar | 2015-08-07 | 1 | -0/+175 | |
| | * | | | | PM / OPP: Add support for opp-suspend | Viresh Kumar | 2015-08-07 | 1 | -0/+11 | |
| | * | | | | PM / OPP: Add OPP sharing information to OPP library | Viresh Kumar | 2015-08-07 | 1 | -24/+150 | |
| | * | | | | PM / OPP: Add clock-latency-ns support | Viresh Kumar | 2015-08-07 | 1 | -2/+39 | |
| | * | | | | PM / OPP: Add support to parse "operating-points-v2" bindings | Viresh Kumar | 2015-08-07 | 1 | -24/+233 | |
| | * | | | | PM / OPP: Break _opp_add_dynamic() into smaller functions | Viresh Kumar | 2015-08-07 | 1 | -49/+76 | |
| | * | | | | PM / OPP: Allocate dev_opp from _add_device_opp() | Viresh Kumar | 2015-08-07 | 1 | -23/+27 | |
| | * | | | | PM / OPP: Create _remove_device_opp() for freeing dev_opp | Viresh Kumar | 2015-08-07 | 1 | -5/+17 | |
| | * | | | | PM / OPP: Relocate few routines | Viresh Kumar | 2015-08-07 | 1 | -138/+139 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge branch 'device-properties' | Rafael J. Wysocki | 2015-09-01 | 1 | -3/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | device property: fallback to pset when gettng one string | Andy Shevchenko | 2015-08-26 | 1 | -1/+2 | |
| | * | | | | device property: fix potential NULL pointer dereference | Andy Shevchenko | 2015-08-06 | 1 | -2/+3 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2015-09-01 | 5 | -0/+113 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | driver core: implement device_for_each_child_reverse() | Andy Shevchenko | 2015-07-28 | 1 | -0/+43 | |
| | * | | | Driver core: wakeup the parent device before trying probe | Rafael J. Wysocki | 2015-07-28 | 1 | -0/+20 | |
| | * | | | PM / QoS: Make it possible to expose device latency tolerance to userspace | Mika Westerberg | 2015-07-28 | 3 | -0/+50 | |
| | |/ / | ||||||
* | | | | Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-09-02 | 1 | -6/+2 | |
|\ \ \ \ | ||||||
| * | | | | drivercore: Fix unregistration path of platform devices | Grant Likely | 2015-08-25 | 1 | -6/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 3 | -0/+286 | |
|\ \ \ \ | ||||||
| * | | | | drivers/base: Add MSI domain support for non-PCI devices | Marc Zyngier | 2015-07-30 | 2 | -0/+283 | |
| * | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 4 | -33/+39 | |
| |\| | | | ||||||
| * | | | | genirq/MSI: Move msi_list from struct pci_dev to struct device | Jiang Liu | 2015-07-22 | 1 | -0/+3 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-08-12 | 1 | -2/+2 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 2015-07-23 | 1 | -2/+2 | |
| | |/ / | ||||||
* | | | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-08-31 | 6 | -5/+63 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | driver core: correct device's shutdown order | Grygorii Strashko | 2015-08-06 | 3 | -0/+58 | |
| * | | | driver core: fix docbook for device_private.device | Tomeu Vizoso | 2015-08-06 | 1 | -1/+1 |