aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-26ARM: at91: pm: Move prototypes to mutually included headerLee Jones1-0/+2
2021-03-25pinctrl: intel: check REVID register value for device presenceRoger Pau Monne1-1/+6
2021-03-25pinctrl: intel: No need to disable IRQs in the handlerAndy Shevchenko1-3/+2
2021-03-25pinctrl: qcom: fix unintentional string concatenationArnd Bergmann1-1/+1
2021-03-25pinctrl: PINCTRL_ROCKCHIP should depend on ARCH_ROCKCHIPGeert Uytterhoeven1-0/+1
2021-03-25pinctrl: add lock in mtk_rmw function.Zhiyong Tao4-0/+10
2021-03-25Merge tag 'renesas-pinctrl-for-v5.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij4-4/+124
2021-03-25pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa1-20/+35
2021-03-25pinctrl: pinctrl-single: remove unused parameterHanna Hawa1-6/+2
2021-03-25pinctrl: pinctrl-single: remove unused variableHanna Hawa1-2/+0
2021-03-24pinctrl: renesas: r8a7791: Add bias pinconf supportGeert Uytterhoeven1-16/+371
2021-03-24pinctrl: renesas: Add support for R-Car SoCs with pull-down only pinsGeert Uytterhoeven2-19/+34
2021-03-24pinctrl: renesas: Add PORT_GP_CFG_7 macrosGeert Uytterhoeven1-2/+6
2021-03-24pinctrl: renesas: Factor out common R-Mobile bias handlingGeert Uytterhoeven5-126/+59
2021-03-24pinctrl: renesas: Move R-Car bias helpers to sh_pfc.hGeert Uytterhoeven13-15/+7
2021-03-24pinctrl: renesas: Make sh_pfc_pin_to_bias_reg() staticGeert Uytterhoeven3-26/+22
2021-03-15pinctrl: qcom: sc8180x: add ACPI probe supportShawn Guo2-3/+122
2021-03-15pinctrl: qcom: sm8350: add GPIO wakeup interrupt mapLina Iyer1-0/+21
2021-03-15pinctrl: core: Set ret to 0 when group is skippedMichal Simek1-0/+2
2021-03-15pinctrl: ti: fix error return code of ti_iodelay_probe()Jia-Ju Bai1-1/+2
2021-03-15pinctrl: rockchip: make driver be tristate moduleJianqun Xu2-1/+14
2021-03-15arm64: remove select PINCTRL_ROCKCHIP from ARCH_ROCKCHIPJianqun Xu1-0/+4
2021-03-15pinctrl: core: Handling pinmux and pinconf separatelyMichal Simek1-1/+22
2021-03-15pinctrl: qcom: spmi-gpio: Add support for PM8350 and friendsVinod Koul1-0/+6
2021-03-11Merge tag 'intel-pinctrl-v5.12-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixesLinus Walleij1-0/+2
2021-03-11pinctrl: qcom: sc7280: Fix SDC1_RCLK configurationsRajendra Nayak1-1/+1
2021-03-11pinctrl: qcom: sc7280: Fix SDC_QDSD_PINGROUP and UFS_RESET offsetsRajendra Nayak1-8/+8
2021-03-11pinctrl: qcom: lpass lpi: use default pullup/strength valuesJonathan Marek1-1/+1
2021-03-10pinctrl: pinmux: Add pinmux-select debugfs fileDrew Fustini1-0/+102
2021-03-10pinctrl: use to octal permissions for debugfs filesDrew Fustini3-10/+10
2021-03-10pinctrl: rockchip: fix restore error in resumeWang Panzhenzhuan1-5/+8
2021-03-10pinctrl: microchip-sgpio: Fix wrong register offset for IRQ triggerLars Povlsen1-1/+1
2021-03-10pinctrl: ingenic: add missing call to of_node_put()Yang Li1-1/+3
2021-03-10pinctrl: rockchip: clear int status when driver probedJianqun Xu1-0/+1
2021-03-10pinctrl: qcom: sc7280: Add GPIO wakeup interrupt mapMaulik Shah1-0/+24
2021-03-10pinctrl: stm32: add missing of_node_putJunlin Yang1-1/+4
2021-03-10pinctrl: armada-cp110 - fix MPP54/MPP55 functionsKonstantin Porotchkin1-2/+2
2021-03-10pinctrl: equilibrium: add missing of_node_putJunlin Yang1-3/+13
2021-03-10pinctrl: renesas: r8a77965: Add vin4_g8 and vin5_high8 pinsNiklas Söderlund1-1/+33
2021-03-10pinctrl: renesas: r8a77990: Add vin4_g8 and vin5_high8 pinsNiklas Söderlund1-1/+33
2021-03-10pinctrl: renesas: r8a7796: Add vin4_g8 and vin5_high8 pinsNiklas Söderlund1-1/+29
2021-03-10pinctrl: renesas: r8a77951: Add vin4_g8 and vin5_high8 pinsNiklas Söderlund1-1/+29
2021-03-08pinctrl: intel: Show the GPIO base calculation explicitlyAndy Shevchenko1-0/+2
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-0/+999
2021-02-22Merge tag 'pinctrl-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds66-13152/+8765
2021-02-18pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal3-0/+999
2021-02-15gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu1-0/+23
2021-02-15pinctrl: mediatek: Fix trigger type setting follow for unexpected interruptHailong Fan1-2/+11
2021-02-12pinctrl: nuvoton: npcm7xx: Fix alignment of table header commentJonathan Neuschäfer1-1/+1
2021-02-12pinctrl: at91-pio4: fix "Prefer 'unsigned int' to bare use of 'unsigned'"Claudiu Beznea1-53/+57