index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
sh-pfc: r8a7740: Add LCDC0 and LCDC1 pin groups and functions
Laurent Pinchart
1
-0
/
+276
2013-03-15
sh-pfc: sh73a0: Add IrDA pin groups and functions
Laurent Pinchart
1
-0
/
+23
2013-03-15
sh-pfc: sh73a0: Add USB pin groups and functions
Laurent Pinchart
1
-0
/
+14
2013-03-15
sh-pfc: sh73a0: Add BSC pin groups and functions
Laurent Pinchart
1
-0
/
+124
2013-03-15
sh-pfc: sh73a0: Add KEYSC pin groups and functions
Laurent Pinchart
1
-0
/
+213
2013-03-15
sh-pfc: sh73a0: Add SDHI and MMCIF pin groups and functions
Guennadi Liakhovetski
1
-0
/
+194
2013-03-15
sh-pfc: sh73a0: Add FSI pin groups and functions
Laurent Pinchart
1
-0
/
+244
2013-03-15
sh-pfc: sh73a0: Add I2C2 and I2C3 pin groups and functions
Laurent Pinchart
1
-0
/
+64
2013-03-15
sh-pfc: sh73a0: Add SCIFA and SCIFB pin groups and functions
Laurent Pinchart
1
-0
/
+351
2013-03-15
sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functions
Laurent Pinchart
1
-0
/
+254
2013-03-15
sh-pfc: sh73a0: Add bias (pull-up/down) pinconf support
Laurent Pinchart
1
-1
/
+350
2013-03-15
sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functions
Guennadi Liakhovetski
1
-0
/
+206
2013-03-15
sh-pfc: Return an error if a pin doesn't support the requested direction
Laurent Pinchart
1
-0
/
+10
2013-03-15
sh-pfc: Convert message printing from pr_* to dev_*
Laurent Pinchart
3
-15
/
+20
2013-03-15
sh-pfc: Clean up pin configuration type handling
Laurent Pinchart
1
-28
/
+46
2013-03-15
sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction()
Laurent Pinchart
1
-39
/
+32
2013-03-15
sh-pfc: Implement generic pinconf support
Laurent Pinchart
3
-30
/
+110
2013-03-15
sh-pfc: Use proper error codes
Laurent Pinchart
3
-31
/
+25
2013-03-15
sh-pfc: Constify all SoC data
Laurent Pinchart
21
-123
/
+125
2013-03-15
sh-pfc: Remove configuration dry-run and free
Laurent Pinchart
5
-108
/
+12
2013-03-15
sh-pfc: Don't modify sh_pfc_pin SoC data
Laurent Pinchart
5
-61
/
+68
2013-03-15
sh-pfc: Don't modify pinmux_data_reg SoC data
Laurent Pinchart
2
-19
/
+41
2013-03-15
sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings
Laurent Pinchart
1
-9
/
+6
2013-03-15
sh-pfc: Don't map data registers individually
Laurent Pinchart
4
-53
/
+82
2013-03-15
sh-pfc: Move GPIO registers access functions to gpio.c
Laurent Pinchart
3
-116
/
+97
2013-03-15
sh-pfc: Fix return value check in sh_pfc_register_pinctrl()
Wei Yongjun
1
-2
/
+2
2013-03-15
sh: shx3: Add pin control resources
Laurent Pinchart
1
-3
/
+14
2013-03-15
sh: sh7786: Add pin control resources
Laurent Pinchart
1
-2
/
+12
2013-03-15
sh: sh7785: Add pin control resources
Laurent Pinchart
1
-2
/
+12
2013-03-15
sh: sh7757: Add pin control resources
Laurent Pinchart
1
-1
/
+12
2013-03-15
sh: sh7724: Add pin control resources
Laurent Pinchart
1
-1
/
+12
2013-03-15
sh: sh7723: Add pin control resources
Laurent Pinchart
1
-2
/
+12
2013-03-15
sh: sh7722: Add pin control resources
Laurent Pinchart
1
-2
/
+12
2013-03-15
sh: sh7720: Add pin control resources
Laurent Pinchart
1
-2
/
+12
2013-03-15
sh: sh7269: Add pin control resources
Laurent Pinchart
1
-1
/
+10
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
[next]