summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/nuvoton (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()Harshit Mogalapalli2024-10-111-1/+1
* pinctrl: nuvoton: npcm8xx: modify pins flagsTomer Maimon2024-08-051-18/+18
* pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configurationTomer Maimon2024-08-051-2/+2
* pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins groupTomer Maimon2024-08-051-1/+2
* pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36Tomer Maimon2024-08-051-3/+7
* pinctrl: nuvoton: npcm8xx: clear polarity before set both edgeTomer Maimon2024-08-051-0/+1
* pinctrl: nuvoton: npcm8xx: remove non-existent pins, groups, functionsTomer Maimon2024-08-051-10/+2
* pinctrl: nuvoton: ma35d1: Fix an IS_ERR() vs NULL checkDan Carpenter2024-06-171-2/+2
* pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driverJacky Huang2024-06-175-0/+3059
* pinctrl: nuvoton: Constify wpcm450_groupsAndy Shevchenko2024-02-071-1/+1
* pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2023-12-071-5/+4
* pinctrl: npcm7xx: prevent glitch when setting the GPIO to output highTomer Maimon2023-11-241-1/+1
* pinctrl: nuvoton: npcm8xx: drop wrappers around pinctrl_gpio_request/free()Bartosz Golaszewski2023-11-041-6/+1
* pinctrl: nuvoton: npcm7xx: drop wrappers around pinctrl_gpio_request/free()Bartosz Golaszewski2023-11-041-7/+1
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-042-2/+2
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-042-2/+2
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-042-2/+2
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-042-2/+2
* pinctrl: nuvoton: npcm8xx: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-4/+4
* pinctrl: nuvoton: npcm7xx: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-4/+4
* Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-045-27/+2509
|\
| * pinctrl: nuvoton: Fix up Kconfig depsLinus Walleij2023-09-131-3/+2
| * pinctrl: nuvoton: add NPCM8XX pinctrl and GPIO driverTomer Maimon2023-09-113-0/+2506
| * pinctrl: nuvoton: Use pinconf_generic_dt_node_to_map_all()Geert Uytterhoeven2023-09-112-25/+2
* | pinctrl: nuvoton: wpcm450: fix out of bounds writeMikhail Kobuk2023-09-121-3/+3
|/
* pinctrl: npcm7xx: Add missing check for ioremapJiasheng Jiang2023-06-091-0/+2
* Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-05-032-16/+19
|\
| * pinctrl: wpcm450: select MFD_SYSCONJonathan Neuschäfer2023-04-211-0/+1
| * pinctrl: npcm7xx: Convert to immutable irq_chipLinus Walleij2023-04-141-16/+18
* | pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
|/
* 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: npcm7xx: Add missing header(s)Andy Shevchenko2022-10-241-4/+7
* pinctrl: wpcm450: Correct the fwnode_irq_get() return value checkAndy Shevchenko2022-10-041-1/+4
* pinctrl: nuvoton: Use 'unsigned int' instead of just 'unsigned'.Jilin Yuan2022-08-261-4/+4
* Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-281-2/+2
|\
| * pinctrl: nuvoton: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-05-041-2/+2
* | Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2022-05-021-80/+62
|\|
| * pinctrl: npcm7xx: Switch to use for_each_gpiochip_node() helperAndy Shevchenko2022-04-081-80/+62
* | gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi2022-04-251-4/+4
|/
* Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-284-84/+1256
|\
| * pinctrl: nuvoton: wpcm450: Fix build error without OFZheng Bin2022-03-251-0/+1
| * pinctrl: nuvoton: Fix return value check in wpcm450_gpio_register()Jialin Zhang2022-03-241-2/+3
| * pinctrl: nuvoton: wpcm450: off by one in wpcm450_gpio_register()Dan Carpenter2022-03-241-1/+1
| * pinctrl: nuvoton: wpcm450: select GENERIC_PINCTRL_GROUPSJonathan Neuschäfer2022-03-241-0/+1
| * pinctrl: nuvoton: Fix sparse warningLinus Walleij2022-03-242-3/+3
| * pinctrl: nuvoton: Add driver for WPCM450Jonathan Neuschäfer2022-03-153-0/+1169
| * pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()Jonathan Neuschäfer2022-02-111-79/+79
| * pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()Jonathan Neuschäfer2022-02-111-1/+1