aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/vt8500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner7-63/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2-5/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-01-08pinctrl: vt8500: Delete an error message for a failed memory allocation in five functionsMarkus Elfring5-15/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22pinctrl: vt8500: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-3/+3
2017-08-14pinctrl: vt8500: wmt: constify gpio_chip structureGustavo A. R. Silva1-1/+1
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg1-1/+1
2016-11-15pinctrl: vt8500: make bool drivers explicitly non-modularPaul Gortmaker7-81/+15
2016-04-21pinctrl: vt8500: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-5/+2
2016-01-05pinctrl: vt8500-wmt: use gpiochip data pointerLinus Walleij1-5/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-4/+4
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick5-5/+5
2014-10-20pinctrl: vt8500: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-4/+4
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-7/+2
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-12/+0
2014-05-22pinctrl: vt8500: Ensure value reg is updated when setting directionAlexey Charkov1-11/+12
2014-02-03pinctrl: vt8500: Change devicetree data parsingTony Prisk1-1/+14
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-24/+30
2013-06-27pinctrl: vt8500: wmt: remove redundant dev_err call in wmt_pinctrl_probe()Wei Yongjun1-3/+1
2013-06-16drivers: pinctrl: vt8500: use devm_ioremap_resource()Laurent Navet1-3/+3
2013-05-27pinctrl: Don't override the error code in probe error handlingAxel Lin1-2/+1
2013-05-14pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl tableTony Prisk1-1/+1
2013-04-19pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register()Axel Lin1-1/+1
2013-04-04pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500Tony Prisk9-0/+2971