index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions
Geert Uytterhoeven
2023-03-10
1
-122
/
+49
|
|
*
|
pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions
Geert Uytterhoeven
2023-03-10
1
-188
/
+279
|
|
*
|
pinctrl: renesas: r8a779g0: Add Audio SSI pins, groups, and functions
Linh Phung
2023-03-06
1
-0
/
+26
|
|
*
|
pinctrl: renesas: r8a779g0: Add Audio Clock pins, groups, and functions
Linh Phung
2023-03-06
1
-0
/
+26
|
|
*
|
pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group
Phong Hoang
2023-03-06
1
-1
/
+1
|
|
*
|
pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
Hai Pham
2023-03-06
1
-8
/
+0
|
*
|
|
pinctrl: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-23
5
-15
/
+15
|
*
|
|
pinctrl: mlxbf3: Add pinctrl driver support
Asmaa Mnebhi
2023-03-19
3
-0
/
+334
|
*
|
|
pinctrl: qcom: Add IPQ9574 pinctrl driver
Devi Priya
2023-03-19
3
-0
/
+838
|
*
|
|
pinctrl: qcom: Add SM7150 pinctrl driver
Danila Tikhonov
2023-03-19
3
-0
/
+1291
|
*
|
|
pinctrl: mediatek: remove OF_GPIO as reverse dependency
Arınç ÜNAL
2023-03-19
1
-3
/
+0
|
*
|
|
pinctrl: ralink: move to mediatek as mtmips
Arınç ÜNAL
2023-03-19
14
-241
/
+246
|
*
|
|
pinctrl: ralink: mt7620: split out to mt76x8
Arınç ÜNAL
2023-03-19
4
-256
/
+290
|
*
|
|
pinctrl: ralink: rt305x: add new compatible string for every SoC
Arınç ÜNAL
2023-03-19
1
-0
/
+2
|
*
|
|
pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
Arınç ÜNAL
2023-03-19
5
-0
/
+5
|
*
|
|
pinctrl: qcom: sm8550-lpass-lpi: allow GPIO function
Krzysztof Kozlowski
2023-03-13
1
-0
/
+8
|
*
|
|
pinctrl: qcom: lpass-lpi: allow glitch-free output GPIO
Krzysztof Kozlowski
2023-03-13
1
-0
/
+28
|
*
|
|
pinctrl: qcom: lpass-lpi: use consistent name for "group" variable
Krzysztof Kozlowski
2023-03-13
1
-2
/
+2
|
*
|
|
pinctrl: qcom: lpass-lpi: set output value before enabling output
Krzysztof Kozlowski
2023-03-13
1
-5
/
+9
|
*
|
|
pinctrl: qcom: msm8998: Add MPM pin mappings
Konrad Dybcio
2023-03-13
1
-0
/
+14
|
*
|
|
pinctrl: at91: Remove pioc_index from struct at91_gpio_chip
Mark Brown
2023-03-13
1
-3
/
+0
|
*
|
|
pinctrl: at91: Make the irqchip immutable
Mark Brown
2023-03-13
1
-1
/
+24
|
*
|
|
pinctrl: s32cc: fix !CONFIG_PM_SLEEP build error
Arnd Bergmann
2023-03-13
3
-8
/
+5
|
*
|
|
pinctrl: sx150x: drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-03-13
1
-1
/
+1
|
*
|
|
pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()
Md Sadre Alam
2023-03-09
1
-2
/
+1
|
*
|
|
pinctrl: freescale: remove generic pin config core support
Rasmus Villemoes
2023-03-07
3
-100
/
+6
|
*
|
|
pinctrl: at91-pio4: use proper format specifier for unsigned int
Claudiu Beznea
2023-03-07
1
-1
/
+1
|
*
|
|
pinctrl: at91-pio4: use dev_err_probe()
Claudiu Beznea
2023-03-07
1
-12
/
+7
|
*
|
|
pinctrl: at91-pio4: use device_get_match_data()
Claudiu Beznea
2023-03-07
1
-5
/
+3
|
*
|
|
pinctrl: at91-pio4: use devm_clk_get_enabled()
Claudiu Beznea
2023-03-07
1
-13
/
+4
|
*
|
|
pinctrl: add NXP S32 SoC family support
Chester Lin
2023-03-06
7
-0
/
+1814
|
*
|
|
pinctrl: at91: Utilise temporary variable for struct device
Andy Shevchenko
2023-03-06
1
-34
/
+26
|
*
|
|
pinctrl: at91: Use dev_err_probe() instead of custom messaging
Andy Shevchenko
2023-03-06
1
-43
/
+21
|
*
|
|
pinctrl: at91: Use of_device_get_match_data()
Andy Shevchenko
2023-03-06
1
-4
/
+2
|
*
|
|
pinctrl: at91: Don't mix non-devm calls with devm ones
Andy Shevchenko
2023-03-06
1
-10
/
+2
|
*
|
|
pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)
Andy Shevchenko
2023-03-06
1
-6
/
+17
|
|
/
/
*
|
|
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-27
14
-14
/
+0
|
\
\
\
|
*
|
|
pinctrl: renesas: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
5
-5
/
+0
|
*
|
|
pinctrl: mediatek: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
3
-3
/
+0
|
*
|
|
pinctrl: amd: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
|
*
|
|
pinctrl: bcm: ns: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
|
*
|
|
pinctrl: nuvoton: npcm7xx: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
|
*
|
|
pinctrl: actions: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
3
-3
/
+0
|
|
/
/
*
|
|
Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-25
1
-1
/
+0
|
\
\
\
|
*
|
|
gpiolib: remove asm-generic/gpio.h
Arnd Bergmann
2023-03-06
1
-1
/
+0
|
|
/
/
*
|
|
Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2023-04-25
1
-5
/
+31
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLE
Douglas Anderson
2023-03-29
1
-5
/
+31
|
|
/
*
|
Revert "pinctrl: amd: Disable and mask interrupts on resume"
Kornel Dulęba
2023-04-11
1
-20
/
+16
*
|
pinctrl: amd: Disable and mask interrupts on resume
Kornel Dulęba
2023-03-28
1
-16
/
+20
*
|
pinctrl: stm32: use dynamic allocation of GPIO base
Dario Binacchi
2023-03-06
1
-1
/
+1
[prev]
[next]