31 May, 2019

1 commit

  • Based on 3 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 either version 2 of the license or at
    your option any later version 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

    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 either version 2 of the license or at
    your option any later version [author] [kishon] [vijay] [abraham]
    [i] [kishon]@[ti] [com] 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

    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 either version 2 of the license or at
    your option any later version [author] [graeme] [gregory]
    [gg]@[slimlogic] [co] [uk] [author] [kishon] [vijay] [abraham] [i]
    [kishon]@[ti] [com] [based] [on] [twl6030]_[usb] [c] [author] [hema]
    [hk] [hemahk]@[ti] [com] 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-or-later

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

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

    Thomas Gleixner
     

15 Mar, 2016

1 commit

  • as3722 RTC IRQ is nested threaded and wired to the as3722 inerrupt
    controller. So, this flag is not required for nested irqs anymore,
    since commit 3c646f2c6aa9 ("genirq: Don't suspend nested_thread irqs
    over system suspend") was merged.

    Cc: Alessandro Zummo
    Cc: Alexandre Belloni
    Cc: Lee Jones
    Cc: Nishanth Menon
    Cc: Laxman Dewangan
    Signed-off-by: Grygorii Strashko
    Signed-off-by: Alexandre Belloni

    Grygorii Strashko
     

06 Sep, 2015

1 commit

  • The RTC month value is 1-indexed, but the kernel assumes it is 0-indexed.
    This may result in the RTC not rolling over correctly.

    Signed-off-by: Bibek Basu
    Signed-off-by: Felix Janda
    Signed-off-by: Alexandre Belloni

    Bibek Basu
     

04 Apr, 2014

1 commit


24 Jan, 2014

1 commit


13 Nov, 2013

1 commit

  • The ams AS3722 is a compact system PMU suitable for mobile phones, tablets
    etc.

    Add a driver to support accessing the RTC found on the ams AS3722 PMIC
    using RTC framework.

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Laxman Dewangan
    Signed-off-by: Florian Lobmaier
    Cc: Mark Brown
    Cc: Linus Walleij
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Laxman Dewangan