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

Add the Raspberry Pi firmware driver #1026

Closed
wants to merge 5 commits into from
Closed

Commits on Jun 15, 2015

  1. ARM: bcm2835: Add the Raspberry Pi firmware driver

    This gives us a function for making mailbox property channel requests
    of the firmware, which is most notable in that it will let us get and
    set clock rates.
    
    Signed-off-by: Eric Anholt <eric at anholt.net>
    [rebased on 4.0]
    Signed-off-by: Noralf Trønnes <[email protected]>
    notro committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    8f04949 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. ARM: Source drivers/firmware

    This is done in 4.1 as part of a commit.
    
    Signed-off-by: Noralf Trønnes <[email protected]>
    notro committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d23a22d View commit details
    Browse the repository at this point in the history
  2. firmware: bcm2835: Use the legacy mailbox API

    Make the firmware driver work with bcm2708-vcio so we can start
    to use the new API.
    
    Signed-off-by: Noralf Trønnes <[email protected]>
    notro committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    6590658 View commit details
    Browse the repository at this point in the history
  3. BCM270x: Enable firmware driver

    Signed-off-by: Noralf Trønnes <[email protected]>
    notro committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    367f114 View commit details
    Browse the repository at this point in the history
  4. bcm2835: Enable firmware driver

    Signed-off-by: Noralf Trønnes <[email protected]>
    notro committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    17d9caa View commit details
    Browse the repository at this point in the history