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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,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 5B514C433EF for ; Thu, 16 Sep 2021 05:24:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 367AD610A6 for ; Thu, 16 Sep 2021 05:24:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234348AbhIPFZc (ORCPT ); Thu, 16 Sep 2021 01:25:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:54780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233914AbhIPFZb (ORCPT ); Thu, 16 Sep 2021 01:25:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 003E661130; Thu, 16 Sep 2021 05:24:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631769850; bh=51gGk7MhHQvQamAED401HmrrplIw3FKz2qx4WKc0qSo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0Zl8Jq6ZWOdUyLQ/anmXWzyxmKqQFBoZG7eYTMBPLG3IXWKQlmb/MLAS6EiBed4g2 lrDelvqxb+unI2V/rWA/hB8JfXYy6MH4j2dLGX4tO+6Nk7E+tOTUZOZirDCjHzb3ky Csz2/bXTaXzsoMx0MHyslXn7m8gCTcq6eCW/P8MM= Date: Thu, 16 Sep 2021 07:23:50 +0200 From: Greg KH To: min.li.xe@renesas.com Cc: arnd@arndb.de, derek.kiernan@xilinx.com, dragan.cvetic@xilinx.com, linux-kernel@vger.kernel.org, lee.jones@linaro.or Subject: Re: [PATCH misc v2 1/2] mfd: rsmu: Resolve naming conflict between idt8a340_reg.h and idt82p33_reg.h Message-ID: References: <1631731629-20862-1-git-send-email-min.li.xe@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1631731629-20862-1-git-send-email-min.li.xe@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 15, 2021 at 02:47:08PM -0400, min.li.xe@renesas.com wrote: > From: Min Li > > Signed-off-by: Min Li As I said before, I can not take patches without any changelog text :(