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.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
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
sh-pfc: Split pins and functions definition tables
Laurent Pinchart
20
-106
/
+193
2013-03-15
sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()
Laurent Pinchart
1
-4
/
+1
2013-03-15
sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only
Laurent Pinchart
4
-28
/
+59
2013-03-15
sh-pfc: Make struct pinmux_gpio enum_id field const
Laurent Pinchart
1
-1
/
+1
2013-03-15
sh-pfc: Initialize pinmux_gpio flags statically
Laurent Pinchart
2
-20
/
+15
2013-03-15
sh-pfc: Remove unused sh_pfc_soc_info reserved_id field
Laurent Pinchart
17
-17
/
+0
2013-03-15
sh-pfc: Replace SoC info data and mark ranges with a number of pins
Laurent Pinchart
18
-44
/
+36
2013-03-15
sh-pfc: Replace first_gpio and last_gpio with nr_gpios
Laurent Pinchart
20
-68
/
+43
2013-03-15
sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible
Laurent Pinchart
11
-2410
/
+2409
2013-03-15
sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()
Laurent Pinchart
1
-5
/
+0
2013-03-15
sh-pfc: Drop the sh_pfc_pinctrl spinlock
Laurent Pinchart
1
-13
/
+0
2013-03-15
sh-pfc: Fix a typo and simplify a definition on sh73a0
Guennadi Liakhovetski
1
-6
/
+2
2013-03-15
sh-pfc: Don't define the per-device pinctrl struct instances as global
Laurent Pinchart
1
-22
/
+18
2013-03-15
sh-pfc: Declare operation structures as const
Laurent Pinchart
1
-3
/
+3
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...
Simon Horman
3
-3
/
+3
2013-03-13
pinctrl: generic: Fix compilation error
Sachin Kamat
1
-1
/
+1
2013-03-13
pinctrl: Print the correct information in debugfs pinconf-state file
Laurent Pinchart
1
-1
/
+1
2013-03-13
pinctrl: abx500: Fix checking if pin use AlternateFunction register
Axel Lin
1
-1
/
+1
2013-03-07
pinctrl: sunxi: Add Allwinner A13 pin functions
Maxime Ripard
1
-70
/
+169
2013-03-07
pinctrl: sunxi: Add Allwinner A10 pin functions
Maxime Ripard
1
-162
/
+571
2013-03-07
pinctrl: single: Fix build error
Axel Lin
1
-3
/
+3
2013-03-07
pinctrl: single: support generic pinconf
Haojian Zhuang
2
-7
/
+402
2013-03-07
pinctrl: single: set function mask as optional
Haojian Zhuang
1
-4
/
+22
2013-03-07
pinctrl: generic: dump pin configuration
Haojian Zhuang
2
-0
/
+22
2013-03-07
pinctrl: single: create new gpio function range
Haojian Zhuang
1
-2
/
+71
2013-03-07
pinctrl: check pinctrl ready for gpio range
Haojian Zhuang
1
-0
/
+36
2013-03-07
pinctrl: abx500: Add terminating entry for of_device_id table
Axel Lin
1
-0
/
+1
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
21
-52
/
+52
2013-03-07
pinctrl: core: use devres_release() instead of devres_destroy()
Jingoo Han
1
-2
/
+1
2013-02-22
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+4
2013-02-22
Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
25
-1
/
+32555
2013-02-22
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2013-02-22
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-52
/
+40
2013-02-20
Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
26
-115
/
+8627
2013-02-16
sh-pfc: sh_pfc_probe() sizeof() fix
Magnus Damm
1
-1
/
+1
2013-02-15
pinctrl: tegra: add clfvs function to Tegra114 support
Rhyland Klein
1
-5
/
+17
2013-02-15
pinctrl: generic: rename input schmitt disable
Haojian Zhuang
1
-1
/
+1
2013-02-13
Merge branch 'fixes-for-3.9' into next/fixes-non-critical
Olof Johansson
1
-2
/
+2
2013-02-11
pinctrl/pinconfig: add debug interface
Laurent Meunier
3
-17
/
+227
2013-02-10
pinctrl: samsung: remove duplicated line
Jingoo Han
1
-1
/
+0
2013-02-10
pinctrl/abx500: use direct IRQ defines
Linus Walleij
5
-17
/
+16
2013-02-10
pinctrl/abx500: replace IRQ offsets with table read-in values
Lee Jones
6
-25
/
+32
2013-02-10
pinctrl/abx500: move IRQ handling to ab8500-core
Lee Jones
1
-296
/
+3
2013-02-08
Merge branch 'allwinner-sunxi' into devel
Linus Walleij
4
-0
/
+1989
2013-02-07
pinctrl: exynos5440: remove erroneous __init
Linus Walleij
1
-5
/
+5
2013-02-07
pinctrl/abx500: adjust offset for get_mode()
Linus Walleij
1
-1
/
+3
2013-02-07
pinctrl/abx500: add Device Tree support
Lee Jones
1
-5
/
+31
2013-02-07
pinctrl/abx500: align GPIO cluster boundaries
Lee Jones
5
-16
/
+18
2013-02-07
pinctrl/abx500: prevent error path from corrupting returning error
Lee Jones
1
-4
/
+5
2013-02-05
pinctrl: sunxi: add of_xlate function
Maxime Ripard
1
-0
/
+20
[next]