summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-16gpio: tps65086: Add GPO driver for the TPS65086 PMICAndrew F. Davis3-0/+146
2016-03-16mfd: mt6397: Add platform device ID tableJavier Martinez Canillas1-1/+7
2016-03-16mfd: da9063: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss1-6/+30
2016-03-16mfd: mt6397: Add MT6323 support to MT6397 driverJohn Crispin3-0/+464
2016-03-16mfd: mt6397: Add support for different Slave typesJohn Crispin1-17/+41
2016-03-16mfd: mt6397: int_con and int_status may vary in locationJohn Crispin2-10/+19
2016-03-16dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMICJohn Crispin1-4/+6
2016-03-16mfd: da9062: Fix missing volatile registers in the core regmap_range volatile...Steve Twiss1-1/+22
2016-03-16mfd: Add documentation for ACT8945A DT bindingsWenyou Yang1-0/+76
2016-03-16mfd: act8945a: Add Active-semi ACT8945A PMIC MFD driverWenyou Yang3-0/+114
2016-03-16mfd: cros_ec: Small kerneldoc fixTomeu Vizoso1-1/+1
2016-03-16mfd: arizona: Remove duplicate select of MFD_CORECharles Keepax1-2/+0
2016-03-16mfd: cs47l24: Fix defaults array based on testingCharles Keepax1-9/+1
2016-03-16mfd: wm8998: Fix defaults array based on testingCharles Keepax1-10/+2
2016-03-16mfd: wm5102: Fix defaults array based on testingCharles Keepax1-12/+4
2016-03-16mfd: wm5110: Fix defaults array based on testingCharles Keepax1-45/+37
2016-03-16mfd: arizona: Update small typo in Arizona SPI KconfigCharles Keepax1-1/+1
2016-03-16mfd: syscon: Make syscon_regmap_config constPhilipp Zabel1-5/+5
2016-03-16mfd: syscon: Set regmap max_register in of_syscon_registerPhilipp Zabel1-1/+8
2016-03-16mfd: db8500: Avoid uninitialized variable referenceArnd Bergmann1-5/+2
2016-03-16mfd: tps65086: Add driver for the TPS65086 PMICAndrew F. Davis4-0/+280
2016-03-16Documentation: tps65086: Add DT bindings for the TPS65086 PMICAndrew F. Davis1-0/+55
2016-03-15Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds18-120/+628
2016-03-15Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds40-1653/+3854
2016-03-15Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-23/+677
2016-03-15Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds38-141/+1921
2016-03-15Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds18-385/+438
2016-03-15Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds23-386/+2080
2016-03-15Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds100-3027/+17651
2016-03-15ARM: pxa/raumfeld: use PROPERTY_ENTRY_INTEGER to define propsArnd Bergmann1-11/+4
2016-03-15autofs4: fix string.h include in auto_dev-ioctl.hIan Kent1-5/+0
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent6-75/+68
2016-03-15autofs4: change log print macros to not insert newlineIan Kent6-49/+49
2016-03-15autofs4: make autofs log prints consistentIan Kent4-12/+12
2016-03-15autofs4: fix some white space errorsIan Kent6-10/+8
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent1-1/+1
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent1-2/+4
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent1-8/+20
2016-03-15autofs4: coding style fixesIan Kent12-188/+190
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy1-1/+6
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel5-19/+126
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel1-2/+12
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2-1/+5
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem1-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches1-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches1-0/+20
2016-03-15checkpatch: exclude asm volatile from complex macro checkJoe Perches1-0/+3
2016-03-15mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner1-2/+1
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner1-7/+2
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim7-52/+105