summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2021-05-19pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski1-5/+5
2021-05-14pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa1-20/+35
2021-05-14pinctrl: pinctrl-single: remove unused parameterHanna Hawa1-6/+2
2021-05-12pinctrl: Ingenic: Add support for read the pin configuration of X1830.周琰杰 (Zhou Yanjie)1-9/+31
2021-04-28pinctrl: core: Show pin numbers for the controllers with base = 0Andy Shevchenko1-6/+8
2021-04-28pinctrl: lewisburg: Update number of pins in communityYuanyuan Zhong1-3/+3
2021-04-07pinctrl: qcom: fix unintentional string concatenationArnd Bergmann1-1/+1
2021-04-07pinctrl: qcom: lpass lpi: use default pullup/strength valuesJonathan Marek1-1/+1
2021-04-07pinctrl: qcom: sc7280: Fix SDC1_RCLK configurationsRajendra Nayak1-1/+1
2021-04-07pinctrl: qcom: sc7280: Fix SDC_QDSD_PINGROUP and UFS_RESET offsetsRajendra Nayak1-8/+8
2021-04-07pinctrl: rockchip: fix restore error in resumeWang Panzhenzhuan1-5/+8
2021-04-07pinctrl: microchip-sgpio: Fix wrong register offset for IRQ triggerLars Povlsen1-1/+1
2021-01-18pinctrl: qcom: Don't clear pending interrupts when enablingDouglas Anderson1-24/+50
2021-01-18pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmaskingDouglas Anderson1-4/+10
2021-01-18pinctrl: qcom: No need to read-modify-write the interrupt statusDouglas Anderson1-15/+8
2021-01-18pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0Douglas Anderson2-2/+3
2021-01-06pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang1-0/+4
2021-01-06pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_oneNathan Chancellor1-1/+0
2021-01-04pinctrl: aspeed: g6: Fix PWMG0 pinctrl settingBilly Tsai1-1/+1
2021-01-04pinctrl: ingenic: Rename registers from JZ4760_GPIO_* to JZ4770_GPIO_*Paul Cercueil1-27/+27
2021-01-04pinctrl: ingenic: Fix JZ4760 supportPaul Cercueil1-13/+13
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+6
2020-12-17Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds60-1540/+8759
2020-12-16Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-0/+388
2020-12-15pinctrl: use krealloc_array()Bartosz Golaszewski1-1/+1
2020-12-15pinctrl: nomadik: Use irq_has_action()Thomas Gleixner1-5/+6
2020-12-12pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()Zheng Yongjun1-7/+1
2020-12-12pinctrl: mediatek: simplify the return expression of mtk_pinconf_bias_disable...Zheng Yongjun1-8/+2
2020-12-12pinctrl: pinctrl-microchip-sgpio: Add irq support (for sparx5)Lars Povlsen2-2/+186
2020-12-09pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko1-2/+2
2020-12-08pinctrl: ralink: add a pinctrl driver for the rt2880 familySergio Paracuellos5-0/+388
2020-12-08pinctrl: aspeed: Fix GPIO requests on pass-through banksAndrew Jeffery2-9/+72
2020-12-06pinctrl: qcom: Add sm8250 lpass lpi pinctrl driverSrinivas Kandagatla3-0/+707
2020-12-04pinctrl: qcom-pmic-gpio: Add support for pmx55Vinod Koul1-0/+2
2020-12-04pinctrl: amd: remove debounce filter setting in IRQ type settingCoiby Xu1-7/+0
2020-12-04pinctrl: pinctrl-microchip-sgpio: Mark some symbols with static keywordZou Wei1-3/+3
2020-12-04pinctrl: at91-pio4: Make PINCTRL_AT91PIO4 depend on HAS_IOMEM to fix build errorTiezhu Yang1-0/+1
2020-12-04pinctrl: mtk: Fix low level output voltage issueZhiyong Tao1-4/+4
2020-12-04pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()Yu Kuai1-5/+9
2020-12-04pinctrl: actions: pinctrl-s500: Constify s500_padinfo[]Cristian Ciocaltea1-1/+1
2020-12-02pinctrl: pinctrl-microchip-sgpio: Add OF config dependencyLars Povlsen1-0/+2
2020-12-02pinctrl: pinctrl-microchip-sgpio: Add pinctrl driver for Microsemi Serial GPIOLars Povlsen3-0/+726
2020-12-02Merge tag 'samsung-pinctrl-5.11' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij1-5/+0
2020-12-02Merge tag 'renesas-pinctrl-for-v5.11-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij5-8/+293
2020-11-24pinctrl: at91-pio4: add support for fewer lines on last PIO bankEugen Hristev1-2/+16
2020-11-24Merge tag 'intel-pinctrl-v5.11-1' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij10-236/+1635
2020-11-24pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha...Yangtao Li1-2/+4
2020-11-24pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() wi...Yangtao Li1-2/+1
2020-11-24pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li1-1/+1
2020-11-24pinctrl: qcom: Add sc7280 pinctrl driverRajendra Nayak3-0/+1505