summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * pinctrl: intel: Enumerate PWM device when community has a capabilityAndy Shevchenko2022-11-221-0/+29
| * | pinctrl: sunxi: d1: Add CAN bus pinmuxesFabien Poussin2022-11-261-0/+4
| * | pinctrl: loongson2: Fix some const correctnessLinus Walleij2022-11-251-2/+2
| * | pinctrl: pinconf-generic: add missing of_node_put()ZhangPeng2022-11-251-1/+3
| * | pinctrl: k210: call of_node_put()ZhangPeng2022-11-221-1/+3
| * | pinctrl: starfive: Use existing variable gpioGeert Uytterhoeven2022-11-221-2/+2
| * | pinctrl: pinctrl-loongson2: fix Kconfig dependencyRen Zhijie2022-11-211-1/+1
| * | Merge tag 'renesas-pinctrl-for-v6.2-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2022-11-203-9/+7
| |\ \
| | * | pinctrl: renesas: gpio: Use dynamic GPIO base if no function GPIOsGeert Uytterhoeven2022-11-171-5/+5
| | * | pinctrl: renesas: rzg2l: remove unnecessary check from rzg2l_dt_node_to_map()Biju Das2022-11-151-2/+1
| | * | pinctrl: renesas: rzv2m: remove unnecessary check from rzv2m_dt_node_to_map()Biju Das2022-11-151-2/+1
| | |/
| * | Merge tag 'intel-pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2022-11-1811-82/+1004
| |\ \
| | * | pinctrl: intel: Add Intel Moorefield pin controller supportAndy Shevchenko2022-11-083-0/+928
| | * | pinctrl: merrifield: Use temporary variable for struct deviceAndy Shevchenko2022-11-031-8/+7
| | * | pinctrl: intel: Use temporary variable for struct deviceAndy Shevchenko2022-11-031-11/+12
| | * | pinctrl: qcom: lpass-lpi: Add missed bitfield.hAndy Shevchenko2022-11-011-0/+1
| | * | pinctrl: intel: Use str_enable_disable() helperAndy Shevchenko2022-10-261-1/+2
| | * | pinctrl: tigerlake: Deduplicate COMMUNITY macro codeAndy Shevchenko2022-10-261-14/+14
| | * | pinctrl: sunrisepoint: Deduplicate COMMUNITY macro codeAndy Shevchenko2022-10-261-16/+16
| | * | pinctrl: icelake: Deduplicate COMMUNITY macro codeAndy Shevchenko2022-10-261-4/+4
| | * | pinctrl: cannonlake: Deduplicate COMMUNITY macro codeAndy Shevchenko2022-10-261-4/+4
| | * | pinctrl: alderlake: Deduplicate COMMUNITY macro codeAndy Shevchenko2022-10-261-24/+16
| * | | pinctrl: pinctrl-loongson2: add pinctrl driver supportzhanghongchen2022-11-173-0/+323
| * | | pinctrl: Move for_each_maps() to namespace and hide iterator insideAndy Shevchenko2022-11-142-9/+7
| * | | pinctrl: tegra: Separate Tegra194 instancesThierry Reding2022-11-143-148/+173
| * | | pinctrl: freescale: Fix i.MXRT1050 pad namesJesse Taube2022-11-101-293/+253
| * | | pinctrl: mediatek: add pull_type attribute for mediatek MT7986 SoCSam Shih2022-11-101-0/+56
| * | | pinctrl: mediatek: extend pinctrl-moore to support new bias functionsSam Shih2022-11-101-7/+42
| * | | pinctrl: mediatek: fix the pinconf register offset of some pinsSam Shih2022-11-101-12/+12
| * | | pinctrl: nuvoton: wpcm450: Fix handling of inverted MFSEL bitsJonathan Neuschäfer2022-11-101-3/+11
| * | | pinctrl: nuvoton: wpcm450: Refactor MFSEL setting codeJonathan Neuschäfer2022-11-101-6/+12
| * | | pinctrl: nuvoton: wpcm450: Convert irqchip to IRQCHIP_IMMUTABLEJonathan Neuschäfer2022-11-091-5/+11
| * | | pinctrl: freescale: add pad wakeup configShenwei Wang2022-11-081-0/+30
| * | | pinctrl: mediatek: mt8365: use mt8365_set_clr_mode() callbackBalsam CHIHI2022-11-071-0/+18
| * | | pinctrl: mediatek: common: add mt8365_set_clr_mode() callback for broken SET/...Balsam CHIHI2022-11-072-1/+22
| * | | Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2022-10-2668-203/+392
| |\| |
| | * | pinctrl: Clean up headersAndy Shevchenko2022-10-247-17/+63
| | * | pinctrl: intel: Add missing header(s)Andy Shevchenko2022-10-241-2/+4
| | * | pinctrl: merrifield: Add missing header(s)Andy Shevchenko2022-10-241-1/+3
| | * | pinctrl: lynxpoint: Add missing header(s)Andy Shevchenko2022-10-241-2/+4
| | * | pinctrl: cherryview: Add missing header(s)Andy Shevchenko2022-10-241-2/+4
| | * | pinctrl: zynqmp: Add missing header(s)Andy Shevchenko2022-10-241-1/+4
| | * | pinctrl: uniphier: Add missing header(s)Andy Shevchenko2022-10-241-3/+5
| | * | pinctrl: ti-iodelay: Add missing header(s)Andy Shevchenko2022-10-241-3/+5