index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
sh: sh7264: Add pin control resources
Laurent Pinchart
1
-1
/
+12
2013-03-15
sh: sh7203: Add pin control resources
Laurent Pinchart
1
-1
/
+12
2013-03-15
sh-pfc: Expose real groups and functions in pinctrl/pinmux operations
Laurent Pinchart
2
-56
/
+93
2013-03-15
ARM: shmobile: mackerel: Replace GPIO_PORTx enum with GPIO port numbers
Laurent Pinchart
1
-17
/
+17
2013-03-15
ARM: shmobile: bonito: Replace GPIO_PORTx enum with GPIO port numbers
Laurent Pinchart
1
-3
/
+3
2013-03-15
ARM: shmobile: armadillo: Replace GPIO_PORTx enum with GPIO port numbers
Laurent Pinchart
1
-29
/
+29
2013-03-15
ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers
Laurent Pinchart
1
-18
/
+18
2013-03-15
ARM: shmobile: sh73a0: Support sparse GPIO numbers
Guennadi Liakhovetski
5
-75
/
+84
2013-03-15
sh-pfc: Add support for sparse pin numbers
Laurent Pinchart
5
-27
/
+91
2013-03-15
sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()
Laurent Pinchart
2
-9
/
+6
2013-03-15
sh-pfc: Add function to retrieve a pin instance from its pin number
Laurent Pinchart
4
-12
/
+22
2013-03-15
sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic
Laurent Pinchart
3
-32
/
+22
2013-03-15
sh-pfc: Use pinmux identifiers in the pin muxing API
Laurent Pinchart
4
-41
/
+21
2013-03-15
sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions
Laurent Pinchart
3
-50
/
+32
2013-03-15
sh-pfc: Look up IRQ table entries by GPIO number
Laurent Pinchart
7
-119
/
+108
2013-03-15
sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin
Laurent Pinchart
19
-23
/
+22
2013-03-15
sh-pfc: Split pins and functions into separate gpio_chip instances
Laurent Pinchart
3
-100
/
+132
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
4
-6
/
+5
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-13
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...
Simon Horman
34
-367
/
+1548
2013-03-08
ARM: shmobile: marzen: Include mmc/host.h
Simon Horman
1
-0
/
+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
document: devicetree: bind pinconf with pin single
Haojian Zhuang
1
-1
/
+106
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
gpio: pl061: bind pinctrl by gpio request
Haojian Zhuang
1
-0
/
+13
2013-03-07
pinctrl: check pinctrl ready for gpio range
Haojian Zhuang
1
-0
/
+36
2013-03-07
gpio: pl061: support irqdomain
Haojian Zhuang
1
-39
/
+65
2013-03-07
gpio: add gpio offset in gpio range cells property
Haojian Zhuang
6
-24
/
+13
2013-03-07
pinctrl: abx500: Add terminating entry for of_device_id table
Axel Lin
1
-0
/
+1
[next]