index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
nomadik
/
pinctrl-nomadik.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
pinctrl: nomadik: fix dereference of error pointer
Théo Lebrun
1
-2
/
+3
2024-03-03
gpio: nomadik: Finish conversion to use firmware node APIs
Andy Shevchenko
1
-13
/
+12
2024-02-29
gpio: nomadik: support mobileye,eyeq5-gpio
Théo Lebrun
1
-0
/
+2
2024-02-29
gpio: nomadik: request dynamic ID allocation
Théo Lebrun
1
-18
/
+36
2024-02-29
pinctrl: nomadik: follow conditional kernel coding conventions
Théo Lebrun
1
-8
/
+8
2024-02-29
pinctrl: nomadik: follow whitespace kernel coding conventions
Théo Lebrun
1
-33
/
+33
2024-02-29
pinctrl: nomadik: follow type-system kernel coding conventions
Théo Lebrun
1
-40
/
+38
2024-02-29
pinctrl: nomadik: minimise indentation in probe
Théo Lebrun
1
-11
/
+10
2024-02-29
pinctrl: nomadik: fix build warning (-Wpointer-to-int-cast)
Théo Lebrun
1
-2
/
+2
2024-02-29
pinctrl: nomadik: fix build warning (-Wformat)
Théo Lebrun
1
-1
/
+1
2024-02-29
gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
Théo Lebrun
1
-707
/
+15
2024-02-29
gpio: nomadik: fix offset bug in nmk_pmx_set()
Théo Lebrun
1
-2
/
+4
2023-12-08
pinctrl: nomadik: use gpiochip_dup_line_label()
Bartosz Golaszewski
1
-1
/
+5
2023-10-30
pinctrl: Use device_get_match_data()
Rob Herring
1
-6
/
+4
2023-01-04
pinctrl: nomadik: Add missing header(s)
Andy Shevchenko
1
-15
/
+17
2022-09-19
pinctrl: nomadik: remove dead code after DB8540 pinctrl removal
Lukas Bulwahn
1
-6
/
+0
2022-09-19
pinctrl: nomadik: Make gpio irqchip immutable
Linus Walleij
1
-24
/
+35
2022-09-19
pinctrl: nomadik: Dereference gpio_chip properly
Linus Walleij
1
-18
/
+12
2022-08-25
pinctrl: nomadik: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()
Andy Shevchenko
1
-13
/
+13
2022-06-15
pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map
Miaoqian Lin
1
-1
/
+3
2022-05-05
pinctrl: nomadik: Setup parent device and get rid of unnecessary of_node assi...
Andy Shevchenko
1
-1
/
+1
2022-03-15
pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe
Miaoqian Lin
1
-1
/
+3
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-1
/
+1
2021-01-06
pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one
Nathan Chancellor
1
-1
/
+0
2020-12-15
pinctrl: nomadik: Use irq_has_action()
Thomas Gleixner
1
-5
/
+6
2020-08-27
pinctrl: nomadik: Fix pull direction debug info
Andrew Halaney
1
-10
/
+6
2020-04-16
pinctrl: nomadik:remove unneeded variable
Ding Xiang
1
-3
/
+1
2020-02-21
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
1
-2
/
+5
2019-10-16
pinctrl: nomadik: Simplify interrupt handler
Linus Walleij
1
-14
/
+7
2019-10-16
pinctrl: nomadik: Pass irqchip when adding gpiochip
Linus Walleij
1
-24
/
+15
2019-10-16
pinctrl: nomadik: Drop support for latent IRQ
Linus Walleij
1
-21
/
+0
2019-08-06
pinctrl: nomadik: nomadik: Add of_node_put() before return
Nishka Dasgupta
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-20
pinctrl: nomadik: fix possible object reference leak
WangBo
1
-4
/
+13
2018-10-03
pinctrl: nomadik: Fix debugfs
Linus Walleij
1
-1
/
+1
2018-09-14
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
1
-3
/
+3
2018-08-29
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-3
/
+3
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
1
-2
/
+2
2017-08-14
pinctrl: nomadik: fix incorrect type in return expression
Masahiro Yamada
1
-1
/
+1
2016-09-19
pinctrl: nomadik: don't default-flag IRQs as falling
Linus Walleij
1
-1
/
+1
2016-08-27
pinctrl: nomadik: make core support explicitly non-modular
Paul Gortmaker
1
-5
/
+0
2016-08-11
pinctrl: nomadik: use of_property_read_bool
Julia Lawall
1
-4
/
+2
2016-07-28
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-96
/
+0
2016-06-13
pinctrl: nomadik: fix warnings from unexported functions
Ben Dooks
1
-96
/
+0
2016-05-30
pinctrl: nomadik: fix inversion of gpio direction
Linus Walleij
1
-1
/
+1
2016-05-19
Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-90
/
+78
2016-05-09
pinctrl: nomadik: hide nmk_gpio_get_mode when unused
Arnd Bergmann
1
-14
/
+13
2016-04-28
pinctrl: nomadik: implement .get_direction()
Linus Walleij
1
-0
/
+15
2016-04-28
pinctrl: nomadik: use BIT() with offsets consequently
Linus Walleij
1
-77
/
+51
2016-04-21
pinctrl: nomadic: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
1
-1
/
+1
[next]