aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | watchdog: Add Apple SoC watchdog driverSven Peter2022-01-053-0/+239
| * | | | | | dt-bindings: watchdog: Add SM6350 and SM8250 compatibleLuca Weiss2022-01-051-0/+2
| * | | | | | watchdog: s3c2410: Fix getting the optional clockSam Protsenko2022-01-051-10/+12
| * | | | | | watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-8/+6
| * | | | | | dt-bindings: watchdog: atmel: Add missing 'interrupts' propertyRob Herring2022-01-051-0/+3
| * | | | | | watchdog: mtk_wdt: use platform_get_irq_optionalTzung-Bi Shih2022-01-051-1/+1
| * | | | | | watchdog: Add Watchdog Timer driver for RZ/G2LBiju Das2022-01-053-0/+272
| * | | | | | dt-bindings: watchdog: renesas,wdt: Add support for RZ/G2LBiju Das2022-01-051-18/+57
| * | | | | | watchdog: da9063: Add hard dependency on I2CAndrej Picej2022-01-051-0/+1
| * | | | | | watchdog: Add Realtek Otto watchdog timerSander Vanheule2022-01-054-0/+405
| * | | | | | dt-bindings: watchdog: Realtek Otto WDT bindingSander Vanheule2022-01-051-0/+91
| * | | | | | watchdog: s3c2410: Add Exynos850 supportSam Protsenko2021-12-281-1/+63
| * | | | | | watchdog: da9063: use atomic safe i2c transfer in reset handlerYunus Bas2021-12-281-3/+9
| * | | | | | watchdog: davinci: Use div64_ul instead of do_divChangcheng Deng2021-12-281-1/+1
| * | | | | | watchdog: Remove BCM63XX_WDTFlorian Fainelli2021-12-283-328/+0
| * | | | | | MIPS: BCM63XX: Provide platform data to watchdog deviceFlorian Fainelli2021-12-281-0/+8
| * | | | | | watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdtFlorian Fainelli2021-12-281-0/+7
| * | | | | | watchdog: Allow building BCM7038_WDT for BCM63XXFlorian Fainelli2021-12-281-3/+4
| * | | | | | watchdog: bcm7038_wdt: Support platform data configurationFlorian Fainelli2021-12-282-1/+15
| * | | | | | dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 bindingFlorian Fainelli2021-12-281-2/+4
| * | | | | | dt-bindings: watchdog: convert Broadcom's WDT to the json-schemaRafał Miłecki2021-12-282-19/+41
| * | | | | | watchdog: meson_gxbb_wdt: remove stop_on_rebootArtem Lapkin2021-12-281-1/+0
| * | | | | | watchdog: Kconfig: fix help text indentationLuca Ceresoli2021-12-281-24/+24
| * | | | | | dt-bindings: watchdog: imx7ulp-wdt: Add imx8ulp compatible stringJacky Bai2021-12-281-2/+5
| * | | | | | watchdog: s3c2410: Remove superfluous err labelSam Protsenko2021-12-281-9/+4
| * | | | | | watchdog: s3c2410: Support separate source clockSam Protsenko2021-12-281-15/+41
| * | | | | | watchdog: s3c2410: Cleanup PMU related codeSam Protsenko2021-12-281-25/+58
| * | | | | | watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko2021-12-281-1/+27
| * | | | | | watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko2021-12-281-1/+4
| * | | | | | watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko2021-12-281-19/+35
| * | | | | | watchdog: s3c2410: Make reset disable register optionalSam Protsenko2021-12-281-9/+13
| * | | | | | watchdog: s3c2410: Let kernel kick watchdogSam Protsenko2021-12-281-11/+15
| * | | | | | watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko2021-12-281-11/+10
| * | | | | | dt-bindings: watchdog: Document Exynos850 watchdog bindingsSam Protsenko2021-12-281-4/+41
| * | | | | | dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7Sam Protsenko2021-12-281-2/+3
| * | | | | | watchdog: f71808e_wdt: Add F81966 supportAaeonIot2021-12-281-2/+8
| * | | | | | watchdog: Kconfig: enable MTK watchdogKevin Hilman2021-12-281-0/+1
* | | | | | | Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2022-01-173-188/+0
|\ \ \ \ \ \ \
| * | | | | | | drop fen.cocciJulia Lawall2022-01-151-124/+0
| * | | | | | | scripts/coccinelle: drop bugon.cocciJulia Lawall2022-01-151-63/+0
| * | | | | | | MAINTAINERS: remove Gilles MullerJulia Lawall2022-01-151-1/+0
* | | | | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-178-19/+340
|\ \ \ \ \ \ \ \
| * | | | | | | | module: fix signature check failures when using in-kernel decompressionDmitry Torokhov2022-01-141-4/+5
| * | | | | | | | kernel: Fix spelling mistake "compresser" -> "compressor"Colin Ian King2022-01-131-1/+1
| * | | | | | | | MAINTAINERS: add mailing lists for kmod and modulesLuis Chamberlain2022-01-111-0/+3
| * | | | | | | | module.h: allow #define strings to work with MODULE_IMPORT_NSGreg Kroah-Hartman2022-01-111-1/+2
| * | | | | | | | module: add in-kernel support for decompressingDmitry Torokhov2022-01-116-11/+329
| * | | | | | | | MAINTAINERS: Remove myself as modules maintainerJessica Yu2022-01-111-2/+1
| * | | | | | | | module: Remove outdated commentYu Chen2022-01-111-1/+0
* | | | | | | | | unicode: fix .gitignore for generated utfdata fileLinus Torvalds2022-01-171-1/+1