aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-14/+0
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-25Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-5/+31
2023-04-13pinctrl: renesas: remove MODULE_LICENSE in non-modulesNick Alcock5-5/+0
2023-04-13pinctrl: mediatek: remove MODULE_LICENSE in non-modulesNick Alcock3-3/+0
2023-04-13pinctrl: amd: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: bcm: ns: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13pinctrl: actions: remove MODULE_LICENSE in non-modulesNick Alcock3-3/+0
2023-04-11Revert "pinctrl: amd: Disable and mask interrupts on resume"Kornel Dulęba1-20/+16
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-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: mediatek: fix naming inconsistencyArınç ÜNAL1-21/+21
2023-03-06pinctrl: mediatek: add missing options to PINCTRL_MT7981Arınç ÜNAL1-0/+2
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-1/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds77-651/+9290
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+12
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-669/+0
2023-02-10pinctrl: qcom: Add support for i2c specific pull featureAbel Vesa3-0/+9
2023-02-10pinctrl: starfive: Add StarFive JH7110 aon controller driverJianlong Huang3-0/+190
2023-02-10pinctrl: starfive: Add StarFive JH7110 sys controller driverJianlong Huang5-0/+1525
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-07pinctrl: add mt7981 pinctrl driverDaniel Golle3-0/+1054
2023-02-07pinctrl: qcom: Introduce IPQ5332 TLMM driverKathiravan T3-0/+872
2023-02-07pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko1-3/+13
2023-02-06pinctrl: qcom: pinctrl-sm8550-lpass-lpi: add SM8550 LPASSKrzysztof Kozlowski3-0/+252
2023-02-06pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data groupKrzysztof Kozlowski1-1/+1
2023-02-06pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2-3/+3
2023-02-01pinctrl: qcom: add the tlmm driver sa8775p platformsYadu MG3-0/+1547
2023-01-30pinctrl: aspeed: Revert "Force to disable the function's signal"Joel Stanley1-1/+10
2023-01-30Merge tag 'intel-pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij22-315/+177
2023-01-30Merge tag 'renesas-pinctrl-for-v6.3-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij3-64/+317
2023-01-30gpio: Get rid of gpio_to_chip()Linus Walleij1-2/+12
2023-01-27pinctrl: at91: fix deferred probing supportRob Herring1-23/+13
2023-01-27pinctrl: single: fix potential NULL dereferenceMaxim Korotkov1-0/+2
2023-01-27pinctrl: amd: Fix debug output for debounce timeMario Limonciello1-0/+1
2023-01-27pinctrl: aspeed: Fix confusing types in return valueJoel Stanley1-1/+1
2023-01-27pinctrl: at91: Tag suspend/resume __maybe_unusedLinus Walleij1-2/+2
2023-01-26pinctrl: renesas: r8a77950: Add VIN[45] pins, groups, and functionsGeert Uytterhoeven1-0/+244
2023-01-26pinctrl: renesas: rzg2l: Add BUILD_BUG_ON() checksLad Prabhakar1-1/+7
2023-01-26pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interruptsLad Prabhakar1-7/+10
2023-01-26pinctrl: renesas: r8a779g0: Fix alignment in GPSR[678]_* macrosGeert Uytterhoeven1-56/+56
2023-01-26pinctrl: mediatek: Fix the drive register definition of some PinsGuodong Liu1-2/+2
2023-01-26pinctrl: mediatek: Initialize variable *buf to zeroGuodong Liu1-1/+1
2023-01-26pinctrl: mediatek: Initialize variable pullen and pullup to zeroGuodong Liu1-1/+1
2023-01-26pinctrl: qcom: Unify accessing to device fwnodeAndy Shevchenko5-5/+5
2023-01-26pinctrl: bcm2835: Switch to use ->add_pin_ranges()Andy Shevchenko1-4/+4
2023-01-26pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()Andy Shevchenko1-2/+0
2023-01-17pinctrl: rockchip: fix mux route data for rk3568Jonas Karlman1-10/+10
2023-01-16pinctrl: nomadik: remove duplicate included header filesye xingchen1-2/+0
2023-01-16pinctrl: digicolor: Use proper headers and drop OF dependencyAndy Shevchenko2-5/+6
2023-01-16pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-16pinctrl: sunplus: sppctl: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-16pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-16pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko3-3/+0
2023-01-16pinctrl: samsung: Do not mention legacy API in the codeAndy Shevchenko1-1/+1
2023-01-16pinctrl: ralink: rename variables which point out the pin groupArınç ÜNAL5-183/+183
2023-01-16pinctrl: rockchip: fix reading pull type on rk3568Jonas Karlman1-1/+10
2023-01-16pinctrl: sx150x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-01-16pinctrl: remove s3c24xx driverArnd Bergmann3-659/+0
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann1-10/+0
2023-01-10pinctrl: pinmux: Drop duplicate error message in pinmux_select()Andy Shevchenko1-3/+1
2023-01-10pinctrl: mcp23s08: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2023-01-10pinctrl: qcom: msm8226: Add General Purpose clocksLuca Weiss1-2/+9
2023-01-09pinctrl: qcom: spmi-gpio: add support for pm8550 & pmr735d gpio controlNeil Armstrong1-0/+6
2023-01-09pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groupsMiaoqian Lin1-0/+1
2023-01-09pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domainMiaoqian Lin1-0/+1
2023-01-09pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pinsAdam Skladowski1-4/+4
2023-01-09pinctrl: qcom: Add SM8550 pinctrl driverAbel Vesa3-0/+1800
2023-01-04pinctrl: nomadik: Add missing header(s)Andy Shevchenko8-31/+54
2022-12-30pinctrl: intel: Get rid of unused members in struct intel_functionAndy Shevchenko1-9/+0
2022-12-30pinctrl: moorefield: Convert to use new memeber in struct intel_functionAndy Shevchenko1-3/+3
2022-12-30pinctrl: merrifield: Convert to use new memeber in struct intel_functionAndy Shevchenko1-3/+3
2022-12-30pinctrl: lynxpoint: Convert to use new memeber in struct intel_functionAndy Shevchenko1-4/+4
2022-12-30pinctrl: cherryview: Convert to use new memeber in struct intel_functionAndy Shevchenko1-3/+3
2022-12-30pinctrl: baytrail: Convert to use new memeber in struct intel_functionAndy Shevchenko1-5/+5
2022-12-30pinctrl: intel: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko2-8/+11
2022-12-29pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driverMelody Olvera3-0/+1285
2022-12-29pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPSArnd Bergmann1-1/+1
2022-12-29pinctrl: sp7021: fix unused function warningArnd Bergmann1-5/+2
2022-12-29pinctrl: mxs: avoid defines prefixed with CONFIGLukas Bulwahn2-6/+6
2022-12-29pinctrl: thunderbay: Drop empty platform remove functionUwe Kleine-König1-7/+0
2022-12-29pinctrl: da850-pupd: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-29pinctrl: amd: Add Z-state wake control bitsBasavaraj Natikar2-0/+8
2022-12-28pinctrl: intel: Define maximum pad number in the groupAndy Shevchenko2-4/+6
2022-12-28pinctrl: intel: Use same order of bit fields for PADCFG2Andy Shevchenko1-1/+1
2022-12-28pinctrl: intel: Add ~4k bias supportAndy Shevchenko1-0/+12
2022-12-28pinctrl: intel: Add definitions to all possible biasesAndy Shevchenko1-0/+3
2022-12-28pinctrl: intel: Deduplicate some code in intel_config_set_pull()Andy Shevchenko1-15/+8
2022-12-27pinctrl: intel: Add default case to intel_config_set_pull()Andy Shevchenko1-0/+4
2022-12-27pinctrl: intel: Convert to generic_handle_domain_irq()Andy Shevchenko1-7/+2
2022-12-27pinctrl: intel: Always use gpp_num_padown_regs in the main driverAndy Shevchenko2-14/+8
2022-12-27pinctrl: sunrisepoint: Replace SPT_COMMUNITY() by INTEL_COMMUNITY_*()Andy Shevchenko1-24/+13
2022-12-27pinctrl: tigerlake: Replace TGL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-20/+10
2022-12-27pinctrl: meteorlake: Replace MTL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-17/+6
2022-12-27pinctrl: lewisburg: Replace LBG_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko1-11/+1
2022-12-27pinctrl: lakefield: Replace LKF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-12/+1
2022-12-27pinctrl: jasperlake: Replace JSL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-12/+1
2022-12-27pinctrl: icelake: Replace ICL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-22/+13
2022-12-27pinctrl: geminilake: Replace GLK_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko1-15/+6
2022-12-27pinctrl: emmitsburg: Replace EBG_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-12/+1
2022-12-27pinctrl: elkhartlake: Replace EHL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-17/+7
2022-12-27pinctrl: denverton: Replace DNV_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-12/+1
2022-12-27pinctrl: cedarfork: Replace CDF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-12/+1
2022-12-27pinctrl: cannonlake: Replace CNL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-20/+11
2022-12-27pinctrl: broxton: Replace BXT_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko1-20/+11
2022-12-27pinctrl: alderlake: Replace ADL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko1-16/+2
2022-12-27pinctrl: intel: Introduce INTEL_COMMUNITY_*() to unify community macrosAndy Shevchenko1-0/+22
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds96-887/+3954
2022-12-06pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions()Gaosheng Cui1-2/+6
2022-12-03pinctrl: stm32: Remove check for pins-are-numberedBernhard Rosenkränzer1-5/+0
2022-12-03pinctrl: mediatek: common: Remove check for pins-are-numberedBernhard Rosenkränzer1-6/+0
2022-11-28pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko1-1/+26
2022-11-28pinctrl: qcom: remove duplicate included header filesye xingchen3-3/+0
2022-11-28Merge tag 'intel-pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij1-0/+29
2022-11-26pinctrl: sunxi: d1: Add CAN bus pinmuxesFabien Poussin1-0/+4
2022-11-25pinctrl: loongson2: Fix some const correctnessLinus Walleij1-2/+2
2022-11-25pinctrl: pinconf-generic: add missing of_node_put()ZhangPeng1-1/+3
2022-11-22pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda1-3/+6
2022-11-22pinctrl: intel: Enumerate PWM device when community has a capabilityAndy Shevchenko1-0/+29
2022-11-22pinctrl: k210: call of_node_put()ZhangPeng1-1/+3
2022-11-22pinctrl: starfive: Use existing variable gpioGeert Uytterhoeven1-2/+2
2022-11-21pinctrl: single: Fix potential division by zeroMaxim Korotkov1-1/+1
2022-11-21pinctrl: pinctrl-loongson2: fix Kconfig dependencyRen Zhijie1-1/+1
2022-11-20Merge tag 'renesas-pinctrl-for-v6.2-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij3-9/+7
2022-11-18Merge tag 'intel-pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij11-82/+1004
2022-11-17pinctrl: renesas: gpio: Use dynamic GPIO base if no function GPIOsGeert Uytterhoeven1-5/+5
2022-11-17pinctrl: pinctrl-loongson2: add pinctrl driver supportzhanghongchen3-0/+323
2022-11-15pinctrl: renesas: rzg2l: remove unnecessary check from rzg2l_dt_node_to_map()Biju Das1-2/+1
2022-11-15pinctrl: renesas: rzv2m: remove unnecessary check from rzv2m_dt_node_to_map()Biju Das1-2/+1
2022-11-15pinctrl: mediatek: Export debounce time tablesLinus Walleij1-0/+3
2022-11-14pinctrl: mediatek: Fix EINT pins input debounce time configurationAngeloGioacchino Del Regno22-5/+53
2022-11-14pinctrl: Move for_each_maps() to namespace and hide iterator insideAndy Shevchenko2-9/+7
2022-11-14pinctrl: tegra: Separate Tegra194 instancesThierry Reding3-148/+173
2022-11-10pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng1-0/+2
2022-11-10pinctrl: freescale: Fix i.MXRT1050 pad namesJesse Taube1-293/+253
2022-11-10pinctrl: mediatek: add pull_type attribute for mediatek MT7986 SoCSam Shih1-0/+56
2022-11-10pinctrl: mediatek: extend pinctrl-moore to support new bias functionsSam Shih1-7/+42
2022-11-10pinctrl: mediatek: fix the pinconf register offset of some pinsSam Shih1-12/+12
2022-11-10pinctrl: nuvoton: wpcm450: Fix handling of inverted MFSEL bitsJonathan Neuschäfer1-3/+11
2022-11-10pinctrl: nuvoton: wpcm450: Refactor MFSEL setting codeJonathan Neuschäfer1-6/+12
2022-11-09pinctrl: mediatek: common-v2: Fix bias-disable for PULL_PU_PD_RSEL_TYPEAngeloGioacchino Del Regno1-0/+3
2022-11-09pinctrl: nuvoton: wpcm450: Convert irqchip to IRQCHIP_IMMUTABLEJonathan Neuschäfer1-5/+11
2022-11-08pinctrl: intel: Add Intel Moorefield pin controller supportAndy Shevchenko3-0/+928
2022-11-08pinctrl: qcom: sc8280xp: Rectify UFS reset pinsAnjana Hari1-2/+2
2022-11-08pinctrl: freescale: add pad wakeup configShenwei Wang1-0/+30
2022-11-07pinctrl: mediatek: mt8365: use mt8365_set_clr_mode() callbackBalsam CHIHI1-0/+18
2022-11-07pinctrl: mediatek: common: add mt8365_set_clr_mode() callback for broken SET/...Balsam CHIHI2-1/+22
2022-11-07pinctrl: rockchip: list all pins in a possible mux route for PX30Quentin Schulz1-0/+40
2022-11-03pinctrl: merrifield: Use temporary variable for struct deviceAndy Shevchenko1-8/+7
2022-11-03pinctrl: intel: Use temporary variable for struct deviceAndy Shevchenko1-11/+12
2022-11-01pinctrl: qcom: lpass-lpi: Add missed bitfield.hAndy Shevchenko1-0/+1
2022-10-26pinctrl: intel: Use str_enable_disable() helperAndy Shevchenko1-1/+2
2022-10-26pinctrl: tigerlake: Deduplicate COMMUNITY macro codeAndy Shevchenko1-14/+14
2022-10-26pinctrl: sunrisepoint: Deduplicate COMMUNITY macro codeAndy Shevchenko1-16/+16
2022-10-26pinctrl: icelake: Deduplicate COMMUNITY macro codeAndy Shevchenko1-4/+4
2022-10-26pinctrl: cannonlake: Deduplicate COMMUNITY macro codeAndy Shevchenko1-4/+4
2022-10-26pinctrl: alderlake: Deduplicate COMMUNITY macro codeAndy Shevchenko1-24/+16
2022-10-26Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij68-203/+392
2022-10-24pinctrl: Clean up headersAndy Shevchenko7-17/+63
2022-10-24pinctrl: intel: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: merrifield: Add missing header(s)Andy Shevchenko1-1/+3
2022-10-24pinctrl: lynxpoint: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: cherryview: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: zynqmp: Add missing header(s)Andy Shevchenko1-1/+4
2022-10-24pinctrl: uniphier: Add missing header(s)Andy Shevchenko1-3/+5
2022-10-24pinctrl: ti-iodelay: Add missing header(s)Andy Shevchenko1-3/+5
2022-10-24pinctrl: tegra: Add missing header(s)Andy Shevchenko2-4/+9
2022-10-24pinctrl: sunxi: Add missing header(s)Andy Shevchenko1-8/+10
2022-10-24pinctrl: stmfx: Add missing header(s)Andy Shevchenko1-0/+2
2022-10-24pinctrl: stm32: Add missing header(s)Andy Shevchenko1-7/+9
2022-10-24pinctrl: starfive: Add missing header(s)Andy Shevchenko1-0/+3
2022-10-24pinctrl: st: Add missing header(s)Andy Shevchenko1-8/+13
2022-10-24pinctrl: sprd: Add missing header(s)Andy Shevchenko1-2/+5
2022-10-24pinctrl: spear: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: single: Add missing header(s)Andy Shevchenko1-3/+3
2022-10-24pinctrl: samsung: Add missing header(s)Andy Shevchenko1-5/+6
2022-10-24pinctrl: renesas: Add missing header(s)Andy Shevchenko4-8/+19
2022-10-24pinctrl: qcom: Add missing header(s)Andy Shevchenko8-35/+60
2022-10-24pinctrl: ocelot: Add missing header(s)Andy Shevchenko1-4/+6
2022-10-24pinctrl: npcm7xx: Add missing header(s)Andy Shevchenko1-4/+7
2022-10-24pinctrl: mvebu: Add missing header(s)Andy Shevchenko1-6/+8
2022-10-24pinctrl: microchip-sgpio: Add missing header(s)Andy Shevchenko1-1/+3
2022-10-24pinctrl: mediatek: Add missing header(s)Andy Shevchenko2-0/+8
2022-10-24pinctrl: lpc18xx: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: lochnagar: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: lantiq: Add missing header(s)Andy Shevchenko3-9/+12
2022-10-24pinctrl: k210: Add missing header(s)Andy Shevchenko1-5/+7
2022-10-24pinctrl: ingenic: Add missing header(s)Andy Shevchenko1-4/+6
2022-10-24pinctrl: imx: Add missing header(s)Andy Shevchenko3-6/+13
2022-10-24pinctrl: gemini: Add missing header(s)Andy Shevchenko1-5/+7
2022-10-24pinctrl: cy8c95x0: Add missing header(s)Andy Shevchenko1-0/+1
2022-10-24pinctrl: cirrus: Add missing header(s)Andy Shevchenko1-2/+3
2022-10-24pinctrl: bm1880: Add missing header(s)Andy Shevchenko1-2/+4
2022-10-24pinctrl: bcm: Add missing header(s)Andy Shevchenko5-19/+31
2022-10-24pinctrl: axp209: Add missing header(s)Andy Shevchenko1-3/+5