summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | pinctrl: mediatek: Initialize variable *buf to zeroGuodong Liu2023-01-261-1/+1
| * | pinctrl: mediatek: Initialize variable pullen and pullup to zeroGuodong Liu2023-01-261-1/+1
| * | pinctrl: qcom: Unify accessing to device fwnodeAndy Shevchenko2023-01-265-5/+5
| * | pinctrl: bcm2835: Switch to use ->add_pin_ranges()Andy Shevchenko2023-01-261-4/+4
| * | pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()Andy Shevchenko2023-01-261-2/+0
| * | pinctrl: nomadik: remove duplicate included header filesye xingchen2023-01-161-2/+0
| * | pinctrl: digicolor: Use proper headers and drop OF dependencyAndy Shevchenko2023-01-162-5/+6
| * | pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-161-1/+0
| * | pinctrl: sunplus: sppctl: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-161-1/+0
| * | pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-161-1/+0
| * | pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-163-3/+0
| * | pinctrl: samsung: Do not mention legacy API in the codeAndy Shevchenko2023-01-161-1/+1
| * | pinctrl: ralink: rename variables which point out the pin groupArınç ÜNAL2023-01-165-183/+183
| * | pinctrl: sx150x: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-161-3/+3
| * | pinctrl: pinmux: Drop duplicate error message in pinmux_select()Andy Shevchenko2023-01-101-3/+1
| * | pinctrl: mcp23s08: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-101-2/+3
| * | pinctrl: qcom: msm8226: Add General Purpose clocksLuca Weiss2023-01-101-2/+9
| * | pinctrl: qcom: spmi-gpio: add support for pm8550 & pmr735d gpio controlNeil Armstrong2023-01-091-0/+6
| * | pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groupsMiaoqian Lin2023-01-091-0/+1
| * | pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domainMiaoqian Lin2023-01-091-0/+1
| * | pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pinsAdam Skladowski2023-01-091-4/+4
| * | pinctrl: qcom: Add SM8550 pinctrl driverAbel Vesa2023-01-093-0/+1800
| * | pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driverMelody Olvera2022-12-293-0/+1285
| * | pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPSArnd Bergmann2022-12-291-1/+1
| * | pinctrl: mxs: avoid defines prefixed with CONFIGLukas Bulwahn2022-12-292-6/+6
| * | pinctrl: thunderbay: Drop empty platform remove functionUwe Kleine-König2022-12-291-7/+0
| * | pinctrl: da850-pupd: Drop empty platform remove functionUwe Kleine-König2022-12-291-6/+0
| * | pinctrl: amd: Add Z-state wake control bitsBasavaraj Natikar2022-12-292-0/+8
| |/
* | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-221-2/+12
|\ \
| * | gpio: Get rid of gpio_to_chip()Linus Walleij2023-01-301-2/+12
* | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-204-669/+0
|\ \ \
| * | | pinctrl: remove s3c24xx driverArnd Bergmann2023-01-163-659/+0
| * | | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-10/+0
| | |/ | |/|
* | | pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko2023-02-071-3/+13
* | | pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data groupKrzysztof Kozlowski2023-02-061-1/+1
* | | pinctrl: aspeed: Revert "Force to disable the function's signal"Joel Stanley2023-01-301-1/+10
* | | pinctrl: single: fix potential NULL dereferenceMaxim Korotkov2023-01-271-0/+2
* | | pinctrl: amd: Fix debug output for debounce timeMario Limonciello2023-01-271-0/+1
* | | pinctrl: aspeed: Fix confusing types in return valueJoel Stanley2023-01-271-1/+1
* | | pinctrl: mediatek: Fix the drive register definition of some PinsGuodong Liu2023-01-261-2/+2
| |/ |/|
* | pinctrl: rockchip: fix mux route data for rk3568Jonas Karlman2023-01-171-10/+10
* | pinctrl: rockchip: fix reading pull type on rk3568Jonas Karlman2023-01-161-1/+10
* | pinctrl: nomadik: Add missing header(s)Andy Shevchenko2023-01-048-31/+54
* | pinctrl: sp7021: fix unused function warningArnd Bergmann2022-12-291-5/+2
|/
* Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-12-1396-887/+3954
|\
| * pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions()Gaosheng Cui2022-12-061-2/+6
| * pinctrl: stm32: Remove check for pins-are-numberedBernhard Rosenkränzer2022-12-031-5/+0
| * pinctrl: mediatek: common: Remove check for pins-are-numberedBernhard Rosenkränzer2022-12-031-6/+0
| * pinctrl: qcom: remove duplicate included header filesye xingchen2022-11-283-3/+0
| * Merge tag 'intel-pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2022-11-281-0/+29
| |\