24 Oct, 2022

1 commit

  • There is a few things done:
    - include only the headers we are direct user of
    - when pointer is in use, provide a forward declaration
    - add missing headers
    - group generic headers and subsystem headers
    - sort each group alphabetically

    While at it, fix some awkward indentations.

    Signed-off-by: Andy Shevchenko

    Andy Shevchenko
     

10 Jun, 2022

1 commit

  • Based on the normalized pattern:

    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 this program is distributed as is
    without any warranty of any kind whether express or implied without
    even the implied warranty of merchantability or fitness for a
    particular purpose see the gnu general public license for more details
    you should have received a copy of the gnu general public license
    along with this program if not write to the free software foundation
    inc 59 temple place suite 330 boston ma 02111-1307 usa

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference.

    Reviewed-by: Allison Randal
    Signed-off-by: Thomas Gleixner
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

01 Apr, 2016

1 commit


15 Aug, 2013

1 commit

  • Some of pincontrol driver needs the utility function to create map
    list. The utility function needed for adding mux, configs etc.

    In place of duplicating this in each driver, add the common utility
    function in common file and use from device specific driver. This will
    reduce the duplicating of code across drivers.

    Changes from V1:
    - Add this files in this patch and add common utility APIs to here.

    Changes from V2:
    - Nothing in code.
    - Added Reviewed by Stephen.

    Signed-off-by: Laxman Dewangan
    Reviewed-by: Stephen Warren
    Signed-off-by: Linus Walleij

    Laxman Dewangan