aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 63-558/+11183
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-8/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 9-110/+12
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-08-03pinctrl: qcom: Make PINCTRL_SM8450 depend on PINCTRL_MSMGravatar John Garry 1-1/+1
2022-08-03pinctrl: qcom: sm8250: Fix PDC mapGravatar Jianhua Lu 1-1/+1
2022-08-03pinctrl: amd: Fix an unused variableGravatar Mario Limonciello 1-1/+0
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-11/+247
2022-07-26pinctrl: amd: Use unicode for debugfs outputGravatar Mario Limonciello 1-58/+56
2022-07-26pinctrl: amd: Fix newline declaration in debugfs outputGravatar Mario Limonciello 1-1/+1
2022-07-26pinctrl: at91: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-07-26pinctrl: mvebu: Missing a blank line after declarations.Gravatar Xin Gao 1-0/+10
2022-07-26pinctrl: qcom: Add SM6375 TLMM driverGravatar Konrad Dybcio 3-0/+1554
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextGravatar Marc Zyngier 1-2/+8
2022-07-19pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait contextGravatar Vladimir Oltean 1-6/+21
2022-07-19pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait contextGravatar Vladimir Oltean 1-19/+19
2022-07-18pinctrl: Don't allow PINCTRL_AMD to be a moduleGravatar Mario Limonciello 1-1/+1
2022-07-18Revert "pinctrl: qcom: spmi-gpio: make the irqchip immutable"Gravatar Linus Walleij 1-12/+10
2022-07-18pinctrl: imx93: Add MODULE_DEVICE_TABLE()Gravatar Fabio Estevam 1-0/+1
2022-07-18pinctrl: sunxi: Add driver for Allwinner D1Gravatar Samuel Holland 5-5/+863
2022-07-18pinctrl: sunxi: Make some layout parameters dynamicGravatar Samuel Holland 2-18/+29
2022-07-18pinctrl: sunxi: Refactor register/offset calculationGravatar Samuel Holland 2-123/+89
2022-07-18pinctrl: sunxi: Support the 2.5V I/O bias modeGravatar Samuel Holland 5-2/+20
2022-07-18pinctrl: sunxi: Add I/O bias setting for H6 R-PIOGravatar Samuel Holland 2-3/+5
2022-07-18pinctrl: qcom-pmic-gpio: add support for PMP8074Gravatar Robert Marko 1-0/+2
2022-07-18pinctrl: qcom: spmi-gpio: Add pm8226 compatibilityGravatar Dominik Kobinski 1-0/+1
2022-07-18pinctrl: core: Use device_match_of_node() helperGravatar Andy Shevchenko 1-1/+1
2022-07-18pinctrl: at91: remove #ifdef CONFIG_PMGravatar Claudiu Beznea 1-7/+1
2022-07-18pinctrl: at91-pio4: remove #ifdef CONFIG_PM_SLEEPGravatar Claudiu Beznea 1-6/+1
2022-07-18pinctrl: ocelot: Fix pincfgGravatar Horatiu Vultur 1-6/+13
2022-07-18pinctrl: ocelot: Fix pincfg for lan966xGravatar Horatiu Vultur 1-71/+124
2022-07-16pinctrl: ocelot: Make irq_chip immutableGravatar Michael Walle 1-2/+8
2022-07-14pinctrl: intel: Check against matching data instead of ACPI companionGravatar Andy Shevchenko 1-8/+6
2022-07-11pinctrl: sunplus: Add check for kcallocGravatar William Dean 1-0/+3
2022-07-11pinctrl: ralink: Check for null return of devm_kcallocGravatar William Dean 1-0/+2
2022-07-11pinctrl: qcom: Add pinctrl driver for MSM8909Gravatar Stephan Gerhold 3-0/+965
2022-07-11pinctrl: starfive: Serialize adding groups and functionsGravatar Jianlong Huang 1-0/+5
2022-07-10pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interruptGravatar Lad Prabhakar 1-0/+233
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Gravatar Marc Zyngier 1-9/+6
2022-07-10Merge tag 'renesas-pinctrl-for-v5.20-tag2' of git://git.kernel.org/pub/scm/li...Gravatar Linus Walleij 7-4/+5414
2022-07-10pinctrl: amd: Remove contact informationGravatar Basavaraj Natikar 1-2/+0
2022-07-10pinctrl: amd: Don't save/restore interrupt status and wake status bitsGravatar Basavaraj Natikar 1-2/+9
2022-07-10pinctrl: amd: Use devm_platform_get_and_ioremap_resourceGravatar Basavaraj Natikar 1-8/+3
2022-07-10Merge tag 'intel-pinctrl-v5.20-1' of gitolite.kernel.org:pub/scm/linux/kernel...Gravatar Linus Walleij 9-53/+470
2022-07-10pinctrl: qcom: spmi-gpio: make the irqchip immutableGravatar Robert Marko 1-10/+12
2022-07-05pinctrl: renesas: r8a779g0: Add missing MODSELx for AVBxGravatar Kuninori Morimoto 1-28/+30
2022-07-05pinctrl: renesas: r8a779g0: Add missing MODSELx for TSN0Gravatar Kuninori Morimoto 1-10/+13
2022-07-05pinctrl: renesas: r8a779g0: Add missing ERROROUTC_AGravatar Kuninori Morimoto 1-3/+4
2022-07-05pinctrl: renesas: r8a779g0: Add missing PWMGravatar Kuninori Morimoto 1-56/+84
2022-07-05pinctrl: renesas: r8a779g0: Add missing FlexRayGravatar Kuninori Morimoto 1-2/+4