History log of /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/pinctrl-rockchip.h (Results 1 – 12 of 12)
Revision Date Author Comments
# b653b9e8 15-Jan-2025 Ye Zhang <ye.zhang@rock-chips.com>

pinctrl: rockchip: support rv1126b

Change-Id: I6cf77e6d73f9563ecab79cbd51b64aa5b49fdcba
Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>


# 3fd22dcd 01-Jul-2024 Ye Zhang <ye.zhang@rock-chips.com>

pinctrl: rockchip: support rk3506 pinctrl and rmio

Change-Id: I535e327cc8ea157402b8c559c1ccde0dca185082
Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>


# f1155765 29-Jan-2024 Steven Liu <steven.liu@rock-chips.com>

pinctrl: rockchip: Add rk3576 support

- fix rk3576 GPIO4_IOC
- fix rk3576 IOC GPIO4C

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: Idf52a3693dcfb701e2406cbfe993b4feb7f01f0d


# 36a14c2f 29-Oct-2021 Jianqun Xu <jay.xu@rock-chips.com>

pinctrl: rockchip: support rk3588 pinctrl

Change-Id: If309cb4ec1a264d149b6896667422c2d6718812e
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>


# b8d3e6ff 19-Aug-2020 Jianqun Xu <jay.xu@rock-chips.com>

pinctrl: rockchip: set mux route in core driver

Change-Id: Iccc880b150b1cea3cef9d2a84d14a0e82ce5c5cf
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>


# 5635c457 16-Apr-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Also move common set_schmitter func into per Soc file

Only some Soc need Schmitter feature, so move the
implementation into their own files.

Signed-off-by: David Wu <da

UPSTREAM: pinctrl: rockchip: Also move common set_schmitter func into per Soc file

Only some Soc need Schmitter feature, so move the
implementation into their own files.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 79d16e45409f928c952b6935d695cd08f9db76b3)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: I41ede5737258292e27492e391cf9a981210e4a71

show more ...


# b8a0fe4c 16-Apr-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Clean the unused type and label

As the mux/pull/drive feature implement at own file,
the type and label are not necessary.

Signed-off-by: David Wu <david.wu@rock-chips.

UPSTREAM: pinctrl: rockchip: Clean the unused type and label

As the mux/pull/drive feature implement at own file,
the type and label are not necessary.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 623aca88308b4f917f0465cd5dd1514ee781bee8)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: Idcbb3fdf4311567c599686d52926a057d1101b6b

show more ...


# 05a5688e 16-Apr-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Split the common set_pull() func into per Soc

As the common set_mux func(), implement the feature at the own file
for each Soc.

Signed-off-by: David Wu <david.wu@rock-c

UPSTREAM: pinctrl: rockchip: Split the common set_pull() func into per Soc

As the common set_mux func(), implement the feature at the own file
for each Soc.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 743a77373bfa22ca099b30d4ac88d95a2f98d1b6)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: Ib0de627d3aee1759965d64852bcd287785538dc0

show more ...


# 681441e6 16-Apr-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Split the common set_drive() func into per Soc

As the common set_mux func(), implement the feature at the own file
for each Soc.

Signed-off-by: David Wu <david.wu@rock-

UPSTREAM: pinctrl: rockchip: Split the common set_drive() func into per Soc

As the common set_mux func(), implement the feature at the own file
for each Soc.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 625ab11fdae3daf346647aaba59abee804e34589)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: I07caae48cd4699aa7bbddf2edf7de6863c0a58c2

show more ...


# 5f55bbd7 16-Apr-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Split the common set_mux() into per Soc

Such as rk3288's pins of pmu_gpio0 are a special feature, which have no
higher 16 writing corresponding bits, use common set_mux(

UPSTREAM: pinctrl: rockchip: Split the common set_mux() into per Soc

Such as rk3288's pins of pmu_gpio0 are a special feature, which have no
higher 16 writing corresponding bits, use common set_mux() func would
introduce more code, so implement their set_mux() in each Soc's own
file to reduce the size of code.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 54e75702c48a9757e82cbe71176c0b5ddcf6a092)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: Ifdfce706e9b1cbe94300d2bed91182033f23f301

show more ...


# 49b3d5d5 12-Feb-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Add 32bit writing function for rk3288 gpio0 pinctrl

There are no higher 16 writing corresponding bits for pmu_gpio0's
iomux/drive/pull at rk3288, need to read the value

UPSTREAM: pinctrl: rockchip: Add 32bit writing function for rk3288 gpio0 pinctrl

There are no higher 16 writing corresponding bits for pmu_gpio0's
iomux/drive/pull at rk3288, need to read the value from register
firstly. Add the flag to distinguish it from normal registers.

Signed-off-by: David Wu <david.wu@rock-chips.com>
(cherry picked from commit 502980914b2d6f9ee85a823aa3ef9ead76c0b7f2)
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Change-Id: Ibf0ba2d879904a06a2fb6722f5886a39c010a7f7

show more ...


# f2e4e921 02-Jan-2019 David Wu <david.wu@rock-chips.com>

UPSTREAM: pinctrl: rockchip: Add common rockchip pinctrl driver

Use this driver to fit all Rockchip SOCs and to support
the desired pinctrl configuration via DTS.

Signed-off-by: David Wu <david.wu@

UPSTREAM: pinctrl: rockchip: Add common rockchip pinctrl driver

Use this driver to fit all Rockchip SOCs and to support
the desired pinctrl configuration via DTS.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
(cherry picked from commit e7ae4cf27a6d5837cb5e868712cdaa61d3ceb5e0)

1. fix with error handle with pin with IOMUX_UNROUTED.
2. add get pin count operation
3. modify drivers/pinctrl/rockchip/Makefile

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I1a398c865eb9e9afc38c6aca5431b6546e7260a6

show more ...