[PATCH v2 0/2] memory: Convert drivers to DEFINE_SIMPLE_DEV_PM_OPS()
Triet Hoang <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series converts the Atmel EBI and PL353 SMC memory drivers to use DEFINE_SIMPLE_DEV_PM_OPS(). This is a straightforward cleanup with no functional change intended. Signed-off-by: Triet Hoang <[email protected]> --- Changes in v2: - Wrap to 75 ish chars for commit messages. - Organize patches into a series with a cover letter. --- Triet Hoang (2): memory: atmel-ebi: Convert to DEFINE_SIMPLE_DEV_PM_OPS() memory: pl353: Convert to DEFINE_SIMPLE_DEV_PM_OPS() drivers/memory/atmel-ebi.c | 6 +++--- drivers/memory/pl353-smc.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) -- 2.53.0