summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'pef2256-framer' into develLinus Walleij2023-12-123-0/+374
| |\ \ \
| * | | | pinctrl: core: Remove unused members from struct group_descAndy Shevchenko2023-12-122-18/+0
| * | | | pinctrl: starfive: Convert to use grp memberAndy Shevchenko2023-12-122-8/+8
| * | | | pinctrl: renesas: Convert to use grp memberAndy Shevchenko2023-12-124-10/+10
| * | | | pinctrl: mediatek: Convert to use grp memberAndy Shevchenko2023-12-123-13/+8
| * | | | pinctrl: keembay: Convert to use grp memberAndy Shevchenko2023-12-121-1/+1
| * | | | pinctrl: ingenic: Convert to use grp memberAndy Shevchenko2023-12-121-15/+11
| * | | | pinctrl: imx: Convert to use grp memberAndy Shevchenko2023-12-121-17/+14
| * | | | pinctrl: equilibrium: Convert to use grp memberAndy Shevchenko2023-12-121-2/+2
| * | | | pinctrl: bcm: Convert to use grp memberAndy Shevchenko2023-12-121-2/+2
| * | | | pinctrl: core: Embed struct pingroup into struct group_descAndy Shevchenko2023-12-122-3/+17
| * | | | pinctrl: ingenic: Use C99 initializers in PINCTRL_PIN_GROUP()Andy Shevchenko2023-12-121-8/+13
| * | | | pinctrl: mediatek: Use C99 initializers in PINCTRL_PIN_GROUP()Andy Shevchenko2023-12-122-12/+12
| * | | | pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()Andy Shevchenko2023-12-122-4/+10
| * | | | Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' of git://git.kerne...Linus Walleij2023-12-124-13/+23
| |\ \ \ \
| * | | | | pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2023-12-071-5/+4
| * | | | | pinctrl: keembay: Convert to use struct pingroupAndy Shevchenko2023-12-071-2/+2
| * | | | | pinctrl: equilibrium: Convert to use struct pingroupAndy Shevchenko2023-12-071-13/+13
| * | | | | pinctrl: core: Make pins const unsigned int pointer in struct group_descAndy Shevchenko2023-12-072-3/+3
| * | | | | pinctrl: renesas: Mark local variable with const in ->set_mux()Andy Shevchenko2023-12-072-2/+2
| * | | | | pinctrl: pinctrl-single: add ti,j7200-padconf compatibleThomas Richard2023-12-041-0/+5
| * | | | | pinctrl: qcom: fail to retrieve configuration from invalid pin groupsRichard Acayan2023-12-041-0/+4
| * | | | | pinctrl: mediatek: Switch to use no-IRQ PM helpersAndy Shevchenko2023-12-0414-18/+16
| * | | | | pinctrl: Convert unsigned to unsigned intAndy Shevchenko2023-12-0410-95/+95
| * | | | | pinctrl: imx: Use temporary variable to hold pinsAndy Shevchenko2023-12-011-8/+9
| * | | | | pinctrl: equilibrium: Use temporary variable to hold pinsAndy Shevchenko2023-12-011-7/+6
| * | | | | pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()Andy Shevchenko2023-12-011-3/+4
| * | | | | pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroupAndy Shevchenko2023-12-019-163/+0
| * | | | | pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being usedAndy Shevchenko2023-12-011-1/+1
| * | | | | Merge tag 'renesas-pinctrl-for-v6.8-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2023-12-011-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | pinctrl: renesas: rzg2l: Enhance driver to support interrupt affinity settingLad Prabhakar2023-11-271-0/+1
| | | |_|/ | | |/| |
| * | | | pinctrl: don't include GPIOLIB private headerBartosz Golaszewski2023-11-251-4/+1
| * | | | pinctrl: stop using gpiod_to_chip()Bartosz Golaszewski2023-11-251-6/+7
| * | | | pinctrl: as3722: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-11-241-15/+2
| * | | | pinctrl: qcom: Add X1E80100 pinctrl driverRajendra Nayak2023-11-243-0/+1887
| * | | | pinctrl: npcm7xx: prevent glitch when setting the GPIO to output highTomer Maimon2023-11-241-1/+1
| * | | | pinctrl: stm32: return errors from stm32_gpio_direction_output()Sergey Shtylyov2023-11-241-2/+1
| * | | | pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOsEsteban Blanc2023-11-143-0/+390
| * | | | pinctrl: qcom: lpass-lpi: allow slew rate bit in main pin config registerKrzysztof Kozlowski2023-11-142-6/+21
| * | | | pinctrl: qcom: lpass-lpi: split slew rate set to separate functionKrzysztof Kozlowski2023-11-141-20/+33
| * | | | pinctrl: qcom: Introduce the SM8650 Top Level Mode Multiplexer driverNeil Armstrong2023-11-133-0/+1771
| * | | | pinctrl: qcom: handle intr_target_reg wakeup_present/enable bitsNeil Armstrong2023-11-132-0/+47
| * | | | pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASSKrzysztof Kozlowski2023-11-133-0/+266
| * | | | pinctrl: tegra: Display pin function in pinconf-groupsThierry Reding2023-11-131-0/+8
| |/ / /
* | | | Merge tag 'gpio-updates-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-124-13/+23
|\ \ \ \
| * \ \ \ Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski2023-12-2711-16/+59
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | pinctrl: sppctl: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-5/+5
| * | | | pinctrl: baytrail: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-5/+6
| * | | | pinctrl: nomadik: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-1/+5
| * | | | pinctrl: abx500: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-2/+7
| | |/ / | |/| |