summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2016-01-08Merge branch 'acpi-soc' into pm-coreRafael J. Wysocki-2/+9
2016-01-08PM / clk: don't leave clocks enabled when driver not boundAndy Shevchenko-0/+1
2016-01-07firmware: actually return NULL on failed request_firmware_nowait()Brian Norris-3/+5
2016-01-07driver-core: platform: Add platform_irq_count()Stephen Boyd-0/+20
2016-01-06PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar-2/+4
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown-81/+63
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown-0/+223
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-22/+24
2016-01-05Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown-6/+14
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown-51/+18
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan-0/+100
2016-01-02Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki-3/+4
2016-01-02PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen-1/+2
2016-01-02PM / core: fix typo in documentationManuel Pégourié-Gonnard-1/+1
2016-01-01device property: avoid allocations of 0 lengthAndy Shevchenko-0/+6
2016-01-01device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus-4/+4
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun-1/+1
2015-12-28PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz-2/+2
2015-12-28Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki-18/+589
2015-12-21Merge back earlier 'pm-domains' material for v4.5.Rafael J. Wysocki-470/+835
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki-0/+24
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier-2/+128
2015-12-16platform-msi: Factor out allocation/free of private dataMarc Zyngier-41/+53
2015-12-16platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier-12/+20
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li-8/+8
2015-12-14Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki-11/+22
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li-2/+6
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li-4/+8
2015-12-12regmap: missing case statementDan Carpenter-0/+1
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter-3/+3
2015-12-12drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings-0/+4
2015-12-12Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki-18/+589
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar-15/+152
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar-0/+153
2015-12-10PM / Domains: export symbols to add/remove devices from genpdMaruthi Bayyavarapu-0/+2
2015-12-10PM / Domains: Allow runtime PM callbacks to be re-used during system PMUlf Hansson-11/+22
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li-0/+6
2015-12-09regmap: fix the warning about unused variableXiubo Li-0/+2
2015-12-09device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko-2/+8
2015-12-08regmap: add 64-bit mode supportXiubo Li-0/+99
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li-19/+30
2015-12-08regmap: mmio: remove the useless codeXiubo Li-1/+0
2015-12-07driver core: Do not overwrite secondary fwnode with NULL if it is setMika Westerberg-1/+4
2015-12-07driver core: platform: Add support for built-in device propertiesMika Westerberg-0/+25
2015-12-07device property: Take a copy of the property setMika Westerberg-18/+173
2015-12-07device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko-31/+78
2015-12-07device property: improve readability of macrosAndy Shevchenko-14/+14
2015-12-07device property: keep single value inplaceAndy Shevchenko-3/+30
2015-12-07device property: refactor built-in properties supportAndy Shevchenko-40/+110