summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mvebu/pinctrl-mvebu.c
AgeCommit message (Expand)Author
2019-10-24pinctrl: mvebu: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-12-20pinctrl: mvebu: Delete an error message for a failed memory allocation in mve...Markus Elfring
2017-06-16pinctrl: mvebu: remove the offset property for regmapGregory CLEMENT
2017-02-13pinctrl: mvebu: make bool drivers explicitly non-modularPaul Gortmaker
2017-01-18pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King
2017-01-18pinctrl: mvebu: provide generic simple mmio-based implementationRussell King
2017-01-18pinctrl: mvebu: provide per-control private dataRussell King
2017-01-18pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King
2017-01-17pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()Markus Elfring
2017-01-17pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()Markus Elfring
2017-01-17pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group...Markus Elfring
2017-01-17pinctrl: mvebu: Delete an error message for a failed memory allocation in thr...Markus Elfring
2017-01-17pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()Markus Elfring
2016-04-21pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan
2016-02-13pinctrl: mvebu: fix num_settings in mpp group assignmentSebastian Hesselbarth
2015-12-09pinctrl: mvebu: complain about missing group after checking variantSebastian Hesselbarth
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij
2014-02-25pinctrl: mvebu: remove common get/set functionsSebastian Hesselbarth
2014-02-25pinctrl: mvebu: move resource allocation to SoC specific driversSebastian Hesselbarth
2014-02-25pinctrl: mvebu: remove passing mvebu_mpp_ctrl to callbacksSebastian Hesselbarth
2014-02-25pinctrl: mvebu: identify generic controls by nameSebastian Hesselbarth
2014-02-25pinctrl: mvebu: remove obsolete per-control name buffer allocationSebastian Hesselbarth
2014-02-25pinctrl: mvebu: count unnamed controls and allocate name bufferSebastian Hesselbarth
2013-08-28pinctrl: mvebu: testing the wrong variableDan Carpenter
2013-08-28pinctrl: mvebu: Convert to use devm_ioremap_resourceJisheng Zhang
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij
2013-03-27pinctrl: mvebu: prevent walking off the end of group arrayDavid Woodhouse
2013-03-21pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman
2012-11-11pinctrl: mvebu: move to its own directoryThomas Petazzoni