summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-16mfd: Update to SPDX license identifierRajmohan Mani
2018-05-16mfd: tps65218: Reorder tps65218_regulator_id enumDave Gerlach
2018-05-16mfd: syscon: Set regmap name to DT node nameDavid Lechner
2018-05-16mfd: omap-usb-tll: Allocate driver data at onceLadislav Michl
2018-05-16mfd: smsc-ece1099: Delete an error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: sm501: Delete error message for a failed memory allocation in two placesMarkus Elfring
2018-05-16mfd: rc5t583: Improve a size determinationMarkus Elfring
2018-05-16mfd: rc5t583: Delete error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: max8997: Delete error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: jz4740-adc: Delete error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: janz-cmodio: Delete error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: htc-i2cpld: Delete error message for a failed memory allocationMarkus Elfring
2018-05-16mfd: syscon: Remove unused Exynos PMU headersKrzysztof Kozlowski
2018-05-16Merge tags 'ib-mfd-hwmon-v4.18', 'ib-mfd-input-rtc-v4.18' and 'ib-mfd-pwm-v4....Lee Jones
2018-05-16pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier
2018-05-16pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier
2018-05-16pwm: stm32: Add capture supportFabrice Gasnier
2018-05-16mfd: stm32-timers: Add support for DMAsFabrice Gasnier
2018-04-16mfd: mt6397: Add PMIC keys support to MT6397 driverChen Zhong
2018-04-16input: Add MediaTek PMIC keys supportChen Zhong
2018-04-16dt-bindings: mfd: Add bindings for the keys as subnode of PMICChen Zhong
2018-04-16dt-bindings: input: Add document bindings for mtk-pmic-keysChen Zhong
2018-04-16mfd: mt6397: Create irq mappings in mfd core driverChen Zhong
2018-04-16hwmon: MC13783: Add uid and die temperature sensor inputsAndrey Gusakov
2018-04-15Linux 4.17-rc1Linus Torvalds
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro