03 Nov, 2015

1 commit


20 Oct, 2014

1 commit


28 Feb, 2014

1 commit


25 May, 2013

1 commit

  • During the development of this driver an in-house register documentation
    was used. The last week some integration tests were done and this
    problem was found. It turned out that the released register
    documentation is wrong.

    The fix is very simple: shift all masks by one.

    Signed-off-by: Christian Gmeiner
    Cc: Bryan Wu
    Cc: Sebastian Andrzej Siewior
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christian Gmeiner
     

29 Nov, 2012

3 commits


24 Jan, 2012

1 commit

  • Add support for leds on Bachmann's ot200 visualisation device. The
    device has three leds on the back panel (led_err, led_init and led_run)
    and can handle up to seven leds on the front panel.

    The driver was written by Linutronix on behalf of Bachmann electronic
    GmbH. It incorporates feedback from Lars-Peter Clausen

    [akpm@linux-foundation.org: add dependency on HAS_IOMEM]
    Signed-off-by: Sebastian Andrzej Siewior
    Signed-off-by: Christian Gmeiner
    Cc: Lars-Peter Clausen
    Cc: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Sebastian Andrzej Siewior