From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3100C282C8 for ; Mon, 28 Jan 2019 14:47:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 778132147A for ; Mon, 28 Jan 2019 14:47:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linaro.org header.i=@linaro.org header.b="e0EMqKDg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726746AbfA1Orl (ORCPT ); Mon, 28 Jan 2019 09:47:41 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:42746 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726682AbfA1Orl (ORCPT ); Mon, 28 Jan 2019 09:47:41 -0500 Received: by mail-lj1-f193.google.com with SMTP id l15-v6so14459585lja.9 for ; Mon, 28 Jan 2019 06:47:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cKK4inmtsjA81xIaKjYBVKu5Y2axTkKuwPiRoIlTRSo=; b=e0EMqKDglMCt+qt/WmXPBiht/hPfhoDEelzQ9KphIc6mlVevd2SIN/gDxLrClTLOgI Cxilcfu4O7J7xdjJDTX/1bJ9l0myeaGsJctkM4H7hFKkg98PebpJYZK86NeuC2k9YXOY P9LQwTY9073RxFXhDrbCelrxEVfmHbtlxbey8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cKK4inmtsjA81xIaKjYBVKu5Y2axTkKuwPiRoIlTRSo=; b=PVUtBBGEBZaQAw6D0FIP9rTFzhc5HZCLGYeFLQ9IIYLR+ZkcG6JH9MIp+nBVwLmQyc lQovBT5mkcOErEfydWGAcRvjHqQtVOPYRX775/AEQNtfyLCZIK/bB70mQKnXGHVw3LmF pdpl31AnJ4YoL4KmGBT18pz05hh8XFgWqpwQ2PHLgy8FcXPQYdzypl25sYjllu8FgPmz uioA+QU4w7mkfMg9Tv/RVEASQABh9cxz3ktgVVgCqlBamZRewWghYiPjdU6fCR863bk9 pO3fLKf+xf/Z/iRzhruQ/BzG8Aj17pmxdJhHCZPzsgLHicQEOK+qphR+niP8R+vOVOli wZVw== X-Gm-Message-State: AJcUukfBMGDZuQpSTl4bKQsffDBrykJMuQJZp8ZZy8sksSeM0MuHomLj /n2LXbPh/qpF2QHR2JajuNsIYjb3+SAHIIhy2KkAIM1W X-Google-Smtp-Source: ALg8bN5/WefJ+eUnaIJ/np0vSNkMOGqPRTIuyxooAq7rRBYCcpOPnFz4BA9Lt8nzaMnnqxR7QpkePRhnLomots64HbA= X-Received: by 2002:a2e:568d:: with SMTP id k13-v6mr18730616lje.105.1548686858973; Mon, 28 Jan 2019 06:47:38 -0800 (PST) MIME-Version: 1.0 References: <1548410393-6981-1-git-send-email-zhouyanjie@zoho.com> <1548410393-6981-2-git-send-email-zhouyanjie@zoho.com> <5C4F14E9.7030203@zoho.com> In-Reply-To: <5C4F14E9.7030203@zoho.com> From: Linus Walleij Date: Mon, 28 Jan 2019 15:47:27 +0100 Message-ID: Subject: Re: [PATCH RESEND 1/4] Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780. To: Zhou Yanjie Cc: linux-mips@vger.kernel.org, "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" , Paul Burton , Paul Cercueil , syq@debian.org, Jiaxun Yang , 772753199@qq.com Content-Type: text/plain; charset="UTF-8" Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Mon, Jan 28, 2019 at 3:43 PM Zhou Yanjie wrote: > Thank you for your reply. I am working on v2, and I have removed the > fourth patch in v2, > so there will be no warnings at compile time. But this will cause some > warning messages > when checkpatch, I am confused whether I can ignore these warnings. I don't care super much about checkpatch warnings, compiler warnings for const correctness is more important. Yours, Linus Walleij