aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19pinctrl: aspeed: Fix minor documentation errorSouptick Joarder1-2/+2
2021-04-09pinctrl: aspeed-g5: Adapt to new LPC device tree layoutChia-Wei, Wang1-6/+11
2019-12-13pinctrl: aspeed: Use masks to describe pinconf bitfieldsJohnny Huang1-5/+5
2019-12-13pinctrl: aspeed: Move aspeed_pin_config_map to separate source fileJohnny Huang1-0/+10
2019-12-13pinctrl: aspeed: Add ASPEED_SB_PINCONF() helperJohnny Huang1-101/+101
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-879/+990
2019-09-12pinctrl: aspeed: Fix spurious mux failures on the AST2500Andrew Jeffery1-1/+29
2019-08-21Merge tag 'v5.3-rc5' into develLinus Walleij1-27/+65
2019-08-05pinctrl: aspeed: Document existence of deprecated compatiblesAndrew Jeffery1-0/+4
2019-08-05pinctrl: aspeed: Add multiple pin group support for functionsAndrew Jeffery1-726/+833
2019-08-05pinctrl: aspeed: Rename pin declaration macrosAndrew Jeffery1-209/+209
2019-07-29pinctrl: aspeed-g5: Delay acquisition of regmapsAndrew Jeffery1-27/+65
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-6/+121
2019-07-03pinctrl: aspeed: Split out pinmux from general pinctrlAndrew Jeffery1-6/+117
2019-06-08pinctrl: aspeed: Add SGPM pinmuxHongwei Zhang1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-08-22pinctrl: aspeed: g5: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-3/+3
2017-08-14pinctrl: aspeed: g5: Add USB device and host supportAndrew Jeffery1-1/+57
2017-04-24pinctrl: aspeed: g5: Add pinconf supportAndrew Jeffery1-1/+152
2016-12-28pinctrl: aspeed-g5: Add mux configuration for all pinsAndrew Jeffery1-4/+1474
2016-12-27pinctrl: aspeed: Read and write bits in LPC and GFX controllersAndrew Jeffery1-9/+39
2016-11-07pinctrl-aspeed-g5: Never set SCU90[6]Andrew Jeffery1-1/+1
2016-10-18pinctrl: aspeed-g5: Fix pin association of SPI1 functionAndrew Jeffery1-8/+78
2016-10-18pinctrl: aspeed-g5: Fix GPIOE1 typoAndrew Jeffery1-1/+1
2016-10-18pinctrl: aspeed-g5: Fix names of GPID2 pinsAndrew Jeffery1-6/+6
2016-09-07pinctrl: Add pinctrl-aspeed-g5 driverAndrew Jeffery1-0/+808