aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/pinctrl-mvebu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij1-1/+1
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-6/+10
2017-12-20pinctrl: mvebu: Delete an error message for a failed memory allocation in mvebu_pinctrl_probe()Markus Elfring1-3/+2
2017-06-16pinctrl: mvebu: remove the offset property for regmapGregory CLEMENT1-5/+1
2017-02-13pinctrl: mvebu: make bool drivers explicitly non-modularPaul Gortmaker1-1/+0
2017-01-18pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King1-0/+60
2017-01-18pinctrl: mvebu: provide generic simple mmio-based implementationRussell King1-0/+57
2017-01-18pinctrl: mvebu: provide per-control private dataRussell King1-4/+10
2017-01-18pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King1-3/+3
2017-01-17pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()Markus Elfring1-8/+8
2017-01-17pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()Markus Elfring1-4/+5
2017-01-17pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group_dbg_show()Markus Elfring1-1/+0
2017-01-17pinctrl: mvebu: Delete an error message for a failed memory allocation in three functionsMarkus Elfring1-11/+3
2017-01-17pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()Markus Elfring1-1/+1
2016-04-21pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-8/+1
2016-02-13pinctrl: mvebu: fix num_settings in mpp group assignmentSebastian Hesselbarth1-3/+6
2015-12-09pinctrl: mvebu: complain about missing group after checking variantSebastian Hesselbarth1-13/+16
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-3/+3
2014-02-25pinctrl: mvebu: remove common get/set functionsSebastian Hesselbarth1-47/+2
2014-02-25pinctrl: mvebu: move resource allocation to SoC specific driversSebastian Hesselbarth1-8/+0
2014-02-25pinctrl: mvebu: remove passing mvebu_mpp_ctrl to callbacksSebastian Hesselbarth1-4/+4
2014-02-25pinctrl: mvebu: identify generic controls by nameSebastian Hesselbarth1-14/+16
2014-02-25pinctrl: mvebu: remove obsolete per-control name buffer allocationSebastian Hesselbarth1-9/+0
2014-02-25pinctrl: mvebu: count unnamed controls and allocate name bufferSebastian Hesselbarth1-5/+19
2013-08-28pinctrl: mvebu: testing the wrong variableDan Carpenter1-1/+1
2013-08-28pinctrl: mvebu: Convert to use devm_ioremap_resourceJisheng Zhang1-6/+5
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-6/+20
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij1-1/+1
2013-03-27pinctrl: mvebu: prevent walking off the end of group arrayDavid Woodhouse1-12/+21
2013-03-21pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot1-1/+1
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-6/+5
2012-11-11pinctrl: mvebu: move to its own directoryThomas Petazzoni1-0/+753