All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Dooks <ben-linux@fluff.org>
To: Maurus Cuelenaere <mcuelenaere@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: SAMSUNG: Add initial documentation directory and overview
Date: Mon, 18 Jan 2010 05:15:13 +0000	[thread overview]
Message-ID: <20100118051513.GA26562@trinity.fluff.org> (raw)
In-Reply-To: <4B504A6B.5020101@gmail.com>

On Fri, Jan 15, 2010 at 11:58:51AM +0100, Maurus Cuelenaere wrote:
> Op 15-01-10 11:39, Ben Dooks schreef:
>> Start Documentation/arm/Samsung and add an initial overview file
>> which whilst is not complete, is better than nothing.
>>
>> Signed-off-by: Ben Dooks<ben-linux@fluff.org>

Thanks, although this shouldn't really have been in this series in the
first place.

>> ---
>>   Documentation/arm/Samsung/Overview.txt |   63 ++++++++++++++++++++++++++++++++
>>   1 files changed, 63 insertions(+), 0 deletions(-)
>>   create mode 100644 Documentation/arm/Samsung/Overview.txt
>>
>> diff --git a/Documentation/arm/Samsung/Overview.txt b/Documentation/arm/Samsung/Overview.txt
>> new file mode 100644
>> index 0000000..c3d2f44
>> --- /dev/null
>> +++ b/Documentation/arm/Samsung/Overview.txt
>> @@ -0,0 +1,63 @@
>> +		Samsung ARM Linux Overview
>> +		==========================
>> +
>> +Introduction
>> +------------
>> +
>> +  The Samsung range of ARM SoCs spans many similar devices, from the initial
>> +  ARM9 through to the newest ARM cores. This document shows an overview of
>> +  the current kernel support, how to use it and where to find the code
>> +  that supports this.
>> +
>> +  The currently supported SoCs are:
>> +
>> +  - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list
>> +  - S3C64XX: S3C6400 and S3C6410
>> +
>> +  S5PC100 and S5PC110 support is currently being merged
>> +
>> +
>> +S3C24XX Systems
>> +---------------
>> +
>> +  There is still documentation in Docuemntation/arm/Samsung-S3C24XX/ which
>>    
>
> Typo: Docuemntation -> Documentation
>> +  deals with the architecture and drivers specific to these devices.
>> +
>> +  See Documentation/arm/Samsung-S3C24XX/Overview.txt for more information
>> +  on the implementation details and specific support.
>> +
>> +
>> +Configuration
>> +-------------
>> +
>> +  A number of configurations are supplied, as there is no current way of
>> +  unifying all the SoCs into one kernel.
>> +
>> +  [ to finish ]
>> +
>> +Layout
>> +------
>> +
>> +  [ to finish ]
>> +
>> +
>> +Port Contributors
>> +-----------------
>> +
>> +  Ben Dooks (BJD)
>> +  Vincent Sanders
>> +  Herbert Potzl
>> +  Arnaud Patard (RTP)
>> +  Roc Wu
>> +  Klaus Fetscher
>> +  Dimitry Andric
>> +  Shannon Holland
>> +  Guillaume Gourat (NexVision)
>> +  Christer Weinigel (wingel) (Acer N30)
>> +  Lucas Correia Villa Real (S3C2400 port)
>> +
>> +
>> +Document Author
>> +---------------
>> +
>> +Copyright 2009 Ben Dooks<ben-linux@fluff.org>
>>    
>
>
> Regards,
> Maurus Cuelenaere
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: SAMSUNG: Add initial documentation directory and overview
Date: Mon, 18 Jan 2010 05:15:13 +0000	[thread overview]
Message-ID: <20100118051513.GA26562@trinity.fluff.org> (raw)
In-Reply-To: <4B504A6B.5020101@gmail.com>

On Fri, Jan 15, 2010 at 11:58:51AM +0100, Maurus Cuelenaere wrote:
> Op 15-01-10 11:39, Ben Dooks schreef:
>> Start Documentation/arm/Samsung and add an initial overview file
>> which whilst is not complete, is better than nothing.
>>
>> Signed-off-by: Ben Dooks<ben-linux@fluff.org>

Thanks, although this shouldn't really have been in this series in the
first place.

