Add non-blocking call to avoid the return value error.
Change-Id: I86d58b7051240a0f0a2d94eb7da5ea09508311f7
Signed-off-by: Aishwarya Prasad <aishpras@codeaurora.org>
all lowf thermal zone hasn't been build successfully because of
the deleted property of cx_cdev.so add low_limits governor
for some zones to cooling better when track low temp.
and add pm660 cx regulator to cooling device.
Change-Id: I402c0ce1bb70baf28c7883f30326381701eeacc1
Signed-off-by: Jing Xue <jingxue@codeaurora.org>
The gpio67 and gpio91 are wrong pull status which will lead
the power current leakage. So we need fix them and save
power.
Change-Id: I7a1f02eb3c549b95b72b6f3ef4d355c0e47d5cd1
Signed-off-by: xiaolin <xiaolin@codeaurora.org>
Fix the perf issue introduced with wrong conflict resolution of
'commit 81b89766408b ("Merge android-4.9.175 (e2171b6) into msm-4.9")'.
Change-Id: I3b368c5efd8e297bbe6b5c6e3ad12389a0edde7e
Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
* commit '358fc0a19fa18647de4882ec12931b999dd42118':
msm: camera: util: Enabling logs to improve debugging
msm: camera: cpas: logs added in the failure case for stop hw
msm: camera: Print mem handle index and io config index
msm: camera: isp: notify boot time stamp with precision
msm: camera: reqmgr: Verify the req of two links
msm: camera: reqmgr: Add initial sync support
Change-Id: If15347cd3de17ac2e9933d3c07969209bd7f9c1a
Signed-off-by: Raja Mallik <rmallik@codeaurora.org>
Correct the smpa1 regulator label from "regulator-s2" to
"regulator-s1".
Change-Id: I48ed64734a96e204896e5e3ad402e84b10386dcd
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Add support for interrupt moderation in device mode to ensure
minimum time interval between core interrupts.
Use the module parameter 'dwc3_gadget_imod_val' as follows:
To enable/modify moderation value:
- Disconnect the peripheral cable
- echo <imod_val> > /sys/module/dwc3_msm/parameters/dwc3_gadget_imod_val
- Start gadget by connecting peripheral cable.
- Moderation will be enabled/modified.
To disable interrupt moderation:
- echo 0 > /sys/module/dwc3_msm/parameters/dwc3_gadget_imod_val
- Start gadget by connecting peripheral cable.
- Moderation will be disabled.
Change-Id: Ic6189ef98d9003303332450afc67ed29413307be
Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
During device reboot when IPA is going for shutdown,
the allocation for memory request fails. Add change in
IPA to not sleep while memory allocation.
Change-Id: I0bdbf0f622770566ad1135c76f6edc2790285420
Signed-off-by: Pooja Kumari <kumarip@codeaurora.org>
MCP25xxfd is a CAN controller with SPI interface, add support
for SDM845 RB3 platform.
Change-Id: Ic60a78301a3da14bc38b968e9875a0bdb06d9496
Signed-off-by: Chaojun Wang <chaojun@codeaurora.org>
If cable disconnects before data stage completion dwc3_remove_requests()
gets called for ep0 in and out but dwc3_ep0_complete_data() does not
get called. dwc3_ep0_complete_data() function resets TRB enqueue count
to 0. As a result upon next cable connect start transfer is called with
wrong TRB address because trb_enqueue is set to 1. Since this TRB was
completed in the past, HWO bit is cleared for this TRB. This results into
usb enumeration failure due to control transfer stall. Fix this issue
by issuing end transfer command on control endpoints after ep0 requests
are removed for IN and OUT and reset trb_enqueue counters to 0.
Change-Id: Ic5364f11372d85ec7c133024dc48bbc5d848ebf4
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Release the mutex even though got error.
Change-Id: I17a7f7b5ae91135e435bcbc14bece744465b9dd2
Signed-off-by: Depeng Shao <depengs@codeaurora.org>
Signed-off-by: Raja Mallik <rmallik@codeaurora.org>