summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii2015-11-303-1/+66
| | | |/ / / / / /
| * | | | | | | | Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-122-2/+9
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | PM / clk: don't leave clocks enabled when driver not boundAndy Shevchenko2016-01-081-0/+1
| | * | | | | | | device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko2015-12-091-2/+8
| | |/ / / / / /
| * | | | | | | Merge branch 'device-properties'Rafael J. Wysocki2016-01-123-95/+430
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | device property: avoid allocations of 0 lengthAndy Shevchenko2016-01-011-0/+6
| | * | | | | | device property: the secondary fwnode needs to depend on the primaryHeikki Krogerus2016-01-011-4/+4
| | * | | | | | driver core: Do not overwrite secondary fwnode with NULL if it is setMika Westerberg2015-12-071-1/+4
| | * | | | | | driver core: platform: Add support for built-in device propertiesMika Westerberg2015-12-071-0/+25
| | * | | | | | device property: Take a copy of the property setMika Westerberg2015-12-071-18/+173
| | * | | | | | device property: Fallback to secondary fwnode if primary misses the propertyAndy Shevchenko2015-12-071-31/+78
| | * | | | | | device property: improve readability of macrosAndy Shevchenko2015-12-071-14/+14
| | * | | | | | device property: keep single value inplaceAndy Shevchenko2015-12-071-3/+30
| | * | | | | | device property: refactor built-in properties supportAndy Shevchenko2015-12-071-40/+110
| | * | | | | | device property: rename helper functionsAndy Shevchenko2015-12-071-11/+11
| | * | | | | | device property: always check for fwnode typeAndy Shevchenko2015-12-071-5/+7
| | |/ / / / /
* | | | | | | Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-121-135/+146
|\ \ \ \ \ \ \
| * | | | | | | component: add support for releasing match dataRussell King2015-12-071-35/+66
| * | | | | | | component: track components via array rather than listRussell King2015-12-071-74/+80
| * | | | | | | component: move check for unbound master into try_to_bring_up_masters()Russell King2015-12-071-10/+5
| * | | | | | | component: remove old add_components methodRussell King2015-12-071-26/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-01-118-109/+324
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown2016-01-053-81/+63
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | regmap: debugfs: Use seq_file for the access mapMark Brown2016-01-051-51/+18
| | | | |/ / / / / /
| | | * | | | | | | regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal2015-11-161-2/+7
| | | |/ / / / / /
| | * | | | | | | regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li2015-12-081-19/+30
| | * | | | | | | regmap: mmio: remove the useless codeXiubo Li2015-12-081-1/+0
| | * | | | | | | regmap-mmio: Use native endianness for read/writeSimon Arlott2015-11-161-8/+8
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-053-0/+223
| |\ \ \ \ \ \ \ \
| | | * | | | | | | regmap: irq: add support for configuration of trigger typeLaxman Dewangan2016-01-051-0/+100
| | | |/ / / / / /
| | * | | | | | | regmap: missing case statementDan Carpenter2015-12-121-0/+1
| | * | | | | | | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-121-3/+3
| | * | | | | | | regmap: cache: Add 64-bit mode supportXiubo Li2015-12-091-0/+15
| | * | | | | | | regmap: cache: To suppress the noise of checkpatchXiubo Li2015-12-091-0/+6
| | * | | | | | | regmap: fix the warning about unused variableXiubo Li2015-12-091-0/+2
| | * | | | | | | regmap: add 64-bit mode supportXiubo Li2015-12-081-0/+99
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2016-01-055-22/+24
| |\ \ \ \ \ \ \
| | * | | | | | | regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-161-8/+8
| | * | | | | | | regmap: replace kmalloc with kmalloc_arraylixiubo2015-11-203-6/+7
| | * | | | | | | regmap: replace kzalloc with kcalloclixiubo2015-11-204-8/+9
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2016-01-051-6/+14
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li2015-12-121-2/+6
| | * | | | | | regmap: cache: Add warning info for the cache checkXiubo Li2015-12-121-4/+8
| | |/ / / / /
* | | | | | | Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-01-111-0/+20
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | driver-core: platform: Add platform_irq_count()Stephen Boyd2016-01-071-0/+20
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-111-55/+201
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun2015-12-291-1/+1
| * | | | | | platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier2015-12-161-2/+128
| * | | | | | platform-msi: Factor out allocation/free of private dataMarc Zyngier2015-12-161-41/+53
| * | | | | | platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier2015-12-161-12/+20
| |/ / / / /
OpenPOWER on IntegriCloud