aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21pinctrl: sh-pfc: Validate pin tables at runtimeGeert Uytterhoeven1-0/+29
2019-05-21pinctrl: sh-pfc: Add check for empty pinmux groups/functionsGeert Uytterhoeven1-1/+12
2019-05-21pinctrl: sh-pfc: Mark run-time debug code __initGeert Uytterhoeven1-7/+7
2019-05-21pinctrl: sh-pfc: Correct printk level of group reference warningGeert Uytterhoeven1-2/+2
2019-04-02pinctrl: sh-pfc: Validate enum IDs for regs with variable-width fieldsGeert Uytterhoeven1-0/+6
2019-04-02pinctrl: sh-pfc: Validate pinmux tables at runtime when debuggingGeert Uytterhoeven1-0/+124
2018-12-18pinctrl: sh-pfc: Print actual field width for variable-width fieldsGeert Uytterhoeven1-1/+1
2018-09-19pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC supportFabrizio Castro1-0/+6
2018-09-19pinctrl: sh-pfc: r8a7791: Add r8a7744 supportBiju Das1-0/+6
2018-09-11pinctrl: sh-pfc: Convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-28pinctrl: sh-pfc: r8a7796: Add R8A774A1 PFC supportBiju Das1-0/+6
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-05-23pinctrl: sh-pfc: Initial R8A77990 PFC supportTakeshi Kihara1-0/+6
2018-05-16pinctrl: sh-pfc: Add r8a77470 PFC supportBiju Das1-0/+6
2018-03-09pinctrl: sh-pfc: Add R8A77980 PFC supportSergei Shtylyov1-0/+6
2018-02-20pinctrl: sh-pfc: Initial R-Car M3-N supportJacopo Mondi1-0/+6
2017-12-05pinctrl: sh-pfc: Add R8A77970 PFC supportSergei Shtylyov1-0/+6
2017-10-20pinctrl: sh-pfc: Save/restore registers for PSCI system suspendGeert Uytterhoeven1-0/+97
2017-10-20pinctrl: sh-pfc: Remove obsolete sh_pfc_pin_to_bias_info()Geert Uytterhoeven1-15/+0
2017-10-20pinctrl: sh-pfc: Add sh_pfc_pin_to_bias_reg() helperGeert Uytterhoeven1-0/+20
2017-10-20pinctrl: sh-pfc: Drop width parameter of sh_pfc_{read,write}_reg()Geert Uytterhoeven1-4/+4
2017-10-20pinctrl: sh-pfc: Remove matching on plain sh-pfc platform deviceGeert Uytterhoeven1-6/+1
2017-08-16pinctrl: sh-pfc: Initial R8A77995 PFC supportTakeshi Kihara1-0/+6
2017-05-16pinctrl: sh-pfc: r8a7794: Add R8A7745 supportSergei Shtylyov1-0/+6
2017-05-16pinctrl: sh-pfc: r8a7791: Add R8A7743 supportSergei Shtylyov1-0/+6
2017-03-21pinctrl: sh-pfc: Update info pointer after SoC-specific initGeert Uytterhoeven1-0/+3
2016-11-15pinctrl: sh-pfc: Add helper to handle bias lookup tableNiklas Söderlund1-0/+15
2016-08-19pinctrl: sh-pfc: Initial R8A7796 PFC supportTakeshi Kihara1-0/+6
2016-08-08pinctrl: sh-pfc: Add R8A7792 PFC supportSergei Shtylyov1-0/+6
2016-06-21pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()Geert Uytterhoeven1-10/+0
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-4/+16
2016-04-29pinctrl: sh-pfc: Kill unused variable in sh_pfc_remove()Geert Uytterhoeven1-3/+1
2016-04-21pinctrl: ish-pfc: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+0
2016-03-30pinctrl: sh-pfc: only use dummy states for non-DT platformsWolfram Sang1-1/+3
2016-03-29pinctrl: sh-pfc: Add drive strength supportLaurent Pinchart1-0/+15
2016-03-09pinctrl: sh-pfc: core: don't open code of_device_get_match_data()Wolfram Sang1-1/+1
2016-03-09pinctrl: sh-pfc: make explicitly non-modularPaul Gortmaker1-14/+4
2016-02-18pinctrl: sh-pfc: Rework PFC GPIO supportMagnus Damm1-2/+2
2015-10-20pinctrl: sh-pfc: Remove obsolete r8a7778 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20pinctrl: sh-pfc: Remove obsolete r8a7779 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven1-2/+2
2015-10-02pinctrl: sh-pfc: Initial R8A7795 PFC supportTakeshi Kihara1-0/+6
2015-07-16pinctrl: sh-pfc: Remove obsolete r8a7740 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-07-16pinctrl: sh-pfc: Remove obsolete sh73a0 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-07-16pinctrl: sh-pfc: Convert to platform_get_*()Geert Uytterhoeven1-25/+21
2015-06-16pinctrl: sh-pfc: add R8A7794 PFC supportHisashi Nakamura1-0/+6
2015-05-12pinctrl: sh-pfc: Add r8a7793 supportUlrich Hecht1-0/+6
2015-05-12pinctrl: sh-pfc: Remove r8a73a4 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-03-18pinctrl: sh-pfc: Remove r8a7790 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-03-18pinctrl: sh-pfc: Remove emev2 platform_device_id entryGeert Uytterhoeven1-3/+0