aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sh-pfc/sh_pfc.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+8
2013-12-20pinctrl: sh-pfc: Constify IRQ GPIOs arraysGravatar Laurent Pinchart 1-2/+2
2013-12-20pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literalsGravatar Laurent Pinchart 1-4/+5
2013-12-12sh-pfc: Terminate gpios array by -1Gravatar Laurent Pinchart 1-2/+2
2013-12-10sh-pfc: Share common PORTCR macro definitionGravatar Laurent Pinchart 1-2/+1
2013-12-10sh-pfc: Fix PINMUX_GPIO macroGravatar Laurent Pinchart 1-1/+1
2013-07-29sh-pfc: Support pins not associated with a GPIO portGravatar Laurent Pinchart 1-0/+9
2013-07-29sh-pfc: Compute pin ranges automaticallyGravatar Laurent Pinchart 1-2/+0
2013-07-29sh-pfc: Add pin number to struct sh_pfc_pinGravatar Laurent Pinchart 1-8/+12
2013-07-29sh-pfc: Pass the pin number down to the port function macroGravatar Laurent Pinchart 1-3/+3
2013-07-29sh-pfc: Add port numbers to the CPU_ALL_PORT macroGravatar Laurent Pinchart 1-15/+15
2013-07-29sh-pfc: Don't duplicate argument to PINMUX_GPIO macroGravatar Laurent Pinchart 1-4/+4
2013-07-29sh-pfc: sh7734: Use the common GP port style macrosGravatar Laurent Pinchart 1-17/+0
2013-07-29sh-pfc: Consolidate pin definition macrosGravatar Laurent Pinchart 1-0/+8
2013-07-29sh-pfc: Consolidate PFC SoC data macrosGravatar Laurent Pinchart 1-39/+129
2013-07-29sh-pfc: Replace pinmux_enum_id typedef with u16Gravatar Laurent Pinchart 1-14/+12
2013-07-29sh-pfc: Remove unused GPIO_PORT_ALL macroGravatar Laurent Pinchart 1-2/+0
2013-07-29sh-pfc: Remove unneeded const keywordsGravatar Laurent Pinchart 1-2/+2
2013-07-29sh-pfc: Remove unused macro and enum entriesGravatar Laurent Pinchart 1-7/+0
2013-07-29sh-pfc: Remove unused PORT_DATA_* macrosGravatar Laurent Pinchart 1-30/+0
2013-07-29sh-pfc: Remove unused input_pd and input_pu rangesGravatar Laurent Pinchart 1-4/+0
2013-06-05sh-pfc: Add support for SoC-specific initializationGravatar Laurent Pinchart 1-0/+2
2013-06-04sh-pfc: Remove dependency on GPIOLIBGravatar Laurent Pinchart 1-1/+1
2013-03-15sh-pfc: Implement generic pinconf supportGravatar Laurent Pinchart 1-0/+16
2013-03-15sh-pfc: Constify all SoC dataGravatar Laurent Pinchart 1-10/+10
2013-03-15sh-pfc: Remove configuration dry-run and freeGravatar Laurent Pinchart 1-4/+1
2013-03-15sh-pfc: Don't modify sh_pfc_pin SoC dataGravatar Laurent Pinchart 1-7/+0
2013-03-15sh-pfc: Don't modify pinmux_data_reg SoC dataGravatar Laurent Pinchart 1-1/+1
2013-03-15sh-pfc: Don't map data registers individuallyGravatar Laurent Pinchart 1-1/+0
2013-03-15sh-pfc: Expose real groups and functions in pinctrl/pinmux operationsGravatar Laurent Pinchart 1-0/+35
2013-03-15sh-pfc: Add support for sparse pin numbersGravatar Laurent Pinchart 1-0/+2
2013-03-15sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitionsGravatar Laurent Pinchart 1-0/+17
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberGravatar Laurent Pinchart 1-2/+2
2013-03-15sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinGravatar Laurent Pinchart 1-4/+3
2013-03-15sh-pfc: Split pins and functions definition tablesGravatar Laurent Pinchart 1-7/+12
2013-03-15sh-pfc: Make struct pinmux_gpio enum_id field constGravatar Laurent Pinchart 1-1/+1
2013-03-15sh-pfc: Initialize pinmux_gpio flags staticallyGravatar Laurent Pinchart 1-3/+13
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldGravatar Laurent Pinchart 1-1/+0
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsGravatar Laurent Pinchart 1-2/+1
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosGravatar Laurent Pinchart 1-2/+2
2013-01-25sh-pfc: Move sh_pfc.h from include/linux/ to driver directoryGravatar Laurent Pinchart 1-0/+195