15 Apr, 2017

5 commits


22 Jul, 2015

2 commits

  • We normally use -ENODEV for a missing device, rather than -ENOENT. The
    latter is reserved for when we have a device but cannot find something
    within it.

    Also avoid looking at the root LED device since it is only a container.

    Signed-off-by: Simon Glass

    Simon Glass
     
  • Add a simple uclass for LEDs, so that these can be controlled by the device
    tree and activated when needed. LEDs are referred to by their label.

    This implementation requires a driver for each type of LED (e.g GPIO, I2C).

    Signed-off-by: Simon Glass

    Simon Glass
     

04 Sep, 2007

1 commit


15 Aug, 2007

1 commit


14 Aug, 2007

1 commit