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

[Peripherals] Fix segfault by adding some synchronization to peripheral add-ons #11824

Merged
merged 6 commits into from
Mar 24, 2017

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    dffe875 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. [Peripherals] Power off controllers before services are deinitialized

    The command to power off controllers should be called from inside an exit
    callback. This callback is issued before shutdown begins, so power-off no
    longer depends on systems that have already been deinitialized.
    garbear committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    8cc58c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5703433 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Configuration menu
    Copy the full SHA
    4eb3ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1318656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3eb38a View commit details
    Browse the repository at this point in the history