summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2814-14/+0
|\
| * pinctrl: renesas: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-135-5/+0
| * pinctrl: mediatek: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-133-3/+0
| * pinctrl: amd: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * pinctrl: bcm: ns: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * pinctrl: actions: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-133-3/+0
* | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-261-1/+0
|\ \
| * | gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-1/+0
| |/
* | Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-251-5/+31
|\ \
| * | pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLEDouglas Anderson2023-03-291-5/+31
| |/
* | Revert "pinctrl: amd: Disable and mask interrupts on resume"Kornel Dulęba2023-04-111-20/+16
* | pinctrl: amd: Disable and mask interrupts on resumeKornel Dulęba2023-03-281-16/+20
* | pinctrl: stm32: use dynamic allocation of GPIO baseDario Binacchi2023-03-061-1/+1
* | pinctrl: ocelot: Fix alt mode for ocelotHoratiu Vultur2023-03-061-1/+1
* | pinctrl: at91-pio4: fix domain name assignmentJohan Hovold2023-03-061-1/+0
* | pinctrl: mediatek: fix naming inconsistencyArınç ÜNAL2023-03-061-21/+21
* | pinctrl: mediatek: add missing options to PINCTRL_MT7981Arınç ÜNAL2023-03-061-0/+2
|/
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-091-1/+1
* | Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-02-2277-651/+9290
|\ \
| * | pinctrl: qcom: Add support for i2c specific pull featureAbel Vesa2023-02-103-0/+9
| * | pinctrl: starfive: Add StarFive JH7110 aon controller driverJianlong Huang2023-02-103-0/+190
| * | pinctrl: starfive: Add StarFive JH7110 sys controller driverJianlong Huang2023-02-105-0/+1525
| * | pinctrl: add mt7981 pinctrl driverDaniel Golle2023-02-073-0/+1054
| * | pinctrl: qcom: Introduce IPQ5332 TLMM driverKathiravan T2023-02-073-0/+872
| * | pinctrl: qcom: pinctrl-sm8550-lpass-lpi: add SM8550 LPASSKrzysztof Kozlowski2023-02-063-0/+252
| * | pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2023-02-062-3/+3
| * | pinctrl: qcom: add the tlmm driver sa8775p platformsYadu MG2023-02-013-0/+1547
| * | Merge tag 'intel-pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2023-01-3022-315/+177
| |\ \
| | * | pinctrl: intel: Get rid of unused members in struct intel_functionAndy Shevchenko2022-12-301-9/+0
| | * | pinctrl: moorefield: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-3/+3
| | * | pinctrl: merrifield: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-3/+3
| | * | pinctrl: lynxpoint: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-4/+4
| | * | pinctrl: cherryview: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-3/+3
| | * | pinctrl: baytrail: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-5/+5
| | * | pinctrl: intel: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko2022-12-302-8/+11
| | * | pinctrl: intel: Define maximum pad number in the groupAndy Shevchenko2022-12-282-4/+6
| | * | pinctrl: intel: Use same order of bit fields for PADCFG2Andy Shevchenko2022-12-281-1/+1
| | * | pinctrl: intel: Add ~4k bias supportAndy Shevchenko2022-12-281-0/+12
| | * | pinctrl: intel: Add definitions to all possible biasesAndy Shevchenko2022-12-281-0/+3
| | * | pinctrl: intel: Deduplicate some code in intel_config_set_pull()Andy Shevchenko2022-12-281-15/+8
| | * | pinctrl: intel: Add default case to intel_config_set_pull()Andy Shevchenko2022-12-271-0/+4
| | * | pinctrl: intel: Convert to generic_handle_domain_irq()Andy Shevchenko2022-12-271-7/+2
| | * | pinctrl: intel: Always use gpp_num_padown_regs in the main driverAndy Shevchenko2022-12-272-14/+8
| | * | pinctrl: sunrisepoint: Replace SPT_COMMUNITY() by INTEL_COMMUNITY_*()Andy Shevchenko2022-12-271-24/+13
| | * | pinctrl: tigerlake: Replace TGL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko2022-12-271-20/+10
| | * | pinctrl: meteorlake: Replace MTL_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko2022-12-271-17/+6
| | * | pinctrl: lewisburg: Replace LBG_COMMUNITY() by INTEL_COMMUNITY_SIZE()Andy Shevchenko2022-12-271-11/+1
| | * | pinctrl: lakefield: Replace LKF_COMMUNITY() by INTEL_COMMUNITY_GPPS()Andy Shevchenko2022-12-271-12/+1