All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency.
@ 2017-11-15  3:03 Andes
  2017-11-20 15:40 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Andes @ 2017-11-15  3:03 UTC (permalink / raw)
  To: u-boot

From: Rick Chen <rick@andestech.com>

ATCPIT100 is often used in AE3XX platform which is
based on NDS32 architecture recently. But in the future
Andestech will have AE250 platform which is embeded
ATCPIT100 timer based on RISCV architecture.

Signed-off-by: Rick Chen <rick@andestech.com>
---
 drivers/timer/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index fcfdf4e..3a1f831 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -107,7 +107,7 @@ config AG101P_TIMER
 
 config ATCPIT100_TIMER
 	bool "ATCPIT100 timer support"
-	depends on TIMER && NDS32
+	depends on TIMER
 	help
 	  Select this to enable a ATCPIT100 timer which will be embeded
 		in AE3XX, AE250 boards.
-- 
1.7.9.5

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

* [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency.
  2017-11-15  3:03 [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency Andes
@ 2017-11-20 15:40 ` Simon Glass
  2017-11-21  6:50   ` rick at andestech.com
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2017-11-20 15:40 UTC (permalink / raw)
  To: u-boot

On 14 November 2017 at 20:03, Andes <uboot@andestech.com> wrote:
> From: Rick Chen <rick@andestech.com>

How come the patch does not come from that email?

>
> ATCPIT100 is often used in AE3XX platform which is
> based on NDS32 architecture recently. But in the future
> Andestech will have AE250 platform which is embeded
> ATCPIT100 timer based on RISCV architecture.
>
> Signed-off-by: Rick Chen <rick@andestech.com>
> ---
>  drivers/timer/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency.
  2017-11-20 15:40 ` Simon Glass
@ 2017-11-21  6:50   ` rick at andestech.com
  2017-11-24 22:36     ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: rick at andestech.com @ 2017-11-21  6:50 UTC (permalink / raw)
  To: u-boot

> -----Original Message-----
> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
> Sent: Monday, November 20, 2017 11:40 PM
> To: Open Source Project uboot
> Cc: U-Boot Mailing List; Wolfgang Denk; Detlev Zundel; Rick Jian-Zhi Chen(陳建
> 志)
> Subject: Re: [PATCH] atcpit100: timer: Remove arch dependency.
>
> On 14 November 2017 at 20:03, Andes <uboot@andestech.com> wrote:
> > From: Rick Chen <rick@andestech.com>
>
> How come the patch does not come from that email?
>

I do not know what patch do you mean ?
I want to remove NDS32 in the string of "depends on TIMER && NDS32" in the Kconfig
Do I miss something or do something wrong ?

> >
> > ATCPIT100 is often used in AE3XX platform which is based on NDS32
> > architecture recently. But in the future Andestech will have AE250
> > platform which is embeded
> > ATCPIT100 timer based on RISCV architecture.
> >
> > Signed-off-by: Rick Chen <rick@andestech.com>
> > ---
> >  drivers/timer/Kconfig |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
CONFIDENTIALITY NOTICE:

This e-mail (and its attachments) may contain confidential and legally privileged information or information protected from disclosure. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein is strictly prohibited. In this case, please immediately notify the sender by return e-mail, delete the message (and any accompanying documents) and destroy all printed hard copies. Thank you for your cooperation.

Copyright ANDES TECHNOLOGY CORPORATION - All Rights Reserved.

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

* [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency.
  2017-11-21  6:50   ` rick at andestech.com
@ 2017-11-24 22:36     ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-11-24 22:36 UTC (permalink / raw)
  To: u-boot

Hi Rick,

On 20 November 2017 at 23:50,  <rick@andestech.com> wrote:
>> -----Original Message-----
>> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
>> Sent: Monday, November 20, 2017 11:40 PM
>> To: Open Source Project uboot
>> Cc: U-Boot Mailing List; Wolfgang Denk; Detlev Zundel; Rick Jian-Zhi Chen(陳建
>> 志)
>> Subject: Re: [PATCH] atcpit100: timer: Remove arch dependency.
>>
>> On 14 November 2017 at 20:03, Andes <uboot@andestech.com> wrote:
>> > From: Rick Chen <rick@andestech.com>
>>
>> How come the patch does not come from that email?

I was just confused by the need for the 'From' line. It seems like
your email is rick at andestech.com, and this reply has come from there,
so I wondered why the patch does not come from you as well. It seems
to come from uboot at andestech.com.

>>
>
> I do not know what patch do you mean ?
> I want to remove NDS32 in the string of "depends on TIMER && NDS32" in the Kconfig
> Do I miss something or do something wrong ?
>
>> >
>> > ATCPIT100 is often used in AE3XX platform which is based on NDS32
>> > architecture recently. But in the future Andestech will have AE250
>> > platform which is embeded
>> > ATCPIT100 timer based on RISCV architecture.
>> >
>> > Signed-off-by: Rick Chen <rick@andestech.com>
>> > ---
>> >  drivers/timer/Kconfig |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
> CONFIDENTIALITY NOTICE:
>
> This e-mail (and its attachments) may contain confidential and legally privileged information or information protected from disclosure. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein is strictly prohibited. In this case, please immediately notify the sender by return e-mail, delete the message (and any accompanying documents) and destroy all printed hard copies. Thank you for your cooperation.
>
> Copyright ANDES TECHNOLOGY CORPORATION - All Rights Reserved.

Also please can you drop this from mailing list posts?

Regards,
Simon

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

end of thread, other threads:[~2017-11-24 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15  3:03 [U-Boot] [PATCH] atcpit100: timer: Remove arch dependency Andes
2017-11-20 15:40 ` Simon Glass
2017-11-21  6:50   ` rick at andestech.com
2017-11-24 22:36     ` Simon Glass

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.