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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F31BC38142 for ; Thu, 19 Jan 2023 09:58:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229812AbjASJ64 (ORCPT ); Thu, 19 Jan 2023 04:58:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229626AbjASJ6y (ORCPT ); Thu, 19 Jan 2023 04:58:54 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7426053E41 for ; Thu, 19 Jan 2023 01:58:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 98D8380F1; Thu, 19 Jan 2023 09:58:52 +0000 (UTC) Date: Thu, 19 Jan 2023 11:58:51 +0200 From: Tony Lindgren To: Linus Walleij Cc: Aaro Koskinen , Janusz Krzysztofik , linux-omap@vger.kernel.org, Maciej Falkowski Subject: Re: [PATCH v2] ARM: OMAP1: Move h2 LEDs to GPIO lookup table Message-ID: References: <20230111132403.134617-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230111132403.134617-1-linus.walleij@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Linus Walleij [230111 15:24]: > This converts the the H2 GPIO LEDs to use a machine lookup > table. > > Cc: Tony Lindgren > Cc: Maciej Falkowski > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Rebased on v6.2-rc1 > - I suppose Tony picks this up? OK thanks, applying into omap-for-v6.3/omap1 branch. Tony