summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| | * | pinctrl: renesas: r8a779h0: Add PCIe pins, groups, functionsCong Dang2024-02-201-0/+18
| | * | pinctrl: renesas: r8a779h0: Add CANFD pins, groups, functionsCong Dang2024-02-201-0/+77
| | * | pinctrl: renesas: r8a779h0: Add PWM/TPU pins, groups, functionsCong Dang2024-02-201-0/+236
| | * | pinctrl: renesas: r8a779h0: Add MSIOF pins, groups, functionsCong Dang2024-02-201-0/+367
| | * | pinctrl: renesas: r8a779h0: Add I2C pins, groups, functionsCong Dang2024-02-201-0/+62
| | * | pinctrl: renesas: r8a779h0: Add HSCIF pins, groups, functionsCong Dang2024-02-201-0/+192
| | * | pinctrl: renesas: r8a779h0: Add SCIF_CLK pins, groups, functionsCong Dang2024-02-201-0/+29
| | * | pinctrl: renesas: r8a779h0: Add SCIF pins, groups, functionsCong Dang2024-02-201-0/+192
| | * | pinctrl: renesas: r8a779h0: Add QSPI pins, groups, functionsCong Dang2024-02-201-0/+58
| | * | pinctrl: renesas: r8a779h0: Add SD/MMC pins, groups, functionsCong Dang2024-02-201-0/+63
| | * | pinctrl: renesas: r8a779h0: Add Ethernet AVB pins, groups, functionsCong Dang2024-02-201-1/+301
| | * | pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC supportCong Dang2024-02-205-0/+2334
| * | | pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig nameKrzysztof Kozlowski2024-02-211-1/+1
| * | | Merge tag 'renesas-pinctrl-for-v6.9-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2024-02-133-53/+272
| |\| |
| | * | pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28Lad Prabhakar2024-01-311-9/+204
| | * | pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macroLad Prabhakar2024-01-311-27/+29
| | * | pinctrl: renesas: rzg2l: Improve code for readabilityLad Prabhakar2024-01-311-19/+25
| | * | pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDsGeert Uytterhoeven2024-01-311-1/+3
| | * | pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/functionGeert Uytterhoeven2024-01-311-0/+14
| | * | pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()Claudiu Beznea2024-01-311-10/+10
| | |/
| * | pinctrl: mcp23s08: Check only GPIOs which have interrupts enabledArturas Moskvinas2024-02-091-4/+11
| * | pinctrl: mediatek: Drop bogus slew rate register range for MT8192Chen-Yu Tsai2024-02-071-1/+0
| * | pinctrl: mediatek: Drop bogus slew rate register range for MT8186Chen-Yu Tsai2024-02-071-1/+0
| * | pinctrl: nuvoton: Constify wpcm450_groupsAndy Shevchenko2024-02-071-1/+1
| * | pinctrl: cs42l43: Use str_high_low()Charles Keepax2024-01-311-1/+1
| * | pinctrl: cs42l43: Remove some needless inlinesCharles Keepax2024-01-311-6/+6
| * | pinctrl: cs42l43: Tidy up header includesCharles Keepax2024-01-311-2/+2
| * | pinctrl: pinctrl-zynqmp: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer2024-01-281-4/+4
| * | pinctrl: mediatek: mt7981: add additional emmc groupsJean Thomas2024-01-281-1/+16
| * | pinctrl: mediatek: mt7981: add additional uart groupJean Thomas2024-01-281-1/+6
| * | pinctrl: mt7986: excise kernel-doc warningsRandy Dunlap2024-01-281-1/+1
| * | pinctrl: st: Return pinctrl_gpio_direction_output to transfer the errorChen Ni2024-01-271-2/+1
| |/
* | Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-3/+3
|\ \
| * | pwm: lpss-*: Make use of devm_pwmchip_alloc() functionUwe Kleine-König2024-02-191-3/+3
| |/
* | pinctrl: don't put the reference to GPIO device in pinctrl_pins_show()Bartosz Golaszewski2024-02-291-1/+1
* | pinctrl: stm32: fix PM support for stm32mp257Antonio Borneo2024-02-131-1/+1
* | pinctrl: amd: Add IRQF_ONESHOT to the interrupt requestMario Limonciello2024-01-311-1/+1
|/
* Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-01-1795-884/+7451
|\
| * pinctrl: samsung: constify iomem pointersKrzysztof Kozlowski2023-12-282-4/+4
| * pinctrl: cy8c95x0: Cache muxed registersPatrick Rudolph2023-12-201-143/+315
| * pinctrl: qcom: lpass-lpi: remove duplicated includeWang Jinchao2023-12-201-1/+0
| * pinctrl: qcom: sm4450: dd SM4450 pinctrl driverTengfei Fan2023-12-203-0/+1023
| * Merge tag 'intel-pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2023-12-1824-279/+888
| |\
| | * pinctrl: intel: Add Intel Meteor Point pin controller and GPIO supportAndy Shevchenko2023-12-153-0/+475
| | * pinctrl: baytrail: Simplify code with cleanup helpersAndy Shevchenko2023-11-241-108/+68
| | * pinctrl: baytrail: Move default strength assignment to a switch-caseAndy Shevchenko2023-11-241-8/+1
| | * pinctrl: baytrail: Factor out byt_gpio_force_input_mode()Andy Shevchenko2023-11-241-21/+21
| | * pinctrl: baytrail: Fix types of config value in byt_pin_config_set()Andy Shevchenko2023-11-241-1/+2
| | * pinctrl: lynxpoint: Simplify code with cleanup helpersAndy Shevchenko2023-11-241-51/+21
| | * pinctrl: tangier: simplify locking using cleanup helpersRaag Jadav2023-11-241-9/+7