Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1231739 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2015-09-23 23:40 +0200 |
| Last post | 2015-09-25 00:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files Arnd Bergmann <arnd@arndb.de> - 2015-09-23 23:40 +0200
Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files Ray Jui <rjui@broadcom.com> - 2015-09-23 23:50 +0200
Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files Florian Fainelli <f.fainelli@gmail.com> - 2015-09-23 23:50 +0200
Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files Ray Jui <rjui@broadcom.com> - 2015-09-25 00:30 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2015-09-23 23:40 +0200 |
| Subject | Re: [PATCH v2 1/9] ARM: dts: consolidate aliases for Cygnus dt files |
| Message-ID | <qbZVE-818-7@gated-at.bofh.it> |
On Friday 18 September 2015 14:44:54 Ray Jui wrote: > On 9/18/2015 2:27 PM, Arnd Bergmann wrote: > > On Friday 18 September 2015 14:24:06 Ray Jui wrote: > > > > The SoC has at least four uarts according to this, so it seems unlikely that > > each board really only uses only the fourth one of them and labels it '0' > > on the board. As soon as you get one board that has more than one uart wired > > up, you would need to undo this. > > > > I think Scott might have explained this in the past. uart3 is going to > be used on all Cygnus boards (including all future boards) because the > bootrom was designed to use uart3 as console and that won't change. > > Let me know if you still think I need to move this back to the dts. I would still like to see them stay in the .dts file, if only for consistency with other platforms. Also, even if you can guarantee that uart3 is always used for the console, that doesn't prevent board designers from adding more than one uart, right? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Date | 2015-09-23 23:50 +0200 |
| Message-ID | <qc05k-8cx-5@gated-at.bofh.it> |
| In reply to | #1231739 |
On 9/23/2015 2:31 PM, Arnd Bergmann wrote: > On Friday 18 September 2015 14:44:54 Ray Jui wrote: >> On 9/18/2015 2:27 PM, Arnd Bergmann wrote: >>> On Friday 18 September 2015 14:24:06 Ray Jui wrote: >>> >>> The SoC has at least four uarts according to this, so it seems unlikely that >>> each board really only uses only the fourth one of them and labels it '0' >>> on the board. As soon as you get one board that has more than one uart wired >>> up, you would need to undo this. >>> >> >> I think Scott might have explained this in the past. uart3 is going to >> be used on all Cygnus boards (including all future boards) because the >> bootrom was designed to use uart3 as console and that won't change. >> >> Let me know if you still think I need to move this back to the dts. > > I would still like to see them stay in the .dts file, if only for > consistency with other platforms. > > Also, even if you can guarantee that uart3 is always used for the > console, that doesn't prevent board designers from adding more than > one uart, right? > > Arnd > Okay. Given that this patch series has been merged by Florian, I'll submit another patch to move it back to .dts files. Thanks, Ray -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2015-09-23 23:50 +0200 |
| Message-ID | <qc05k-8cx-3@gated-at.bofh.it> |
| In reply to | #1231745 |
On 23/09/15 14:46, Ray Jui wrote: > > > On 9/23/2015 2:31 PM, Arnd Bergmann wrote: >> On Friday 18 September 2015 14:44:54 Ray Jui wrote: >>> On 9/18/2015 2:27 PM, Arnd Bergmann wrote: >>>> On Friday 18 September 2015 14:24:06 Ray Jui wrote: >>>> >>>> The SoC has at least four uarts according to this, so it seems unlikely that >>>> each board really only uses only the fourth one of them and labels it '0' >>>> on the board. As soon as you get one board that has more than one uart wired >>>> up, you would need to undo this. >>>> >>> >>> I think Scott might have explained this in the past. uart3 is going to >>> be used on all Cygnus boards (including all future boards) because the >>> bootrom was designed to use uart3 as console and that won't change. >>> >>> Let me know if you still think I need to move this back to the dts. >> >> I would still like to see them stay in the .dts file, if only for >> consistency with other platforms. >> >> Also, even if you can guarantee that uart3 is always used for the >> console, that doesn't prevent board designers from adding more than >> one uart, right? >> >> Arnd >> > > Okay. Given that this patch series has been merged by Florian, I'll > submit another patch to move it back to .dts files. You could send me either a replacement patch series (all 9), or an individual patch to replace a previous version (e.g; replace v2 with a v3), or an incremental one, whatever works for you. Thanks! -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Date | 2015-09-25 00:30 +0200 |
| Message-ID | <qcnbz-7Zv-3@gated-at.bofh.it> |
| In reply to | #1231746 |
On 9/23/2015 2:48 PM, Florian Fainelli wrote: > On 23/09/15 14:46, Ray Jui wrote: >> >> >> On 9/23/2015 2:31 PM, Arnd Bergmann wrote: >>> On Friday 18 September 2015 14:44:54 Ray Jui wrote: >>>> On 9/18/2015 2:27 PM, Arnd Bergmann wrote: >>>>> On Friday 18 September 2015 14:24:06 Ray Jui wrote: >>>>> >>>>> The SoC has at least four uarts according to this, so it seems unlikely that >>>>> each board really only uses only the fourth one of them and labels it '0' >>>>> on the board. As soon as you get one board that has more than one uart wired >>>>> up, you would need to undo this. >>>>> >>>> >>>> I think Scott might have explained this in the past. uart3 is going to >>>> be used on all Cygnus boards (including all future boards) because the >>>> bootrom was designed to use uart3 as console and that won't change. >>>> >>>> Let me know if you still think I need to move this back to the dts. >>> >>> I would still like to see them stay in the .dts file, if only for >>> consistency with other platforms. >>> >>> Also, even if you can guarantee that uart3 is always used for the >>> console, that doesn't prevent board designers from adding more than >>> one uart, right? >>> >>> Arnd >>> >> >> Okay. Given that this patch series has been merged by Florian, I'll >> submit another patch to move it back to .dts files. > > You could send me either a replacement patch series (all 9), or an > individual patch to replace a previous version (e.g; replace v2 with a > v3), or an incremental one, whatever works for you. > > Thanks! > Hi Florian, I just sent you an incremental patch to move the alias back to .dts files. Thanks, Ray -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web