aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pinctrl/aspeed/pinctrl-aspeed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-30pinctrl: aspeed: Revert "Force to disable the function's signal"Joel Stanley1-1/+10
2023-01-27pinctrl: aspeed: Fix confusing types in return valueJoel Stanley1-1/+1
2022-10-24pinctrl: aspeed: Add missing header(s)Andy Shevchenko1-0/+1
2022-08-31pinctrl: aspeed: Force to disable the function's signalBilly Tsai1-10/+1
2022-06-15pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()Haowen Bai1-2/+2
2021-08-10pinctrl: aspeed: placate kernel-doc warningsRandy Dunlap1-2/+2
2021-05-19pinctrl: aspeed: Fix minor documentation errorSouptick Joarder1-1/+2
2020-12-08pinctrl: aspeed: Fix GPIO requests on pass-through banksAndrew Jeffery1-6/+68
2020-11-05pinctrl: aspeed: Fix GPI only function problem.Billy Tsai1-3/+4
2020-09-29pinctrl: aspeed: Use the right pinconf maskAndrew Jeffery1-1/+1
2020-09-29pinctrl: aspeed: Format pinconf debug consistent with pinmuxAndrew Jeffery1-3/+3
2020-07-16pinctrl: aspeed: Improve debug outputAndrew Jeffery1-3/+22
2019-12-13pinctrl: aspeed: Use masks to describe pinconf bitfieldsJohnny Huang1-6/+6
2019-12-13pinctrl: aspeed: Move aspeed_pin_config_map to separate source fileJohnny Huang1-33/+5
2019-07-29pinctrl: aspeed-g5: Delay acquisition of regmapsAndrew Jeffery1-7/+5
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-209/+37
2019-07-03pinctrl: aspeed: Split out pinmux from general pinctrlAndrew Jeffery1-209/+37
2019-07-03pinctrl: aspeed: Clarify comment about strapping W1CAndrew Jeffery1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-08-31pinctrl: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-06-28pinctrl: aspeed: Fix documentationJoel Stanley1-2/+2
2017-08-31pinctrl: aspeed: Rework strap register write logic for the AST2500Andrew Jeffery1-10/+16
2017-08-22pinctrl: aspeed: Fix ast2500 strap register write logicYong Li1-2/+17
2017-04-24pinctrl: aspeed: Add core pinconf supportAndrew Jeffery1-0/+211
2017-03-14pinctrl: aspeed: Allow disabling Port D and Port E loopback modeRick Altherr1-2/+12
2016-12-28pinctrl: aspeed: Fix kerneldoc return descriptionsAndrew Jeffery1-6/+6
2016-12-27pinctrl: aspeed: Read and write bits in LPC and GFX controllersAndrew Jeffery1-61/+100
2016-10-18pinctrl: aspeed: "Not enabled" is a significant mux stateAndrew Jeffery1-5/+7
2016-09-13pinctrl: aspeed: fix regmap error handlingArnd Bergmann1-3/+3
2016-09-07pinctrl: Add core support for Aspeed SoCsAndrew Jeffery1-0/+498