>> ---
>>   Documentation/arm/Samsung/Overview.txt |   63 ++++++++++++++++++++++++++++++++
>>   1 files changed, 63 insertions(+), 0 deletions(-)
>>   create mode 100644 Documentation/arm/Samsung/Overview.txt
>>
>> diff --git a/Documentation/arm/Samsung/Overview.txt b/Documentation/arm/Samsung/Overview.txt
>> new file mode 100644
>> index 0000000..c3d2f44
>> --- /dev/null
>> +++ b/Documentation/arm/Samsung/Overview.txt
>> @@ -0,0 +1,63 @@
>> +		Samsung ARM Linux Overview
>> +		==========================
>> +
>> +Introduction
>> +------------
>> +
>> +  The Samsung range of ARM SoCs spans many similar devices, from the initial
>> +  ARM9 through to the newest ARM cores. This document shows an overview of
>> +  the current kernel support, how to use it and where to find the code
>> +  that supports this.
>> +
>> +  The currently supported SoCs are:
>> +
>> +  - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list
>> +  - S3C64XX: S3C6400 and S3C6410
>> +
>> +  S5PC100 and S5PC110 support is currently being merged
>> +
>> +
>> +S3C24XX Systems
>> +---------------
>> +
>> +  There is still documentation in Docuemntation/arm/Samsung-S3C24XX/ which
>>    
>
> Typo: Docuemntation -> Documentation
>> +  deals with the architecture and drivers specific to these devices.
>> +
>> +  See Documentation/arm/Samsung-S3C24XX/Overview.txt for more information
>> +  on the implementation details and specific support.
>> +
>> +
>> +Configuration
>> +-------------
>> +
>> +  A number of configurations are supplied, as there is no current way of
>> +  unifying all the SoCs into one kernel.
>> +
>> +  [ to finish ]
>> +
>> +Layout
>> +------
>> +
>> +  [ to finish ]
>> +
>> +
>> +Port Contributors
>> +-----------------
>> +
>> +  Ben Dooks (BJD)
>> +  Vincent Sanders
>> +  Herbert Potzl
>> +  Arnaud Patard (RTP)
>> +  Roc Wu
>> +  Klaus Fetscher
>> +  Dimitry Andric
>> +  Shannon Holland
>> +  Guillaume Gourat (NexVision)
>> +  Christer Weinigel (wingel) (Acer N30)
>> +  Lucas Correia Villa Real (S3C2400 port)
>> +
>> +
>> +Document Author
>> +---------------
>> +
>> +Copyright 2009 Ben Dooks<ben-linux@fluff.org>
>>    
>
>
> Regards,
> Maurus Cuelenaere
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

  reply	other threads:[~2010-01-18  5:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15 10:39 Samsung SoC device updates round 1 Ben Dooks
2010-01-15 10:39 ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: S3C: Rename s3c_device_usb to s3c_device_ohci Ben Dooks
2010-01-15 10:39   ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: S3C2412: Fixup commented out device in SMDK2413 Ben Dooks
2010-01-15 10:39   ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: SAMSUNG: Add initial documentation directory and overview Ben Dooks
2010-01-15 10:39   ` Ben Dooks
2010-01-15 10:58   ` Maurus Cuelenaere
2010-01-15 10:58     ` Maurus Cuelenaere
2010-01-18  5:15     ` Ben Dooks [this message]
2010-01-18  5:15       ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: SAMSUNG: Make UART device code common Ben Dooks
2010-01-15 10:39   ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: SAMSUNG: Add platform data registration for OHCI Ben Dooks
2010-01-15 10:39   ` Ben Dooks
2010-01-15 10:39 ` [PATCH] ARM: MINI2440: Remove commented out devices from device array Ben Dooks
2010-01-15 10:39   ` Ben Dooks
  -- strict thread matches above, loose matches on Subject: below --
2010-01-18  8:45 Samsung SoC device updates (rev2) Ben Dooks
2010-01-18  8:45 ` [PATCH] ARM: SAMSUNG: Add initial documentation directory and overview Ben Dooks
2010-01-18  8:45   ` Ben Dooks
2010-01-18 11:13   ` Maurus Cuelenaere
2010-01-18 11:13     ` Maurus Cuelenaere
2010-01-19  0:35     ` Ben Dooks
2010-01-19  0:35       ` Ben Dooks

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=20100118051513.GA26562@trinity.fluff.org \
    --to=ben-linux@fluff.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mcuelenaere@gmail.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.