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

capebus: Add nixie cape support #5

Closed
wants to merge 7 commits into from
Closed

capebus: Add nixie cape support #5

wants to merge 7 commits into from

Commits on Nov 24, 2012

  1. capebus: Add nixie cape device tree entry

    Added nixie capebus PWM, leds, and spi-vfd definitions to am355x-bone-common
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    bbb83d7 View commit details
    Browse the repository at this point in the history
  2. capebus: Add SPI VFD driver

    Supported added for SPI VFD shift register device for nixie cape
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    d2a018a View commit details
    Browse the repository at this point in the history
  3. capebus: Add nixie cape prototype driver

    Add support for nixie cape breadboard prototype.
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    7fb3f23 View commit details
    Browse the repository at this point in the history
  4. capebus: Add nixie cape Kconfig and makefile entry

    Added SPI VFD and Nixie cape entrys in Kconfig and Makefile
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    cb1ee30 View commit details
    Browse the repository at this point in the history
  5. capebus: Add spi-vfd to capebus generic pdevs

    Add SPI VFD device to capebus pdevs for generic lookup.
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    12baa49 View commit details
    Browse the repository at this point in the history
  6. nixie-capebus: cancel delay work when updating

    When updating vfd_display cancel old delayed workqueue and
    trigger new event.
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 24, 2012
    Configuration menu
    Copy the full SHA
    d779387 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2012

  1. nixie-capebus: moved cancel work sync

    cancel_delayed_work to store function and not update_vfd function
    
    Signed-off-by: Matt Ranostay <mranostay@gmail.com>
    mranostay committed Nov 25, 2012
    Configuration menu
    Copy the full SHA
    f7cd6d4 View commit details
    Browse the repository at this point in the history