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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 1A208C433ED for ; Tue, 4 May 2021 18:23:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E45B761164 for ; Tue, 4 May 2021 18:23:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230492AbhEDSYc (ORCPT ); Tue, 4 May 2021 14:24:32 -0400 Received: from mail-ua1-f49.google.com ([209.85.222.49]:36698 "EHLO mail-ua1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230385AbhEDSYc (ORCPT ); Tue, 4 May 2021 14:24:32 -0400 Received: by mail-ua1-f49.google.com with SMTP id x9so3359982uao.3; Tue, 04 May 2021 11:23:37 -0700 (PDT) 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=3kCi7il0d+3nsw+AljeEXtKK4PHHIL4TmkvDsGM75V8=; b=m3UoJErGmT/WfUem4W9fKOcEafzekWHr14EPx7yMhPIVJO29jstGRpWTn3U1wXPAoh VJaSZj6mbtBcEmRJ2R4F7Oh+L1Tel0NwX4a5qdHX9hp9YODUGAkkltYsE8zI0A6DTab/ 8DGT5S8Fb9+e0lIv/W16UNZzkSNO+d2a3+AQcS/d8C7Y07v1ajpuVtloDrgf2pYPzD6g hXGkV2AVcXOusHayiFBBmaRRahsYjuLY04G3v2rXCqNBSTaaFAThiP1EzCt7lbq0MQHV t23kIOPQa9dTVqD3vHub9aDG7s4ckc6b1O4aZcASxHsa8KyQwjcceTTSxhbuCZU994Ob 8DzA== X-Gm-Message-State: AOAM531jRwhCfXOUazgiD91DED6TNvdYg0ArSrMMMwZ/+oQIsLQ+ybIa Gez/ijeQ1hYDYL73+SKDZhEnJp0zNV0fZZI9i1JjRTxA3Hk= X-Google-Smtp-Source: ABdhPJxjaTqOrV8Avg7BlIVuRVuRcJHODKU3sgjJMcMCnRvgpJMa5S9kVu60npCdeiW2KFrbJCxRplfsKC5hHxB6yM4= X-Received: by 2002:ab0:3157:: with SMTP id e23mr21500212uam.106.1620152616701; Tue, 04 May 2021 11:23:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Geert Uytterhoeven Date: Tue, 4 May 2021 20:23:25 +0200 Message-ID: Subject: Re: [PATCH 0/2] ARM: dts: r8a7745,r8a7794: Remove generic compatible strings from iic blocks To: Wolfram Sang , Magnus Damm , Chris Paterson , Fabrizio Castro Cc: Linux-Renesas , Linux I2C Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Tue, May 4, 2021 at 4:49 PM Geert Uytterhoeven wrote: > This patch series fixes the first issues discovered by[1], and removes > the generic compatible strings from the IIC blocks on the R-Car E2 and > RZ/G1E SoCs, as they do not have the automatic transmission registers. > More follow-up patches are expected, when IIC will have dislosed all of > its secrets... > > Thanks for your comments! > > [1] "[PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: Convert to json-schema" > lore.kernel.org/r/ecfaf6be5e8c285db2bcc823bb1dd89931fa5c29.1620138454.git.geert+renesas@glider.be > > Geert Uytterhoeven (2): > ARM: dts: r8a7745: Remove generic compatible strings from iic blocks > ARM: dts: r8a7794: Remove generic compatible strings from iic blocks > > arch/arm/boot/dts/r8a7745.dtsi | 8 ++------ > arch/arm/boot/dts/r8a7794.dtsi | 8 ++------ While drivers/i2c/busses/i2c-sh_mobile.c already has a match entry for "renesas,iic-r8a7794", it does not have one for "renesas,iic-r8a7745" yet. Hence patch 2/2 depends on a to-be-sent patch to update the driver. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds