From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 27E3419F48D for ; Wed, 23 Apr 2025 13:53:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745416420; cv=none; b=GRkOD0HTcBqeX0BpdbH9T46N4v6dwK+jWHSCkGgECI297w8SfSclwWznm9OvWCleWT31Nt/YNXIXRfMaNaiXPYNrxuz/dSTF9OgadKAmKs89KXXmPRCRLDwu4NvL5ieYzRwmuph9LYacmBPKkKsd8fi1wv7ceWyxWmkzGb2LyZU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745416420; c=relaxed/simple; bh=IF7yphwydsrGYE1JfoYae/AVqUcXfh5oxnUTaQKAxx4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uKTkwtKEIJEQwVMWT5wZnQIFdUlraF9LI8NMH1XxM/s3cieu/vLTLoFOcdQqRiNqryxYythLnUFrqnoDzxFTYuvsEgQqeJr1juKmA4zGNEtu9MUSCCWpbeYHcC5DKSslg1W1eEnp7zW1BD9NjFYViN5ieobwol/hlw9hrysdZYM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Wzm+JWoF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Wzm+JWoF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C37FC4CEE2; Wed, 23 Apr 2025 13:53:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1745416419; bh=IF7yphwydsrGYE1JfoYae/AVqUcXfh5oxnUTaQKAxx4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wzm+JWoFkUlY2NXAag1muOjMIe3KB8kSID7ZFiRY590YMpY42Kr4S/kBtnEoenTv8 ExSg21gv4ihE6H8HX7XI/KLq6wLuupBvZjKWBl8xCw9qULp3HtiQAEdSy4KPzQtae+ YsVTatBQk7M9RadFImVR/drUmEJRuqDHV1G8GnF8= Date: Wed, 23 Apr 2025 15:53:36 +0200 From: Greg KH To: Kamal Dasu Cc: stable@vger.kernel.org, Kamal Dasu , Al Cooper , Ulf Hansson Subject: Re: [PATCH 5.10.y 1/4] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0 Message-ID: <2025042309-dexterity-vicinity-0c92@gregkh> References: <2025032414-unsheathe-greedily-1d17@gregkh> <20250324204639.17505-1-kamal.dasu@broadcom.com> Precedence: bulk X-Mailing-List: stable@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: <20250324204639.17505-1-kamal.dasu@broadcom.com> On Mon, Mar 24, 2025 at 04:46:36PM -0400, Kamal Dasu wrote: > From: Kamal Dasu > > [ upstream commit 97904a59855c7ac7c613085bc6bdc550d48524ff ] > > The 72116B0 has improved SDIO controllers that allow the max clock > rate to be increased from a max of 100MHz to a max of 150MHz. The > driver will need to get the clock and increase it's default rate > and override the caps register, that still indicates a max of 100MHz. > The new clock will be named "sdio_freq" in the DT node's "clock-names" > list. The driver will use a DT property, "clock-frequency", to > enable this functionality and will get the actual rate in MHz > from the property to allow various speeds to be requested. > > Cc: stable@vger.kernel.org > Signed-off-by: Al Cooper > Signed-off-by: Kamal Dasu > Acked-by: Florian Fainelli > Link: https://lore.kernel.org/r/20220520183108.47358-3-kdasu.kdev@gmail.com > Signed-off-by: Ulf Hansson > Signed-off-by: Kamal Dasu > --- > drivers/mmc/host/sdhci-brcmstb.c | 69 +++++++++++++++++++++++++++++++- > 1 file changed, 68 insertions(+), 1 deletion(-) This commit breaks the build, how was it tested? I'm dropping all of these from the 5.10.y tree now. thanks, greg k-h