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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-04
pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
Chen-Yu Tsai
1
-27
/
+11
2024-04-04
pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
Chen-Yu Tsai
1
-0
/
+2
2024-04-04
pinctrl: sunxi: sun9i-a80-r: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-04
pinctrl: aw9523: Fix indentation in a few places
Andy Shevchenko
1
-9
/
+8
2024-04-04
pinctrl: aw9523: Sort headers and group pinctrl/*
Andy Shevchenko
1
-5
/
+6
2024-04-04
pinctrl: aw9523: Make use of dev_err_probe()
Andy Shevchenko
1
-6
/
+3
2024-04-04
pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irq
Andy Shevchenko
1
-8
/
+0
2024-04-04
pinctrl: aw9523: Get rid of redundant ' & U8_MAX' pieces
Andy Shevchenko
1
-7
/
+7
2024-04-04
pinctrl: aw9523: Use temporary variable for HW IRQ number
Andy Shevchenko
1
-8
/
+8
2024-04-04
pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION()
Andy Shevchenko
1
-26
/
+6
2024-04-04
pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple()
Andy Shevchenko
1
-5
/
+2
2024-04-04
pinctrl: aw9523: Use correct error code for not supported functionality
Andy Shevchenko
1
-4
/
+5
2024-04-04
pinctrl: aw9523: Destroy mutex on ->remove()
Andy Shevchenko
1
-7
/
+1
2024-04-02
pinctrl: armada-37xx: remove an unused variable
Arnd Bergmann
1
-3
/
+0
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-29
pinctrl: core: delete incorrect free in pinctrl_enable()
Dan Carpenter
1
-7
/
+1
2024-03-28
pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
Thomas Richard
1
-19
/
+9
2024-03-28
pinctrl/meson: fix typo in PDM's pin name
Jan Dakinevich
1
-3
/
+3
2024-03-28
pinctrl: qcom: spmi-gpio: Add PMIH0108 and PMD8028 support
Anjelique Melendez
1
-0
/
+2
2024-03-28
pinctrl: qcom: spmi-gpio: Add PMXR2230 and PM6450 support
Anjelique Melendez
1
-0
/
+2
2024-03-28
pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
Billy Tsai
1
-17
/
+17
2024-03-28
pinctrl: bcm2835: Implement bcm2711_pinconf_get
Stefan Wahren
1
-1
/
+40
2024-03-28
pinctrl: bcm2835: Implement bcm2835_pinconf_get
Stefan Wahren
1
-2
/
+21
2024-03-28
pinctrl: pxa2xx: Make use of struct pingroup
Andy Shevchenko
2
-22
/
+16
2024-03-28
pinctrl: pxa2xx: Make use of struct pinfunction
Andy Shevchenko
2
-21
/
+11
2024-03-26
pinctrl: renesas: rzg2l: Execute atomically the interrupt configuration
Claudiu Beznea
1
-1
/
+10
2024-03-25
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
1
-1
/
+1
2024-03-16
Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...
Linus Torvalds
1
-1
/
+1
2024-03-14
Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
29
-1114
/
+6061
2024-03-13
Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2024-03-07
pinctrl: aw9523: Make the driver tristate
Linus Walleij
1
-1
/
+1
2024-03-07
Merge branch 'ib-nomadik-gpio' into devel
Linus Walleij
5
-1000
/
+149
2024-03-06
pinctrl: nomadik: fix dereference of error pointer
Théo Lebrun
1
-2
/
+3
2024-03-06
pinctrl: aw9523: Add proper terminator
Linus Walleij
1
-0
/
+1
2024-03-05
pinctrl: core: comment that pinctrl_add_gpio_range() is deprecated
Dan Carpenter
1
-0
/
+4
2024-03-05
pinctrl: pinmux: Suppress error message for -EPROBE_DEFER
Andre Przywara
1
-3
/
+3
2024-03-05
pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander
AngeloGioacchino Del Regno
3
-0
/
+1137
2024-03-03
gpio: nomadik: Finish conversion to use firmware node APIs
Andy Shevchenko
1
-13
/
+12
2024-03-01
gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIO
Théo Lebrun
1
-0
/
+1
2024-02-29
pinctrl: da9062: Add OF table
Biju Das
1
-0
/
+7
2024-02-29
pinctrl: ocelot: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-02-29
pinctrl: don't put the reference to GPIO device in pinctrl_pins_show()
Bartosz Golaszewski
1
-1
/
+1
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
[prev]
[next]