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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 D3CDFC433DB for ; Thu, 21 Jan 2021 12:19:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81619206ED for ; Thu, 21 Jan 2021 12:19:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731111AbhAUMTM (ORCPT ); Thu, 21 Jan 2021 07:19:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730421AbhAUMQ5 (ORCPT ); Thu, 21 Jan 2021 07:16:57 -0500 Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B6C2C061575 for ; Thu, 21 Jan 2021 04:16:12 -0800 (PST) Received: by mail-lj1-x22c.google.com with SMTP id e7so2187002ljg.10 for ; Thu, 21 Jan 2021 04:16:12 -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=9Wtv/oGlhHYXfu5S1B9jE1DQi/pI6PhFjtlqmq/M6uU=; b=qHUU2VGYj8yE6Tcu7dl1lx0DsjEOLk0/gvZNPnjPSmY8ouNCDzW+GvLTeDTjHrGAxQ OtgSPqw0/YxYj69JzivdmCzUpl5ASV9E6FlNysACGUZg+21lkzArbJK1kGYwgFLzxeFv 38u9clbjzyywSmiSpwhCdL7ajylnGFuLy0MzDV6inJOeWpCP0g8Ze0Yoj0dr28eU4yKT UbIlNtOCMhNycbR0yjyi7FnTz/MG4mPK7fEbgJkMHWMqoxVar5RyjRwoPQorNeoshafr CEr24WPwSHRV2BkQjRh2e40SQv24yuxeuw0SWF8wnEfm9++MUtPbSJdOeRK3LLx1p4E+ vxPA== 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=9Wtv/oGlhHYXfu5S1B9jE1DQi/pI6PhFjtlqmq/M6uU=; b=C7Y8DyQKxd87eiZOVzlYk8jFvGfPgUBAa3FypIA38z/fZK4mTihwVW24TM2lL4LzzB n7SfgLy0gVH9TgfqArPHfeTLWg5B+wtzdG9aQsr1fYlY67ZLFWRt9MYGVcrsl0EbcunH 2ZBjc24p+9sT+b4+yuft1jPM7aj/F+TTM96jxF+2aTc1wuY388POxWgHRlcwT378bkmX VWJHlGrv6Qo9AdHTAhSIQ6HVuau+powkp5PRhFjOcgCyHJTkYvWIvyPPionnTqZ5gg85 7sq43zJ51dac6G7ejS8YUz9zfsZPvPe8nH97ahBKqIpp1py2gL397JAUzjiDuoW9j53B +mgw== X-Gm-Message-State: AOAM530+RnVmSYGwHw9d3+tdzIm+5m5rMvn+k6s7/62b1X02oO8AYqjo BC4+ZZTJYuBH+C1TGDr3ijU5EZNwxyy4/eQo4oPXcGOrBjX5og== X-Google-Smtp-Source: ABdhPJxOpmC7bp0kI1WyMPCJ1Yfz6KX8VPH4FwGmX6MRUhQVsg1COINq9Z3v9kR0tmojXDJB7rHsq0iU8ned4wcpHew= X-Received: by 2002:a2e:b54d:: with SMTP id a13mr46804ljn.438.1611231371124; Thu, 21 Jan 2021 04:16:11 -0800 (PST) MIME-Version: 1.0 References: <20210120110722.20133-1-paul@crapouillou.net> In-Reply-To: <20210120110722.20133-1-paul@crapouillou.net> From: Linus Walleij Date: Thu, 21 Jan 2021 13:16:00 +0100 Message-ID: Subject: Re: [PATCH] pinctrl: ingenic: Improve JZ4760 support To: Paul Cercueil Cc: od@zcrc.me, "open list:GPIO SUBSYSTEM" , linux-mips@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 20, 2021 at 12:07 PM Paul Cercueil wrote: > - Add otg function and otg-vbus group. > > - Add lcd-8bit, lcd-16bit, lcd-18bit, lcd-generic and lcd-special > groups. Change the lcd-24bit group so that it only selects the pins > that aren't in the lcd-18bit and lcd-generic groups (which breaks > Device Tree in theory, but there is none out there for any JZ4760 > based board, yet). Remove the lcd-no-pins group which is just useless. > > Signed-off-by: Paul Cercueil Patch applied. Yours, Linus Walleij