Add USB DP/DM channel configuration to read
the D+/D- voltage level from the PMI8994 VADC.
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
Change-Id: I48ea05a9b9647fafb35e1c29293e372f82f0602f
Adds the null check for isp_buf_mgr the buffer in page fault
debugging messages. If the null check was not there,
it may lead to crash.
Change-Id: Iedb2d88f341c4089d4e7a7fdbc6fea86a61b87ba
Signed-off-by: Senthil kumar Rajagopal <skrajago@codeaurora.org>
Program different button thresholds for current source
and MICBIAS for proper button detection.Also enable PULL_UP
for MICBIAS2 during playback for proper button detection.
CRs-Fixed: 691749
Change-Id: I6720e33d7c2882648bd2f465dc3abb9f68c24e05
Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
pwm_cfg->blinking is a shared parameter between qpnp_mpp_set
and led_blink function. When a blink operation is given to
the led when it is glowing with some brightness value, the led
does not blink because the blinking parameter is wrongly
reset to false in the end of qpnp_mpp_set. So making the blink
functionality synchronous will solve the issue.
Change-Id: Ie84fe52bc84d5c14573e3f1a042e163e62152cce
Signed-off-by: Abinaya P <abinayap@codeaurora.org>
Device driver does not need to request regulator each time it power
on the device, it only need to vote on/off regulators and release
regulators before exit.
Change-Id: I01c4e1a9ee48495cdab965a4fb99dae3b01b57a3
Signed-off-by: Bingzhe Cai <bingzhec@codeaurora.org>
MSM8939 device has CPUs with different latencies. Enable
CONFIG_CPUIDLE_MULTIPLE_DRIVERS config to allow cpuidle
framework to use different drivers for different CPUs.
Change-Id: Ib4385602ce54abf149790fe5cb1e3f642957560e
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
Flash LED torch mode requires regulator support to make sure it works
properly and has accurate LED current.
CRs-Fixed: 667486
Change-Id: Ie95513645416e72541d00831e5fa8da41ff3cb83
Signed-off-by: Chun Zhang <chunz@codeaurora.org>
Torch mode requires regulator support to work properly and provide
an accurate current for LED.
Change-Id: I8a13bfd4914f93590391886e89da3155cdad333b
Signed-off-by: Chun Zhang <chunz@codeaurora.org>