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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 2B792C4740A for ; Tue, 10 Sep 2019 10:22:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF5AF206A5 for ; Tue, 10 Sep 2019 10:22:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="vK1D15dW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731452AbfIJKWn (ORCPT ); Tue, 10 Sep 2019 06:22:43 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:42205 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728971AbfIJKWm (ORCPT ); Tue, 10 Sep 2019 06:22:42 -0400 Received: by mail-lj1-f194.google.com with SMTP id y23so15828505lje.9 for ; Tue, 10 Sep 2019 03:22:39 -0700 (PDT) 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=/RnO7aDpzX5C5EyL4y2IfgyW41OmQo4u8v7lMN7YHKQ=; b=vK1D15dW6aK1jvV0nmXA12AyrRJ4vLk03n2a23yq0lZRGq48xLdY0RhJGf/oVx3ddU BUAjXvFBI/R3XlUEEH3n9JnN/c8UDxlRqcZ0ljT/0fp2iSi9QNFMbGUQ1uNvvf/pHRBf yY68Kq2lxaiYmbOSRv4PDu75QITFpvy/hmgAYMpzQ4dWeFI7almhAIwEc7t5+FspOqdW RCKI6Rw+pO36dveGJhF4K3kXhysgPyGbM8rk1Ptjz4PRpFBDezeBWpCpFOHSXJjUnNaQ CgVPB0tp5Gh/UsxejI6EgLuWO/WSB1of8qF1yn/BDTBwMYqJmaoxG9DlUKZtw5/EGyMd dnPg== 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=/RnO7aDpzX5C5EyL4y2IfgyW41OmQo4u8v7lMN7YHKQ=; b=WZoSxCuQJBFtCdXgpHtmiocPnngzwEEk5mg1t/VT1IZ8djKXRq6K3wVDKAsX8oyn0P kz17ebyEVfIYXpzT07gob9NM+Aak1VkFc0vIJ6QFI74zV4IIGUG8cM5putIUtCRKrHyc nnn44CWHzXH2pjIhoJkyw+32u/tGqyhAPWQGNWXC50vxJiaSTDnBncsxG1BFz24RRiLg LErTuvlvikIe2W/PKYdI4taVkhuC7kIf0H5QRg1ZaaZXssnl8Dd0sJlDdwudjqv1DBh1 1hDYo5Pq7IofGR+ddIH9F9h4kreQlslCD/GTZ4UskAq4vpj84JEzKDBO11hzD8brR8Pp S4Dw== X-Gm-Message-State: APjAAAXU0wdkSxgD/6jE7bRsWJFM0OFSxWfKYK7m0RIvptNZr1BtM2rk bYHdaY7yuBc4pU8uc0vByHubaMfGEz96yqEfBP8B6A== X-Google-Smtp-Source: APXvYqxTmNO1MGnu8vYhnE2IUmvw4ev8RpQUmIyLWCAtSHO9mqRjl78UFY8OZp8Ndh+gq+efvNad6aAMm/6X66YLAJ8= X-Received: by 2002:a2e:8056:: with SMTP id p22mr14060234ljg.69.1568110959123; Tue, 10 Sep 2019 03:22:39 -0700 (PDT) MIME-Version: 1.0 References: <20190906084539.21838-1-geert+renesas@glider.be> In-Reply-To: <20190906084539.21838-1-geert+renesas@glider.be> From: Linus Walleij Date: Tue, 10 Sep 2019 11:22:27 +0100 Message-ID: Subject: Re: [PATCH 0/4] gpio: API boundary cleanups To: Geert Uytterhoeven Cc: Bartosz Golaszewski , Rob Herring , Frank Rowand , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 6, 2019 at 9:45 AM Geert Uytterhoeven wrote: > This patch series contains various API boundary cleanups for gpiolib: > - The first two patches make two functions private, > - The last two patches switch the remaining gpiolib exported functions > from EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL(). Good stuff, let's merge for early v5.4 (possibly rebasing if necessary). > After this there is only a single GPIO driver function exported with > EXPORT_SYMBOL(); > > drivers/gpio/gpio-htc-egpio.c:EXPORT_SYMBOL(htc_egpio_get_wakeup_irq); Kill it. People using this platform should step up if they need it. The outoftree code was at handhelds.org and that web site is even down. There is a copy of their git tree on github somewhere but it is definately not maintained. Yours, Linus Walleij