diff options
author | Claudiu Beznea <[email protected]> | 2021-10-28 16:51:38 +0300 |
---|---|---|
committer | Lee Jones <[email protected]> | 2021-11-29 13:16:59 +0000 |
commit | 5d051cf94fd5834a1513aa77e542c49fd973988a (patch) | |
tree | 171b8b3602ce685b06a0cf345bdda42a7217630c /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 8c0fad75dcaa650e3f3145a2c35847bc6a65cb7f (diff) |
mfd: atmel-flexcom: Use .resume_noirq
Flexcom IP embeds 3 other IPs: usart, i2c, spi and selects the operation
mode (usart, i2c, spi) via mode register (FLEX_MR). On i2c bus there might
be connected critical devices (like PMIC) which on suspend/resume should
be suspended/resumed at the end/beginning. i2c uses
.suspend_noirq/.resume_noirq for this kind of purposes. Align flexcom
to use .resume_noirq as it should be resumed before the embedded IPs.
Otherwise the embedded devices might behave badly.
Fixes: 7fdec11015c3 ("atmel_flexcom: Support resuming after a chip reset")
Signed-off-by: Claudiu Beznea <[email protected]>
Tested-by: Codrin Ciubotariu <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions