Skip to content
Snippets Groups Projects
  1. Feb 10, 2025
  2. Feb 07, 2025
    • Heiko Schocher's avatar
      led: add function naming option from linux · 592b6f39
      Heiko Schocher authored
      
      in linux we have the option to create the name of a led
      optionally through the following properties:
      
      - function
      - color
      - function-enumerator
      
      This patch adds support for parsing this properties if there
      is no label property.
      
      The led name is created in led_post_bind() and we need some
      storage place for it. Currently this patch prevents to use
      malloc() instead it stores the name in new member :
      
              char name[LED_MAX_NAME_SIZE];
      
      of struct led_uc_plat. While at it append led tests for the
      new feature.
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      592b6f39
  3. Feb 05, 2025
  4. Feb 04, 2025
  5. Feb 03, 2025
  6. Jan 31, 2025
  7. Jan 30, 2025
  8. Jan 29, 2025
Loading