aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chipClaudiu Beznea2022-09-031-7/+19
* pinctrl: mcp23s08: Drop assignment of default number of OF cellsAndy Shevchenko2022-09-031-3/+0
* Merge tag 'renesas-pinctrl-for-v6.1-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2022-09-031-1/+1
|\
| * dt-bindings: pinctrl: renesas: Document RZ/Five SoCLad Prabhakar2022-08-161-1/+1
* | pinctrl: imx8m: kconfig: Depends on SOC_IMX8MFrancesco Dolcini2022-08-311-4/+4
* | pinctrl: amd: change dev_warn to dev_dbg for additional feature supportBasavaraj Natikar2022-08-311-2/+2
* | pinctrl: aspeed: Force to disable the function's signalBilly Tsai2022-08-311-10/+1
* | pinctrl: nuvoton: Use 'unsigned int' instead of just 'unsigned'.Jilin Yuan2022-08-261-4/+4
* | dt-bindings: pinctrl: Add missing (unevaluated|additional)Properties on child...Rob Herring2022-08-2610-0/+15
* | pinctrl: amd: Pick some different unicode symbolsMario Limonciello2022-08-261-14/+14
* | pinctrl: fixup for "i2c: Make remove callback return void"Stephen Rothwell2022-08-261-3/+1
* | Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Linus Walleij2022-08-26622-1762/+660
|\ \
| * | i2c: Make remove callback return voidUwe Kleine-König2022-08-16619-1733/+646
| * | gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König2022-08-163-17/+8
| * | leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König2022-08-161-3/+8
| * | leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König2022-08-161-2/+0
| * | leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-08-161-3/+1
| * | drm/i2c/sil164: Drop no-op remove functionUwe Kleine-König2022-08-161-7/+0
| |/
* | dt-bindings: pinctrl: mt8186: Fix 'reg-names' for pinctrl nodesAllen-KH Cheng2022-08-251-7/+7
* | pinctrl: mediatek: add mt8188 driverHui.Liu2022-08-254-0/+3945
* | dt-bindings: pinctrl: mediatek: add support for mt8188Hui.Liu2022-08-252-0/+1506
* | pinctrl: qcom: Add sc8280xp lpass lpi pinctrl driverSrinivas Kandagatla2022-08-253-0/+217
* | dt-bindings: pinctrl: qcom: Add sc8280xp lpass lpi pinctrl bindingsSrinivas Kandagatla2022-08-251-0/+133
* | pinctrl: qcom: Add sm8450 lpass lpi pinctrl driverSrinivas Kandagatla2022-08-253-0/+250
* | dt-bindings: pinctrl: qcom: Add sm8450 lpass lpi pinctrl bindingsSrinivas Kandagatla2022-08-251-0/+135
* | pinctrl: nomadik: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2022-08-254-186/+180
* | pinctrl: bcm: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2022-08-257-320/+259
* | pinctrl: Add Cypress cy8c95x0 supportPatrick Rudolph2022-08-254-0/+1402
* | dt-binding: pinctrl: Add cypress,cy8c95x0Patrick Rudolph2022-08-251-0/+134
* | dt-bindings: pinctrl: aspeed: Add missing properties to examplesRob Herring2022-08-223-0/+16
* | pinctrl: armada-37xx: Remove unused macro PIN_GRP()Pali Rohár2022-08-221-10/+0
* | pinctrl: armada-37xx: Checks for errors in gpio_request_enable callbackPali Rohár2022-08-221-2/+6
* | pinctrl: armada-37xx: Fix definitions for MPP pins 20-22Pali Rohár2022-08-221-3/+5
* | pinctrl: armada-37xx: Add missing GPIO-only pinsPali Rohár2022-08-221-0/+12
* | pinctrl: rockchip: Add RV1126 pinctrl supportJagan Teki2022-08-222-7/+327
* | dt-bindings: pinctrl: rockchip: Document RV1126 pinctrlJagan Teki2022-08-221-0/+1
|/
* Linux 6.0-rc1Linus Torvalds2022-08-141-4/+4
* radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov2022-08-141-1/+1
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-08-141-0/+3
|\
| * take care to handle NULL ->proc_lseek()Al Viro2022-08-141-0/+3
|/
* Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-1416-36/+116
|\
| * MAINTAINERS: add xen config fragments to XEN HYPERVISOR sectionsLukas Bulwahn2022-08-121-0/+2
| * xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn2022-08-121-1/+0
| * xen/pciback: Fix comment typoJason Wang2022-08-121-1/+1
| * xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter2022-08-121-2/+2
| * xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park2022-08-122-4/+2
| * xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-122-7/+4
| * xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
| * x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-128-15/+100
* | Merge tag 'perf-tools-fixes-for-v6.0-2022-08-13' of git://git.kernel.org/pub/...Linus Torvalds2022-08-14112-4871/+93678
|\ \