summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2016-01-01device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun
2015-12-28PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz
2015-12-28Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki
2015-12-21Merge back earlier 'pm-domains' material for v4.5.Rafael J. Wysocki
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier
2015-12-16platform-msi: Factor out allocation/free of private dataMarc Zyngier
2015-12-16platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li
2015-12-14Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li
2015-12-12regmap: missing case statementDan Carpenter
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter
2015-12-12drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings
2015-12-12Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar
2015-12-10PM / Domains: export symbols to add/remove devices from genpdMaruthi Bayyavarapu
2015-12-10PM / Domains: Allow runtime PM callbacks to be re-used during system PMUlf Hansson
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li
2015-12-09regmap: fix the warning about unused variableXiubo Li
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko
2015-12-08regmap: add 64-bit mode supportXiubo Li
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li
2015-12-08regmap: mmio: remove the useless codeXiubo Li
2015-12-07driver core: Do not overwrite secondary fwnode with NULL if it is setMika Westerberg
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg
2015-12-07device property: Take a copy of the property setMika Westerberg
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko
2015-12-07device property: improve readability of macrosAndy Shevchenko
2015-12-07device property: keep single value inplaceAndy Shevchenko
2015-12-07device property: refactor built-in properties supportAndy Shevchenko
2015-12-07device property: rename helper functionsAndy Shevchenko
2015-12-07device property: always check for fwnode typeAndy Shevchenko
2015-12-07Merge branches 'pm-sleep' and 'pm-runtime' into pm-coreRafael J. Wysocki
2015-12-07component: add support for releasing match dataRussell King
2015-12-07component: track components via array rather than listRussell King
2015-12-07component: move check for unbound master into try_to_bring_up_masters()Russell King
2015-12-07component: remove old add_components methodRussell King
2015-12-04Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki
2015-12-04PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt
2015-12-02PM / Domains: Validate cases of a non-bound driver in genpd governorUlf Hansson
2015-11-30PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii
2015-11-23PM / OPP: Add missing doc commentsViresh Kumar
2015-11-23PM / OPP: Add debugfs supportViresh Kumar
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo