summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/aspeed
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: aspeed: Make aspeed_pinmux_ips staticYueHaibing2019-07-291-1/+1
* pinctrl: aspeed-g5: Delay acquisition of regmapsAndrew Jeffery2019-07-294-37/+74
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-137-753/+1089
|\
| * pinctrl: aspeed: Strip moved macros and structs from private headerAndrew Jeffery2019-07-101-498/+0
| * pinctrl: aspeed: Fix missed includeLinus Walleij2019-07-101-0/+2
| * pinctrl: aspeed: Add implementation-related documentationAndrew Jeffery2019-07-031-4/+200
| * pinctrl: aspeed: Split out pinmux from general pinctrlAndrew Jeffery2019-07-037-255/+888
| * pinctrl: aspeed: Clarify comment about strapping W1CAndrew Jeffery2019-07-031-1/+1
| * pinctrl: aspeed: Correct comment that is no longer trueAndrew Jeffery2019-07-031-2/+1
| * pinctrl: aspeed: Add SGPM pinmuxHongwei Zhang2019-06-081-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* pinctrl: aspeed: Wrap -Woverride-init with cc-optionNathan Chancellor2018-12-161-1/+1
* pinctrl: remove unnecessary unlikely()Igor Stoppa2018-08-311-1/+1
* pinctrl: aspeed: Fix documentationJoel Stanley2018-06-281-2/+2
* pinctrl: aspeed: Rework strap register write logic for the AST2500Andrew Jeffery2017-08-311-10/+16
* pinctrl: aspeed: Fix ast2500 strap register write logicYong Li2017-08-222-2/+18
* pinctrl: aspeed: g5: constify pinconf_ops, pinctrl_ops, and pinmux_ops struct...Julia Lawall2017-08-221-3/+3
* pinctrl: aspeed: g4: constify pinconf_ops, pinctrl_ops, and pinmux_ops struct...Julia Lawall2017-08-221-2/+2
* pinctrl: aspeed: g5: Add USB device and host supportAndrew Jeffery2017-08-141-1/+57
* pinctrl: aspeed: g4: Add USB device and host supportAndrew Jeffery2017-08-141-7/+59
* pinctrl: aspeed: g5: Add pinconf supportAndrew Jeffery2017-04-241-1/+152
* pinctrl: aspeed: g4: Add pinconf supportAndrew Jeffery2017-04-241-1/+116
* pinctrl: aspeed: Add core pinconf supportAndrew Jeffery2017-04-242-0/+239
* pinctrl: aspeed: Fix unused-const-variable warningsAndrew Jeffery2017-04-111-6/+6
* pinctrl: aspeed: Allow disabling Port D and Port E loopback modeRick Altherr2017-03-141-2/+12
* pinctrl: aspeed: g4: Fix mux configuration for GPIOs AA[4-7], AB[0-7]Andrew Jeffery2017-01-261-16/+16
* pinctrl: aspeed: Fix kerneldoc return descriptionsAndrew Jeffery2016-12-281-6/+6
* pinctrl: aspeed-g5: Add mux configuration for all pinsAndrew Jeffery2016-12-282-4/+1475
* pinctrl: aspeed-g4: Add mux configuration for all pinsAndrew Jeffery2016-12-271-13/+1084
* pinctrl: aspeed: Read and write bits in LPC and GFX controllersAndrew Jeffery2016-12-274-88/+171
* pinctrl-aspeed-g5: Never set SCU90[6]Andrew Jeffery2016-11-071-1/+1
* pinctrl: aspeed-g5: Fix pin association of SPI1 functionAndrew Jeffery2016-10-181-8/+78
* pinctrl: aspeed-g5: Fix GPIOE1 typoAndrew Jeffery2016-10-181-1/+1
* pinctrl: aspeed-g5: Fix names of GPID2 pinsAndrew Jeffery2016-10-181-6/+6
* pinctrl: aspeed: "Not enabled" is a significant mux stateAndrew Jeffery2016-10-181-5/+7
* pinctrl: aspeed: fix regmap error handlingArnd Bergmann2016-09-131-3/+3
* pinctrl: Add pinctrl-aspeed-g5 driverAndrew Jeffery2016-09-073-0/+817
* pinctrl: Add pinctrl-aspeed-g4 driverAndrew Jeffery2016-09-073-0/+1240
* pinctrl: Add core support for Aspeed SoCsAndrew Jeffery2016-09-074-0/+1079