forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver
Add the pinctrl-k210.c pinctrl driver for the Canaan Kendryte K210 field programmable IO array (FPIOA) to allow configuring the SoC pin functions. The K210 has 48 programmable pins which can take any of 256 possible functions. This patch is inspired from the k210 pinctrl driver for the u-boot project and contains many direct contributions from Sean Anderson. The MAINTAINERS file is updated, adding the entry "CANAAN/KENDRYTE K210 SOC FPIOA DRIVER" with myself listed as maintainer for this driver. Cc: Linus Walleij <[email protected]> Cc: [email protected] Signed-off-by: Sean Anderson <[email protected]> Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
- Loading branch information
1 parent
5da9cbd
commit d4c34d0
Showing
5 changed files
with
1,007 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3860,6 +3860,13 @@ W: https://github.com/Cascoda/ca8210-linux.git | |
F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt | ||
F: drivers/net/ieee802154/ca8210.c | ||
|
||
CANAAN/KENDRYTE K210 SOC FPIOA DRIVER | ||
M: Damien Le Moal <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (pinctrl driver) | ||
F: Documentation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml | ||
F: drivers/pinctrl/pinctrl-k210.c | ||
|
||
CANAAN/KENDRYTE K210 SOC RESET CONTROLLER DRIVER | ||
M: Damien Le Moal <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.