Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-dm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-dm
  • Repository
  • linux-dm
  • drivers
  • mmc
  • host
  • Makefile
Find file BlameHistoryPermalink
  • Simon Horman's avatar
    mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c · c2a96987
    Simon Horman authored May 10, 2017
    
    
    Rename the source file for DMA for SDHI as a follow-up to attaching
    DMA code to the SDHI driver rather than the tmio_core driver.
    
    The name "renesas" is chosen as the SDHI driver is applicable to a wider
    range of SoCs than SH-Mobile it seems to be a more appropriate name.
    However, the SDHI driver source itself, is left as sh_mobile_sdhi to
    avoid unnecessary churn.
    
    The name sys_dmac was chosen to reflect the type of DMA used.
    
    Internal symbols have also been renamed to reflect the filename change.
    
    A follow-up patch will re-organise the SDHI driver removing
    the need for renesas_sdhi_get_dma_ops().
    
    Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
    Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
    Reviewed-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
    Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
    c2a96987