aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown3-0/+223
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown5-22/+24
2016-01-05Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-6/+14
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown1-51/+18
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+100
2016-01-02Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2-3/+4
2016-01-02PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen1-1/+2
2016-01-02PM / core: fix typo in documentationManuel Pégourié-Gonnard1-1/+1
2016-01-01device property: avoid allocations of 0 lengthAndy Shevchenko1-0/+6
2016-01-01device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus1-4/+4
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun1-1/+1
2015-12-28PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz1-2/+2
2015-12-28Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki4-18/+589
2015-12-21Merge back earlier 'pm-domains' material for v4.5.Rafael J. Wysocki26-470/+835
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki1-0/+24
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier1-2/+128
2015-12-16platform-msi: Factor out allocation/free of private dataMarc Zyngier1-41/+53
2015-12-16platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier1-12/+20
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li1-8/+8
2015-12-14Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki1-11/+22
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li1-2/+6
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li1-4/+8
2015-12-12regmap: missing case statementDan Carpenter1-0/+1
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter1-3/+3
2015-12-12drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings1-0/+4
2015-12-12Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki4-18/+589
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2-15/+152
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2-0/+153
2015-12-10PM / Domains: export symbols to add/remove devices from genpdMaruthi Bayyavarapu1-0/+2
2015-12-10PM / Domains: Allow runtime PM callbacks to be re-used during system PMUlf Hansson1-11/+22
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li1-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li1-0/+6
2015-12-09regmap: fix the warning about unused variableXiubo Li1-0/+2
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko1-2/+8
2015-12-08regmap: add 64-bit mode supportXiubo Li1-0/+99
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li1-19/+30
2015-12-08regmap: mmio: remove the useless codeXiubo Li1-1/+0
2015-12-07driver core: Do not overwrite secondary fwnode with NULL if it is setMika Westerberg1-1/+4
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg1-0/+25
2015-12-07device property: Take a copy of the property setMika Westerberg1-18/+173
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko1-31/+78
2015-12-07device property: improve readability of macrosAndy Shevchenko1-14/+14
2015-12-07device property: keep single value inplaceAndy Shevchenko1-3/+30
2015-12-07device property: refactor built-in properties supportAndy Shevchenko1-40/+110
2015-12-07device property: rename helper functionsAndy Shevchenko1-11/+11
2015-12-07device property: always check for fwnode typeAndy Shevchenko1-5/+7
2015-12-07Merge branches 'pm-sleep' and 'pm-runtime' into pm-coreRafael J. Wysocki5-7/+90
2015-12-07component: add support for releasing match dataRussell King1-35/+66
2015-12-07component: track components via array rather than listRussell King1-74/+80
2015-12-07component: move check for unbound master into try_to_bring_up_masters()Russell King1-10/+5