On 4/27/2022 3:49 PM, Guilherme G. Piccoli wrote:
The panic notifier of this driver is very simple code-wise, just a memory write to a special position with some numeric code. But this is not clear from the semantic point-of-view, and there is no public documentation about that either. After discussing this in the mailing-lists [0] and having Florian explained it very well, this patch just document that in the code for the future generations asking the same questions. Also, it removes a useless header. [0] https://lore.kernel.org/lkml/[email protected] Fixes: 0b741b8234c8 ("soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)") Cc: Brian Norris <[email protected]> Cc: Doug Berger <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: Justin Chen <[email protected]> Cc: Lee Jones <[email protected]> Cc: Markus Mayer <[email protected]> Signed-off-by: Guilherme G. Piccoli <[email protected]>
Acked-by: Florian Fainelli <[email protected]> Likewise, I am not sure if the Fixes tag is necessary here. -- Florian
