aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-5.15/808-pinctrl-mtmips-support-requesting-different-function.patch
Commit message (Collapse)AuthorAge
* ramips: switch to 6.1 kernelNick Hainke2024-03-12
| | | | | | | We have had the testing kernel for several weeks now. Let's switch to 6.1 to have more testers. Additionally, 6.6 is already in the pipeline. Signed-off-by: Nick Hainke <vincent@systemli.org>
* ramips: pinctrl: support requesting different functions for same groupShiji Yang2023-07-29
MT7620 wireless radio needs change the pin group function between "gpio" and "pa" during the calibration process. However, ralink pinctrl driver doesn't support requesting different functions for the same group. This patch enables pinctrl consumers to perform such operations. Signed-off-by: Shiji Yang <yangshiji66@qq.com>