05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation version 2

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 135 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190531081036.435762997@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

26 Apr, 2016

1 commit


16 Apr, 2016

1 commit

  • This allows defining SPI devices connected to a DLN2 using devicetree.

    This already works for i2c because of a similar patch:
    3b10db23: i2c: dln2: set the device tree node of the adapter

    Signed-off-by: Crestez Dan Leonard
    Acked-by: Laurentiu Palcu
    Signed-off-by: Mark Brown

    Crestez Dan Leonard
     

07 Jan, 2015

1 commit

  • This fixes the following kbuild test robot warnings:

    >> drivers/spi/spi-dln2.c:124:1-4: WARNING: end returns can be simplified if negative or 0 value
    >> drivers/spi/spi-dln2.c:656:1-4: WARNING: end returns can be simplified if negative or 0 value

    Additionally, fix a comment after switching from CONFIG_PM_RUNTIME to
    CONFIG_PM.

    Reported-by: Julia Lawall
    Signed-off-by: Laurentiu Palcu
    Signed-off-by: Mark Brown

    Laurentiu Palcu
     

23 Dec, 2014

2 commits