aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-xway.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-05pinctrl: xway: Use devm_kasprintf() instead of fixed buffer formattingGravatar Geert Uytterhoeven 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Gravatar Thomas Gleixner 1-4/+1
2018-12-17pinctrl: xway: fix gpio-hog related boot issuesGravatar Martin Schiller 1-12/+27
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-01-03pinctrl: xway: Delete two error messages for a failed memory allocation in pi...Gravatar Markus Elfring 1-6/+4
2017-05-29pinctrl: xway: fix copy/paste error in xrx200_grpsGravatar Martin Schiller 1-1/+1
2016-12-30pinctrl: update my email addressGravatar John Crispin 1-1/+1
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-24/+48
2016-07-22pinctrl: xway: fix typoGravatar Linus Walleij 1-1/+1
2016-06-13pinctrl: xway: Change structure initialisation to c99 styleGravatar Amitoj Kaur Chawla 1-24/+48
2016-06-07pinctrl: xway: use devm_gpiochip_add_data()Gravatar Linus Walleij 1-3/+2
2016-04-01Revert "Revert "pinctrl: lantiq: Implement gpio_chip.to_irq""Gravatar Linus Walleij 1-0/+17
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-6/+6
2016-01-05Revert "pinctrl: lantiq: Implement gpio_chip.to_irq"Gravatar Linus Walleij 1-17/+0
2016-01-05pinctrl: lantiq: 2 pins have the wrong mux listGravatar John Crispin 1-2/+2
2015-12-26pinctrl: xway: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-12-11pinctrl: lantiq: Implement gpio_chip.to_irqGravatar John Crispin 1-0/+17
2015-11-30pinctrl/lantiq: Fix GPIO Setup of GPIO Port3Gravatar John Crispin 1-0/+4
2015-11-30pinctrl/lantiq: introduce new dedicated devicetree bindingsGravatar Martin Schiller 1-130/+1051
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-5/+5
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeGravatar Jonas Gorski 1-16/+2
2015-01-14pinctrl: lantiq: remove bogus of_gpio_chip_addGravatar Johan Hovold 1-2/+0
2014-10-20pinctrl: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-23pinctrl: lantiq: Release gpiochip resources in fail caseGravatar Pramod Gurav 1-0/+2
2014-01-08pinctrl/lantiq: fix typoGravatar Antonios Vamporakis 1-2/+2
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Gravatar Sherman Yin 1-46/+73
2013-08-14pinctrl/lantiq: add missing gphy led setupGravatar John Crispin 1-6/+24
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-4/+0
2013-03-07pinctrl: Declare operation structures as constGravatar Laurent Pinchart 1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+4
2013-02-05pinctrl/lantiq: the pinconf OD parameter argument was ignoredGravatar John Crispin 1-1/+4
2013-02-05pinctrl/lantiq: add output pinconf parameterGravatar John Crispin 1-0/+14
2013-02-05pinctrl/lantiq: add pin_config_group_set supportGravatar John Crispin 1-0/+15
2013-02-05pinctrl/lantiq: faulty bit inversionGravatar John Crispin 1-1/+1
2013-02-05pinctrl/lantiq: pinconf uses port instead of pinGravatar John Crispin 1-14/+14
2013-01-22pinctrl: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-5/+4
2013-01-03Drivers: pinctrl: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-11-11pinctrl: Staticize pinconf_opsGravatar Axel Lin 1-1/+1
2012-10-15pinctrl: remove duplicated include from pinctrl-xway.cGravatar Wei Yongjun 1-2/+0
2012-09-13OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl supportGravatar John Crispin 1-0/+781