From patchwork Fri Nov 19 15:07:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 518429 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED365C433EF for ; Fri, 19 Nov 2021 15:07:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D493961B27 for ; Fri, 19 Nov 2021 15:07:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233505AbhKSPKJ (ORCPT ); Fri, 19 Nov 2021 10:10:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230410AbhKSPKJ (ORCPT ); Fri, 19 Nov 2021 10:10:09 -0500 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74D77C06173E for ; Fri, 19 Nov 2021 07:07:07 -0800 (PST) Received: by mail-wr1-x42a.google.com with SMTP id d5so18735682wrc.1 for ; Fri, 19 Nov 2021 07:07:07 -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=5jqMl8Z0Hf/N/KXYecsVzaYCxNDJh+mMv+jjLKwsb28=; b=G55pasOzodUHvhH6LId0UJoQllxGkntw85VTDgTYUqbRnzcJFKgn+r55vywU5JB+rd XXvFZSw13rpwa/LxvsU4Z6UOSsOhZJMpT6yYX2ImRhIlWTr+RtxMETDaqKs6Oune/+SM Yzh9Ph84fQY8vCIC3nIzEJLvBz2hlJyNdasU8aQEyx76m5pubQhvZRL2q1ynjujo7nkq Oi3zai5zTT7WH6/oSLUxnsfnAGzhi14eK517QIO+T3xNvPXzerVgxeHVNrcu5EvjbxpN 5ovi9K1QB1xmmdr2fhDIPoRVwqtGH5eeqhTgl8Uubg8R2odK8JAGpQAWEl+QVzIQ/j+E ACMw== 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=5jqMl8Z0Hf/N/KXYecsVzaYCxNDJh+mMv+jjLKwsb28=; b=xLlMqtErTFNLUZdZ5jtg9lucAPLhBXXtXaHhkhThpRss0svmpFlKz60oEKF2GXihrb YOKgbXGiK1NPTYW1CslvDXxiLHpLayIC7YuheLIkxh40pkwDHJ9Qc82CSzOdeEUDc7Uj iYDqj39lHwzMzY+rPfpuYDuwU9oo/KPSXKrZY31uTRK4OMhcYjRdZdrn9FPRLtqKTDbS vRPP/izbkthblikkyRuRKmL3bZcpQIpOmcazEBJmpS32LVbI3+0g4exArHYhSUCFLwBZ G+HneDY99htGTNm2lFQSTz6L6vXcUes2KoeLg7vb8UC7Si1VQrwJ/6D05A/KZG0WPlfb +85A== X-Gm-Message-State: AOAM533vMKZGounpcGZJVXtFAWGU7eqafALKyzC/BqwJNQuoWZtd1ZDf 3dSRPoMmKpfZkxPqMu8gSFM7gjh1xaqCAYGK X-Google-Smtp-Source: ABdhPJzC2IgYKRKHsRJ1a9sTXbJ7zyfPtn4OHTdf9LMDllVeg2BuC3OTMx+v7hqp+bYdTJyT/ibTjg== X-Received: by 2002:a5d:4e0b:: with SMTP id p11mr8013629wrt.88.1637334425922; Fri, 19 Nov 2021 07:07:05 -0800 (PST) Received: from debian-brgl.home ([2a01:cb1d:334:ac00:7d50:ff5:f5c1:e225]) by smtp.gmail.com with ESMTPSA id r62sm3046160wmr.35.2021.11.19.07.07.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Nov 2021 07:07:05 -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.16-rc2 Date: Fri, 19 Nov 2021 16:07:03 +0100 Message-Id: <20211119150703.8326-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 for the next RC. Best Regards, Bartosz Golaszewski The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.16-rc2 for you to fetch changes up to d6912b1251b47e6b04ea8c8881dfb35a6e7a3e29: gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors (2021-11-16 09:41:44 +0100) ---------------------------------------------------------------- gpio fixes for v5.16-rc2 - fix a coccicheck warning in gpio-virtio - fix gpio selftests build issues - fix a Kconfig issue in gpio-rockchip ---------------------------------------------------------------- Kent Gibson (2): selftests: gpio: fix uninitialised variable warning selftests: gpio: restore CFLAGS options Li Zhijian (1): selftests: gpio: fix gpio compiling error Randy Dunlap (1): gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors Yang Li (1): gpio: virtio: remove unneeded semicolon drivers/gpio/Kconfig | 1 + drivers/gpio/gpio-virtio.c | 2 +- tools/testing/selftests/gpio/Makefile | 1 + tools/testing/selftests/gpio/gpio-mockup-cdev.c | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-)