All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver
@ 2017-08-09 11:10 Kever Yang
  2017-08-13 21:36 ` Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kever Yang @ 2017-08-09 11:10 UTC (permalink / raw)
  To: u-boot

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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver
  2017-08-09 11:10 [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver Kever Yang
@ 2017-08-13 21:36 ` Simon Glass
  2017-08-18 13:23 ` [U-Boot] " Philipp Tomsich
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Simon Glass @ 2017-08-13 21:36 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] rockchip: enable rk322x sysreset driver
  2017-08-09 11:10 [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver Kever Yang
  2017-08-13 21:36 ` Simon Glass
@ 2017-08-18 13:23 ` Philipp Tomsich
  2017-08-18 16:08 ` Philipp Tomsich
  2017-09-05 12:22 ` Philipp Tomsich
  3 siblings, 0 replies; 7+ messages in thread
From: Philipp Tomsich @ 2017-08-18 13:23 UTC (permalink / raw)
  To: u-boot

> 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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] rockchip: enable rk322x sysreset driver
  2017-08-09 11:10 [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver Kever Yang
  2017-08-13 21:36 ` Simon Glass
  2017-08-18 13:23 ` [U-Boot] " Philipp Tomsich
@ 2017-08-18 16:08 ` Philipp Tomsich
  2017-09-05  2:31   ` Kever Yang
  2017-09-05 12:22 ` Philipp Tomsich
  3 siblings, 1 reply; 7+ messages in thread
From: Philipp Tomsich @ 2017-08-18 16:08 UTC (permalink / raw)
  To: u-boot

> 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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] rockchip: enable rk322x sysreset driver
  2017-08-18 16:08 ` Philipp Tomsich
@ 2017-09-05  2:31   ` Kever Yang
  2017-09-05  8:27     ` Dr. Philipp Tomsich
  0 siblings, 1 reply; 7+ messages in thread
From: Kever Yang @ 2017-09-05  2:31 UTC (permalink / raw)
  To: u-boot

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>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] rockchip: enable rk322x sysreset driver
  2017-09-05  2:31   ` Kever Yang
@ 2017-09-05  8:27     ` Dr. Philipp Tomsich
  0 siblings, 0 replies; 7+ messages in thread
From: Dr. Philipp Tomsich @ 2017-09-05  8:27 UTC (permalink / raw)
  To: u-boot

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/>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] rockchip: enable rk322x sysreset driver
  2017-08-09 11:10 [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver Kever Yang
                   ` (2 preceding siblings ...)
  2017-08-18 16:08 ` Philipp Tomsich
@ 2017-09-05 12:22 ` Philipp Tomsich
  3 siblings, 0 replies; 7+ messages in thread
From: Philipp Tomsich @ 2017-09-05 12:22 UTC (permalink / raw)
  To: u-boot

> 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!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-05 12:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-09 11:10 [U-Boot] [PATCH] rockchip: enable rk322x sysreset driver Kever Yang
2017-08-13 21:36 ` Simon Glass
2017-08-18 13:23 ` [U-Boot] " Philipp Tomsich
2017-08-18 16:08 ` Philipp Tomsich
2017-09-05  2:31   ` Kever Yang
2017-09-05  8:27     ` Dr. Philipp Tomsich
2017-09-05 12:22 ` Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.