From patchwork Mon Feb 26 09:36:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 877757 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="epmvK0Gu"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zqcC81jyFz9s1t for ; Mon, 26 Feb 2018 20:36:04 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751799AbeBZJgD (ORCPT ); Mon, 26 Feb 2018 04:36:03 -0500 Received: from mail-it0-f68.google.com ([209.85.214.68]:35940 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbeBZJgB (ORCPT ); Mon, 26 Feb 2018 04:36:01 -0500 Received: by mail-it0-f68.google.com with SMTP id u5so10262354itc.1 for ; Mon, 26 Feb 2018 01:36:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=LPy/2aIIkELiGUls/KGIGuY4ws9JkUgOM3fTW135LtE=; b=epmvK0GucbuseAvkj+JSubfGooHGPec11LNBmdVakC9ina7LsO9Jz4tBOW5P7GvjU+ f0Au+PXkVEN5/bYYw7iV0xAZ3z/1g59uDYnomKYu2+m4Cexv3tWxnMTbV4zo1AnyYHUe Jh8fViueIRf+F4h+l4CIiqN108C/dSsMyYC/I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=LPy/2aIIkELiGUls/KGIGuY4ws9JkUgOM3fTW135LtE=; b=PkuzenpoLFpuL3cgNF/RiUY4zcCRIK4os31U0ELHAtzaPCD0ClicbID4BzUGgt93I7 UimU90NhjXyH4YmVr+evxu8cASVKPoicJbbfANxxFPEhR0Vlqa1QT8gVszSKRuTB1M/y BIyxgg9um6ZSvPZOgPLuI3o0nqGQlucsAlHZi13aCHyF6xJOtIDHgLKt5BlSv0Bi9l7R IRHnSU/q9Kqo/gDwBIX/0CEGX7sYDCBBxvb5Mwy+Dnz29k+6S08ykHi0Xp23ebRCx0V+ WMKBb+HqqaTMM7dxddZBzx5Jc9RYvqzxYgReLRLsnjvDDpb0OSqj9TSyXwVG6bufgJT7 uVQQ== X-Gm-Message-State: APf1xPDPenHP09Wa+p/FOw4+GDFrZHq/ne+n3Axw4KIyb1v43zpu76dH 0S93y1E28xTTsQN4nJQgJLugNin6DhjzB8fA0Ok6gA== X-Google-Smtp-Source: AG47ELt1Eiv76S4fVDOL+MPa8gBlPKLQYF+wTxbKJ/sMTk5Kp4ufJbgirRAVjNEqh/3GHEC/uLzVM9F3XD3RBGdM80M= X-Received: by 10.36.107.147 with SMTP id v141mr991528itc.38.1519637761268; Mon, 26 Feb 2018 01:36:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.230.25 with HTTP; Mon, 26 Feb 2018 01:36:00 -0800 (PST) From: Linus Walleij Date: Mon, 26 Feb 2018 10:36:00 +0100 Message-ID: Subject: [GIT PULL] GPIO fixes for v4.16 To: Linus Torvalds Cc: "open list:GPIO SUBSYSTEM" , linux-kernel , Chen-Yu Tsai , Maxime Ripard Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, two fixes to GPIO, both by nice colleagues fixing my mistakes. Please pull it in! Linus Walleij The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v4.16-2 for you to fetch changes up to c2b3eec47c1b2161adbc70676f1422e6f56aaa32: gpio: Handle deferred probing in of_find_gpio() properly (2018-02-21 09:37:34 +0100) ---------------------------------------------------------------- GPIO fixes for the v4.16 kernel: - Two patches fixing up my mistakes with device tree properties compatible for SPI and regulators. Nice to smoke this out for v4.16 though, when we actually use it in v4.17 it will be in nice shape. ---------------------------------------------------------------- Chen-Yu Tsai (1): gpio: Handle deferred probing in of_find_gpio() properly Maxime Ripard (1): gpiolib: Keep returning EPROBE_DEFER when we should drivers/gpio/gpiolib-of.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) --- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html