index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sh-pfc
Age
Commit message (
Expand
)
Author
Files
Lines
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-pfc: Expose real groups and functions in pinctrl/pinmux operations
Laurent Pinchart
2
-56
/
+93
2013-03-15
ARM: shmobile: sh73a0: Support sparse GPIO numbers
Guennadi Liakhovetski
1
-33
/
+42
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-02-16
sh-pfc: sh_pfc_probe() sizeof() fix
Magnus Damm
1
-1
/
+1
2013-01-25
sh-pfc: Move sh_pfc.h from include/linux/ to driver directory
Laurent Pinchart
21
-20
/
+229
2013-01-25
sh-pfc: Add shx3 pinmux support
Laurent Pinchart
5
-0
/
+592
2013-01-25
sh-pfc: Add sh7786 pinmux support
Laurent Pinchart
5
-0
/
+847
2013-01-25
sh-pfc: Add sh7785 pinmux support
Laurent Pinchart
5
-0
/
+1314
2013-01-25
sh-pfc: Add sh7757 pinmux support
Laurent Pinchart
5
-0
/
+2292
2013-01-25
sh-pfc: Add sh7734 pinmux support
Laurent Pinchart
5
-0
/
+2485
2013-01-25
sh-pfc: Add sh7724 pinmux support
Laurent Pinchart
5
-0
/
+2235
2013-01-25
sh-pfc: Add sh7723 pinmux support
Laurent Pinchart
5
-0
/
+1913
[prev]
[next]