index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Lines
2023-03-19
pinctrl: qcom: Add SM7150 pinctrl driver
Danila Tikhonov
-0
/
+1291
2023-03-19
pinctrl: mediatek: remove OF_GPIO as reverse dependency
Arınç ÜNAL
-3
/
+0
2023-03-19
pinctrl: ralink: move to mediatek as mtmips
Arınç ÜNAL
-241
/
+246
2023-03-19
pinctrl: ralink: mt7620: split out to mt76x8
Arınç ÜNAL
-256
/
+290
2023-03-19
pinctrl: ralink: rt305x: add new compatible string for every SoC
Arınç ÜNAL
-0
/
+2
2023-03-19
pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
Arınç ÜNAL
-0
/
+5
2023-03-16
pinctrl: renesas: Drop support for Renesas-specific properties
Geert Uytterhoeven
-26
/
+5
2023-03-13
pinctrl: qcom: sm8550-lpass-lpi: allow GPIO function
Krzysztof Kozlowski
-0
/
+8
2023-03-13
pinctrl: qcom: lpass-lpi: allow glitch-free output GPIO
Krzysztof Kozlowski
-0
/
+28
2023-03-13
pinctrl: qcom: lpass-lpi: use consistent name for "group" variable
Krzysztof Kozlowski
-2
/
+2
2023-03-13
pinctrl: qcom: lpass-lpi: set output value before enabling output
Krzysztof Kozlowski
-5
/
+9
2023-03-13
pinctrl: qcom: msm8998: Add MPM pin mappings
Konrad Dybcio
-0
/
+14
2023-03-13
pinctrl: at91: Remove pioc_index from struct at91_gpio_chip
Mark Brown
-3
/
+0
2023-03-13
pinctrl: at91: Make the irqchip immutable
Mark Brown
-1
/
+24
2023-03-13
pinctrl: s32cc: fix !CONFIG_PM_SLEEP build error
Arnd Bergmann
-8
/
+5
2023-03-13
pinctrl: sx150x: drop of_match_ptr for ID table
Krzysztof Kozlowski
-1
/
+1
2023-03-10
pinctrl: renesas: Remove R-Car H3 ES1.* handling
Wolfram Sang
-5992
/
+3
2023-03-10
pinctrl: renesas: r8a779g0: Fix ERROROUTC function names
Geert Uytterhoeven
-251
/
+251
2023-03-10
pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions
Geert Uytterhoeven
-122
/
+49
2023-03-10
pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions
Geert Uytterhoeven
-188
/
+279
2023-03-09
pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()
Md Sadre Alam
-2
/
+1
2023-03-07
pinctrl: freescale: remove generic pin config core support
Rasmus Villemoes
-100
/
+6
2023-03-07
pinctrl: at91-pio4: use proper format specifier for unsigned int
Claudiu Beznea
-1
/
+1
2023-03-07
pinctrl: at91-pio4: use dev_err_probe()
Claudiu Beznea
-12
/
+7
2023-03-07
pinctrl: at91-pio4: use device_get_match_data()
Claudiu Beznea
-5
/
+3
2023-03-07
pinctrl: at91-pio4: use devm_clk_get_enabled()
Claudiu Beznea
-13
/
+4
2023-03-06
pinctrl: stm32: use dynamic allocation of GPIO base
Dario Binacchi
-1
/
+1
2023-03-06
pinctrl: ocelot: Fix alt mode for ocelot
Horatiu Vultur
-1
/
+1
2023-03-06
pinctrl: at91-pio4: fix domain name assignment
Johan Hovold
-1
/
+0
2023-03-06
pinctrl: add NXP S32 SoC family support
Chester Lin
-0
/
+1814
2023-03-06
pinctrl: mediatek: fix naming inconsistency
Arınç ÜNAL
-21
/
+21
2023-03-06
pinctrl: mediatek: add missing options to PINCTRL_MT7981
Arınç ÜNAL
-0
/
+2
2023-03-06
pinctrl: at91: Utilise temporary variable for struct device
Andy Shevchenko
-34
/
+26
2023-03-06
pinctrl: at91: Use dev_err_probe() instead of custom messaging
Andy Shevchenko
-43
/
+21
2023-03-06
pinctrl: at91: Use of_device_get_match_data()
Andy Shevchenko
-4
/
+2
2023-03-06
pinctrl: at91: Don't mix non-devm calls with devm ones
Andy Shevchenko
-10
/
+2
2023-03-06
pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)
Andy Shevchenko
-6
/
+17
2023-03-06
gpiolib: remove asm-generic/gpio.h
Arnd Bergmann
-1
/
+0
2023-03-06
pinctrl: renesas: r8a779g0: Add Audio SSI pins, groups, and functions
Linh Phung
-0
/
+26
2023-03-06
pinctrl: renesas: r8a779g0: Add Audio Clock pins, groups, and functions
Linh Phung
-0
/
+26
2023-03-06
pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group
Phong Hoang
-1
/
+1
2023-03-06
pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration
Hai Pham
-8
/
+0
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2023-02-22
Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-651
/
+9290
2023-02-22
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+12
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-669
/
+0
2023-02-10
pinctrl: qcom: Add support for i2c specific pull feature
Abel Vesa
-0
/
+9
2023-02-10
pinctrl: starfive: Add StarFive JH7110 aon controller driver
Jianlong Huang
-0
/
+190
2023-02-10
pinctrl: starfive: Add StarFive JH7110 sys controller driver
Jianlong Huang
-0
/
+1525
2023-02-08
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
-1
/
+1
[prev]
[next]