summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Add R8A77970 PFC supportSergei Shtylyov2017-12-051-0/+6
* pinctrl: sh-pfc: Save/restore registers for PSCI system suspendGeert Uytterhoeven2017-10-201-0/+97
* pinctrl: sh-pfc: Remove obsolete sh_pfc_pin_to_bias_info()Geert Uytterhoeven2017-10-201-15/+0Star
* pinctrl: sh-pfc: Add sh_pfc_pin_to_bias_reg() helperGeert Uytterhoeven2017-10-201-0/+20
* pinctrl: sh-pfc: Drop width parameter of sh_pfc_{read,write}_reg()Geert Uytterhoeven2017-10-201-4/+4
* pinctrl: sh-pfc: Remove matching on plain sh-pfc platform deviceGeert Uytterhoeven2017-10-201-6/+1Star
* pinctrl: sh-pfc: Initial R8A77995 PFC supportTakeshi Kihara2017-08-161-0/+6
* pinctrl: sh-pfc: r8a7794: Add R8A7745 supportSergei Shtylyov2017-05-161-0/+6
* pinctrl: sh-pfc: r8a7791: Add R8A7743 supportSergei Shtylyov2017-05-161-0/+6
* pinctrl: sh-pfc: Update info pointer after SoC-specific initGeert Uytterhoeven2017-03-211-0/+3
* pinctrl: sh-pfc: Add helper to handle bias lookup tableNiklas Söderlund2016-11-151-0/+15
* 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