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-06-18
pinctrl: freescale: Select missing features
Linus Walleij
1
-0
/
+2
2024-06-17
pinctrl: nuvoton: ma35d1: Fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2024-06-17
pinctrl: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
14
-0
/
+14
2024-06-17
pinctrl: zynqmp: Support muxing individual pins
Sean Anderson
1
-29
/
+54
2024-06-17
pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-5
/
+6
2024-06-17
pinctrl: single: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-3
/
+4
2024-06-17
pinctrl: core: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-1
/
+11
2024-06-17
pinctrl: bcm2835: Use string_choices API instead of ternary operator
Stefan Wahren
1
-2
/
+3
2024-06-17
Merge tag 'renesas-pinctrl-for-v6.11-tag1' of git://git.kernel.org/pub/scm/li...
Linus Walleij
5
-217
/
+619
2024-06-17
pinctrl: keembay: Fix func conversion in keembay_build_functions()
Nathan Chancellor
1
-1
/
+1
2024-06-17
pinctrl: imx: support SCMI pinctrl protocol for i.MX95
Peng Fan
3
-0
/
+367
2024-06-17
pinctrl: scmi: add blocklist
Peng Fan
1
-0
/
+9
2024-06-17
pinctrl: qcom: sdm670: add pdc wakeirq map
Richard Acayan
1
-0
/
+19
2024-06-17
pinctrl: cy8c95x0: Use REGCACHE_MAPLE
Patrick Rudolph
1
-1
/
+1
2024-06-17
pinctrl: cy8c95x0: Use regmap ranges
Patrick Rudolph
1
-126
/
+53
2024-06-17
pinctrl: cy8c95x0: Use single I2C lock
Patrick Rudolph
1
-15
/
+17
2024-06-17
pinctrl: pinmux: Remove unused members from struct function_desc
Andy Shevchenko
1
-9
/
+0
2024-06-17
pinctrl: mediatek: moore: Convert to use func member
Andy Shevchenko
2
-8
/
+6
2024-06-17
pinctrl: keembay: Convert to use func member
Andy Shevchenko
1
-11
/
+11
2024-06-17
pinctrl: ingenic: Convert to use func member
Andy Shevchenko
1
-9
/
+7
2024-06-17
pinctrl: imx: Convert to use func member
Andy Shevchenko
1
-7
/
+7
2024-06-17
pinctrl: pinmux: Embed struct pinfunction into struct function_desc
Andy Shevchenko
2
-6
/
+9
2024-06-17
pinctrl: pinmux: Add a convenient define PINCTRL_FUNCTION_DESC()
Andy Shevchenko
3
-8
/
+14
2024-06-17
pinctrl: mediatek: moore: Provide a helper macro PINCTRL_PIN_FUNCTION()
Andy Shevchenko
6
-76
/
+84
2024-06-17
pinctrl: ingenic: Provide a helper macro INGENIC_PIN_FUNCTION()
Andy Shevchenko
1
-345
/
+352
2024-06-17
pinctrl: equilibrium: Make use of struct pinfunction
Andy Shevchenko
2
-23
/
+13
2024-06-17
pinctrl: berlin: Make use of struct pinfunction
Andy Shevchenko
2
-18
/
+9
2024-06-17
pinctrl: rockchip: update rk3308 iomux routes
Dmitry Yashin
1
-15
/
+2
2024-06-17
pinctrl: pinctrl-zynqmp: Use pin numbers stored in pin descriptor
Swati Agarwal
1
-1
/
+1
2024-06-17
pinctrl: ralink: mt76x8: fix pinmux function
Weihao Li
1
-61
/
+27
2024-06-17
pinctrl: pinctrl-tps6594: make tps65224_muxval_remap and tps6594_muxval_remap...
Nirmala Devi Mal Nadar
1
-2
/
+2
2024-06-17
pinctrl: qcom: spmi: Add PMC8380
Konrad Dybcio
1
-0
/
+1
2024-06-17
pinctrl: core: reset gpio_device in loop in pinctrl_pins_show()
Léo DUBOIN
1
-0
/
+1
2024-06-17
pinctrl: core: take into account the pins array in pinctrl_pins_show()
Léo DUBOIN
1
-4
/
+13
2024-06-17
pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver
Jacky Huang
5
-0
/
+3059
2024-06-17
pinctrl: st: Use scope based of_node_put() cleanups
Peng Fan
1
-26
/
+11
2024-06-17
pinctrl: stm32: Use scope based of_node_put() cleanups
Peng Fan
1
-3
/
+1
2024-06-17
pinctrl: imx: Add pinctrl driver support for i.MX91
Peng Fan
3
-0
/
+279
2024-06-11
pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC
Lad Prabhakar
1
-3
/
+371
2024-06-11
pinctrl: renesas: rzg2l: Acquire lock in rzg2l_pinctrl_pm_setup_pfc()
Lad Prabhakar
1
-0
/
+3
2024-06-11
pinctrl: renesas: rzg2l: Add support for custom parameters
Lad Prabhakar
1
-0
/
+12
2024-06-11
pinctrl: renesas: rzg2l: Pass pincontrol device to pinconf_generic_parse_dt_c...
Lad Prabhakar
1
-1
/
+1
2024-06-11
pinctrl: renesas: rzg2l: Add support for pull-up/down
Lad Prabhakar
1
-0
/
+72
2024-06-11
pinctrl: renesas: rzg2l: Add support to configure slew-rate
Lad Prabhakar
1
-0
/
+18
2024-06-11
pinctrl: renesas: rzg2l: Add function pointers for OEN register access
Lad Prabhakar
1
-2
/
+10
2024-06-11
pinctrl: renesas: rzg2l: Add function pointer for PMC register write
Lad Prabhakar
1
-1
/
+10
2024-06-11
pinctrl: renesas: rzg2l: Add function pointer for PFC register locking
Lad Prabhakar
1
-17
/
+27
2024-06-11
pinctrl: renesas: rzg2l: Validate power registers for SD and ETH
Lad Prabhakar
1
-4
/
+8
2024-06-11
pinctrl: renesas: rzg2l: Enable variable configuration for all
Lad Prabhakar
1
-3
/
+1
2024-06-11
pinctrl: renesas: rzg2l: Drop struct rzg2l_variable_pin_cfg
Lad Prabhakar
1
-133
/
+54
[next]