07 Apr, 2020

1 commit


31 Jan, 2020

1 commit

  • Sphinx ('make htmldocs') stops with a SEVERE error:

    Sphinx parallel build error:
    SystemMessage: /home/rdunlap/lnx/next/linux-next-20200120/Documentation/driver-api/thermal/cpu-idle-cooling.rst:69: (SEVERE/4) Unexpected section title.

    ^
    |

    so fix the .rst file so that the SEVERE build error does not happen.
    Also fix another minor formatting warning (unexpected unindent).

    Signed-off-by: Randy Dunlap
    Cc: Zhang Rui
    Cc: Daniel Lezcano
    Cc: Amit Kucheria
    Cc: linux-pm@vger.kernel.org
    Signed-off-by: Daniel Lezcano
    Link: https://lore.kernel.org/r/712c1152-56b5-307f-b3f3-ed03a30b804a@infradead.org

    Randy Dunlap
     

27 Jan, 2020

3 commits

  • Fix up inconsistent usage of upper and lowercase letters in "Samsung"
    and "Exynos" names.

    "SAMSUNG" and "EXYNOS" are not abbreviations but regular trademarked
    names. Therefore they should be written with lowercase letters starting
    with capital letter.

    The lowercase "Exynos" name is promoted by its manufacturer Samsung
    Electronics Co., Ltd., in advertisement materials and on website.

    Although advertisement materials usually use uppercase "SAMSUNG", the
    lowercase version is used in all legal aspects (e.g. on Wikipedia and in
    privacy/legal statements on
    https://www.samsung.com/semiconductor/privacy-global/).

    Signed-off-by: Krzysztof Kozlowski
    Signed-off-by: Daniel Lezcano
    Link: https://lore.kernel.org/r/20200104152107.11407-7-krzk@kernel.org

    Krzysztof Kozlowski
     
  • As we introduced the idle injection cooling device called
    cpuidle_cooling, let's be consistent and rename the cpu_cooling to
    cpufreq_cooling as this one mitigates with OPPs changes.

    Signed-off-by: Daniel Lezcano
    Acked-by: Viresh Kumar
    Reviewed-by: Amit Kucheria
    Link: https://lore.kernel.org/r/20191219225317.17158-3-daniel.lezcano@linaro.org

    Daniel Lezcano
     
  • Provide some documentation for the idle injection cooling effect in
    order to let people to understand the rational of the approach for the
    idle injection CPU cooling device.

    Signed-off-by: Daniel Lezcano
    Acked-by: Viresh Kumar
    Link: https://lore.kernel.org/r/20191219225317.17158-1-daniel.lezcano@linaro.org

    Daniel Lezcano
     

07 Nov, 2019

1 commit

  • There are no users of netlink messages for thermal inside the kernel.
    Remove the code and adjust the documentation.

    Signed-off-by: Amit Kucheria
    Acked-by: Viresh Kumar
    Signed-off-by: Daniel Lezcano
    Link: https://lore.kernel.org/r/8ff02cf62186c7a54fff325fad40a2e9ca3affa6.1571656014.git.amit.kucheria@linaro.org

    Amit Kucheria
     

01 Aug, 2019

1 commit