summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | pinctrl: mvebu: remove unused variableArnd Bergmann2017-01-261-1/+0Star
| * | | | pinctrl: aspeed: g4: Fix mux configuration for GPIOs AA[4-7], AB[0-7]Andrew Jeffery2017-01-261-16/+16
| * | | | pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2017-01-261-24/+24
| * | | | pinctrl: samsung: Fix samsung_pinctrl_create_functions return valueMarek Szyprowski2017-01-261-1/+1
| * | | | pinctrl: samsung: Remove messages for failed memory allocationMarek Szyprowski2017-01-263-33/+11Star
| * | | | pinctrl/amd: Drop pinctrl_unregister for devm_ registered deviceWei Yongjun2017-01-191-1/+0Star
| * | | | pinctrl: meson: Add HDMI HPD/DDC pins functionsNeil Armstrong2017-01-182-0/+38
| * | | | pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore)Krzysztof Kozlowski2017-01-183-78/+0Star
| * | | | pinctrl: ti-iodelay: remove redundant pin < 0 check on unsigned intColin Ian King2017-01-181-6/+0Star
| * | | | pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King2017-01-182-1/+75
| * | | | pinctrl: mvebu: switch drivers to generic simple mmioRussell King2017-01-188-186/+45Star
| * | | | pinctrl: mvebu: provide generic simple mmio-based implementationRussell King2017-01-182-0/+63
| * | | | pinctrl: mvebu: provide per-control private dataRussell King2017-01-1810-39/+88
| * | | | pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King2017-01-1810-16/+16
| * | | | pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()Markus Elfring2017-01-171-8/+8
| * | | | pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()Markus Elfring2017-01-171-4/+5
| * | | | pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group...Markus Elfring2017-01-171-1/+0Star
| * | | | pinctrl: mvebu: Delete an error message for a failed memory allocation in thr...Markus Elfring2017-01-171-11/+3Star
| * | | | pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()Markus Elfring2017-01-171-1/+1
| * | | | Merge tag 'sh-pfc-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2017-01-133-213/+2158
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | pinctrl: sh-pfc: r8a7796: Add HSCIF pins, groups, and functionsUlrich Hecht2016-12-271-0/+283
| | * | | pinctrl: sh-pfc: r8a7793: Implement voltage switching for SDHISimon Horman2016-12-271-0/+1
| | * | | pinctrl: sh-pfc: r8a7796: Add MSIOF pins, groups and functionsTakeshi Kihara2016-12-271-0/+913
| | * | | pinctrl: sh-pfc: r8a7796: Add CAN FD supportChris Paterson2016-12-271-0/+37
| | * | | pinctrl: sh-pfc: r8a7796: Add CAN supportChris Paterson2016-12-271-0/+52
| | * | | pinctrl: sh-pfc: r8a7795: Support none GPIO pins bias settingNiklas Söderlund2016-12-271-201/+249
| | * | | pinctrl: sh-pfc: r8a7796: Add bias pinconf supportNiklas Söderlund2016-12-271-39/+315
| | * | | pinctrl: sh-pfc: r8a7796: Add drive strength supportNiklas Söderlund2016-12-271-12/+347
| | |/ /
| * | | pinctrl: Initialize pinctrl_dev.nodeThierry Reding2017-01-131-4/+2Star
| * | | pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-136-76/+149
| * | | pinctrl: sunxi: add driver for V3s SoCIcenowy Zheng2017-01-113-0/+326
| * | | pinctrl/amd: white space cleanups in amd_gpio_dbg_show()Dan Carpenter2017-01-111-6/+6
| * | | pinctrl: Drop error prints on kzalloc() failureBjorn Andersson2017-01-111-20/+6Star
| * | | pinctrl: da850-pupd: Add to module device tableDavid Lechner2017-01-111-0/+1
| * | | pinctrl: baytrail: Convert to use devm_*()Andy Shevchenko2017-01-111-12/+5Star
| * | | pinctrl: intel: Convert to use devm_gpiochip_add_data()Mika Westerberg2017-01-114-23/+4Star
| * | | pinctrl: Introduce TI IOdelay configuration driverNishanth Menon2017-01-095-0/+957
| * | | pinctrl: core: Make dt_free_map optionalTony Lindgren2017-01-092-4/+2Star
| * | | pinctrl: sunxi: Remove old sun5i pinctrl driversMaxime Ripard2017-01-095-1638/+0Star
| * | | pinctrl: sunxi: Add common sun5i pinctrl driverMaxime Ripard2017-01-094-0/+764
| * | | pinctrl: sunxi: Add pinctrl variantsMaxime Ripard2017-01-092-22/+81
| * | | pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter2017-01-051-2/+6
| * | | pinctrl: amd: fix compilation warningLinus Walleij2017-01-031-0/+3
| * | | pinctrl: imx: use generic pinmux helpers for managing functionsGary Bisson2017-01-033-94/+18Star
| * | | pinctrl: imx: use generic pinctrl helpers for managing groupsGary Bisson2017-01-033-141/+69Star
| * | | pinctrl: qcom: msm8660: rename some SDC1->SDC4Linus Walleij2017-01-031-3/+3
| * | | pinctrl: single: Use generic pinmux helpers for managing functionsTony Lindgren2017-01-032-117/+19Star
| * | | pinctrl: single: Use generic pinctrl helpers for managing groupsTony Lindgren2017-01-032-146/+12Star
| * | | pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren2017-01-035-0/+243
| * | | pinctrl: stricten up generic group codeLinus Walleij2017-01-033-18/+22