Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280413 > unrolled thread
| Started by | Kevin Hilman <khilman@kernel.org> |
|---|---|
| First post | 2015-12-01 01:10 +0100 |
| Last post | 2015-12-01 04:00 +0100 |
| Articles | 2 — 2 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 2/5] ARM: hisi: enable Hi3519 soc Kevin Hilman <khilman@kernel.org> - 2015-12-01 01:10 +0100
Re: [PATCH 2/5] ARM: hisi: enable Hi3519 soc xuejiancheng <xuejiancheng@huawei.com> - 2015-12-01 04:00 +0100
| From | Kevin Hilman <khilman@kernel.org> |
|---|---|
| Date | 2015-12-01 01:10 +0100 |
| Subject | Re: [PATCH 2/5] ARM: hisi: enable Hi3519 soc |
| Message-ID | <qAGG5-2ec-5@gated-at.bofh.it> |
Jiancheng Xue <xuejiancheng@huawei.com> writes: > Hi3519 SOC is mainly used for ip camera and sport dv > solutions. > > Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com> > --- > arch/arm/mach-hisi/Kconfig | 9 +++++++++ > arch/arm/mach-hisi/hisilicon.c | 9 +++++++++ > 2 files changed, 18 insertions(+) > > diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig > index 83061ad..6bb822c 100644 > --- a/arch/arm/mach-hisi/Kconfig > +++ b/arch/arm/mach-hisi/Kconfig > @@ -48,6 +48,15 @@ config ARCH_HIX5HD2 > select PINCTRL_SINGLE > help > Support for Hisilicon HIX5HD2 SoC family > + > +config ARCH_HI3519 Please keep these sorted alphabetically. Speaking of which, there is already an existing ARCH_HI3xxx entry. Should this be included in that family? If not, maybe the HI3xxx should be renamed HI36xx ? Kevin -- 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 | xuejiancheng <xuejiancheng@huawei.com> |
|---|---|
| Date | 2015-12-01 04:00 +0100 |
| Message-ID | <qAJkB-3EM-9@gated-at.bofh.it> |
| In reply to | #1280413 |
Hi Kevin, Thank you for your suggestions. On 2015/12/1 8:02, Kevin Hilman wrote: > Jiancheng Xue <xuejiancheng@huawei.com> writes: > >> Hi3519 SOC is mainly used for ip camera and sport dv >> solutions. >> >> Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com> >> --- >> arch/arm/mach-hisi/Kconfig | 9 +++++++++ >> arch/arm/mach-hisi/hisilicon.c | 9 +++++++++ >> 2 files changed, 18 insertions(+) >> >> diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig >> index 83061ad..6bb822c 100644 >> --- a/arch/arm/mach-hisi/Kconfig >> +++ b/arch/arm/mach-hisi/Kconfig >> @@ -48,6 +48,15 @@ config ARCH_HIX5HD2 >> select PINCTRL_SINGLE >> help >> Support for Hisilicon HIX5HD2 SoC family >> + >> +config ARCH_HI3519 > > Please keep these sorted alphabetically. Sorry about that. I will correct it in next version. > > Speaking of which, there is already an existing ARCH_HI3xxx entry. > Should this be included in that family? If not, maybe the HI3xxx > should be renamed HI36xx ? ARCH_HI3xxx just represents Hi36xx mobile soc family. Hi3519 is not included. It's good advice to rename HI3xxx to HI36xx. > Kevin > > . > Many thanks, Jiacheng -- 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