summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soundwire-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-237-27/+68
|\
| * soundwire: intel_bus_common: enable interrupts before exiting resetPierre-Louis Bossart2024-08-181-8/+8
| * soundwire: cadence: re-check Peripheral status with delayed_workPierre-Louis Bossart2024-08-185-2/+56
| * soundwire: bus: clean up probe warningsJohan Hovold2024-07-311-2/+2
| * soundwire: bus: drop unused driver name fieldJohan Hovold2024-07-312-9/+2
| * soundwire: bus: suppress probe deferral errorsJohan Hovold2024-07-311-6/+0
* | Merge tag 'linux-watchdog-6.12-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2024-09-2312-47/+388
|\ \
| * | watchdog: Convert comma to semicolonShen Lichuan2024-09-171-1/+1
| * | watchdog: rzv2h_wdt: Add missing MODULE_LICENSE tag to fix modpost errorLad Prabhakar2024-09-171-0/+1
| * | dt-bindings: watchdog: Add Cirrus EP93xNikita Shubin2024-09-171-0/+42
| * | dt-bindings: watchdog: stm32-iwdg: Document interrupt and wakeup propertiesMarek Vasut2024-09-171-0/+6
| * | drivers: watchdog: marvell_gti: Convert comma to semicolonChen Ni2024-09-101-2/+2
| * | watchdog: iTCO_wdt: Convert comma to semicolonChen Ni2024-09-101-2/+2
| * | watchdog: Add Watchdog Timer driver for RZ/V2H(P)Lad Prabhakar2024-09-103-0/+282
| * | dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoCLad Prabhakar2024-09-101-1/+16
| * | watchdog: imx_sc_wdt: detect if already runningAlexander Sverdlin2024-09-101-0/+22
| * | watchdog: imx2_wdt: Remove __maybe_unused notationsFabio Estevam2024-09-101-5/+5
| * | watchdog: imx_sc_wdt: Don't disable WDT in suspendJonas Blixt2024-09-101-24/+0
| * | watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_featureFrank Li2024-09-101-12/+9
* | | Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-2384-1274/+6001
|\ \ \
| * \ \ Merge tag 'intel-pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2024-09-114-147/+189
| |\ \ \
| | * | | pinctrl: intel: Constify struct intel_pinctrl parameterAndy Shevchenko2024-09-052-15/+17
| | * | | pinctrl: baytrail: Drop duplicate return statementAndy Shevchenko2024-09-041-3/+1
| | * | | pinctrl: intel: Inline intel_gpio_community_irq_handler()Andy Shevchenko2024-09-031-17/+6
| | * | | pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko2024-08-301-79/+46
| | * | | pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko2024-08-304-7/+8
| | * | | pinctrl: intel: Implement high impedance supportAndy Shevchenko2024-08-301-0/+41
| | * | | pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko2024-08-301-6/+42
| | * | | pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko2024-08-301-13/+18
| | * | | pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko2024-08-301-12/+15
| | | |/ | | |/|
| * | | pinctrl: Remove redundant null pointer checks in pinctrl_remove_device_debugfs()Li Zetao2024-09-051-1/+1
| * | | Merge tag 'renesas-pinctrl-for-v6.12-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-09-053-50/+28
| |\ \ \
| | * | | pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...Lad Prabhakar2024-09-021-11/+3
| | * | | pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...Lad Prabhakar2024-09-021-32/+20
| | * | | pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-1/+2
| | * | | pinctrl: renesas: Switch to use kmemdup_array()Shen Lichuan2024-08-233-6/+3
| * | | | dt-bindings: pinctrl: qcom: add missing type to GPIO hogsKrzysztof Kozlowski2024-09-033-0/+3
| * | | | pinctrl: madera: Simplify with dev_err_probe()Yan Zhen2024-09-021-6/+3
| * | | | pinctrl: k210: Use devm_clk_get_enabled() helpersWang Jianzheng2024-09-021-27/+8
| * | | | pinctrl: Join split messages and remove double whitespaceGeert Uytterhoeven2024-09-021-5/+2
| * | | | pinctrl: mvebu: Fix devinit_dove_pinctrl_probe functionWang Jianzheng2024-09-021-13/+29
| * | | | pinctrl: sunxi: Use devm_clk_get_enabled() helpersWang Jianzheng2024-09-021-10/+4
| * | | | pinctrl: sophgo: cv18xx: fix missed __iomem type identifierInochi Amaoto2024-09-011-1/+1
| * | | | pinctrl: stmfx: Use string_choices API instead of ternary operatorAndy Shevchenko2024-08-311-2/+3
| * | | | pinctrl: nomadik: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-302-4/+2
| * | | | Merge tag 'samsung-pinctrl-6.12' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij2024-08-305-32/+141
| |\ \ \ \
| | * | | | pinctrl: samsung: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan2024-08-231-2/+2
| | * | | | pinctrl: samsung: Add support for pull-up and pull-downVishnu Reddy2024-08-084-0/+126
| | * | | | pinctrl: samsung: Use scope based of_node_put() cleanupsPeng Fan2024-08-052-26/+9
| | * | | | pinctrl: samsung: Use of_property_present()Rob Herring (Arm)2024-08-041-4/+4
| | | |/ / | | |/| |