09 Jul, 2020

2 commits

  • Line up descriptions, start description with a lower-case character and
    omit old definitions such as quoting the old argument "consumer".

    Signed-off-by: Lee Jones
    Link: https://lore.kernel.org/r/20200708124832.3441649-4-lee.jones@linaro.org
    Signed-off-by: Mark Brown

    Lee Jones
     
  • Provide descriptions for some missing function args and
    rename others to match the names used.

    Fixes the following W=1 warning(s):

    drivers/regulator/devres.c:187: warning: Function parameter or member 'dev' not described in 'devm_regulator_register'
    drivers/regulator/devres.c:226: warning: Function parameter or member 'dev' not described in 'devm_regulator_unregister'
    drivers/regulator/devres.c:226: warning: Function parameter or member 'rdev' not described in 'devm_regulator_unregister'
    drivers/regulator/devres.c:226: warning: Excess function parameter 'regulator' description in 'devm_regulator_unregister'

    Signed-off-by: Lee Jones
    Link: https://lore.kernel.org/r/20200708124832.3441649-2-lee.jones@linaro.org
    Signed-off-by: Mark Brown

    Lee Jones
     

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
     

04 Feb, 2017

2 commits


17 Aug, 2016

1 commit


18 Nov, 2015

1 commit


06 Mar, 2015

1 commit

  • Add devm_regulator_register_notifier, this adds the resource against the
    device for the consumer supply we are registering the notifier for. There
    seem to be few use-cases where this wouldn't be the users intention and
    this ensures the notifiers will always be removed at the correct time.

    Signed-off-by: Charles Keepax
    Signed-off-by: Mark Brown

    Charles Keepax
     

24 May, 2014

1 commit


18 Oct, 2013

1 commit

  • These patches add the ability to create an alternative device on which
    a lookup for a certain supply should be conducted.

    A common use-case for this would be devices that are logically
    represented as a collection of drivers within Linux but are are
    presented as a single device from device tree. It this case it is
    necessary for each sub device to locate their supply data on the main
    device.

    Signed-off-by: Charles Keepax
    Signed-off-by: Mark Brown

    Charles Keepax
     

17 Sep, 2013

1 commit