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 7B2B3C43334 for ; Wed, 15 Jun 2022 08:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245205AbiFOIbp (ORCPT ); Wed, 15 Jun 2022 04:31:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245207AbiFOIbN (ORCPT ); Wed, 15 Jun 2022 04:31:13 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DE5AB49CB7 for ; Wed, 15 Jun 2022 01:31:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id ED38880FE; Wed, 15 Jun 2022 08:26:23 +0000 (UTC) Date: Wed, 15 Jun 2022 11:31:08 +0300 From: Tony Lindgren To: Yegor Yefremov Cc: Drew Fustini , Linux-OMAP Subject: Re: am335x: GPIOs in userspace Message-ID: References: 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 * Yegor Yefremov [220614 12:32]: > I found the problem. Between 5.10 and 5.11 gpiochip assignment has > changed: gpiochip1 -> gpiochip4. Hence, I'll have to work with gpio > labels. OK good to hear you found the problem. Tony