summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/pinctrl-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-2/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-6/+10
* pinctrl: mvebu: Delete an error message for a failed memory allocation in mve...Markus Elfring2017-12-201-3/+2Star
* pinctrl: mvebu: remove the offset property for regmapGregory CLEMENT2017-06-161-5/+1Star
* pinctrl: mvebu: make bool drivers explicitly non-modularPaul Gortmaker2017-02-131-1/+0Star
* pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King2017-01-181-0/+60
* pinctrl: mvebu: provide generic simple mmio-based implementationRussell King2017-01-181-0/+57
* pinctrl: mvebu: provide per-control private dataRussell King2017-01-181-4/+10
* pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King2017-01-181-3/+3
* 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
* pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-8/+1Star
* pinctrl: mvebu: fix num_settings in mpp group assignmentSebastian Hesselbarth2016-02-131-3/+6
* pinctrl: mvebu: complain about missing group after checking variantSebastian Hesselbarth2015-12-091-13/+16
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-3/+3
* pinctrl: mvebu: remove common get/set functionsSebastian Hesselbarth2014-02-251-47/+2Star
* pinctrl: mvebu: move resource allocation to SoC specific driversSebastian Hesselbarth2014-02-251-8/+0Star
* pinctrl: mvebu: remove passing mvebu_mpp_ctrl to callbacksSebastian Hesselbarth2014-02-251-4/+4
* pinctrl: mvebu: identify generic controls by nameSebastian Hesselbarth2014-02-251-14/+16
* pinctrl: mvebu: remove obsolete per-control name buffer allocationSebastian Hesselbarth2014-02-251-9/+0Star
* pinctrl: mvebu: count unnamed controls and allocate name bufferSebastian Hesselbarth2014-02-251-5/+19
* pinctrl: mvebu: testing the wrong variableDan Carpenter2013-08-281-1/+1
* pinctrl: mvebu: Convert to use devm_ioremap_resourceJisheng Zhang2013-08-281-6/+5Star
* pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin2013-08-281-6/+20
* Merge tag 'v3.9-rc5' into develLinus Walleij2013-04-031-1/+1
|\
| * pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot2013-03-211-1/+1
* | pinctrl: mvebu: prevent walking off the end of group arrayDavid Woodhouse2013-03-271-12/+21
* | pinctrl: Declare operation structures as constLaurent Pinchart2013-03-071-3/+3
|/
* Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-6/+5Star
* pinctrl: mvebu: move to its own directoryThomas Petazzoni2012-11-111-0/+753