27 Mar, 2018

1 commit

  • The new challenge is to remove VLAs from the kernel
    (see https://lkml.org/lkml/2018/3/7/621)

    This patch replaces several a VLA with an appropriate call to
    kmalloc_array.

    Signed-off-by: Laura Abbott
    Reviewed-and-tested-by: Lukas Wunner
    Signed-off-by: Linus Walleij

    Laura Abbott
     

20 Oct, 2017

1 commit

  • The driver was developed for and tested with the MAX31913 built into
    the Revolution Pi by KUNBUS, but should work with all members of the
    MAX3191x family:

    MAX31910: low power
    MAX31911: LED drivers
    MAX31912: LED drivers + 2nd voltage monitor + low power
    MAX31913: LED drivers + 2nd voltage monitor
    MAX31953: LED drivers + 2nd voltage monitor + isolation
    MAX31963: LED drivers + 2nd voltage monitor + isolation + buck regulator

    Cc: Mathias Duckeck
    Signed-off-by: Lukas Wunner
    Signed-off-by: Linus Walleij

    Lukas Wunner