History log of /rk3399_rockchip-uboot/drivers/power/domain/tegra186-power-domain.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 2ec64758 12-Apr-2022 Marek Vasut <marex@denx.de>

UPSTREAM: power-domain: Return 0 if ops unimplemented and remove empty functions

In case the ops is not implemented, return 0 in the core right away.
This is better than having multiple copies of fu

UPSTREAM: power-domain: Return 0 if ops unimplemented and remove empty functions

In case the ops is not implemented, return 0 in the core right away.
This is better than having multiple copies of functions which just
return 0 in each power domain driver. Drop all those empty functions.

Change-Id: Ib26bef39d52cca26a0ce0f9d6b23cb6ebe5d557e
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

show more ...


# 72239ba9 03-Feb-2020 Simon Glass <sjg@chromium.org>

UPSTREAM: power-domain: Rename free() to rfree()

This function name conflicts with our desire to #define free() to
something else on sandbox. Since it deals with resources, rename it to
rfree().

Ch

UPSTREAM: power-domain: Rename free() to rfree()

This function name conflicts with our desire to #define free() to
something else on sandbox. Since it deals with resources, rename it to
rfree().

Change-Id: If045502b384266be1292bd8d3f78939dca6ec537
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

show more ...


# 24cdf1a9 08-Aug-2016 Stephen Warren <swarren@nvidia.com>

power domain: add Tegra186 driver

In Tegra186, SoC power domains are manipulated using IPC requests to
the BPMP (Boot and Power Management Processor). This change implements a
driver that does that.

power domain: add Tegra186 driver

In Tegra186, SoC power domains are manipulated using IPC requests to
the BPMP (Boot and Power Management Processor). This change implements a
driver that does that.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...