index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
nuvoton
/
pinctrl-npcm7xx.c
Age
Commit message (
Expand
)
Author
2025-06-18
pinctrl: nuvoton: Constify static 'pinctrl_desc'
Krzysztof Kozlowski
2025-03-20
pinctrl: nuvoton: Reduce use of OF-specific APIs
Andy Shevchenko
2025-03-20
pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()
Andy Shevchenko
2025-03-20
pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
Andy Shevchenko
2023-11-24
pinctrl: npcm7xx: prevent glitch when setting the GPIO to output high
Tomer Maimon
2023-11-04
pinctrl: nuvoton: npcm7xx: drop wrappers around pinctrl_gpio_request/free()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
2023-11-04
pinctrl: nuvoton: npcm7xx: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-09-11
pinctrl: nuvoton: Use pinconf_generic_dt_node_to_map_all()
Geert Uytterhoeven
2023-06-09
pinctrl: npcm7xx: Add missing check for ioremap
Jiasheng Jiang
2023-05-02
Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2023-04-14
pinctrl: npcm7xx: Convert to immutable irq_chip
Linus Walleij
2023-04-13
pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modules
Nick Alcock
2022-10-24
pinctrl: npcm7xx: Add missing header(s)
Andy Shevchenko
2022-08-26
pinctrl: nuvoton: Use 'unsigned int' instead of just 'unsigned'.
Jilin Yuan
2022-05-28
Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-04
pinctrl: nuvoton: Fix irq_of_parse_and_map() return value
Krzysztof Kozlowski
2022-05-02
Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Bartosz Golaszewski
2022-04-25
gpio: use raw spinlock for gpio chip shadowed data
Schspa Shi
2022-04-08
pinctrl: npcm7xx: Switch to use for_each_gpiochip_node() helper
Andy Shevchenko
2022-03-28
Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-24
pinctrl: nuvoton: Fix sparse warning
Linus Walleij
2022-02-11
pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()
Jonathan Neuschäfer
2022-02-11
pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()
Jonathan Neuschäfer
2022-02-10
pinctrl: npcm: Fix broken references to chip->parent_device
Marc Zyngier
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-05-25
pinctrl: npcm: Align a few entries in the pin function table
Jonathan Neuschäfer
2021-02-12
pinctrl: nuvoton: npcm7xx: Fix alignment of table header comment
Jonathan Neuschäfer
2020-09-30
pinctrl: nuvoton: npcm7xx: Constify static ops structs
Rikard Falkeborn
2020-01-07
pinctrl: nuvoton: npcm7xx: constify copied structure
Julia Lawall
2019-09-30
pinctrl: nuvoton: npcm7xx: Pass irqchip when adding gpiochip
Linus Walleij
2018-12-05
pinctrl: nuvoton: check for devm_kasprintf() failure
Nicholas Mc Guire
2018-11-15
pinctrl: nuvoton: modify NPCM7xx pin configuration function
Tomer Maimon
2018-08-29
pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver
Tomer Maimon