[U-Boot] [PATCH] rockchip: enable rk322x sysreset driver

The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com ---
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile index a5200d3..476d361 100644 --- a/drivers/sysreset/Makefile +++ b/drivers/sysreset/Makefile @@ -13,6 +13,7 @@ ifndef CONFIG_SPL_BUILD obj-$(CONFIG_ROCKCHIP_RK3036) += sysreset_rk3036.o endif obj-$(CONFIG_ROCKCHIP_RK3188) += sysreset_rk3188.o +obj-$(CONFIG_ROCKCHIP_RK322X) += sysreset_rk322x.o obj-$(CONFIG_ROCKCHIP_RK3288) += sysreset_rk3288.o obj-$(CONFIG_ROCKCHIP_RK3328) += sysreset_rk3328.o obj-$(CONFIG_ROCKCHIP_RK3368) += sysreset_rk3368.o

On 9 August 2017 at 05:10, Kever Yang kever.yang@rock-chips.com wrote:
The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org

The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

Hi Philipp,
Could you share how long will you applied the patches after you review and ack?
I want to use U-Boot v2017.09 as a base for rk3229 and rk3399, but many patches are
still pending in the list.
Thanks, - Kever On 08/19/2017 12:08 AM, Philipp Tomsich wrote:
The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

Kever,
Most of the patches are queued for next (as they came in after the close of the merge window). I will open a next-branch later this week/early next week—around the time that -rc4 comes out.
I generally pick off the patches for the current merge-window around the time the merge window closes and the two weeks after… and I try to open the next-branch around the time of the final -rc (so rebasing to the final release doesn’t get tricky).
Regards, Philipp.
On 5 Sep 2017, at 04:31, Kever Yang kever.yang@rock-chips.com wrote:
Hi Philipp,
Could you share how long will you applied the patches after you review and ack?
I want to use U-Boot v2017.09 as a base for rk3229 and rk3399, but many patches are
still pending in the list.
Thanks,
- Kever
On 08/19/2017 12:08 AM, Philipp Tomsich wrote:
The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Dr. Philipp Tomsich Theobroma Systems Design und Consulting GmbH Seestadtstrasse 27 (Aspern IQ), A-1220 Wien, Austria Phone: +43 1 2369893-401, Fax: +43 1 2369893-9-401 Cell phone: +43 664 8346109 http://www.theobroma-systems.com http://www.theobroma-systems.com/

The sysreset driver for rk322x is ready but not enabled, add it to Makefile to make sure it's enabled.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
drivers/sysreset/Makefile | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot-rockchip/next, thanks!
participants (4)
-
Dr. Philipp Tomsich
-
Kever Yang
-
Philipp Tomsich
-
Simon Glass