summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-rv3028.c
diff options
context:
space:
mode:
authorAvri Altman <avri.altman@wdc.com>2024-11-24 10:08:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-21 16:11:12 +0300
commitb5bd0c25286f560dc323746f12cc878427092525 (patch)
tree96c9e8573f822a7b3a847ae77e0406f3988aa077 /drivers/rtc/rtc-rv3028.c
parenta6cdeedbad0f429c419b513a02439fe89516bdb2 (diff)
downloadlinux-b5bd0c25286f560dc323746f12cc878427092525.tar.xz
scsi: ufs: core: Introduce a new clock_gating lock
[ Upstream commit 209f4e43b8068c24cde227f464111030430153fa ] Introduce a new clock gating lock to serialize access to some of the clock gating members instead of the host_lock. While at it, simplify the code with the guard() macro and co for automatic cleanup of the new lock. There are some explicit spin_lock_irqsave()/spin_unlock_irqrestore() snaking instances I left behind because I couldn't make heads or tails of it. Additionally, move the trace_ufshcd_clk_gating() call from inside the region protected by the lock as it doesn't needs protection. Signed-off-by: Avri Altman <avri.altman@wdc.com> Link: https://lore.kernel.org/r/20241124070808.194860-4-avri.altman@wdc.com Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Stable-dep-of: 839a74b5649c ("scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowed") Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/rtc/rtc-rv3028.c')
0 files changed, 0 insertions, 0 deletions