summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2023-03-29pinctrl: mcp23s08: Rename and change function that wraps regmap_update_bits()Uwe Kleine-König1-6/+5
2023-03-29Merge branch 'ib-qcom-quad-spi' into develLinus Walleij1-5/+31
2023-03-29pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLEDouglas Anderson1-5/+31
2023-03-28pinctrl: amd: Disable and mask interrupts on resumeKornel Dulęba1-16/+20
2023-03-28pinctrl: s32cc: Use generic struct data to describe pin functionChester Lin2-20/+12
2023-03-28pinctrl: s32cc: embed generic struct pingroupChester Lin2-36/+33
2023-03-28pinctrl: s32cc: refactor pin config parsingChester Lin1-19/+33
2023-03-28pinctrl: s32: refine error/return/config checks and simplify driver codesChester Lin2-69/+76
2023-03-28Merge tag 'renesas-pinctrl-for-v6.4-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij9-6513/+565
2023-03-23pinctrl: Use of_property_present() for testing DT property presenceRob Herring5-15/+15
2023-03-20pinctrl: mlxbf3: Add pinctrl driver supportAsmaa Mnebhi3-0/+334
2023-03-20pinctrl: qcom: Add IPQ9574 pinctrl driverDevi Priya3-0/+838
2023-03-19pinctrl: qcom: Add SM7150 pinctrl driverDanila Tikhonov3-0/+1291
2023-03-19pinctrl: mediatek: remove OF_GPIO as reverse dependencyArınç ÜNAL1-3/+0
2023-03-19pinctrl: ralink: move to mediatek as mtmipsArınç ÜNAL14-241/+246
2023-03-19pinctrl: ralink: mt7620: split out to mt76x8Arınç ÜNAL4-256/+290
2023-03-19pinctrl: ralink: rt305x: add new compatible string for every SoCArınç ÜNAL1-0/+2
2023-03-19pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible stringArınç ÜNAL5-0/+5
2023-03-16pinctrl: renesas: Drop support for Renesas-specific propertiesGeert Uytterhoeven1-26/+5
2023-03-13pinctrl: qcom: sm8550-lpass-lpi: allow GPIO functionKrzysztof Kozlowski1-0/+8
2023-03-13pinctrl: qcom: lpass-lpi: allow glitch-free output GPIOKrzysztof Kozlowski1-0/+28
2023-03-13pinctrl: qcom: lpass-lpi: use consistent name for "group" variableKrzysztof Kozlowski1-2/+2
2023-03-13pinctrl: qcom: lpass-lpi: set output value before enabling outputKrzysztof Kozlowski1-5/+9
2023-03-13pinctrl: qcom: msm8998: Add MPM pin mappingsKonrad Dybcio1-0/+14
2023-03-13pinctrl: at91: Remove pioc_index from struct at91_gpio_chipMark Brown1-3/+0
2023-03-13pinctrl: at91: Make the irqchip immutableMark Brown1-1/+24
2023-03-13pinctrl: s32cc: fix !CONFIG_PM_SLEEP build errorArnd Bergmann3-8/+5
2023-03-13pinctrl: sx150x: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-10pinctrl: renesas: Remove R-Car H3 ES1.* handlingWolfram Sang5-5992/+3
2023-03-10pinctrl: renesas: r8a779g0: Fix ERROROUTC function namesGeert Uytterhoeven1-251/+251
2023-03-10pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functionsGeert Uytterhoeven1-122/+49
2023-03-10pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functionsGeert Uytterhoeven1-188/+279
2023-03-09pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam1-2/+1
2023-03-07pinctrl: freescale: remove generic pin config core supportRasmus Villemoes3-100/+6
2023-03-07pinctrl: at91-pio4: use proper format specifier for unsigned intClaudiu Beznea1-1/+1
2023-03-07pinctrl: at91-pio4: use dev_err_probe()Claudiu Beznea1-12/+7
2023-03-07pinctrl: at91-pio4: use device_get_match_data()Claudiu Beznea1-5/+3
2023-03-07pinctrl: at91-pio4: use devm_clk_get_enabled()Claudiu Beznea1-13/+4
2023-03-06pinctrl: stm32: use dynamic allocation of GPIO baseDario Binacchi1-1/+1
2023-03-06pinctrl: ocelot: Fix alt mode for ocelotHoratiu Vultur1-1/+1
2023-03-06pinctrl: at91-pio4: fix domain name assignmentJohan Hovold1-1/+0
2023-03-06pinctrl: add NXP S32 SoC family supportChester Lin7-0/+1814
2023-03-06pinctrl: mediatek: fix naming inconsistencyArınç ÜNAL1-21/+21
2023-03-06pinctrl: mediatek: add missing options to PINCTRL_MT7981Arınç ÜNAL1-0/+2
2023-03-06pinctrl: at91: Utilise temporary variable for struct deviceAndy Shevchenko1-34/+26
2023-03-06pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko1-43/+21
2023-03-06pinctrl: at91: Use of_device_get_match_data()Andy Shevchenko1-4/+2
2023-03-06pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko1-10/+2
2023-03-06pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Andy Shevchenko1-6/+17
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-1/+0