Commit c3c328d
dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
Convert the Renesas R-Car DMA Controller driver from
SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() and SET_RUNTIME_PM_OPS() to
NOIRQ_SYSTEM_SLEEP_PM_OPS(), RUNTIME_PM_OPS(), and pm_ptr(). This lets
us drop the check for CONFIG_PM, and reduces kernel size in case
CONFIG_PM is disabled, while increasing build coverage.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vkoul@kernel.org>1 parent b78c628 commit c3c328d
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1728 | 1728 | | |
1729 | 1729 | | |
1730 | 1730 | | |
1731 | | - | |
1732 | 1731 | | |
1733 | 1732 | | |
1734 | 1733 | | |
1735 | 1734 | | |
1736 | 1735 | | |
1737 | 1736 | | |
1738 | | - | |
1739 | 1737 | | |
1740 | 1738 | | |
1741 | 1739 | | |
1742 | 1740 | | |
1743 | 1741 | | |
1744 | 1742 | | |
1745 | 1743 | | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1749 | 1747 | | |
1750 | 1748 | | |
1751 | 1749 | | |
| |||
2030 | 2028 | | |
2031 | 2029 | | |
2032 | 2030 | | |
2033 | | - | |
| 2031 | + | |
2034 | 2032 | | |
2035 | 2033 | | |
2036 | 2034 | | |
| |||
0 commit comments