1. 25 10月, 2015 17 次提交
  2. 24 10月, 2015 1 次提交
    • B
      add generic stubs for GPIO LEDs · d375ebbc
      Bernhard Nortmann 提交于
      For boards that support LEDs driven via GPIO (CONFIG_GPIO_LED),
      it may be useful to have some generic stubs (wrapper functions)
      for the "colored" LEDs.
      
      This allows defining STATUS_LED_* values directly to GPIO numbers,
      e.g.: #define STATUS_LED_GREEN	248 /* = PH24 */
      
      To keep those optional, it's probably best to introduce an additional
      configuration setting. I've chosen CONFIG_GPIO_LED_STUBS for that.
      Placing the code in drivers/misc/gpio_led.c also ensures that it
      automatically depends on CONFIG_GPIO_LED too.
      Signed-off-by: NBernhard Nortmann <bernhard.nortmann@web.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      d375ebbc
  3. 23 10月, 2015 22 次提交