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.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
2015-03-27
pinctrl: pinconf-generic: add dt node names to error messages
Baruch Siach
1
-2
/
+4
2015-03-27
pinctrl: pinconf-generic: scan also referenced phandle node
Baruch Siach
1
-20
/
+28
2015-03-27
pinctrl: mvebu: add suspend/resume support to Armada XP pinctrl driver
Thomas Petazzoni
1
-0
/
+40
2015-03-25
pinctrl: st: Display pin's function when printing pinctrl debug information
Lee Jones
1
-1
/
+11
2015-03-25
pinctrl: st: Show correct pin direction also in GPIO mode
Lee Jones
1
-1
/
+7
2015-03-25
pinctrl: st: Supply a GPIO get_direction() call-back
Lee Jones
1
-1
/
+30
2015-03-25
pinctrl: st: Move st_get_pio_control() further up the source file
Lee Jones
1
-10
/
+10
2015-03-25
pinctrl: st: Introduce a 'get pin function' call
Lee Jones
1
-0
/
+14
2015-03-19
pinctrl: tegra: use signed bitfields for optional fields
Stefan Agner
1
-20
/
+20
2015-03-18
pinctrl: dt-binding: fix generic pinmux/pinconf examples
Baruch Siach
1
-10
/
+20
2015-03-18
pinctrl: mediatek: mt8135/mt8173: Constify of_device_id table
Axel Lin
2
-10
/
+6
2015-03-18
pinctrl: mediatek: mtk-common: Use devm_kcalloc at appropriate places
Axel Lin
1
-10
/
+7
2015-03-18
pinctrl: mediatek: mt8135/mt8173: Fix build error due to missing include file
Axel Lin
1
-1
/
+1
2015-03-18
pinctrl: mediatek: Adjust mt8173 pinctrl kconfig
Yingjoe Chen
1
-3
/
+8
2015-03-18
pinctrl: mediatek: mtk-common: Remove kfree
Axel Lin
1
-4
/
+2
2015-03-18
pinctrl: mediatek: Fix include directive
Guenter Roeck
1
-1
/
+1
2015-03-18
pinctrl: sh-pfc: Remove r8a7790 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-03-18
pinctrl: sh-pfc: Remove emev2 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-03-18
pinctrl: sh-pfc: Use u32 to store register addresses
Geert Uytterhoeven
3
-10
/
+14
2015-03-18
pinctrl: sh-pfc: Use reg_width instead of reg as sentinel
Geert Uytterhoeven
1
-1
/
+1
2015-03-18
pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets
Geert Uytterhoeven
3
-34
/
+33
2015-03-18
pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned long
Geert Uytterhoeven
2
-5
/
+7
2015-03-18
pinctrl: add AMD GPIO driver support.
Ken Xue
4
-0
/
+1147
2015-03-18
pinctrl: dt-binding: fix typo
Baruch Siach
1
-1
/
+1
2015-03-18
pinctrl: fix example .get_group_pins implementation signature
Baruch Siach
1
-2
/
+2
2015-03-18
pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block
Abhilash Kesavan
1
-1
/
+0
2015-03-18
pinctrl: cygnus: add gpio/pinconf driver
Ray Jui
3
-0
/
+930
2015-03-18
pinctrl: Cygnus: define Broadcom Cygnus GPIO/PINCONF binding
Ray Jui
1
-0
/
+98
2015-03-18
pinctrl: staticise example code funcs/structs
Baruch Siach
1
-4
/
+4
2015-03-18
pinctrl: remove doc mention of the enable/disable API
Baruch Siach
1
-3
/
+4
2015-03-18
pinctrl: remove enable/disable callbacks from documentation
Baruch Siach
1
-3
/
+2
2015-03-18
pinctrl: mediatek: fix build error
Hongzhou Yang
1
-2
/
+3
2015-03-18
pinctrl: mediatek: emulate GPIO interrupt on both-edges
Yingjoe Chen
4
-3
/
+83
2015-03-18
arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173.
Hongzhou Yang
6
-0
/
+1704
2015-03-18
pinctrl: mediatek: Add EINT support to MTK pinctrl driver.
Maoguang Meng
3
-2
/
+435
2015-03-18
pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.
Hongzhou Yang
9
-0
/
+3510
2015-03-18
pinctrl: dt-bindings: Add pinctrl bindings for mt65xx/mt81xx.
Hongzhou Yang
1
-0
/
+145
2015-03-18
pinctrl: sh-pfc: Use u32 to store register data
Geert Uytterhoeven
3
-22
/
+21
2015-03-18
pinctrl: cygnus: add initial IOMUX driver support
Ray Jui
3
-2
/
+1038
2015-03-18
pinctrl: Broadcom Cygnus pinctrl device tree binding
Ray Jui
1
-0
/
+132
2015-03-18
pinctrl: bcm: consolidate Broadcom pinctrl drivers
Ray Jui
6
-22
/
+29
2015-03-18
pinctrl: imx: do not implicitly set pin regs to -1
Stefan Agner
1
-2
/
+6
2015-03-09
pinctrl: qcom: handle input-enable pinconf property
Stanimir Varbanov
1
-0
/
+11
2015-03-09
pinctrl: qcom: enable generic pinconf
Stanimir Varbanov
1
-4
/
+2
2015-03-09
pinctrl: at91: simplify probe error handling
Baruch Siach
1
-5
/
+1
2015-03-09
pinctrl: remove maxpin from documentation
Baruch Siach
1
-1
/
+0
2015-03-09
pinctrl: sirf: fix typo in kernel warning on a bad interrupt
Colin Ian King
1
-1
/
+1
2015-03-09
pinctrl: tegra: add a driver for Tegra210
Stephen Warren
4
-0
/
+1759
2015-03-09
pinctrl: tegra: support nvidia,io-hv DT property
Stephen Warren
1
-0
/
+1
2015-03-09
pinctrl: tegra: some bits move between registers
Stephen Warren
6
-6
/
+36
[next]