All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'HeungJun, Kim'" <riverful.kim@samsung.com>,
	'Kyungmin Park' <kyungmin.park@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	'arm-linux' <linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
Date: Tue, 27 Dec 2011 09:37:55 +0900	[thread overview]
Message-ID: <08e201ccc42f$c67e3a50$537aaef0$%kim@samsung.com> (raw)
In-Reply-To: <000d01ccc381$59fbe660$0df3b320$%kim@samsung.com>

HeungJun, Kim wrote:
> 
> Hi Kukjun Kim,
> 
> > -----Original Message-----
> > From: linux-arm-kernel-bounces@lists.infradead.org [mailto:linux-arm-
> kernel-
> > bounces@lists.infradead.org] On Behalf Of Kyungmin Park
> > Sent: Monday, December 26, 2011 8:56 AM
> > To: Kukjin Kim
> > Cc: HeungJun, Kim; linux-samsung-soc@vger.kernel.org; arm-linux
> > Subject: Re: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
> >
> > On 12/24/11, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > > HeungJun, Kim wrote:
> > >>
> > >> This patch adds Samsung Mobile TRATS board support.
> > >>
> > >> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
> > >> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > >> ---
> > >>  arch/arm/mach-exynos/Kconfig       |   11 ++
> > >>  arch/arm/mach-exynos/Makefile      |    1 +
> > >>  arch/arm/mach-exynos/board-trats.c |  340
> > >> ++++++++++++++++++++++++++++++++++++
> > >>  3 files changed, 352 insertions(+), 0 deletions(-)
> > >>  create mode 100644 arch/arm/mach-exynos/board-trats.c
> > >>
> > >
> > > If this is for v3.3, unfortunately, it's a little late to add board
> file and
> > > since many things have changed I don't want to cause the conflicts
> with
> > > others now.
> > >
> > > BTW, why is the name board-xxx not mach-xxx like others?
> >
> > It's mentioned several times,
> > How do you talk with other when talk about the smdk?
> > "I'm using the smdk machine and it's based on smdk machine?"
> > As board is more proper word and it's easy to know when find the board
> > at source code.
> > So hope to use the board if it's not big deal.
> If you don't mind, I want to let you know additional information.
> 
> I also agree with Mr.Park.
> 
> Generally in the robot field, the term "machine" means the total things
> including the machinery part and even the brain "board", and the machine
> is more bigger concept.
> Probably, in the other field, this confusion will be occurred
> when they see the linux kernel source first.
> So, I think these terms might be necessary to distinguish.
> 

Well, I don't think so. I'd like to ask why you _do_ think the meaning of
machine is bigger than board. General robot field?...Nobody knows machine
does not mean board in the arch/arm/ kernel.

If we use the meaning what you said the contrary is rather to be supposed.
The confusion can be caused.
And how about machine_is_xxx() and CONFIG_MACH_XXX for board?

...

Anyway, the board-xxx.c file can be used for it later but as I said, if
required, we need to change it all at once in samsung stuff not just for
TRATS board.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
Date: Tue, 27 Dec 2011 09:37:55 +0900	[thread overview]
Message-ID: <08e201ccc42f$c67e3a50$537aaef0$%kim@samsung.com> (raw)
In-Reply-To: <000d01ccc381$59fbe660$0df3b320$%kim@samsung.com>

HeungJun, Kim wrote:
> 
> Hi Kukjun Kim,
> 
> > -----Original Message-----
> > From: linux-arm-kernel-bounces at lists.infradead.org [mailto:linux-arm-
> kernel-
> > bounces at lists.infradead.org] On Behalf Of Kyungmin Park
> > Sent: Monday, December 26, 2011 8:56 AM
> > To: Kukjin Kim
> > Cc: HeungJun, Kim; linux-samsung-soc at vger.kernel.org; arm-linux
> > Subject: Re: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
> >
> > On 12/24/11, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > > HeungJun, Kim wrote:
> > >>
> > >> This patch adds Samsung Mobile TRATS board support.
> > >>
> > >> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
> > >> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > >> ---
> > >>  arch/arm/mach-exynos/Kconfig       |   11 ++
> > >>  arch/arm/mach-exynos/Makefile      |    1 +
> > >>  arch/arm/mach-exynos/board-trats.c |  340
> > >> ++++++++++++++++++++++++++++++++++++
> > >>  3 files changed, 352 insertions(+), 0 deletions(-)
> > >>  create mode 100644 arch/arm/mach-exynos/board-trats.c
> > >>
> > >
> > > If this is for v3.3, unfortunately, it's a little late to add board
> file and
> > > since many things have changed I don't want to cause the conflicts
> with
> > > others now.
> > >
> > > BTW, why is the name board-xxx not mach-xxx like others?
> >
> > It's mentioned several times,
> > How do you talk with other when talk about the smdk?
> > "I'm using the smdk machine and it's based on smdk machine?"
> > As board is more proper word and it's easy to know when find the board
> > at source code.
> > So hope to use the board if it's not big deal.
> If you don't mind, I want to let you know additional information.
> 
> I also agree with Mr.Park.
> 
> Generally in the robot field, the term "machine" means the total things
> including the machinery part and even the brain "board", and the machine
> is more bigger concept.
> Probably, in the other field, this confusion will be occurred
> when they see the linux kernel source first.
> So, I think these terms might be necessary to distinguish.
> 

Well, I don't think so. I'd like to ask why you _do_ think the meaning of
machine is bigger than board. General robot field?...Nobody knows machine
does not mean board in the arch/arm/ kernel.

If we use the meaning what you said the contrary is rather to be supposed.
The confusion can be caused.
And how about machine_is_xxx() and CONFIG_MACH_XXX for board?

...

Anyway, the board-xxx.c file can be used for it later but as I said, if
required, we need to change it all at once in samsung stuff not just for
TRATS board.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2011-12-27  0:37 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-23  7:09 [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support HeungJun, Kim
2011-12-24  1:46 ` Kukjin Kim
2011-12-25 23:55   ` Kyungmin Park
2011-12-25 23:55     ` Kyungmin Park
2011-12-26  3:49     ` HeungJun, Kim
2011-12-26  3:49       ` HeungJun, Kim
2011-12-27  0:37       ` Kukjin Kim [this message]
2011-12-27  0:37         ` Kukjin Kim
2012-01-03  9:50       ` Russell King - ARM Linux
2012-01-03  9:50         ` Russell King - ARM Linux
2011-12-27  0:37     ` Kukjin Kim
2011-12-27  0:37       ` Kukjin Kim
2011-12-27  0:45       ` Kyungmin Park
2011-12-27  0:45         ` Kyungmin Park
2011-12-27  1:11         ` Kukjin Kim
2011-12-27  1:11           ` Kukjin Kim
2011-12-27  1:35           ` Kyungmin Park
2011-12-27  1:35             ` Kyungmin Park
2012-01-27  8:21 ` HeungJun, Kim
2012-01-27  8:21   ` HeungJun, Kim
2012-02-09 13:11   ` Kukjin Kim
2012-02-09 13:11     ` Kukjin Kim
2012-02-09 18:58   ` Thomas Abraham
2012-02-09 18:58     ` Thomas Abraham
2012-02-10  8:01     ` Kyungmin Park
2012-02-10  8:01       ` Kyungmin Park
2012-02-10 17:54       ` Karol Lewandowski
2012-02-10 17:54         ` Karol Lewandowski
2012-02-10 19:00         ` Thomas Abraham
2012-02-10 19:00           ` Thomas Abraham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='08e201ccc42f$c67e3a50$537aaef0$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=riverful.kim@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.