1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-20 23:43:59 +01:00
Files
u-boot-megous/drivers
Sam Shih dafe0fbfb0 pinctrl: mediatek: rewrite mtk_pinconf_set and related functions
There are many pins in a SoCs, and different pin may belong
to different "io_type", For example: some pins of MT7622 belongs
to "io_type A", the other belongs to "io_type B", and pinctrl "V0"
means handle pinconf via "io_type A" or "io_type B", so SoCs that
contain "io_type A" and "io_type B" pins, use "V0" in pinctrl driver.

This patch separates the implementation of register operations
(e.g: "bias-pull-up/down", "driving" and "input-enable") into
different functions, and lets the original V0/V1
ops to call the new functions.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
2022-05-05 09:29:57 -04:00
..
2022-04-25 09:25:00 +02:00
2022-05-02 09:58:13 -04:00
2022-05-05 09:28:47 -04:00
2022-05-02 09:58:13 -04:00
2021-10-05 08:50:15 -04:00
2022-03-30 13:02:55 -04:00
2022-01-13 07:57:49 -05:00
2022-04-28 09:26:44 -04:00
2022-05-02 09:58:13 -04:00
2022-01-13 07:57:49 -05:00
2022-05-04 07:05:51 +02:00
2022-05-02 09:58:13 -04:00
2022-05-02 09:58:13 -04:00
2022-04-11 10:28:04 -04:00
2022-05-05 09:28:47 -04:00
2022-05-02 09:58:13 -04:00
2022-05-03 21:39:22 +02:00
2021-10-01 21:08:18 -04:00
2022-04-25 16:04:05 -04:00
2021-10-31 08:46:44 -04:00