aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-135/+146
2016-01-11Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds8-109/+324
2016-01-11Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+20
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-55/+201
2016-01-07driver-core: platform: Add platform_irq_count()Stephen Boyd1-0/+20
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown3-81/+63
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
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun1-1/+1
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-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-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-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
2015-12-07component: remove old add_components methodRussell King1-26/+5
2015-12-04Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2-5/+1
2015-12-04PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt1-2/+1
2015-12-02PM / Domains: Validate cases of a non-bound driver in genpd governorUlf Hansson1-3/+0
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo3-6/+7
2015-11-20regmap: replace kzalloc with kcalloclixiubo4-8/+9
2015-11-20Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+6
2015-11-16PM / wakeirq: check that wake IRQ is valid before accepting itDmitry Torokhov1-0/+6
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal1-2/+7
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott1-8/+8
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-38/+75
2015-11-12Merge branch 'pm-domains'Rafael J. Wysocki1-11/+10
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-2/+2
2015-11-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+4
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+10
2015-11-09Merge branch 'for-4.4/hotplug' into libnvdimm-for-nextDan Williams2-19/+8
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-11-07Merge branch 'pm-opp'Rafael J. Wysocki3-19/+41