]> git.baikalelectronics.ru Git - arm-tf.git/commit
drivers: renesas: pwrc: Move to common
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 16 Dec 2020 10:27:45 +0000 (10:27 +0000)
committerBiju Das <biju.das.jz@bp.renesas.com>
Wed, 13 Jan 2021 13:03:48 +0000 (13:03 +0000)
commitc40739a68f557c2267749999f876af6e5f5ff66f
tree50a98d0c2719968e55d002d79b17f65ff719689c
parent2ddb55752b9da7ebf6c725d2e1e2bb04c82c76b9
drivers: renesas: pwrc: Move to common

Move pwrc driver code to common directory, so that the same
code can be re-used by both R-Car Gen3 and RZ/G2 platforms.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Change-Id: I75d91a44d872fe2296b15c700efacd5721385363
drivers/renesas/common/pwrc/call_sram.S [new file with mode: 0644]
drivers/renesas/common/pwrc/pwrc.c [new file with mode: 0644]
drivers/renesas/common/pwrc/pwrc.h [new file with mode: 0644]
drivers/renesas/rcar/pwrc/call_sram.S [deleted file]
drivers/renesas/rcar/pwrc/pwrc.c [deleted file]
drivers/renesas/rcar/pwrc/pwrc.h [deleted file]
plat/renesas/common/common.mk
plat/renesas/rcar/platform.mk