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 030BCC00A5A for ; Thu, 19 Jan 2023 10:04:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230323AbjASKEX (ORCPT ); Thu, 19 Jan 2023 05:04:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230326AbjASKDz (ORCPT ); Thu, 19 Jan 2023 05:03:55 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2E8CF6FF97 for ; Thu, 19 Jan 2023 02:03:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 773AE8140; Thu, 19 Jan 2023 10:02:59 +0000 (UTC) Date: Thu, 19 Jan 2023 12:02:58 +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: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tony Lindgren [230119 09:58]: > * 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. Oh actually this file is getting dropped in Linux next, so not applying. Regards, Tony