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

Fix GPIO Kconfig bug & add BT host driver #1

Merged
merged 2 commits into from
Sep 29, 2015

Commits on Sep 29, 2015

  1. gpio: Move aspeed Kconfig entry to correct menu

    The Aspeed GPIO menu entry was added under "PCI GPIO expanders" which
    depends on PCI which may not be enabled for Aspeed. Move the entry to
    the "Memory mapped GPIO drivers" which describes the Aspeed GPIO
    driver more correctly.
    
    Signed-off-by: Alistair Popple <[email protected]>
    apopple committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    155c1c4 View commit details
    Browse the repository at this point in the history
  2. bt/ipmi: Add Aspeed BT IPMI host driver

    This patch adds a simple device driver to expose the iBT interface on
    Aspeed chips as a character device (/dev/bt).
    
    Signed-off-by: Alistair Popple <[email protected]>
    apopple committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    446301e View commit details
    Browse the repository at this point in the history