03 Jul, 2020

1 commit

  • Unbreak CPCAP driver, which has one more bit in the day counter
    increasing the max. range from 2014 to 2058. The original commit
    introducing the range limit was obviously wrong, since the driver
    has only been written in 2017 (3 years after 14 bits would have
    run out).

    Fixes: d2377f8cc5a7 ("rtc: cpcap: set range")
    Reported-by: Sicelo A. Mhlongo
    Reported-by: Dev Null
    Signed-off-by: Sebastian Reichel
    Signed-off-by: Alexandre Belloni
    Tested-by: Merlijn Wajer
    Acked-by: Tony Lindgren
    Acked-by: Merlijn Wajer
    Link: https://lore.kernel.org/r/20200629114123.27956-1-sebastian.reichel@collabora.com

    Sebastian Reichel
     

16 Mar, 2020

3 commits


31 May, 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 version 2 as
    published by the free software foundation this program is
    distributed in the hope that it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

07 Jul, 2018

1 commit

  • At over 4000 #includes, is the 9th most
    #included header file in the Linux kernel. It does not need
    , so drop that header and explicitly add
    to source files that need it.

    4146 #include

    After this patch, there are 225 files that use ,
    for a reduction of around 3900 times that
    does not have to be read & parsed.

    225 #include

    This patch was build-tested on 20 different arch-es.

    It also makes these drivers SubmitChecklist#1 compliant.

    Signed-off-by: Randy Dunlap
    Reported-by: kbuild test robot # drivers/media/platform/vimc/
    Reported-by: kbuild test robot # drivers/pinctrl/pinctrl-u300.c
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

02 Mar, 2018

1 commit


14 Apr, 2017

1 commit


17 Mar, 2017

1 commit


09 Mar, 2017

1 commit

  • This driver supports the Motorola CPCAP PMIC found on
    some of Motorola's mobile phones, such as the Droid 4.

    Tested-by: Tony Lindgren
    Signed-off-by: Sebastian Reichel
    Acked-by: Rob Herring
    Signed-off-by: Alexandre Belloni

    Sebastian Reichel