From patchwork Fri Feb 11 13:08:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 541913 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 01AA0C433F5 for ; Fri, 11 Feb 2022 13:08:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345809AbiBKNII (ORCPT ); Fri, 11 Feb 2022 08:08:08 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240922AbiBKNII (ORCPT ); Fri, 11 Feb 2022 08:08:08 -0500 Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7303AF3D for ; Fri, 11 Feb 2022 05:08:06 -0800 (PST) Received: by mail-wr1-x42c.google.com with SMTP id i14so15117539wrc.10 for ; Fri, 11 Feb 2022 05:08:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=I+k2v7vnbgMhSaU57JWk13mn9hMYpBDkI2h6mlnSApw=; b=QCTfdGUKhNUL0g7+17DFABMk2Fal7ltvf/O5v7hKbvy6X0h4rvk81T2fhM0dCeVdGM IleZArGD5lA5+3npeBX2yf0qzrPnAfO4g2w+hKsxcexcyJrHcejkY2cXi+8961MWn/XX PJsT78uUZWuDP2vguIbVyWb+nCgWq48iOUaF9SDQiFtrobnLTfZmjAKofAIAAgnn2+CM /Cjpyy2Ol3tgdFyC7+NC16AlWNLmiLhoQaH0jmsOkpWh82GGlH2vTqwZYySUPS7o/2Mx mVZBVA/j+dkhEgqvf63Y58L2JUzWZm6A1bv6T5QpmJ0crzuBRQtIGTqLDOp3wlyn/m0J og+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=I+k2v7vnbgMhSaU57JWk13mn9hMYpBDkI2h6mlnSApw=; b=1pzn4jDqh3IT5B7ORQQdnAizqsVmpJ5EmL+/43uZJ1X862MdXh8ENU6Y1aHKflJA+r hFSD1XwD/fiO4E2G4vOpdbt3FSprP/oakii028siA89+1lvLH2vDscrrrmmKiwJhelM+ iBUrt6+/ErQlQ584v/s+w2g3/MpBidYMYPi9F+6SeSm3B/0O3ON8JdySGIxTWsoVp//H QYegKbX/t8kOVozGaVmSM0piX40apnt0FFAi//tfzh3yQoyVlRuB6xKvth9UmQajF7m9 2Nbr4Pu1U6Tfsl+kGu7EFwKUiqiZ2H/uUoUDXchGbMaZx+LdEiftEWlrqs8zoJkTn53l GyGg== X-Gm-Message-State: AOAM530qWm8ekW5R6fvYSuTzt27yQR3zvAtQM1lyJKIoyT5tIjL2SjSm dzD9PxLnuc/H7vaIWf+eUJmh9PEmjy5N/g== X-Google-Smtp-Source: ABdhPJyNGbjyagJVMCs0GpGGHe8iuMQr/P3hbA5LSCnv1B0i+lUtSDpTvOEX0k/zAOETavkpDQBdmA== X-Received: by 2002:adf:e886:: with SMTP id d6mr1433078wrm.656.1644584884979; Fri, 11 Feb 2022 05:08:04 -0800 (PST) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id p27sm4161351wms.39.2022.02.11.05.08.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 05:08:04 -0800 (PST) From: Bartosz Golaszewski To: Linus Torvalds Cc: Andy Shevchenko , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [GIT PULL] gpio: fixes for v5.17-rc4 Date: Fri, 11 Feb 2022 14:08:01 +0100 Message-Id: <20220211130801.280029-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Linus, Please pull the following set of fixes from the GPIO subsystem for the next release candidate. Best Regards, Bartosz Golaszewski The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c: Linux 5.17-rc2 (2022-01-30 15:37:07 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc4 for you to fetch changes up to c162ca0bcbfb39308c4dff4157e27c751af7032a: gpio: sim: fix hogs with custom chip labels (2022-02-09 11:41:29 +0100) ---------------------------------------------------------------- gpio fixes for v5.17-rc4 - use sleeping variants of GPIO accessors where needed in gpio-aggregator - never return kernel's internal error codes to user-space in gpiolib core - use the correct register for reading output values in gpio-sifive - fix line hogging in gpio-sim ---------------------------------------------------------------- Andy Shevchenko (1): gpiolib: Never return internal error codes to user space Bartosz Golaszewski (1): gpio: sim: fix hogs with custom chip labels Geert Uytterhoeven (1): gpio: aggregator: Fix calling into sleeping GPIO controllers Niklas Cassel (1): gpio: sifive: use the correct register to read output values drivers/gpio/gpio-aggregator.c | 18 ++++++++++++++---- drivers/gpio/gpio-sifive.c | 2 +- drivers/gpio/gpio-sim.c | 19 +++++++++++++++---- drivers/gpio/gpiolib-cdev.c | 6 +++--- drivers/gpio/gpiolib-sysfs.c | 7 ++----- drivers/gpio/gpiolib.h | 12 ++++++++++++ 6 files changed, 47 insertions(+), 17 deletions(-)