summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom (follow)
Commit message (Collapse)AuthorAge
...
| * | soc: qcom: hab: fix issues in multi-threads casesYong Ding2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | In multi-threads stress tests, some synchronization issues were found. Here are the fixes for them. Change-Id: I43a1fef5771af08f3fe7c0be486cc2d36667e773 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: use separated irq for each pchanYong Ding2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, all physical channels share only one single irq issued by only one single virtual shmem device from hypervisor. To achieve better performance, each physical channel will be built on top of one virtual shmem device with its own irq. Change-Id: I5bf42896883865908c80df75f848174f4acf3717 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: add multi-GVMs supportYong Ding2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the new feature to support multiple Guest Virtual Machiness communications. In the past, HAB driver supported the communication between only one single GVM and the host machine. With this new feature, more than one GVMs can communicate with the host machine over HAB driver. Change-Id: I22eb17b7cf367e25e2d829d9dbd2d3a3463be1e8 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: add clean up for GVM normal exitYong Ding2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | When a GVM exits normally, it should detach from the shmem to notify those who are also attached to this shmem. Change-Id: I37e9d89e321a2feabf1ea134ced4b6d8dd2d3622 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: add time profiling functionYong Ding2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | With this profiling function, hab communication overhead can be measured for performance debug. Change-Id: I26dd487cfd1bbb811de69d8b35a7c095a21361ac Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: add __packed for export_descYong Ding2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The export_desc structure is shared among Hypervisor and GVMs(Guest Virtual Machines). With the explicit __packed declared, it can have exactly the same memory layout in Hypervisor and GVMs. Change-Id: Iccd25e617dd3152f808593dd54b0a20baad02541 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: backend should listen without timeoutYong Ding2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | In the handshake stage of openning hab virtual channel, hab backend should listen without timeout so that it just keeps waiting for the coming connection from hab frontend. Change-Id: I399fe050c5460bf3b56f862141320b2e2afe55e1 Signed-off-by: Yong Ding <yongding@codeaurora.org>
| * | soc: qcom: hab: add some pchans for camera and clkYong Ding2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Add several more physical channels as MM_CAM2, MM_CLK_VM1 and MM_CLK_VM2. Change-Id: I5f3138a9635e8ad0e1fcf2012d406b2d6a3db6c1 Signed-off-by: Yong Ding <yongding@codeaurora.org>
* | | Merge "soc: qcom: pil: Align size of MBA and DP image to 4k"Linux Build Service Account2017-12-21
|\ \ \
| * | | soc: qcom: pil: Align size of MBA and DP image to 4kKyle Yan2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Image address and size must be aligned to 4k as the SMMU works on a 4k granularity. Change-Id: I4780aa67f09796ec0a8dd5b62da0e9a99c50e596 Signed-off-by: Kyle Yan <kyan@codeaurora.org>
* | | | icnss: Do not send uevent when driver is unloadingYuanyuan Liu2017-12-20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If modem crashed during wlan driver unloading, icnss driver will call driver uevent callback to send FW down uevent when it receives BEFORE_SHUTDOWN notification. If wlan driver is de-initialized just before the callback is called, kernel will panic as driver's context is freed. This can be avoid by not sending uevent when wlan host driver is unloading. Instead, icnss driver will provide an API to host driver to check if WLAN FW is down or not. CRs-Fixed: 2161425 Change-Id: I569fd85366522606ececeda74df85c51b9b2fc28 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
* | | Merge "ASoC: apr: Add validity check to APR port"Linux Build Service Account2017-12-19
|\ \ \
| * | | ASoC: apr: Add validity check to APR portAditya Bavanari2017-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add boundary checks for APR port received from ADSP. CRs-Fixed: 2143207 Change-Id: I9a7fa39ee223e1859323caa6eb74c1c8a26a041d Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>
* | | | Merge "soc: qcom: glink_smem_native_xport: Send blocked signal command"Linux Build Service Account2017-12-19
|\ \ \ \ | |/ / / |/| | |
| * | | soc: qcom: glink_smem_native_xport: Send blocked signal commandDhoat Harpal2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Glink smem xprt driver is not sending blocked signal command to remote side, when fifo gets full during tx_data. This results in Glink tx_thread taking longer time in sending data to remote side. Glink smem xprt driver sends blocked signal command. CRs-Fixed: 2154819 Change-Id: I105fce28449db2dd0931292cd6850d2409ae683d Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
* | | | soc: qcom: pil: NULL check before pil_memset_ioSwetha Chikkaboraiah2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In existing implementation if vmap fails device panics for NULL pointer access while doing pil_memset_io. Instead check for the NULL pointer. Change-Id: I1b9fd084a8c168b70f6e01134e4122445e4873b4 Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
* | | | icnss: Reject driver reinit request when FW is downYuanyuan Liu2017-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject driver reinit request when WLAN FW is down as FW is in a bad state and can't communicate with host driver. CRs-Fixed: 2153375 Change-Id: Id16cbfc05984091d61b18c98f7397baa871f82b4 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
* | | | icnss: Reject register_driver request when WLAN FW is downYuanyuan Liu2017-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject regsiter_driver request when WLAN FW is already down as WLAN FW is in a bad state and can't communicate with host driver. Change-Id: I57ba839101f5c0a361e74060b18b45f87c71634c CRs-Fixed: 2151726 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
* | | | Merge "soc: qcom: glink_pkt: Modify conversion of CTS/DTR signals"Linux Build Service Account2017-11-30
|\ \ \ \
| * | | | soc: qcom: glink_pkt: Modify conversion of CTS/DTR signalsDhoat Harpal2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMD_DTR_SIG and SMD_CTS_SIG signals are converted to TIOCM_DTR and TIOCM_RTS respectively, for client notification. This is incorrect conversion. SMD_DTR_SIG and SMD_CTS_SIG signals conversion is modified to TIOCM_DSR and TIOCM_CTS respectively. CRs-Fixed: 2148119 Change-Id: I7cd61afe4639fc7c5fd993f4047fad3ff04c53a7 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
* | | | | Merge "icnss: Add dev to all export APIs in ICNSS"Linux Build Service Account2017-11-29
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | icnss: Add dev to all export APIs in ICNSSSarada Prasanna Garnayak2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device pointer in all export symbol to add support for numerous WLAN module. CRs-Fixed: 2138446 Change-Id: I981155c165e4e5c2794b778afe647f8a588dd860 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | Merge "icnss: Remove MSA0 permission only when modem is crashed"Linux Build Service Account2017-11-29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | icnss: Remove MSA0 permission only when modem is crashedYuanyuan Liu2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For modem restart and device power off cases, there's no need to remove MSA0 permission and collect ramdump as these are normal behavior. Hence only collecting ramdump when modem is crashed. CRs-Fixed: 2141678 Change-Id: I42b44da3f08e62c8e375ae1749563d918e68be9d Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
* | | | | msm: msm_bus: Add mutex lock for floor vote dataOdelu Kukatla2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Floor vote data needs to be protected with mutex lock to avoid double free of memory due to race condtion. Change-Id: Ifaa01a14d273ccba6b9463aff3a41c0038b05f06 Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
* | | | | Merge "icnss: Send early modem crash notification to wlan driver"Linux Build Service Account2017-11-22
|\ \ \ \ \
| * | | | | icnss: Send early modem crash notification to wlan driverYuanyuan Liu2017-11-20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When SSR happending during WLAN interface up, a deadlock will happen in many places where it waits for FW response. When wlan module starts, it will hold a rtnl_lock and wait for FW response. If SSR happened at this point, it will send ssr notification to all the registed modules one by one. It will send notification to IPA first, which will also tried to get a hold of rtnl_lock. Since ssr notification is synchronized, IPA won't be able to return because of failing to acquire the lock and wlan driver won't release the rtnl_lock until it timeout and crash. Only graceful to avoid this deadlock is to get early modem crash notification from platform via a path which does not acquire RTNL lock and this way once driver has received early crash notification it can reject interface up. Modem notification comes to icnss before IPA, hence send early crash notification in modem SSR handler so that wlan driver can release RTNL lock as soon as possible. CRs-Fixed: 2141970 Change-Id: If77c54a2a39ce5cf0e129eb5c6599cd3fd722886 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
* | | | | Merge "audio: ion: switch to msm ion on gvm."Linux Build Service Account2017-11-21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | audio: ion: switch to msm ion on gvm.Yimin Peng2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build error if msm ion is enabled. Change-Id: Ica2af79b0ac344f663bbbbf3495a14e2ca947e59 Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
* | | | | Merge "soc: qcom: service-locator: Update incorrect usage of qmi_send_req_wait"Linux Build Service Account2017-11-14
|\ \ \ \ \
| * | | | | soc: qcom: service-locator: Update incorrect usage of qmi_send_req_waitKyle Yan2017-11-13
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qmi_send_req_wait expects timeout argument to be passed in ms and not in jiffies. Update the call in service-locator to pass in the correct argument. Change-Id: Ib2f8deedf2fb2a561c30b0c8511bb1edd5a37361 Signed-off-by: Kyle Yan <kyan@codeaurora.org>
* / | | | soc: qcom: service-locator: Fix error message prints for receiving messagesKyle Yan2017-11-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENOMSG is not a real failure return code for qmi_recv_msg. Instead ENOMSG signifies that we have finished reading the entirety of the message buffer. Update the error condition to print errors only when any error message other than ENOMSG is returned. Change-Id: Id6b42df182cb02f2cbffaae9698363b7dafce4e4 Signed-off-by: Kyle Yan <kyan@codeaurora.org>
* | | | Merge "soc: qcom: msm_bus: Add debug logging for max bandwidth votes"Linux Build Service Account2017-11-09
|\ \ \ \
| * | | | soc: qcom: msm_bus: Add debug logging for max bandwidth votesOdelu Kukatla2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Max bandwidth vote on each bus device is required to be printed when the device panics, so add a panic notifier to print the max BW votes on each bus device. Change-Id: I2256407638fe5085cb4b0f4d5a594dd00f4f3bce Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
* | | | | Merge "soc: qcom: scm: Remap scm busy error codes to -EBUSY"Linux Build Service Account2017-11-08
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | soc: qcom: scm: Remap scm busy error codes to -EBUSYNeeraj Upadhyay2017-10-06
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current code do not remap SCM busy error codes and return the same code to the client. This causes confusion as client drivers check the return value against linux error codes for other failure cases and also can't access the internal SCM busy error code definitions. Fix this by remapping SCM busy error codes to -EBUSY. Change-Id: Ic3dcdf415b2edc85714fcb0c821ec302fcd967d3 Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
* | | | Merge "soc: qcom: pil: Fix error handling during PIL driver probe"Linux Build Service Account2017-11-06
|\ \ \ \
| * | | | soc: qcom: pil: Fix error handling during PIL driver probeJitendra Sharma2017-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During probe function of the Linux PIL kernel driver Initialization of various resources are done. This fix is for acquired resource cleanup, in case of error. Change-Id: I0b3511cff7e2917fe83bddfc15086e939f5c2abc Signed-off-by: Jitendra Sharma <shajit@codeaurora.org>
* | | | | Merge "soc: qcom: Add support for QDSS bridge driver"Linux Build Service Account2017-11-05
|\ \ \ \ \
| * | | | | soc: qcom: Add support for QDSS bridge driverSatyajit Desai2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to route QDSS data received from MDM via MHI to USB. The driver will help route diag traffic over the QDSS sub-system to USB on APPS side. It acts as a bridge between PCIE MHI and USB interface. Change-Id: I98bea976638ce3f80785d8f40e2a936fc62397eb Signed-off-by: Satyajit Desai <sadesai@codeaurora.org>
* | | | | | Merge "soc: qcom: glink_smem_native_xport: Add readback to write index"Linux Build Service Account2017-11-05
|\ \ \ \ \ \
| * | | | | | soc: qcom: glink_smem_native_xport: Add readback to write indexDhoat Harpal2017-11-03
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Writing data to DDR is not ensured to be completed even with addition of data memory barrier. It is possible that CPU receive that write instruction is completed but in reality data can be stuck in intermediate buffer. Readback of write index is added to ensure that remote side is sent interrupt only after data is written on DDR. CRs-Fixed: 2136645 Change-Id: I32c4967daf71991621b57421167e0ac8d38ce065 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
* | | | | | Merge "soc: qcom: glink_ssr: Use do_cleanup_data from pkt_priv"Linux Build Service Account2017-11-05
|\ \ \ \ \ \
| * | | | | | soc: qcom: glink_ssr: Use do_cleanup_data from pkt_privDhoat Harpal2017-11-03
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do_cleanup_data pointer is created for every SSR notification and stored in cb_data. It is possible that the stored pointer can be overwritten if two peripherals SSR happens at the same time. Use do_cleanup_data pointer directly in pkt_priv, instead of dereferencing from cb_data. CRs-Fixed: 2121529 Change-Id: Ife68cdc460c0628623dea6827632b8acd8d1d955 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
* | | | | | Merge "ARM: dts: msm: Add base register property for lpass and turing for ↵Linux Build Service Account2017-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | sdm660"
| * | | | | | soc: qcom: pil: Log the TZ NMI caused subsystem crash on err fatalAvaneesh Kumar Dwivedi2017-11-02
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check NMI STATUS register and dump the log if the err fatal caused on subsystem is due to TZ NMI. Change-Id: I8ac4190aca60aeedcd41fd06e2f7dd053edd0f30 Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
* / | | | | icnss: Check for FW_READY state before sending uevent in PD notifierAnurag Chouhan2017-11-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing state check will create a corner case that when FW crashed during driver probe, platform driver won't send early uevent notification to host driver, which create a small window where host can communicate with FW when FW is crashed. This case can be covered by checking FW_READY state instead. CRs-Fixed: 2122702 Change-Id: I0bde9cb5a526ccd9fe81cd38bd4c27cf2e95042b Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org> Signed-off-by: Anurag Chouhan <achouhan@codeaurora.org>
* | / / / icnss: Do not assert if reboot requested during PDRSameer Thalappil2017-10-31
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When icnss driver sees a PD down, and if the recovery is already in progress, it forces an assert in debug builds. That is to detect any Modem failures during PDR or to catch any instance of recursive PDRs. When system goes thru a reboot or shutdown, and if the recovery is in progress then avoid calling this assert. CRs-Fixed: 2135071 Change-Id: I28f5c79a4cd8b83f60a62111535b11c2fba6000b Signed-off-by: Sameer Thalappil <sameert@codeaurora.org>
* | | | Merge "soc: qcom: glink: Add downvote of transport during SSR"Linux Build Service Account2017-10-26
|\ \ \ \ | |_|/ / |/| | |
| * | | soc: qcom: glink: Add downvote of transport during SSRDhoat Harpal2017-10-26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During SSR, down vote transport of xprt is not called. This leads to transport not being able to go to idle state. Downvote of transport is called in SSR path. CRs-Fixed: 2131780 Change-Id: Ic374073187aab95b700aa3f795787819f34d3c3c Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>