summaryrefslogtreecommitdiff
path: root/drivers/platform/msm/ipa/Makefile (follow)
Commit message (Collapse)AuthorAge
* 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>
* msm: ipa: unify IPA RMSkylar Chang2016-04-13
| | | | | | | | | | Unify IPA RM from ipa_v2 and ipa_v3 to common driver under ipa folder CRs-Fixed: 995821 Change-Id: I4a7d8c328af7cd5506b3fbbdc76b1bc5bb0de698 Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
* msm: ipa3: add odu_bridge to ipa_clients folderAmir Levy2016-04-07
| | | | | | | | | | | | | | As part of IPA driver refactoring, a separation has been made between IPA core driver and the IPA clients. odu_bridge driver has moved to the ipa_clients folder and a dedicated header file has been created in order to provide a direct interface between IPA odu_bridge client driver and other drivers without a direct interaction with the IPA core driver. CRs-Fixed: 999935 Change-Id: Ib5109681c62137d1310539daa816d5229bc08098 Signed-off-by: Amir Levy <alevy@codeaurora.org>
* msm: ipa: snapshot of IPA changesSkylar Chang2016-03-23
| | | | | | | | This snapshot is taken as of msm-3.18 commit d5809484b (Merge "msm: ipa: fix race condition when teardown pipe" ) Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
* msm: ipa3: support IPA driverSkylar Chang2016-03-23
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>