22 Jul, 2020

1 commit

  • Rationale:
    Reduces attack surface on kernel devs opening the links for MITM
    as HTTPS traffic is much harder to manipulate.

    Deterministic algorithm:
    For each file:
    If not .svg:
    For each line:
    If doesn't contain `\bxmlns\b`:
    For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
    If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
    If both the HTTP and HTTPS versions
    return 200 OK and serve the same content:
    Replace HTTP with HTTPS.

    Signed-off-by: Alexander A. Klimov
    Acked-by: Rob Herring
    Acked-by: Dan Murphy
    Signed-off-by: Pavel Machek

    Alexander A. Klimov
     

04 Nov, 2019

1 commit


26 Jul, 2019

1 commit


24 May, 2018

1 commit

  • Introduce the family of LED devices that can
    drive a torch, strobe or IR LED.

    The LED driver can be configured with a strobe
    timer to execute a strobe flash. The IR LED
    brightness is controlled via the torch brightness
    register.

    The data sheet for each the LM36010 and LM36011
    LED drivers can be found here:
    http://www.ti.com/product/LM36010
    http://www.ti.com/product/LM36011

    Signed-off-by: Dan Murphy
    Reviewed-by: Andy Shevchenko
    Signed-off-by: Jacek Anaszewski

    Dan Murphy