mirror of
https://github.com/torvalds/linux.git
synced 2026-06-19 12:32:27 +02:00
This patch reworks platform driver power management code for at_hdmac from legacy late/early callbacks to dev_pm_ops. The callbacks are converted for CONFIG_SUSPEND like this: suspend_late() -> suspend_noirq() resume_early() -> resume_noirq() Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> |
||
|---|---|---|
| .. | ||
| ipu | ||
| at_hdmac_regs.h | ||
| at_hdmac.c | ||
| dmaengine.c | ||
| dmatest.c | ||
| dw_dmac_regs.h | ||
| dw_dmac.c | ||
| fsldma.c | ||
| fsldma.h | ||
| ioat_dca.c | ||
| ioat_dma.c | ||
| ioat.c | ||
| ioatdma_hw.h | ||
| ioatdma_registers.h | ||
| ioatdma.h | ||
| iop-adma.c | ||
| iovlock.c | ||
| Kconfig | ||
| Makefile | ||
| mv_xor.c | ||
| mv_xor.h | ||
| txx9dmac.c | ||
| txx9dmac.h | ||