Patches based on Doug's latest series[1] on top of linux-next. We remove the tcs_is_free() API and then do super micro optimizations on the irq handler. I haven't tested anything here so most likely there's a bug! Stephen Boyd (3): soc: qcom: rpmh-rsc: Remove tcs_is_free() API soc: qcom: rpmh-rsc: Loop over less bits in irq handler soc: qcom: rpmh-rsc: Fold WARN_ON() into if condition drivers/soc/qcom/rpmh-rsc.c | 64 ++++++++++++------------------------- 1 file changed, 20 insertions(+), 44 deletions(-) Cc: Maulik Shah <mkshah@xxxxxxxxxxxxxx> Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> [1] https://lore.kernel.org/r/20200422145408.v4.1.Ic7096b3b9b7828cdd41cd5469a6dee5eb6abf549@changeid base-commit: 02d8ecc18b8f392389ac9e7b785b0230ecb80833 prerequisite-patch-id: 0d383ea46ef52ab4044886a7d88d85c3c506f4ed prerequisite-patch-id: a02b0b018404d1a0c79270ab567051656f123b23 prerequisite-patch-id: e59d990462b004a9f8335e87c2d0d747afec49ea prerequisite-patch-id: 00d26aeb99c48521f74b32d3a6c57919d82ac1b1 prerequisite-patch-id: bb479b9adbe28c58b3ac8f363a306de80b6dcb74 -- Sent by a computer, using git, on the internet