[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180319071107.GD21923@guoren>
Date: Mon, 19 Mar 2018 15:11:08 +0800
From: Guo Ren <ren_guo@...ky.com>
To: Joe Perches <joe@...ches.com>
Cc: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
tglx@...utronix.de, daniel.lezcano@...aro.org,
jason@...edaemon.net, arnd@...db.de, c-sky_gcc_upstream@...ky.com,
gnu-csky@...tor.com, thomas.petazzoni@...tlin.com,
wbx@...ibc-ng.org
Subject: Re: [PATCH 00/19] C-SKY(csky) Linux Kernel Port
Thx Joe,
On Sun, Mar 18, 2018 at 01:25:57PM -0700, Joe Perches wrote:
> On Mon, 2018-03-19 at 03:51 +0800, Guo Ren wrote:
> > This patchset adds architecture support to Linux for C-SKY's 32-bit embedded
> > CPU cores and the patches are based on linux-4.16-rc5.
> >
> > There are two ABI versions with several CPU cores in this patchset:
> > ABIv1: ck610 (16-bit instruction, 32-bit data path, VIPT Cache ...)
> > ABIv2: ck807 ck810 (16/32-bit variable length instruction, PIPT Cache ...)
>
> []
>
> > It's my first patchset to linux and any feedback is welcome :)
>
> Hello. You might try to do a git am <series>
> on a new branch and correct the various
> git whitespace messages that are produced.
>
> It's also possible to run checkpatch and correct
> some of the linux-kernel code style conformance
> nits it lists.
>
> Perhaps something like:
>
> $ git ls-files arch/csky/ | \
> while read file ; do \
> ./scripts/checkpatch.pl --strict --terse --no-summary $file ; \
> done
>
> add --fix-inplace to the checkpatch line if desired.
OK
Best Regards
Guo Ren
Powered by blists - more mailing lists