summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Remove obsolete r8a7778 platform_device_id entryGeert Uytterhoeven2015-10-201-3/+0Star
* pinctrl: sh-pfc: Remove obsolete r8a7779 platform_device_id entryGeert Uytterhoeven2015-10-201-3/+0Star
* pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven2015-10-201-2/+2
* pinctrl: sh-pfc: Initial R8A7795 PFC supportTakeshi Kihara2015-10-021-0/+6
* pinctrl: sh-pfc: Remove obsolete r8a7740 platform_device_id entryGeert Uytterhoeven2015-07-161-3/+0Star
* pinctrl: sh-pfc: Remove obsolete sh73a0 platform_device_id entryGeert Uytterhoeven2015-07-161-3/+0Star
* pinctrl: sh-pfc: Convert to platform_get_*()Geert Uytterhoeven2015-07-161-25/+21Star
* pinctrl: sh-pfc: add R8A7794 PFC supportHisashi Nakamura2015-06-161-0/+6
* pinctrl: sh-pfc: Add r8a7793 supportUlrich Hecht2015-05-121-0/+6
* pinctrl: sh-pfc: Remove r8a73a4 platform_device_id entryGeert Uytterhoeven2015-05-121-3/+0Star
* pinctrl: sh-pfc: Remove r8a7790 platform_device_id entryGeert Uytterhoeven2015-03-181-3/+0Star
* pinctrl: sh-pfc: Remove emev2 platform_device_id entryGeert Uytterhoeven2015-03-181-3/+0Star
* pinctrl: sh-pfc: Use u32 to store register addressesGeert Uytterhoeven2015-03-181-3/+3
* pinctrl: sh-pfc: Use unsigned int for register/field widths and offsetsGeert Uytterhoeven2015-03-181-30/+29Star
* pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned longGeert Uytterhoeven2015-03-181-1/+1
* pinctrl: sh-pfc: Use u32 to store register dataGeert Uytterhoeven2015-03-181-12/+13
* pinctrl: sh-pfc: Remove r8a7791 platform_device_id entryLaurent Pinchart2015-03-091-3/+0Star
* pinctrl: sh-pfc: sh7372: Remove PFC supportMagnus Damm2015-01-291-9/+0Star
* sh-pfc: Add emev2 pinmux supportNiklas Söderlund2015-01-271-0/+9
* pinctrl: sh-pfc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocationLaurent Pinchart2014-09-231-9/+1Star
* sh-pfc: Support GPIO to IRQ mapping specified IRQ resourcesLaurent Pinchart2013-12-121-16/+53
* sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart2013-12-121-9/+10
* sh-pfc: Turn unsigned indices into unsigned intLaurent Pinchart2013-12-121-4/+4
* pinctrl: sh-pfc: r8a7791 PFC supportHisashi Nakamura2013-10-271-0/+9
* pinctrl: sh-pfc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-2/+0Star
* sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart2013-07-291-7/+15
* sh-pfc: Compute pin ranges automaticallyLaurent Pinchart2013-07-291-8/+62
* sh-pfc: Replace pinmux_enum_id typedef with u16Laurent Pinchart2013-07-291-7/+6Star
* sh-pfc: Remove unused input_pd and input_pu rangesLaurent Pinchart2013-07-291-8/+0Star
* Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-2/+63
|\
| * sh-pfc: Add DT supportLaurent Pinchart2013-06-181-1/+63
| * sh-pfc: Remove support for platform dataLaurent Pinchart2013-06-181-2/+1Star
* | sh-pfc: Add support for SoC-specific initializationLaurent Pinchart2013-06-051-1/+15
* | sh-pfc: Add r8a7778 pinmux supportKuninori Morimoto2013-06-041-0/+3
* | sh-pfc: Initial r8a7790 PFC supportKoji Matsuoka2013-06-041-0/+3
|/
* sh-pfc: Add r8a73a4 pinmux supportMagnus Damm2013-04-031-0/+3
* sh-pfc: Configure pins as GPIOs at request time when handled externallyLaurent Pinchart2013-04-031-21/+16Star
* sh-pfc: Fix compiler warning when BUG()Laurent Pinchart2013-04-021-0/+1
* sh-pfc: Convert message printing from pr_* to dev_*Laurent Pinchart2013-03-151-7/+7
* sh-pfc: Use proper error codesLaurent Pinchart2013-03-151-9/+10
* sh-pfc: Constify all SoC dataLaurent Pinchart2013-03-151-9/+10
* sh-pfc: Remove configuration dry-run and freeLaurent Pinchart2013-03-151-43/+7Star
* sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart2013-03-151-10/+4Star
* sh-pfc: Drop unused support for 1:1 physical to virtual memory mappingsLaurent Pinchart2013-03-151-9/+6Star
* sh-pfc: Don't map data registers individuallyLaurent Pinchart2013-03-151-1/+2
* sh-pfc: Move GPIO registers access functions to gpio.cLaurent Pinchart2013-03-151-105/+5Star
* sh-pfc: Add support for sparse pin numbersLaurent Pinchart2013-03-151-1/+18
* sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart2013-03-151-1/+6
* sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart2013-03-151-20/+9Star