Message ID | cover.1717014052.git.quic_uchalich@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | LLCC: Support for Broadcast_AND region | expand |
On Fri, 31 May 2024 09:45:23 -0700, Unnathi Chalicheemala wrote: > This series adds: > 1. Device tree register mapping for Broadcast_AND region in SM8450, > SM8550, SM8650. > 2. LLCC driver updates to reflect addition of Broadcast_AND regmap. > > To support CSR programming, a broadcast interface is used to program all > channels in a single command. Until SM8450 there was only one broadcast > region (Broadcast_OR) used to broadcast write and check for status bit > 0. From SM8450 onwards another broadcast region (Broadcast_AND) has been > added which checks for status bit 1. > > [...] Applied, thanks! [3/5] arm64: dts: qcom: sm8450: Add Broadcast_AND register in LLCC block commit: c566143137aaacfed1af09d8710edab1971c312d [4/5] arm64: dts: qcom: sm8550: Add Broadcast_AND register in LLCC block commit: 2a71a2eb1f5ec438f0ac1c7e294cd7ed32119af3 [5/5] arm64: dts: qcom: sm8650: Add Broadcast_AND register in LLCC block commit: a7823576f7f7b1cb0a595332ab6b0b38e15f45a7 Best regards,
On 6/1/2024 8:53 PM, Bjorn Andersson wrote: > > On Fri, 31 May 2024 09:45:23 -0700, Unnathi Chalicheemala wrote: >> This series adds: >> 1. Device tree register mapping for Broadcast_AND region in SM8450, >> SM8550, SM8650. >> 2. LLCC driver updates to reflect addition of Broadcast_AND regmap. >> >> To support CSR programming, a broadcast interface is used to program all >> channels in a single command. Until SM8450 there was only one broadcast >> region (Broadcast_OR) used to broadcast write and check for status bit >> 0. From SM8450 onwards another broadcast region (Broadcast_AND) has been >> added which checks for status bit 1. >> >> [...] > > Applied, thanks! > Thanks Bjorn, Krzystof and Konrad for the reviews! > [3/5] arm64: dts: qcom: sm8450: Add Broadcast_AND register in LLCC block > commit: c566143137aaacfed1af09d8710edab1971c312d > [4/5] arm64: dts: qcom: sm8550: Add Broadcast_AND register in LLCC block > commit: 2a71a2eb1f5ec438f0ac1c7e294cd7ed32119af3 > [5/5] arm64: dts: qcom: sm8650: Add Broadcast_AND register in LLCC block > commit: a7823576f7f7b1cb0a595332ab6b0b38e15f45a7 > > Best regards,