commit | c8872483bb43fe6aff657190f9b71bae56fcf160 | [log] [tgz] |
---|---|---|
author | Vaibhav Gupta <vaibhavgupta40@gmail.com> | Mon Jun 22 14:02:30 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Sat Sep 26 10:55:34 2020 +0200 |
tree | 458f4c0b322bce0acb00c0151bcc35b810478972 | |
parent | b9dacf1b3430540519e857ae7e0c80f8391237f7 [diff] |
media: saa7134: use generic power management With the support of generic PM callbacks, drivers no longer need to use legacy .suspend() and .resume() in which they had to maintain PCI states changes and device's power state themselves. The required operations are done by PCI core. Compile-tested only. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>