diff mbox

[U-Boot] rockchip: enable rk322x sysreset driver

Message ID 1502277014-21982-1-git-send-email-kever.yang@rock-chips.com
State Accepted
Commit 578ab33eabe8fe8240b2947c4ebedf418202f365
Delegated to: Philipp Tomsich
Headers show

Commit Message

Kever Yang Aug. 9, 2017, 11:10 a.m. UTC
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(+)

Comments

Simon Glass Aug. 13, 2017, 9:36 p.m. UTC | #1
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>
Philipp Tomsich Aug. 18, 2017, 1:23 p.m. UTC | #2
> 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>
Philipp Tomsich Aug. 18, 2017, 4:08 p.m. UTC | #3
> 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 Yang Sept. 5, 2017, 2:31 a.m. UTC | #4
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>
>
Philipp Tomsich Sept. 5, 2017, 8:27 a.m. UTC | #5
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/>
Philipp Tomsich Sept. 5, 2017, 12:22 p.m. UTC | #6
> 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!
diff mbox

Patch

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