From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-f195.google.com ([209.85.222.195]:44498 "EHLO mail-qk1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729124AbeIFTLX (ORCPT ); Thu, 6 Sep 2018 15:11:23 -0400 MIME-Version: 1.0 References: In-Reply-To: From: Arnd Bergmann Date: Thu, 6 Sep 2018 16:35:17 +0200 Message-ID: Subject: Re: [PATCH V3 00/26] C-SKY(csky) Linux Kernel Port Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Guo Ren Cc: linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, Thomas Petazzoni , wbx@uclibc-ng.org, Greentime Hu Message-ID: <20180906143517.rB71ECNF8TDSRDJyJCCq3KurA0xZj3MIHKoLdtGMjrg@z> On Wed, Sep 5, 2018 at 2:08 PM Guo Ren wrote: > > This is the 3th version patchset to add the Linux kernel port for C-SKY(csky). > Thanks to everyone who provided feedback on the previous version. > > This patchset adds architecture support to Linux for C-SKY's 32-bit embedded > CPU cores and the patches are based on linux-4.18.4 I looked at all patches again, overall this seems well done, thanks for addressing all the prior feedback. Most of my comments are are for fairly unimportant issues, the one thing I found that needs to be properly addressed is the asm/io.h header, which should implement the I/O accessors as your hardware requires them. Arnd