From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 446F36FE35; Tue, 26 Mar 2024 23:25:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711495506; cv=none; b=YeuqNi3GEhDPOhm+AChSllaqMckK7D9p+LOxSrCSsBm+Y0giMHL6z6M9gVzh/3+vSTV+2MuNlgE+jWHlFNAzuYjBSZQSRKEHky9imbZrjVKAc027GddxOfTl87XBtdiGCrJ9ajohiyHxZy+BQAfH+QmKDwm6dV0b7Mr2Rj5hav0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711495506; c=relaxed/simple; bh=/TwaUWPtbcr32wiCp9VhBHSukSNUm57OfrofMtXGVGY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=clqgqDdf6qk8KZtm9C8T5e0IwxsRrMtRsIp59Y42dqqVoyjDFk8Ia0R5v+8D4JUtoS7xm5bh6skgsUzuihoAah5zXlnnFkP5MZk6dLm9UIUwWzyyp/PQXF819fXS56Er7F4UpSPC55W2SV2VgOBGgEhieLyPQXpiWg3JD/QWNls= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E6C022F4; Tue, 26 Mar 2024 16:25:35 -0700 (PDT) Received: from [10.57.81.167] (unknown [10.57.81.167]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B73133F694; Tue, 26 Mar 2024 16:24:58 -0700 (PDT) Message-ID: <3f61d6d3-a0d6-4c49-b094-6ba62d09ab14@arm.com> Date: Tue, 26 Mar 2024 23:24:56 +0000 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 00/19] amba: store owner from modules with amba_driver_register() Content-Language: en-GB To: Krzysztof Kozlowski , Russell King , Mike Leach , James Clark , Alexander Shishkin , Maxime Coquelin , Alexandre Torgue , Linus Walleij , Andi Shyti , Olivia Mackall , Herbert Xu , Vinod Koul , Dmitry Torokhov , Miquel Raynal , Michal Simek , Eric Auger , Alex Williamson Cc: linux-kernel@vger.kernel.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-i2c@vger.kernel.org, linux-crypto@vger.kernel.org, dmaengine@vger.kernel.org, linux-input@vger.kernel.org, kvm@vger.kernel.org References: <20240326-module-owner-amba-v1-0-4517b091385b@linaro.org> From: Suzuki K Poulose In-Reply-To: <20240326-module-owner-amba-v1-0-4517b091385b@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Krzysztof On 26/03/2024 20:23, Krzysztof Kozlowski wrote: > Merging > ======= > All further patches depend on the first amba patch, therefore please ack > and this should go via one tree. Are you able to provide a stable branch with these patches once you pull them in to "one tree" here ? We have changes coming up in the coresight tree, which would conflict with the changes here (horribly). FWIW, For patches 1 to 13 : Acked-by: Suzuki K Poulose Suzuki