aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-xway.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05pinctrl: xway: Use devm_kasprintf() instead of fixed buffer formattingGeert Uytterhoeven1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner1-4/+1
2018-12-17pinctrl: xway: fix gpio-hog related boot issuesMartin Schiller1-12/+27
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-01-03pinctrl: xway: Delete two error messages for a failed memory allocation in pinmux_xway_probe()Markus Elfring1-6/+4
2017-05-29pinctrl: xway: fix copy/paste error in xrx200_grpsMartin Schiller1-1/+1
2016-12-30pinctrl: update my email addressJohn Crispin1-1/+1
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-24/+48
2016-07-22pinctrl: xway: fix typoLinus Walleij1-1/+1
2016-06-13pinctrl: xway: Change structure initialisation to c99 styleAmitoj Kaur Chawla1-24/+48
2016-06-07pinctrl: xway: use devm_gpiochip_add_data()Linus Walleij1-3/+2
2016-04-01Revert "Revert "pinctrl: lantiq: Implement gpio_chip.to_irq""Linus Walleij1-0/+17
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+6
2016-01-05Revert "pinctrl: lantiq: Implement gpio_chip.to_irq"Linus Walleij1-17/+0
2016-01-05pinctrl: lantiq: 2 pins have the wrong mux listJohn Crispin1-2/+2
2015-12-26pinctrl: xway: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-11pinctrl: lantiq: Implement gpio_chip.to_irqJohn Crispin1-0/+17
2015-11-30pinctrl/lantiq: Fix GPIO Setup of GPIO Port3John Crispin1-0/+4
2015-11-30pinctrl/lantiq: introduce new dedicated devicetree bindingsMartin Schiller1-130/+1051
2015-11-19gpio: change member .dev to .parentLinus Walleij1-5/+5
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-16/+2
2015-01-14pinctrl: lantiq: remove bogus of_gpio_chip_addJohan Hovold1-2/+0
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23pinctrl: lantiq: Release gpiochip resources in fail casePramod Gurav1-0/+2
2014-01-08pinctrl/lantiq: fix typoAntonios Vamporakis1-2/+2
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-46/+73
2013-08-14pinctrl/lantiq: add missing gphy led setupJohn Crispin1-6/+24
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang1-4/+0
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+4
2013-02-05pinctrl/lantiq: the pinconf OD parameter argument was ignoredJohn Crispin1-1/+4
2013-02-05pinctrl/lantiq: add output pinconf parameterJohn Crispin1-0/+14
2013-02-05pinctrl/lantiq: add pin_config_group_set supportJohn Crispin1-0/+15
2013-02-05pinctrl/lantiq: faulty bit inversionJohn Crispin1-1/+1
2013-02-05pinctrl/lantiq: pinconf uses port instead of pinJohn Crispin1-14/+14
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin1-1/+1
2012-10-15pinctrl: remove duplicated include from pinctrl-xway.cWei Yongjun1-2/+0
2012-09-13OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl supportJohn Crispin1-0/+781