summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2016-10-27PM / Domains: check for negative return from of_count_phandle_with_args()Colin Ian King-1/+1
2016-10-26cacheinfo: Introduce cache idFenghua Yu-0/+5
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-3/+3
2016-10-21PM / Domains: Support IRQ safe PM domainsLina Iyer-10/+101
2016-10-21PM / Domains: Abstract genpd lockingLina Iyer-40/+81
2016-10-21PM / Domains: Save the fwnode in genpd_power_stateLina Iyer-0/+1
2016-10-21PM / Domains: Allow domain power states to be read from DTLina Iyer-0/+94
2016-10-21PM / Domains: Make genpd state allocation dynamicLina Iyer-12/+23
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson-2/+2
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson-1/+2
2016-10-21PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada-2/+2
2016-10-21PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada-2/+1
2016-10-07memory-hotplug: fix store_mem_state() return valueReza Arbab-1/+4
2016-10-05Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-4/+8
2016-10-04Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-18/+67
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown-18/+67
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-49/+94
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+1
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki-9/+15
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki-78/+352
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki-0/+1
2016-09-28drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht-2/+4
2016-09-28drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis-1/+1
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck-3/+8
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach-2/+12
2016-09-24PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson-12/+12
2016-09-24PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson-15/+11
2016-09-24PM / Domains: Remove redundant system PM callbacksUlf Hansson-12/+0
2016-09-24PM / Domains: Simplify detaching a device from its genpdUlf Hansson-14/+19
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+5
2016-09-23Merge tag 'v4.8-rc6' into develLinus Walleij-17/+38
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko-1/+5
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner-2/+2
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann-7/+3
2016-09-17PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso-0/+4
2016-09-16regmap: Add missing little endian functionsTony Lindgren-0/+9
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren-15/+21
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney-2/+2
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner-2/+1
2016-09-13driver: base: pinctrl: return error from pinctrl_bind_pins()Deepak-4/+8
2016-09-13PM / Domains: Add support for removing nested PM domains by providerJon Hunter-0/+35
2016-09-13PM / Domains: Add support for removing PM domainsJon Hunter-0/+60
2016-09-13PM / Domains: Store the provider in the PM domain structureJon Hunter-5/+37
2016-09-13PM / Domains: Prepare for adding support to remove PM domainsJon Hunter-24/+73
2016-09-13PM / Domains: Verify the PM domain is present when adding a providerJon Hunter-3/+38
2016-09-13PM / Domains: Don't expose xlate and provider helper functionsJon Hunter-12/+37
2016-09-13PM / Domains: Don't expose generic_pm_domain structure to clientsJon Hunter-10/+9
2016-09-13PM / Domains: Add new helper functions for device-treeJon Hunter-0/+46
2016-09-06Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+33