Commit graph

8 commits

Author SHA1 Message Date
Rishabh Bhatnagar
e9a05bb4d3 spdx: Modify spdx tag from GPL-2.0 to GPL-2.0-only
Modify spdx tag for all CAF authored files for Kona.

Change-Id: I9308c7189412b1e428a7f67ded0dc076b0e38254
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-12-10 11:09:45 -08:00
qctecmdr Service
28d8906a66 Merge "esoc: Move polling of the gpio from an interrupt context" 2018-11-20 14:38:10 -08:00
qctecmdr Service
63065961ce Merge "ARM: dts: qcom: Add compatible entry for sdx55" 2018-11-20 14:38:09 -08:00
Raghavendra Rao Ananta
9c47edde06 esoc: Move polling of the gpio from an interrupt context
A previous change (<8a1a862455ee0f> esoc: Check for modem status LOW
prior to error handling) introduced a bug wherein the driver polls
the gpio line for 3 seconds in an interrupt context, leading
to a watchdog bark. Hence, move the polling logic to a scheduled
work item in the same path.

Change-Id: I8ff17d354175920610f9ce69ed47e362f2de055d
Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-11-19 12:08:53 -08:00
Raghavendra Rao Ananta
b63aeed80d esoc: Check for modem status LOW prior to error handling
With the check for the modem status to come LOW, the APQ
could be sure that the modem has not landed into any other
problems on its way to the debug path. Currently, we wait
for the modem status to come LOW only for the situation
where the APQ panics. However, this check is also needed
when the modem panics. The necessary action to handle the
crash is now placed after the check is done.

Change-Id: I16cf1e3a4fdacd1fc98c6f2ec6173de7ea22933a
Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
2018-11-19 12:08:09 -08:00
Rishabh Bhatnagar
8c5156ceee soc: qcom: Introduce pon ops for sdx55
Introduce new pon ops for sdx55 to be used in Kona with external
modem.

Change-Id: I039594eb30cb4ec9f43819a5f7d4c1048477e4bd
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-11-19 11:47:12 -08:00
Rishabh Bhatnagar
36bc432a9d drivers: esoc: Fix device naming
Fix device naming in esoc Kconfig file.

Change-Id: I8c06aad5563ec21399fc170a3127c0fc8158360b
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-07-29 10:57:50 -07:00
Rishabh Bhatnagar
f2e94fd87b esoc: Add snapshot of esoc driver
This is a snapshot of the esoc driver as of msm-4.14 commit
<55e5efd553c10ef>. (Merge "nl80211: Fix external_auth check
for offloaded authentication")

Change-Id: Id47bcba3a5342986c3496707eb1e7cec03f19e3b
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2018-06-27 11:37:18 -07:00