Re: [PATCH v2 03/10] soc: sunxi: sram: Actually claim SRAM regions
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-08-15 13:57:13
Also in:
linux-devicetree, linux-sunxi, lkml
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-08-15 13:57:13
Also in:
linux-devicetree, linux-sunxi, lkml
Am Montag, 15. August 2022, 06:12:40 CEST schrieb Samuel Holland:
sunxi_sram_claim() checks the sram_desc->claimed flag before updating
the register, with the intent that only one device can claim a region.
However, this was ineffective because the flag was never set.
Fixes: 4af34b572a85 ("drivers: soc: sunxi: Introduce SoC driver to map SRAMs")
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>Reviewed-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Heiko Stuebner <heiko@sntech.de> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel