summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki2015-12-141-11/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | PM / Domains: Allow runtime PM callbacks to be re-used during system PMUlf Hansson2015-12-101-11/+22
* | | | | drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings2015-12-121-0/+4
| |/ / / |/| | |
* | | | Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2015-12-042-5/+1
|\ \ \ \ | | |/ / | |/| |
| * | | PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt2015-12-041-2/+1
| * | | PM / Domains: Validate cases of a non-bound driver in genpd governorUlf Hansson2015-12-021-3/+0
* | | | Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-201-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | PM / wakeirq: check that wake IRQ is valid before accepting itDmitry Torokhov2015-11-161-0/+6
* | | | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-125-38/+75
|\ \ \ \
| * \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2015-11-121-11/+10
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | PM / Domains: Allocate memory outside domain locksLina Iyer2015-11-021-9/+9
| | * | | PM / Domains: Remove dev->driver check for runtime PMLina Iyer2015-11-021-2/+1
| * | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-073-19/+41
| |\ \ \ \
| | * | | | PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar2015-11-061-3/+7
| | * | | | PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar2015-11-061-0/+9
| | * | | | PM / OPP: Protect updates to list_dev with mutexViresh Kumar2015-11-063-5/+8