summaryrefslogtreecommitdiff
path: root/drivers/platform/msm/ipa/test (follow)
Commit message (Collapse)AuthorAge
* msm: ipa: UAPI security code changesMohammed Javid2017-11-20
| | | | | | | | | | Added code changes for UAPI security code userspace inputs validation Change-Id: I5f8b7c9cd27a9d8ca721a98f1cbf05c14588dd85 Acked-by: Ashok Vuyyuru <avuyyuru@qti.qualcomm.com> Acked-by: Abhishek Choubey <abchoube@qti.qualcomm.com> Signed-off-by: Mohammed Javid <mjavid@codeaurora.org>
* msm: ipa: fix IPA MHI unit testsSkylar Chang2017-07-03
| | | | | | | | | | Connect a test producer pipe for MHI unit tests as the default LAN_PROD pipe is not connected on MHI config. Change-Id: I2fc1ff8758d222a738d570b5babc22ced2b43219 CRs-Fixed: 2066878 Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
* msm: ipa: add dma test suiteGhanim Fodi2016-09-07
| | | | | | | | | | Add IPA DMA test suite to IPA driver. Different tests are being added to cover different IPA DMA functionalities. CRs-Fixed: 1060507 Change-Id: Icf927ce1eb7107007e1cc5c7b5f0a63814510398 Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
* msm: ipa: fix a static analysis issue at IPA unit-testsGhanim Fodi2016-08-23
| | | | | | | | | | Fix a static analysis issue at IPA driver, IPA unit-tests I/S. Do not dereference a pointer even if it can potentially be NULL. CRs-Fixed: 1055710 Change-Id: Ie7eff49f136fe429ef10c6067ce7d8aae2694d3a Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
* msm: ipa: add mhi test suiteGhanim Fodi2016-08-21
| | | | | | | | | | Add IPA MHI test suite to IPA driver. Different tests are being added to cover different IPA MHI functionalities. Change-Id: If97793a3af6c2d460468432c7bee93583cc34a55 CRs-Fixed: 1040200 Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
* msm: ipa: Add support for IPA unit-test frameworkGhanim Fodi2016-08-10
Add IPA unit-test framework. The framework supports definition and execution of tests that are grouped into suites according to IPA functional blocks. Debugfs file system is being used as a user interface. An example test suite is added for reference. Change-Id: Ide4ed54970c62f6485809c3bd63960536b4ace4f CRs-Fixed: 1040200 Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>