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=-13.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 0A2DAC4338F for ; Fri, 20 Aug 2021 12:07:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4C1D60F25 for ; Fri, 20 Aug 2021 12:07:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238496AbhHTMIU (ORCPT ); Fri, 20 Aug 2021 08:08:20 -0400 Received: from smtp2.axis.com ([195.60.68.18]:12045 "EHLO smtp2.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237764AbhHTMIT (ORCPT ); Fri, 20 Aug 2021 08:08:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1629461262; x=1660997262; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=Skn8l/KAe/gVRzGAKHerLg/Y/96MtL6BmS2eNxFkGLI=; b=aIFD74WW9aL+/6uYxoJo6EUPSIqlg9dprbmKz9mfrIISh+maym1kfluf BRLmvpiqbWr9W2D0lLDSrxTOSFjWEtjNLOfRnOMt6cYg3u15gz9bxwl9n ihRDmfIOoyyI87hbDtgV14tLd2+s+FHl4PRXw3r+DcA3fwd5z/kq8vhu2 OYd4LkV8QHZVehcnIce9JHb/NBNcIArIo1nPGbUZ6FXkAcd2wHtjYZRkK /M6+HWD1pu6qUsItXw3vEfCoV6vf4LBdTDBaZEUK7Psgeh2kyRJU0IESH cpNHD6BEU62yeGhuZjpImUydjp+PBMLIZVbm0C0vhyeSbc6d6wR+LoEpD g==; Subject: Re: [PATCH] i2c: slave-eeprom: add an of_match_table To: Wolfram Sang , , References: <20210504135209.4757-1-bjorn.ardo@axis.com> From: Bjorn Ardo Message-ID: <137dba33-6393-0c8a-e19a-c67d948e5ab4@axis.com> Date: Fri, 20 Aug 2021 14:07:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: se-mail06w.axis.com (10.20.40.12) To se-mail04w.axis.com (10.20.40.10) Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi, This is missing for the entire module, so maybe then it should be added for the existing DT-API as a separate patch and then this patch can just add the things it is actually adding to the API? Or do you think it should be included here? /BA On 6/26/21 12:31 PM, Wolfram Sang wrote: > On Tue, May 04, 2021 at 03:52:09PM +0200, Björn Ardö wrote: >> This is needed since commit af503716ac14 ("i2c: core: report OF style >> module alias for devices registered via OF"). >> >> Signed-off-by: Björn Ardö > I'm afraid we need a YAML file, too. checkpatch says: > > WARNING: DT compatible string "linux,slave-24c02" appears un-documented -- check ./Documentation/devicetree/bindings/ >