index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-17
pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()
Markus Elfring
1
-8
/
+8
2017-01-17
pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()
Markus Elfring
1
-4
/
+5
2017-01-17
pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group...
Markus Elfring
1
-1
/
+0
2017-01-17
pinctrl: mvebu: Delete an error message for a failed memory allocation in thr...
Markus Elfring
1
-11
/
+3
2017-01-17
pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()
Markus Elfring
1
-1
/
+1
2017-01-13
Merge tag 'sh-pfc-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Walleij
3
-213
/
+2158
2017-01-13
pinctrl: Initialize pinctrl_dev.node
Thierry Reding
1
-4
/
+2
2017-01-13
pinctrl: core: Fix regression caused by delayed work for hogs
Tony Lindgren
8
-79
/
+165
2017-01-11
pinctrl: sunxi: add driver for V3s SoC
Icenowy Zheng
3
-0
/
+326
2017-01-11
pinctrl/amd: white space cleanups in amd_gpio_dbg_show()
Dan Carpenter
1
-6
/
+6
2017-01-11
pinctrl: imx7d-pinctrl: Fix a typo
Fabio Estevam
1
-1
/
+1
2017-01-11
pinctrl: Drop error prints on kzalloc() failure
Bjorn Andersson
1
-20
/
+6
2017-01-11
pinctrl: da850-pupd: Add to module device table
David Lechner
1
-0
/
+1
2017-01-11
pinctrl: baytrail: Convert to use devm_*()
Andy Shevchenko
1
-12
/
+5
2017-01-11
pinctrl: intel: Convert to use devm_gpiochip_add_data()
Mika Westerberg
4
-23
/
+4
2017-01-09
pinctrl: Introduce TI IOdelay configuration driver
Nishanth Menon
6
-0
/
+1004
2017-01-09
pinctrl: core: Make dt_free_map optional
Tony Lindgren
2
-4
/
+2
2017-01-09
pinctrl: sunxi: Remove old sun5i pinctrl drivers
Maxime Ripard
5
-1638
/
+0
2017-01-09
pinctrl: sunxi: Add common sun5i pinctrl driver
Maxime Ripard
4
-0
/
+764
2017-01-09
pinctrl: sunxi: Add pinctrl variants
Maxime Ripard
2
-22
/
+81
2017-01-05
pinctrl: Fix panic when pinctrl devices with hogs are unregistered
Jon Hunter
1
-2
/
+6
2017-01-03
pinctrl: amd: fix compilation warning
Linus Walleij
1
-0
/
+3
2017-01-03
pinctrl: imx: use generic pinmux helpers for managing functions
Gary Bisson
3
-94
/
+18
2017-01-03
pinctrl: imx: use generic pinctrl helpers for managing groups
Gary Bisson
3
-141
/
+69
2017-01-03
pinctrl: qcom: msm8660: rename some SDC1->SDC4
Linus Walleij
1
-3
/
+3
2017-01-03
pinctrl: single: Use generic pinmux helpers for managing functions
Tony Lindgren
2
-117
/
+19
2017-01-03
pinctrl: single: Use generic pinctrl helpers for managing groups
Tony Lindgren
2
-146
/
+12
2017-01-03
pinctrl: core: Add generic pinctrl functions for managing groups
Tony Lindgren
5
-0
/
+243
2017-01-03
pinctrl: stricten up generic group code
Linus Walleij
3
-18
/
+22
2017-01-03
pinctrl: core: Add generic pinctrl functions for managing groups
Tony Lindgren
3
-0
/
+228
2017-01-03
pinctrl: add some comments to the hog/late init code
Linus Walleij
1
-0
/
+12
2017-01-03
pinctrl: core: Use delayed work for hogs
Tony Lindgren
4
-39
/
+93
2016-12-30
pinctrl: imx: use radix trees for groups and functions
Gary Bisson
2
-28
/
+141
2016-12-30
pinctrl: imx: remove const qualifier of imx_pinctrl_soc_info
Gary Bisson
1
-17
/
+17
2016-12-30
pinctrl: single: fix spelling mistakes on "Ivalid"
Colin Ian King
1
-1
/
+1
2016-12-30
pinctrl: simplify check for pin request conflicts
Vladimir Zapolskiy
1
-28
/
+15
2016-12-30
pinctrl: update my email address
John Crispin
6
-6
/
+6
2016-12-30
pinctrl: sirf: atlas7: Improve code layout
Christophe JAILLET
1
-3
/
+3
2016-12-30
pinctrl: sirf: atlas7: Add missing 'of_node_put()'
Christophe JAILLET
1
-3
/
+4
2016-12-30
pinctrl: stm32: activate strict mux mode
Gabriel Fernandez
1
-0
/
+1
2016-12-30
pinctrl: fix DT bindings for marvell,kirkwood-pinctrl
Andreas Klinger
1
-10
/
+10
2016-12-28
pinctrl: amd: Add support for additional GPIO
Shah, Nehal-bakulchandra
2
-13
/
+20
2016-12-28
pinctrl: aspeed: Fix kerneldoc return descriptions
Andrew Jeffery
1
-6
/
+6
2016-12-28
pinctrl: aspeed-g5: Add mux configuration for all pins
Andrew Jeffery
3
-8
/
+1488
2016-12-28
pinctrl: aspeed-g4: Add mux configuration for all pins
Andrew Jeffery
2
-20
/
+1096
2016-12-28
pinctrl: aspeed: Read and write bits in LPC and GFX controllers
Andrew Jeffery
5
-97
/
+242
2016-12-28
pinctrl: aspeed: dt: Fix compatibles for the System Control Unit
Andrew Jeffery
1
-3
/
+8
2016-12-27
pinctrl: sh-pfc: r8a7796: Add HSCIF pins, groups, and functions
Ulrich Hecht
1
-0
/
+283
2016-12-27
pinctrl: sh-pfc: r8a7793: Implement voltage switching for SDHI
Simon Horman
1
-0
/
+1
2016-12-27
pinctrl: sh-pfc: r8a7796: Add MSIOF pins, groups and functions
Takeshi Kihara
1
-0
/
+913
[next]