summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/nuvoton
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-24pinctrl: ma35: Convert to common field_{get,prep}() helpersGeert Uytterhoeven-6/+0
2025-11-24pinctrl: ma35: #undef field_{get,prep}() before local definitionGeert Uytterhoeven-0/+2
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+11
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski-3/+3
2025-09-24pinctrl: use more common syntax for compound literalsBartosz Golaszewski-3/+3
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij-6/+6
2025-09-08pinctrl: ma35: Use int type to store negative error codesQianfeng Rong-1/+2
2025-08-19pinctrl: wpcm450: use new generic GPIO chip APIBartosz Golaszewski-16/+28
2025-08-19pinctrl: npcm7xx: use new generic GPIO chip APIBartosz Golaszewski-91/+90
2025-08-19pinctrl: npcm8xx: use new generic GPIO chip APIBartosz Golaszewski-76/+78
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-08-02Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+7
2025-07-19pinctrl: ma35: use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-06-18pinctrl: nuvoton: Fix boot on ma35dx platformsMiquel Raynal-2/+8
2025-06-18pinctrl: nuvoton: Constify static 'pinctrl_desc'Krzysztof Kozlowski-3/+3
2025-03-29Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-141/+81
2025-03-20pinctrl: nuvoton: Reduce use of OF-specific APIsAndy Shevchenko-34/+21
2025-03-20pinctrl: nuvoton: Convert to use struct group_descAndy Shevchenko-37/+33
2025-03-20pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko-35/+17
2025-03-20pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko-28/+4
2025-03-20pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignmentAndy Shevchenko-2/+4
2025-02-28pinctrl: wpcm450: Switch to use for_each_gpiochip_node() helperAndy Shevchenko-5/+2
2025-02-25pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fwCharles Han-0/+3
2025-02-17pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw()Yue Haibing-2/+2
2024-10-11pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()Harshit Mogalapalli-1/+1
2024-08-05pinctrl: nuvoton: npcm8xx: modify pins flagsTomer Maimon-18/+18
2024-08-05pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configurationTomer Maimon-2/+2
2024-08-05pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins groupTomer Maimon-1/+2
2024-08-05pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36Tomer Maimon-3/+7
2024-08-05pinctrl: nuvoton: npcm8xx: clear polarity before set both edgeTomer Maimon-0/+1
2024-08-05pinctrl: nuvoton: npcm8xx: remove non-existent pins, groups, functionsTomer Maimon-10/+2
2024-06-17pinctrl: nuvoton: ma35d1: Fix an IS_ERR() vs NULL checkDan Carpenter-2/+2
2024-06-17pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driverJacky Huang-0/+3059
2024-02-07pinctrl: nuvoton: Constify wpcm450_groupsAndy Shevchenko-1/+1
2023-12-07pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko-5/+4
2023-11-24pinctrl: npcm7xx: prevent glitch when setting the GPIO to output highTomer Maimon-1/+1
2023-11-04pinctrl: nuvoton: npcm8xx: drop wrappers around pinctrl_gpio_request/free()Bartosz Golaszewski-6/+1
2023-11-04pinctrl: nuvoton: npcm7xx: drop wrappers around pinctrl_gpio_request/free()Bartosz Golaszewski-7/+1
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski-2/+2
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski-2/+2
2023-11-04treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski-2/+2
2023-11-04treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski-2/+2
2023-11-04pinctrl: nuvoton: npcm8xx: use new pinctrl GPIO helpersBartosz Golaszewski-4/+4
2023-11-04pinctrl: nuvoton: npcm7xx: use new pinctrl GPIO helpersBartosz Golaszewski-4/+4
2023-11-03Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-27/+2509
2023-09-13pinctrl: nuvoton: Fix up Kconfig depsLinus Walleij-3/+2
2023-09-12pinctrl: nuvoton: wpcm450: fix out of bounds writeMikhail Kobuk-3/+3
2023-09-11pinctrl: nuvoton: add NPCM8XX pinctrl and GPIO driverTomer Maimon-0/+2506