From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 565B81CC89B for ; Thu, 22 Aug 2024 15:24:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.62.61 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724340258; cv=none; b=fVqKsF1vE15kv/3bzfbu4iHcgLGUFvDzYwmoP9cWcW4htzgCN434gutKP3Wx+7hdZA2i+ybsWT8R9zccEh0eEhZdIIPVXBWQwULexiiF5V4YM6iGbE1g39fehqa4xF8e+k7LGZGDzDLIUn+c6yt5D4A2Q/H9ySpQMS4hK0AJ8O0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724340258; c=relaxed/simple; bh=ifbdnDJW70+jw6bx/lsmpC2xoyRoOWyXmUWG0zvUBxg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ssLz2bmf+ujaoMuG60jZqxYLS8tLkg0ljIyhMZrs4bgMh937eeJ/ZxMJp1Kv4wEYjK9C0Q5Q2OSwnCQlQLsFQVEx16OW3kTjAVW+2FumcEMFCz3kQpRSDkp+2tiP4an/8i6VkZftuqCD8RdW0nglNBr/RJbrdxf1jdE8xAYD/+I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de; spf=pass smtp.mailfrom=denx.de; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b=BvI3y5kh; arc=none smtp.client-ip=85.214.62.61 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=denx.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b="BvI3y5kh" Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 39D4A88B23; Thu, 22 Aug 2024 17:24:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1724340249; bh=RACoWArEhJL9Q0Mv0jj8WLbXpHtBHRU+ZVaHNzkMKu8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BvI3y5khqEftd8/OwffBZxNrngIrxyTPwhEtkkoC8kn+RYjslzyftP+Mbzl+3RVaG mqnXNyR28Rvp3LyMYK4og3bRUvRL/+6Cn0kBpJTuKhaskKqvc/KrWpYK1AjHuVA9Ek q5lAzp6RNRRYOYdLoo12iDvCxm39IllNpMFZiTm0PJZEkHBOde84urAZ7ZbCsLJUhw 5he1aY0u2dnu1ijN5XJg9PXW0bG6ZPiKIp7gq8o7j30HLK4Xii5fTeq05Egs+eiFpQ k37u1IedS/83mIpzSZhKVOCIpv4YMwS41U9nIFpvhqO6nNBwJo1cpndmZDxg0uHk/b U92FocWwiUW3g== Message-ID: <6129cf7b-59bb-440f-a277-69af63168e87@denx.de> Date: Thu, 22 Aug 2024 17:15:18 +0200 Precedence: bulk X-Mailing-List: brcm80211@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] wifi: brcmfmac: add support for TRX firmware download To: Kalle Valo Cc: linux-wireless@vger.kernel.org, Chung-Hsien Hsu , Chung-Hsien Hsu , "Dr. David Alan Gilbert" , "Gustavo A. R. Silva" , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Arend van Spriel , Bjorn Helgaas , Carter Chen , Duoming Zhou , Erick Archer , Kees Cook , Krzysztof Kozlowski , Mathias Krause , Matthias Brugger , Owen Huang , Ulf Hansson , brcm80211-dev-list.pdl@broadcom.com, brcm80211@lists.linux.dev References: <20240818201533.89669-1-marex@denx.de> <172431581868.2154344.15348672155352447310.kvalo@kernel.org> Content-Language: en-US From: Marek Vasut In-Reply-To: <172431581868.2154344.15348672155352447310.kvalo@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 8/22/24 10:37 AM, Kalle Valo wrote: > Marek Vasut wrote: > >> From: Chung-Hsien Hsu >> >> Add support to download TRX firmware for PCIe and SDIO. >> >> Signed-off-by: Chung-Hsien Hsu >> Signed-off-by: Marek Vasut # Upport to current linux-next > > Please fix the review comments, also Ping's comment that from and s-o-b > needs to match. I have most of the changes addressed locally already. Regarding the SoB line, do I update the commit Author email (because that would make more sense, cypress got assimilated into infineon) or the SoB line email to the "old" cypress email address ? I am still hoping to get a bit more input on the TRX firmware handling from Arend ... or maybe there is no further feedback ?