summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | pinctrl: sh-pfc: Validate enum IDs for regs with fixed-width fieldsGeert Uytterhoeven2019-04-021-2/+6
| * | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macroGeert Uytterhoeven2019-04-0216-420/+420
| * | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macroGeert Uytterhoeven2019-04-0218-402/+572
| * | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG() macroGeert Uytterhoeven2019-04-0232-1128/+1137
| * | pinctrl: sh-pfc: Allow compile-testing of all driversGeert Uytterhoeven2019-04-022-99/+90
| * | pinctrl: sh-pfc: Add missing #include <linux/errno.h>Geert Uytterhoeven2019-04-0212-0/+12
| * | pinctrl: sh-pfc: Introduce PINCTRL_SH_FUNC_GPIO helper symbolGeert Uytterhoeven2019-04-023-17/+23
| * | pinctrl: sh-pfc: Validate pinmux tables at runtime when debuggingGeert Uytterhoeven2019-04-021-0/+124
| * | pinctrl: sh-pfc: rcar-gen3: Retain TDSELCTRL register across suspend/resumeMarek Vasut2019-03-188-0/+24
| * | pinctrl: sh-pfc: r8a77990: Move CANFD pin groups and functionsFabrizio Castro2019-03-181-8/+8
| * | pinctrl: sh-pfc: r8a7796: Move CANFD pin groups and functionsFabrizio Castro2019-03-181-9/+9
| * | pinctrl: sh-pfc: r8a7779: Add HSCIF0/1 pinsUlrich Hecht2019-03-181-0/+118
| * | pinctrl: sh-pfc: r8a77990: Rename IOCTRLx registersGeert Uytterhoeven2019-03-181-3/+3
| * | pinctrl: sh-pfc: r8a77980: Rename IOCTRLx registersGeert Uytterhoeven2019-03-181-11/+11
| * | pinctrl: sh-pfc: r8a77970: Rename IOCTRLx registersGeert Uytterhoeven2019-03-181-8/+8
| |/
* | pinctrl: fsl: Make pinctrl_ipc_handle staticYueHaibing2019-04-041-1/+1
* | pinctrl: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax2019-04-043-0/+1247
* | pinctrl: sunxi: Allow to disable pinctrl driversMaxime Ripard2019-04-041-19/+38
* | pinctrl: sunxi: Declare set_config on the GPIO chipMaxime Ripard2019-04-041-0/+1
* | pinctrl: sunxi: Fix variable assignment syntaxMaxime Ripard2019-04-041-10/+10
* | pinctrl: sunxi: implement pin_config_setMaxime Ripard2019-04-041-6/+13
|/
* Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-1146-801/+2274
|\
| * pinctrl: imx: fix scu link errorsAnders Roxell2019-03-081-2/+2
| * pinctrl: qcom: spmi-gpio: Reorder debug printBjorn Andersson2019-02-211-1/+1
| * pinctrl: nomadik: fix possible object reference leakWangBo2019-02-201-4/+13
| * pinctrl: stm32: return error upon hwspinlock failureAlexandre Torgue2019-02-201-20/+24
| * pinctrl: stm32: fix memory leak issueAlexandre Torgue2019-02-201-10/+16
| * Merge tag 'sh-pfc-for-v5.1-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-02-137-5/+677
| |\
| | * pinctrl: sh-pfc: r8a77965: Add DRIF pins, groups and functionsTakeshi Kihara2019-02-111-0/+350
| | * pinctrl: sh-pfc: r8a77965: Add TMU pins, groups and functionsTakeshi Kihara2019-02-111-0/+48
| | * pinctrl: sh-pfc: Validate fixed-size field widths at build timeGeert Uytterhoeven2019-02-111-1/+2
| | * pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groupsGeert Uytterhoeven2019-02-111-1/+2
| | * pinctrl: sh-pfc: r8a7792: Fix vin1_data18_b pin groupGeert Uytterhoeven2019-02-111-0/+1
| | * pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin groupGeert Uytterhoeven2019-02-111-1/+1
| | * pinctrl: sh-pfc: emev2: Add missing pinmux functionsGeert Uytterhoeven2019-02-111-0/+20
| | * pinctrl: sh-pfc: r8a77990: Add DRIF pins, groups and functionsTakeshi Kihara2019-02-051-2/+253
| * | pinctrl: sunxi: Support I/O bias voltage setting on A80Chen-Yu Tsai2019-02-114-0/+55
| * | Merge tag 'v5.0-rc6' into develLinus Walleij2019-02-116-29/+37
| |\ \
| * | | pinctrl: ingenic: Add LCD pins for the JZ4725B SoCPaul Cercueil2019-02-081-0/+30
| * | | pinctrl: samsung: Remove legacy API for handling external wakeup interrupts maskKrzysztof Kozlowski2019-02-081-10/+2
| * | | pinctrl: bcm2835: Direct GPIO config changes to generic pinctrlStefan Wahren2019-02-081-1/+2
| * | | pinctrl: bcm2835: declare pin config as genericStefan Wahren2019-02-081-0/+1
| * | | pinctrl: qcom: qcs404: Drop unused UFS_RESET macroBjorn Andersson2019-02-081-25/+0
| * | | pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-02-082-0/+49
| * | | pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-02-081-0/+2
| * | | pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-02-082-0/+54
| * | | pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-02-081-12/+20
| * | | pinctrl: freescale: Add imx8mm pinctrl driver supportBai Ping2019-01-303-0/+356
| * | | Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_".Zhou Yanjie2019-01-301-23/+23
| * | | Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.Zhou Yanjie2019-01-301-2/+44
OpenPOWER on IntegriCloud