summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Initial R8A7796 PFC supportTakeshi Kihara2016-08-191-0/+6
* pinctrl: sh-pfc: Add R8A7792 PFC supportSergei Shtylyov2016-08-081-0/+6
* pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()Geert Uytterhoeven2016-06-211-10/+0Star
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-4/+16
|\
| * pinctrl: sh-pfc: Kill unused variable in sh_pfc_remove()Geert Uytterhoeven2016-04-291-3/+1Star
| * pinctrl: ish-pfc: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+0Star
| * pinctrl: sh-pfc: Add drive strength supportLaurent Pinchart2016-03-291-0/+15
* | pinctrl: sh-pfc: only use dummy states for non-DT platformsWolfram Sang2016-03-301-1/+3
|/
* pinctrl: sh-pfc: core: don't open code of_device_get_match_data()Wolfram Sang2016-03-091-1/+1
* pinctrl: sh-pfc: make explicitly non-modularPaul Gortmaker2016-03-091-14/+4Star
* pinctrl: sh-pfc: Rework PFC GPIO supportMagnus Damm2016-02-181-2/+2
* 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