index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
pinctrl: sophgo: fix double free in cv1800_pctrl_dt_node_to_map()
Harshit Mogalapalli
1
-1
/
+1
2024-10-09
pinctrl: s32: add missing pins definitions
Andrei Stefanescu
1
-0
/
+52
2024-10-09
pinctrl: th1520: Convert dt child node loop to scoped iterator
Drew Fustini
1
-8
/
+5
2024-10-09
pinctrl: th1520: Convert thp->mutex to guarded mutex
Drew Fustini
1
-3
/
+1
2024-10-09
pinctrl: th1520: Fix return value for unknown pin error
Drew Fustini
1
-0
/
+1
2024-10-09
pinctrl: renesas: rzg2l: Fix missing return in rzg2l_pinctrl_register()
Biju Das
1
-1
/
+1
2024-10-09
pinctrl: renesas: rzg2l: Remove RZG2L_TINT_IRQ_START_INDEX
Fabrizio Castro
1
-2
/
+6
2024-10-04
pinctrl: k230: Drop unused code
Linus Walleij
1
-3
/
+1
2024-10-04
pinctrl: imx27: Fix too generic defines
Linus Walleij
1
-175
/
+175
2024-10-04
pinctrl: aw9523: use devm_mutex_init
Rosen Penev
1
-23
/
+13
2024-10-04
pinctrl: aw9523: add missing mutex_destroy
Rosen Penev
1
-2
/
+4
2024-10-03
pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
Esben Haabendal
1
-1
/
+1
2024-10-03
pinctrl: thead1520: Fix Null pointer dereference
clingfei
1
-0
/
+2
2024-10-03
Merge tag 'intel-pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
Linus Walleij
2
-3
/
+3
2024-10-03
pinctrl: intel: platform: Add Panther Lake to the list of supported
Andy Shevchenko
1
-0
/
+1
2024-10-02
pinctrl: imx1: Fix too generic defines
Linus Walleij
1
-114
/
+114
2024-10-02
pinctrl: rockchip: improve error message for incorrect rockchip,pins property
Quentin Schulz
1
-1
/
+3
2024-10-02
pinctrl: aw9523: use enable for regulator
Rosen Penev
1
-16
/
+5
2024-10-02
pinctrl: aw9523: add missing mutex_destroy
Rosen Penev
1
-2
/
+4
2024-10-02
pinctrl: samsung: Add exynos8895 SoC pinctrl configuration
Ivaylo Ivanov
4
-0
/
+150
2024-10-01
pinctrl: sx150x: Use maple tree register cache
Mark Brown
1
-1
/
+1
2024-10-01
pinctrl: aw9523: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2024-10-01
pinctrl: qcom: add the tlmm driver for QCS615 platform
Lijuan Gao
3
-0
/
+1115
2024-10-01
pinctrl: canaan: Add support for k230 SoC
Ze Huang
3
-0
/
+654
2024-10-01
pinctrl: qcom: Introduce IPQ5424 TLMM driver
Sricharan Ramabadhran
3
-0
/
+802
2024-10-01
Merge branch 'ib-thead-th1520' into devel
Linus Walleij
3
-0
/
+921
2024-10-01
pinctrl: Add driver for the T-Head TH1520 SoC
Emil Renner Berthing
3
-0
/
+921
2024-10-01
pinctrl: ocelot: add support for lan969x SoC pinctrl
Daniel Machon
1
-0
/
+203
2024-10-01
pinctrl: freescale: enable use with COMPILE_TEST
Esben Haabendal
1
-26
/
+47
2024-10-01
pinctrl: freescale: Use CONFIG_SOC_IMXRT to guard i.MX RT1xxx drivers
Esben Haabendal
1
-2
/
+3
2024-10-01
ARM: imx: Allow user to disable pinctrl
Esben Haabendal
1
-0
/
+15
2024-10-01
pinctrl: k210: Make (p)clk local to k210_fpioa_probe()
Geert Uytterhoeven
1
-8
/
+7
2024-10-01
pinctrl: pinctrl-zynqmp: Add support for Versal platform
Sai Krishna Potthuri
1
-5
/
+92
2024-10-01
pinctrl: stm32: check devm_kasprintf() returned value
Ma Ke
1
-2
/
+7
2024-10-01
pinctrl: apple: check devm_kasprintf() returned value
Ma Ke
1
-0
/
+3
2024-10-01
pinctrl: renesas: rza1: Mark GPIOs as used
Wolfram Sang
1
-0
/
+7
2024-10-01
pinctrl: renesas: rza2: Mark GPIOs as used
Geert Uytterhoeven
1
-0
/
+3
2024-09-30
pinctrl: intel: platform: use semicolon instead of comma in ncommunities assignment
Javier Carrasco
1
-1
/
+1
2024-09-30
pinctrl: intel: platform: fix error path in device_for_each_child_node()
Javier Carrasco
1
-2
/
+1
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-0
/
+1442
2024-09-23
Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
62
-526
/
+4969
2024-09-16
pinctrl: ep93xx: Fix raster pins typo
Nikita Shubin
1
-2
/
+2
2024-09-13
pinctrl: pinctrl-cy8c95x0: Fix regcache
Patrick Rudolph
1
-5
/
+9
2024-09-13
Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
Linus Walleij
1
-0
/
+1
2024-09-12
pinctrl: add a Cirrus ep93xx SoC pin controller
Nikita Shubin
3
-0
/
+1442
2024-09-11
Merge tag 'intel-pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel
Linus Walleij
4
-146
/
+188
2024-09-05
pinctrl: intel: Constify struct intel_pinctrl parameter
Andy Shevchenko
2
-15
/
+17
2024-09-05
pinctrl: Remove redundant null pointer checks in pinctrl_remove_device_debugfs()
Li Zetao
1
-1
/
+1
2024-09-05
Merge tag 'renesas-pinctrl-for-v6.12-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
Linus Walleij
3
-50
/
+28
2024-09-04
pinctrl: baytrail: Drop duplicate return statement
Andy Shevchenko
1
-3
/
+1
[prev]
[next]