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 04B751D959B for ; Thu, 16 Jan 2025 09:52:15 +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=1737021137; cv=none; b=mvm6MhoORoEwjKQzxXEvQIG6lslRYAj7YIdYWfxunzkJzTCq6C01R8jfFN0ySBVAGlzyqJgdqhKPk1T619thyVVTEa0DF2b7kSIHoW7EAUkSa2uVyyu8kpxzAOZ9S4VrYaWi03JhLFJ3FwDuWGdSJPZcgd4H4l0/YYMBIM1c8xY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737021137; c=relaxed/simple; bh=ubYicTSjETXqC7CcpHc+Swl8DrHg9hUfV/sufz4nw+U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uiDoff0as5YXZr7gzFdwmXU1hluGByzrhmrwJGNENv/WvbrYw+ZDAEKIkU8b27TjWui09E2Rj+CO0YLCj57L7KVLSs9WXld8Jjlp3sbT3R0HCRxhSN5ijc3/ThohDZibRHCLvodiqa1S3UmxfpgvXsaFcOJ8JEsv2YK7J8QheRQ= 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 C144A13D5; Thu, 16 Jan 2025 01:52:43 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 71A483F77D; Thu, 16 Jan 2025 01:52:14 -0800 (PST) Date: Thu, 16 Jan 2025 09:52:12 +0000 From: Sudeep Holla To: Viresh Kumar Cc: Vincent Guittot , Alex =?iso-8859-1?Q?Benn=E9e?= , Sudeep Holla , Bill Mills , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] firmware: arm_ffa: Add ffa_add_partition_info() Message-ID: References: <9967e35eb1cbdb8d0c0bae3f54401d806700e6b6.1732255888.git.viresh.kumar@linaro.org> <20250116065841.g3okyvm7se5vcc2m@vireshk-i7> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250116065841.g3okyvm7se5vcc2m@vireshk-i7> On Thu, Jan 16, 2025 at 12:28:41PM +0530, Viresh Kumar wrote: > On 22-11-24, 11:41, Viresh Kumar wrote: > > Move common code to a new routine. No functional change. > > > > Signed-off-by: Viresh Kumar > > --- > > drivers/firmware/arm_ffa/driver.c | 53 ++++++++++++++----------------- > > 1 file changed, 23 insertions(+), 30 deletions(-) > > Ping. > Sorry, this slipped through the cracks I was on holidays. I will queue it for v6.15, too late for v6.14. I will add it at v6.14-rc1. -- Regards, Sudeep