aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/sh_pfc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30pinctrl: sh-pfc: Share/reuse same PORT_GP_x() macrosKuninori Morimoto1-10/+56
2015-11-30pinctrl: sh-pfc: Add PINMUX_SINGLE()Geert Uytterhoeven1-0/+8
2015-10-20pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven1-0/+5
2015-10-20pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven1-3/+3
2015-10-20pinctrl: sh-pfc: Add macros defining GP ports with config flagsUlrich Hecht1-22/+25
2015-10-20pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to shared header fileSergei Shtylyov1-0/+23
2015-10-02pinctrl: sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA()Kuninori Morimoto1-2/+0
2015-10-02pinctrl: sh-pfc: modify PINMUX_IPSR_MSEL() macro orderKuninori Morimoto1-1/+1
2015-10-02pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart1-7/+1
2015-10-02pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven1-0/+2
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+5
2015-08-24pinctrl: sh-pfc: Implement pinconf power-source param for voltage switchingBen Hutchings1-0/+5
2015-07-20sh-pfc: fix sparse GPIOs for R-Car SoCsSergei Shtylyov1-1/+1
2015-03-18pinctrl: sh-pfc: Use u32 to store register addressesGeert Uytterhoeven1-3/+3
2015-03-18pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned longGeert Uytterhoeven1-4/+6
2015-03-09pinctrl: sh-pfc: Do not overwrite bias configurationGeert Uytterhoeven1-12/+13
2015-01-27sh-pfc: add macro to define pinmux without functionNiklas Söderlund1-0/+2
2014-09-23pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocationLaurent Pinchart1-1/+0
2014-05-23pinctrl: sh-pfc: Don't set the pinmux_irq irq field for multiplatformLaurent Pinchart1-0/+5
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-8/+8
2013-12-20pinctrl: sh-pfc: Constify IRQ GPIOs arraysLaurent Pinchart1-2/+2
2013-12-20pinctrl: sh-pfc: Constify enum_ids and var_field_width compound literalsLaurent Pinchart1-4/+5
2013-12-12sh-pfc: Terminate gpios array by -1Laurent Pinchart1-2/+2
2013-12-10sh-pfc: Share common PORTCR macro definitionLaurent Pinchart1-2/+1
2013-12-10sh-pfc: Fix PINMUX_GPIO macroLaurent Pinchart1-1/+1
2013-07-29sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart1-0/+9
2013-07-29sh-pfc: Compute pin ranges automaticallyLaurent Pinchart1-2/+0
2013-07-29sh-pfc: Add pin number to struct sh_pfc_pinLaurent Pinchart1-8/+12
2013-07-29sh-pfc: Pass the pin number down to the port function macroLaurent Pinchart1-3/+3
2013-07-29sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart1-15/+15
2013-07-29sh-pfc: Don't duplicate argument to PINMUX_GPIO macroLaurent Pinchart1-4/+4
2013-07-29sh-pfc: sh7734: Use the common GP port style macrosLaurent Pinchart1-17/+0
2013-07-29sh-pfc: Consolidate pin definition macrosLaurent Pinchart1-0/+8
2013-07-29sh-pfc: Consolidate PFC SoC data macrosLaurent Pinchart1-39/+129
2013-07-29sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart1-14/+12
2013-07-29sh-pfc: Remove unused GPIO_PORT_ALL macroLaurent Pinchart1-2/+0
2013-07-29sh-pfc: Remove unneeded const keywordsLaurent Pinchart1-2/+2
2013-07-29sh-pfc: Remove unused macro and enum entriesLaurent Pinchart1-7/+0
2013-07-29sh-pfc: Remove unused PORT_DATA_* macrosLaurent Pinchart1-30/+0
2013-07-29sh-pfc: Remove unused input_pd and input_pu rangesLaurent Pinchart1-4/+0
2013-06-05sh-pfc: Add support for SoC-specific initializationLaurent Pinchart1-0/+2
2013-06-04sh-pfc: Remove dependency on GPIOLIBLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Implement generic pinconf supportLaurent Pinchart1-0/+16
2013-03-15sh-pfc: Constify all SoC dataLaurent Pinchart1-10/+10
2013-03-15sh-pfc: Remove configuration dry-run and freeLaurent Pinchart1-4/+1
2013-03-15sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart1-7/+0
2013-03-15sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Don't map data registers individuallyLaurent Pinchart1-1/+0
2013-03-15sh-pfc: Expose real groups and functions in pinctrl/pinmux operationsLaurent Pinchart1-0/+35
2013-03-15sh-pfc: Add support for sparse pin numbersLaurent Pinchart1-0/+2