Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imx6ull-flash driver fixes #316

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

imx6ull-flash driver fixes #316

wants to merge 5 commits into from

Commits on Nov 10, 2022

  1. imx6ull-flash: check mmap() result in flashdrv_dmanew(), return NULL …

    …if mmap() failed
    
    JIRA: DTR-353
    Lukasz Kosinski committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    210c852 View commit details
    Browse the repository at this point in the history
  2. imx6ull-flash: add memory barrier before running DMA, mark variables …

    …changed by interrupt handlers as volatile
    
    JIRA: DTR-353
    Lukasz Kosinski committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    750d776 View commit details
    Browse the repository at this point in the history
  3. imx6ull-flash: remove unused function flashdrv_rundma()

    JIRA: DTR-353
    Lukasz Kosinski committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    73b5aab View commit details
    Browse the repository at this point in the history
  4. imx6ull-flash: add mmap() checks in flashdrv

    JIRA: DTR-353
    Lukasz Kosinski committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5e20c25 View commit details
    Browse the repository at this point in the history
  5. imx6ull-flash: fix BCH layout registers modifications in flashdrv_wri…

    …te()
    
    JIRA: DTR-353
    Lukasz Kosinski committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    74e5231 View commit details
    Browse the repository at this point in the history