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,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0A15CC433ED for ; Sun, 11 Apr 2021 13:00:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2265611AD for ; Sun, 11 Apr 2021 13:00:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235535AbhDKNAW (ORCPT ); Sun, 11 Apr 2021 09:00:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235483AbhDKNAW (ORCPT ); Sun, 11 Apr 2021 09:00:22 -0400 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC665C061574 for ; Sun, 11 Apr 2021 06:00:05 -0700 (PDT) Received: by mail-yb1-xb2d.google.com with SMTP id 65so11917071ybc.4 for ; Sun, 11 Apr 2021 06:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1D/NZaQrODriWdgxS69yUjmJHum4ME8GOKo/lbq9TW8=; b=cQtAvEYn9OCsL1LW5CtDebiXiJDG1PVTKA9AwlWGDvaor3jmb3843CZq5Basm78XG7 G52PXeJWQ4pVtfws/W15yR/gjIxW/mgOQyrIdYlVzOAs4lee8dsV6hoJQ7RkgAYmqUum OkmtLYXFF5wvSRihO/wYBr2jzgjN0TfLUupmOSJcWVsrUUaoMxzIXHGE2bGFAX1OF6Zd vJLE3pmyNTae4Hj1gUG2DgzEy5eEU3KZnNGLnq21Xok0ElsDR31F8sxDEGDkNbufKQkC /vgn0kR6vV7++OmQlTqHn4o4dUfNeNtI7bG78hwRMI65I5arH47M6tWZKWuuoVTwVnUa Sqyw== 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=1D/NZaQrODriWdgxS69yUjmJHum4ME8GOKo/lbq9TW8=; b=IXD2MtMhSPQrpTY4av8ASofwXeI6Kb8aJEG5RhEuNLeaQuLuhu7L3+tJPOQHdc2I47 LQ/USp69F4j+Z/5onznFk2laLhHidOBhqft2QW4FEY475eSG93sxtdvtrne2UEHCoRmx wqtyuGjl0BlGPBDhJsoKFoZEGauK9FCfjzdgSm5c+s4yggaPL+mjri6PP9u6cdN3hS14 i+0Xidd0OGX110TbbI5pNVpDV6vbXrHdd6JfMruyBR3N9wt4U5wdo70UZSoyyFcgzDoC aYto7p30KS3OtfN+PvN2+F4HUrAdFD01x8MgegRlbGf7VDyCUnRhmyxQrFlBElFWzej1 4AEg== X-Gm-Message-State: AOAM530goaegsfQvSd30JK/5YjdgazKqjuVoFJopXN4yoaeaplMsS5FL Rn+6ZRWF0IJASHkxymhbOK05Iaqf3ovycMFSShorlA== X-Google-Smtp-Source: ABdhPJye5Ty8OxuNQMJRe6h1haYpe3oaYdKnacC4pzD9MpxefH1BO3fhBxS3hdokzIfZsMAw12tUuj+ql0FQ05mrvGI= X-Received: by 2002:a25:d152:: with SMTP id i79mr6159519ybg.469.1618146004958; Sun, 11 Apr 2021 06:00:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bartosz Golaszewski Date: Sun, 11 Apr 2021 14:59:53 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: gpio: fairchild,74hc595: Convert to json-schema To: Geert Uytterhoeven Cc: Linus Walleij , Rob Herring , Maxime Ripard , linux-gpio , linux-devicetree Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Apr 2, 2021 at 2:20 PM Geert Uytterhoeven wrote: > > Convert the Generic 8-bit shift register Device Tree binding > documentation to json-schema. > > Rename from gpio-74x164 to fairchild,74hc595, as the former refers to > the Linux driver, and not to a hardware name. > Add the missing hog description. > > Signed-off-by: Geert Uytterhoeven > --- Patch applied, thanks! Bartosz