aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-tb10x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-7/+5
2019-06-08pinctrl: tb10x: Use flexible-array member and struct_size() helperGustavo A. R. Silva1-7/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2017-08-22pinctrl: tb10x: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-2/+2
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-04-21pinctrl: tb10x: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-2/+1
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea1-1/+1
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-28pinctrl-tb10x: remove duplicate check on resourceVarka Bhadram1-6/+2
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-2/+2
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-17/+0
2014-04-22pinctrl/TB10x: Fix signedness bugChristian Ruppert1-2/+1
2013-10-23pinctrl: tb10x: use module_platform_driver to simplify the codeWei Yongjun1-11/+1
2013-10-23pinctrl: tb10x: fix the error handling in tb10x_pinctrl_probe()Wei Yongjun1-5/+4
2013-10-16pinctrl: add TB10x pin control driverChristian Ruppert1-0/+886