Hi Anton,
On Mon, Aug 07, 2023 at 11:57:04AM +0200, Anton Eliasson wrote:
On 05/08/2023 23.38, Andi Shyti wrote:Thanks, makes sense, mine was just curiosity, can I know which
Hi Anton,Hi!
On Thu, Aug 03, 2023 at 01:26:42PM +0200, Anton Eliasson wrote:
At least freeze, restore and thaw need to be set in order for the driverand why do we need hibernation in this device?
to support system hibernation. The existing suspend/resume functions can
be reused since those functions don't touch the device's power state or
wakeup capability. Use the helper macros SET_SYSTEM_SLEEP_PM_OPS and
SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for symmetry with similar drivers.
Andi
I wanted to test whether hibernation is possible on our SoC, even though it
is not a common feature on embedded ARM systems. This is the only mainline
driver that I found that needed modification, for my proof-of-concept
anyway, and I couldn't see any harm in the change.
SoC you are testing that is using the samsung serial device?
You can add my r-b, anyway:
Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx>
Thanks,
Andi