index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sh-pfc
/
sh_pfc.h
Age
Commit message (
Expand
)
Author
2014-05-23
pinctrl: sh-pfc: Don't set the pinmux_irq irq field for multiplatform
Laurent Pinchart
2014-01-21
Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-12-20
pinctrl: sh-pfc: Constify IRQ GPIOs arrays
Laurent Pinchart
2013-12-20
pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literals
Laurent Pinchart
2013-12-12
sh-pfc: Terminate gpios array by -1
Laurent Pinchart
2013-12-10
sh-pfc: Share common PORTCR macro definition
Laurent Pinchart
2013-12-10
sh-pfc: Fix PINMUX_GPIO macro
Laurent Pinchart
2013-07-29
sh-pfc: Support pins not associated with a GPIO port
Laurent Pinchart
2013-07-29
sh-pfc: Compute pin ranges automatically
Laurent Pinchart
2013-07-29
sh-pfc: Add pin number to struct sh_pfc_pin
Laurent Pinchart
2013-07-29
sh-pfc: Pass the pin number down to the port function macro
Laurent Pinchart
2013-07-29
sh-pfc: Add port numbers to the CPU_ALL_PORT macro
Laurent Pinchart
2013-07-29
sh-pfc: Don't duplicate argument to PINMUX_GPIO macro
Laurent Pinchart
2013-07-29
sh-pfc: sh7734: Use the common GP port style macros
Laurent Pinchart
2013-07-29
sh-pfc: Consolidate pin definition macros
Laurent Pinchart
2013-07-29
sh-pfc: Consolidate PFC SoC data macros
Laurent Pinchart
2013-07-29
sh-pfc: Replace pinmux_enum_id typedef with u16
Laurent Pinchart
2013-07-29
sh-pfc: Remove unused GPIO_PORT_ALL macro
Laurent Pinchart
2013-07-29
sh-pfc: Remove unneeded const keywords
Laurent Pinchart
2013-07-29
sh-pfc: Remove unused macro and enum entries
Laurent Pinchart
2013-07-29
sh-pfc: Remove unused PORT_DATA_* macros
Laurent Pinchart
2013-07-29
sh-pfc: Remove unused input_pd and input_pu ranges
Laurent Pinchart
2013-06-05
sh-pfc: Add support for SoC-specific initialization
Laurent Pinchart
2013-06-04
sh-pfc: Remove dependency on GPIOLIB
Laurent Pinchart
2013-03-15
sh-pfc: Implement generic pinconf support
Laurent Pinchart
2013-03-15
sh-pfc: Constify all SoC data
Laurent Pinchart
2013-03-15
sh-pfc: Remove configuration dry-run and free
Laurent Pinchart
2013-03-15
sh-pfc: Don't modify sh_pfc_pin SoC data
Laurent Pinchart
2013-03-15
sh-pfc: Don't modify pinmux_data_reg SoC data
Laurent Pinchart
2013-03-15
sh-pfc: Don't map data registers individually
Laurent Pinchart
2013-03-15
sh-pfc: Expose real groups and functions in pinctrl/pinmux operations
Laurent Pinchart
2013-03-15
sh-pfc: Add support for sparse pin numbers
Laurent Pinchart
2013-03-15
sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions
Laurent Pinchart
2013-03-15
sh-pfc: Look up IRQ table entries by GPIO number
Laurent Pinchart
2013-03-15
sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin
Laurent Pinchart
2013-03-15
sh-pfc: Split pins and functions definition tables
Laurent Pinchart
2013-03-15
sh-pfc: Make struct pinmux_gpio enum_id field const
Laurent Pinchart
2013-03-15
sh-pfc: Initialize pinmux_gpio flags statically
Laurent Pinchart
2013-03-15
sh-pfc: Remove unused sh_pfc_soc_info reserved_id field
Laurent Pinchart
2013-03-15
sh-pfc: Replace SoC info data and mark ranges with a number of pins
Laurent Pinchart
2013-03-15
sh-pfc: Replace first_gpio and last_gpio with nr_gpios
Laurent Pinchart
2013-01-25
sh-pfc: Move sh_pfc.h from include/linux/ to driver directory
Laurent Pinchart