Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1035287pxu; Wed, 2 Dec 2020 09:23:58 -0800 (PST) X-Google-Smtp-Source: ABdhPJxzm6zJQ2r4PxUxY2Hlsxlm0qKLvjBozUCXzkn0SkU9JmL2rxhl3JM9ZvQmtp9BZgeaPJ/n X-Received: by 2002:a17:906:a052:: with SMTP id bg18mr794282ejb.550.1606929838158; Wed, 02 Dec 2020 09:23:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606929838; cv=none; d=google.com; s=arc-20160816; b=a3uLqNhOhwPjx3MXW8o9pf3MGX18/6GeHXsy5vVdWoGG4RUrwBBQtNERWQquZFaerj 210N2C10wrJnCJbUn5fsZ8ToQMnXD7dfSOjV9D0ayoB9cU5MnIfUU/ke/dllibA/mk3c W71lgdwSRyUo1ho6MkKgproUbvbiC9SYliESVIjzGQNMRocPCFuaXoEKnRBzOv/RoJze iWBKxGAuUDZv5Er8eqlGS3Y4BtFaQ7COFZeBbbGfFgghTzM7jfLihIIJwA030kPqqtvb FD526yQW6Qkz5X2cS+fPAWabamV1wvACHyfTZ3sN1uMohQ05dhp0tZpRZPij2iC4tjEK ysBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=o+0Vn+r/DwNVJFr0mpSLgJ+jEVuCv7l1b4/TT7u7ZUw=; b=XVd1X4JYJ9BmLmExCCRYweSwceKxohBeX5pqqp6anrHjvaXl7MtVFEN9Rw3qHRVpnp yim8q25Now3BXbSkzBVRXXy9AGsqceiznnpVdUNrYje9qS33+Vw5c8WH+RJpqKRMkK2G v0xGjSwYdoh8CFGSveG0r5k7ci7oJ+b/jUOZjHrGJp3Y43XdsAK58arrqkV5NTkcFzJ4 rhM3KIO22Zj/Xdl4Xb0mMRnwD3Ce6uPVxcdOVIt7HqSJdvU0RCU0il7KNjHGQePj2t0X dLAzeZeFyXzbPzswwXD1zGlf5Nt5qj7fhNGSNT1usAfaqtemdfp4PQ7yewqa9JMILYQm sVZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r8si330170eji.608.2020.12.02.09.23.34; Wed, 02 Dec 2020 09:23:58 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730822AbgLBRVG (ORCPT + 99 others); Wed, 2 Dec 2020 12:21:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:39226 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388140AbgLBRVF (ORCPT ); Wed, 2 Dec 2020 12:21:05 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Rob Herring , Adam Ward Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Support Opensource , Vincent Whitchurch , devicetree@vger.kernel.org In-Reply-To: References: Subject: Re: [PATCH V2 0/1] regulator: da9121: add IRQ free to release function Message-Id: <160692959560.34198.16327737736892832990.b4-ty@kernel.org> Date: Wed, 02 Dec 2020 17:19:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Dec 2020 11:32:46 +0000, Adam Ward wrote: > This patch fixes the DA9121 driver to disable the IRQ before cancelling > the work, to be sure the IRQ doesn't restart it before all IRQs are > masked > > V2: > > - Fix to release IRQ if regmap error fails probe > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: da9121: Request IRQ directly and free in release function to avoid masking race commit: 5e191d2e05a4fe098632006bb3afa5e21c8789db All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark