From: Ralf Baechle <ralf@linux-mips.org>
To: Dmitry.Dunaev@baikalelectronics.ru
Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
Constantine.Gurin@baikalelectronics.ru,
Alexey.Malahov@baikalelectronics.ru
Subject: Re: New MIPS SoC code insertion request
Date: Thu, 14 Apr 2016 19:36:49 +0200 [thread overview]
Message-ID: <20160414173649.GB1003@linux-mips.org> (raw)
In-Reply-To: <E6691421972ADD4588ABC5DDDF6E279B87347565@NRMAIL.baikal.int>
On Thu, Apr 14, 2016 at 02:43:06PM +0000, Dmitry.Dunaev@baikalelectronics.ru wrote:
> I'm Dmitry Dunaev, software designer from Baikal Electronics - Russian
> semiconductor company (http://www.baikalelectronics.com/). Some time ago
> we are released our first MIPS processor based on P5600 core
> (https://www.linux-mips.org/wiki/Baikal).
>
> Now we have this SoC in silicon. Also we have released several revisions
> of development boards for our SoC. So it seems that we ready to add our
> platform code into Linux kernel mainline.
>
> Could you please clarify me what steps we should to do to add our code
> into kernel repositary?
I generally recommend to start the process of upstreaming the code early
possibly even before general availability of a new SoC or platform.
Generally the process of posting a version of patches, review, changing
issues has to go through several cycles before the code and documentation
will have reached a shape where it is deemed acceptable. And even then
code will only be accepted for the merge window of the next kernel
release so worst case that could be another like good four months.
Basically the steps are:
- Cleanup your code.
- Split your patches into reasonably sized patches. You are using
git to create postable patches, so use options -C -M to enable the
copy and rename detection which may make patches much smaller and
easier to review.
- Read the following files in the kernel:
Documentation/SubmitChecklist
Documentation/SubmittingDrivers
Documentation/SubmittingPatches
Here's an example how a reasonably split patchset to add a new feature
may look like:
https://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=1459415142-3412-1-git-send-email-matt.redfearn%40imgtec.com
And another one adding support for a new platform including a few drivers:
https://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=1452734299-460-1-git-send-email-joshua.henderson%40microchip.com
I assume you will be posting several support for the core platfroms as well
as several drivers. If the maintainers of the respective driver subsystems
are ok with that, I can carry the patches along with the platform support
in the MIPS tree which generally makes the the process somewhat easier.
Ralf
prev parent reply other threads:[~2016-04-14 17:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E6691421972ADD4588ABC5DDDF6E279B8734754A@NRMAIL.baikal.int>
2016-04-14 14:43 ` New MIPS SoC code insertion request Dmitry.Dunaev
2016-04-14 15:29 ` Zubair Lutfullah Kakakhel
2016-04-14 17:36 ` Ralf Baechle [this message]
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=20160414173649.GB1003@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=Alexey.Malahov@baikalelectronics.ru \
--cc=Constantine.Gurin@baikalelectronics.ru \
--cc=Dmitry.Dunaev@baikalelectronics.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox