firmware: ti_sci: Use the non-atomic bitmap API when applicable
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 8 Jul 2022 19:23:56 +0000 (21:23 +0200)
committerNishanth Menon <nm@ti.com>
Fri, 28 Oct 2022 13:20:17 +0000 (08:20 -0500)
commit4dc3883203736dcd979672ac8d9f086dbd4d2140
treecf135d1f197c46d76b78b766f9eba543b9f967ba
parent2f9b0402755c1320420825ea8cda27a5f18e0ac4
firmware: ti_sci: Use the non-atomic bitmap API when applicable

Usages of the 'res_map' bitmap is protected with a spinlock, so non-atomic
functions can be used to set/clear bits.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/fb7edc555b6fa7c74707f13e422196693a834bc8.1657308216.git.christophe.jaillet@wanadoo.fr
drivers/firmware/ti_sci.c