summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/sh_pfc.h
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Rename PINMUX_IPSR_DATA() to PINMUX_IPSR_GPSR()Geert Uytterhoeven2016-02-081-1/+1
* pinctrl: sh-pfc: Improve pinmux macros documentationGeert Uytterhoeven2016-02-081-8/+88
* pinctrl: sh-pfc: Share/reuse same PORT_GP_x() macrosKuninori Morimoto2015-11-301-10/+56
* pinctrl: sh-pfc: Add PINMUX_SINGLE()Geert Uytterhoeven2015-11-301-0/+8
* pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven2015-10-201-0/+5
* pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven2015-10-201-3/+3
* pinctrl: sh-pfc: Add macros defining GP ports with config flagsUlrich Hecht2015-10-201-22/+25
* pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to shared header fileSergei Shtylyov2015-10-201-0/+23
* pinctrl: sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA()Kuninori Morimoto2015-10-021-2/+0Star
* pinctrl: sh-pfc: modify PINMUX_IPSR_MSEL() macro orderKuninori Morimoto2015-10-021-1/+1
* pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart2015-10-021-7/+1Star
* pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven2015-10-021-0/+2
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-041-0/+5
|\
| * pinctrl: sh-pfc: Implement pinconf power-source param for voltage switchingBen Hutchings2015-08-241-0/+5
* | sh-pfc: fix sparse GPIOs for R-Car SoCsSergei Shtylyov2015-07-201-1/+1
|/
* pinctrl: sh-pfc: Use u32 to store register addressesGeert Uytterhoeven2015-03-181-3/+3
* pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned longGeert Uytterhoeven2015-03-181-4/+6
* pinctrl: sh-pfc: Do not overwrite bias configurationGeert Uytterhoeven2015-03-091-12/+13
* sh-pfc: add macro to define pinmux without functionNiklas Söderlund2015-01-271-0/+2
* pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocationLaurent Pinchart2014-09-231-1/+0Star
* pinctrl: sh-pfc: Don't set the pinmux_irq irq field for multiplatformLaurent Pinchart2014-05-231-0/+5
* Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-01-211-8/+8
|\
| * pinctrl: sh-pfc: Constify IRQ GPIOs arraysLaurent Pinchart2013-12-201-2/+2
| * pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literalsLaurent Pinchart2013-12-201-4/+5
| * sh-pfc: Terminate gpios array by -1Laurent Pinchart2013-12-121-2/+2
| * sh-pfc: Share common PORTCR macro definitionLaurent Pinchart2013-12-101-2/+1Star
* | sh-pfc: Fix PINMUX_GPIO macroLaurent Pinchart2013-12-101-1/+1
|/
* sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart2013-07-291-0/+9
* sh-pfc: Compute pin ranges automaticallyLaurent Pinchart2013-07-291-2/+0Star
* sh-pfc: Add pin number to struct sh_pfc_pinLaurent Pinchart2013-07-291-8/+12
* sh-pfc: Pass the pin number down to the port function macroLaurent Pinchart2013-07-291-3/+3
* sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart2013-07-291-15/+15
* sh-pfc: Don't duplicate argument to PINMUX_GPIO macroLaurent Pinchart2013-07-291-4/+4
* sh-pfc: sh7734: Use the common GP port style macrosLaurent Pinchart2013-07-291-17/+0Star
* sh-pfc: Consolidate pin definition macrosLaurent Pinchart2013-07-291-0/+8
* sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart2013-07-291-39/+129
* sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart2013-07-291-14/+12Star
* sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart2013-07-291-2/+0Star
* sh-pfc: Remove unneeded const keywordsLaurent Pinchart2013-07-291-2/+2
* sh-pfc: Remove unused macro and enum entriesLaurent Pinchart2013-07-291-7/+0Star
* sh-pfc: Remove unused PORT_DATA_* macrosLaurent Pinchart2013-07-291-30/+0Star
* sh-pfc: Remove unused input_pd and input_pu rangesLaurent Pinchart2013-07-291-4/+0Star
* sh-pfc: Add support for SoC-specific initializationLaurent Pinchart2013-06-051-0/+2
* sh-pfc: Remove dependency on GPIOLIBLaurent Pinchart2013-06-041-1/+1
* sh-pfc: Implement generic pinconf supportLaurent Pinchart2013-03-151-0/+16
* sh-pfc: Constify all SoC dataLaurent Pinchart2013-03-151-10/+10
* sh-pfc: Remove configuration dry-run and freeLaurent Pinchart2013-03-151-4/+1Star
* sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart2013-03-151-7/+0Star
* sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart2013-03-151-1/+1
* sh-pfc: Don't map data registers individuallyLaurent Pinchart2013-03-151-1/+0Star