19 Jun, 2019

1 commit

  • Based on 2 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 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 #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

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 as published by
    the free software foundation either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

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

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

    Thomas Gleixner
     

21 May, 2019

1 commit


24 May, 2017

1 commit

  • The hi6220_reset driver can be built as a standalone module
    yet it cannot be loaded because it depends on GPL exported symbols.

    Lets set the module license so that the module loads, and things like
    the on-board kirin drm starts working.

    Signed-off-by: Jeremy Linton
    Reviewed-by: Xinliang Liu
    Signed-off-by: Philipp Zabel

    Jeremy Linton
     

09 Jan, 2017

1 commit

  • Add hi3660 reset driver
    Example of dts usage:
    iomcu_rst: iomcu_rst_controller {
    compatible = "hisilicon,hi3660-reset";
    hisi,rst-syscon = ;
    #reset-cells = ;
    };

    i2c0: i2c@..... {
    ...
    resets = ; /* offset: 0x20; bit: 3 */
    ...
    };

    Signed-off-by: Zhangfei Gao
    Signed-off-by: Philipp Zabel

    Zhangfei Gao
     

30 Aug, 2016

1 commit


30 Jun, 2016

2 commits


10 Feb, 2016

1 commit


25 Jan, 2016

1 commit


12 Dec, 2015

1 commit

  • We need to include to build the driver as a loadable
    module:

    drivers/reset/hisilicon/hi6220_reset.c:108:1: warning: data definition has no type or storage class
    postcore_initcall(hi6220_reset_init);

    Signed-off-by: Arnd Bergmann

    Arnd Bergmann
     

20 Nov, 2015

1 commit