mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
6aef0738cff72229b71fa2e3b4c5359729888f7f
if the default voltage and the regulator on/off in suspend can't be
changed in runtime, the fan53555 not need the resume function.
fix regulator resume error as follows log:
[ 12.726012] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.726041] PM: Device regulator.1 failed to resume: error -1
[ 12.726623] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.726641] PM: Device regulator.2 failed to resume: error -1
[ 12.727216] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.727246] PM: Device regulator.3 failed to resume: error -1
[ 12.727826] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.727855] PM: Device regulator.4 failed to resume: error -1
[ 12.728437] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.728467] PM: Device regulator.5 failed to resume: error -1
[ 12.729045] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.729074] PM: Device regulator.6 failed to resume: error -1
[ 12.729653] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.729683] PM: Device regulator.7 failed to resume: error -1
[ 12.730195] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.730222] PM: Device regulator.8 failed to resume: error -1
[ 12.730783] dpm_run_callback(): regulator_resume+0x0/0x68 returns -1
[ 12.730812] PM: Device regulator.9 failed to resume: error -1
Fixes: af1b6e88fa ("regulator: fan53555: add fan53555 resume")
Change-Id: Iab3ef39e6bc218eab12430d43299f8e85d6e465e
Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%