aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2022-10-24pinctrl: gemini: Add missing header(s)Andy Shevchenko1-5/+7
2022-10-24pinctrl: cy8c95x0: Add missing header(s)Andy Shevchenko1-0/+1
2022-10-24pinctrl: cirrus: Add missing header(s)Andy Shevchenko1-2/+3
2022-10-24pinctrl: bm1880: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: bcm: Add missing header(s)Andy Shevchenko5-19/+31
2022-10-24pinctrl: axp209: Add missing header(s)Andy Shevchenko1-3/+5
2022-10-24pinctrl: at91: Add missing header(s)Andy Shevchenko2-10/+16
2022-10-24pinctrl: aspeed: Add missing header(s)Andy Shevchenko1-0/+1
2022-10-24pinctrl: apple-gpio: Add missing header(s)Andy Shevchenko1-2/+5
2022-10-24pinctrl: actions: Add missing header(s)Andy Shevchenko1-4/+6
2022-10-24pinctrl: qcom: sdm670: change sdm670_reserved_gpios to staticYang Yingliang1-1/+1
2022-10-21pinctrl: cy8c95x0: Don't use cy8c95x0_set_mode() twiceAndy Shevchenko1-4/+4
2022-10-18pinctrl: ocelot: Fix incorrect trigger of the interrupt.Horatiu Vultur1-4/+13
2022-10-18Revert "pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high-...Sai Krishna Potthuri1-9/+0
2022-10-17pinctrl: qcom: Avoid glitching lines when we first mux to outputDouglas Anderson1-0/+21
2022-10-17pinctrl: amd: Add dynamic debugging for active GPIOsMario Limonciello1-4/+6
2022-10-17pinctrl: st: Switch to use fwnode instead of of_nodeAndy Shevchenko1-2/+2
2022-10-17pinctrl: cy8c95x0: Implement ->gpio_request_enable() and ->gpio_set_direction()Andy Shevchenko1-44/+68
2022-10-17pinctrl: cy8c95x0: Extract cy8c95x0_set_mode() helperAndy Shevchenko1-5/+16
2022-10-17pinctrl: at91-pio4: Add persist state case in configRyan Wanner1-0/+4
2022-10-17pinctrl: at91-pio4: Add configuration to userspaceRyan Wanner1-0/+22
2022-10-17pinctrl: mt7986: allow configuring uart rx/tx and rts/cts separatelySam Shih1-7/+25
2022-10-17pinctrl: Ingenic: JZ4755 bug fixesSiarhei Volkau1-2/+2
2022-10-17pinctrl: qcom: add sdm670 pinctrlRichard Acayan3-0/+1356
2022-10-17pinctrl: qcom: do not reinitialize gpio valid maskRichard Acayan1-2/+1
2022-10-17pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinc...Yang Yingliang1-10/+10
2022-10-17pinctrl: actions: make irq_chip immutableAndy Shevchenko1-15/+24
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds48-764/+6999
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-10-04pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"Jianlong Huang3-3/+3
2022-10-04pinctrl: Create subdirectory for StarFive driversJianlong Huang5-22/+27
2022-10-04pinctrl: st: stop abusing of_get_named_gpio()Dmitry Torokhov1-4/+30
2022-10-04pinctrl: wpcm450: Correct the fwnode_irq_get() return value checkAndy Shevchenko1-1/+4
2022-10-04pinctrl: bcm: Remove unused struct bcm6328_pingroupYuan Can1-6/+0
2022-10-04pinctrl: qcom: restrict drivers per ARM/ARM64Krzysztof Kozlowski1-0/+39
2022-10-04pinctrl: bcm: ns: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-10-04pinctrl: rockchip: add pinmux_ops.gpio_set_direction callbackQuentin Schulz1-0/+13
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-20/+103
2022-09-20pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxopsAndy Shevchenko1-6/+6
2022-09-20pinctrl: cy8c95x0: Drop atomicity on operations on push_pullAndy Shevchenko1-7/+8
2022-09-20pinctrl: cy8c95x0: Lock register accesses in cy8c95x0_set_mux()Andy Shevchenko1-1/+6
2022-09-20pinctrl: sunxi: sun50i-h5: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2022-09-20pinctrl: stm32: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
2022-09-19pinctrl: amd: Use generic_handle_irq_safe()Sebastian Andrzej Siewior1-1/+1
2022-09-19pinctrl: qcom: spmi-gpio: Add compatible for PM7250BJishnu Prakash1-0/+1
2022-09-19pinctrl: qcom: spmi-gpio: Fix the GPIO strength mappingAnjelique Melendez1-2/+25
2022-09-19pinctrl: qcom: spmi-gpio: add support for LV_VIN2 and MV_VIN3 subtypesDavid Collins1-0/+13
2022-09-19pinctrl: nomadik: remove dead code after DB8540 pinctrl removalLukas Bulwahn2-20/+0
2022-09-19pinctrl: nomadik: Make gpio irqchip immutableLinus Walleij1-24/+35