summaryrefslogtreecommitdiff
path: root/drivers/platform/msm/Makefile (follow)
Commit message (Collapse)AuthorAge
* msm: qcn: Enable QCN SDIO core driver for compilationAmandeep Singh2019-09-03
| | | | | | | | Add QCN SDIO core diver config into Makefile and Kconfig to enable its compilation. Change-Id: I19d184c628658175179d9b5c52a3a8bd07dd7999 Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
* SSM: Remove support for SSM driverManoj Prabhu B2018-06-28
| | | | | | | | | SSM driver is not enabled and hence needs deprecation. Remove all the SSM driver references. CRs-Fixed: 2268386 Change-Id: I02f82817023d2fcc6d05a2f0d7eb3aec8f60a7d5 Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
* msm: ext_display: move ext_display out of FB driverRay Zhang2017-02-27
| | | | | | | | | | Make ext_display a standalone module independent of framebuffer driver, so that it could be shared by various drivers such as framebuffer and KMS. CRs-Fixed: 2010135 Change-Id: I336c556cbfbd66d3cb3467acaea038d5d3651f67 Signed-off-by: Ray Zhang <rayz@codeaurora.org>
* msm: mhi_dev: Add MHI device driverSiddartha Mohanadoss2016-04-13
| | | | | | | | | | | | | | | | | | The Modem Host Interface (MHI) device driver supports clients to send control and data packets such as IP data packets, control messages and Diagnostic data between the Host and the device. It follows the MHI specification to transfer data. The driver interfaces with the IPA driver for Hardware accelerated channels and PCIe End point driver to communicate between the Host and the device. The driver exposes to both userspace and kernel space generic IO read/write/open/close system calls and kernel APIs to communicate and transfer data between Host and the device. Change-Id: I64990a972cbf7c2022d638c35f7517071de67f19 Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
* PFT: moved to a new directoryAndrey Markovytch2016-03-23
| | | | | | | | | | QCOM security components were moved to security folder inside kernel which is more appropriate Change-Id: I4e450a23583ceac929a3980b1b5998f4e0c7cfa9 Signed-off-by: Andrey Markovytch <andreym@codeaurora.org> [gbroner@codeaurora.org: fix merge conflicts and updated ARCH_QCOM] Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
* platform: msm: add Per-File-Tagger (PFT) driverAndrey Markovytch2016-03-23
| | | | | | | | | | | Integrated from msm-3.14. Additional fixes were made to compile with the new kernel and various new warnings and checkpatch issues were fixed Change-Id: I073db1041e41eac9066e37ee099f1da9e4eed6c0 Signed-off-by: Andrey Markovytch <andreym@codeaurora.org> [gbroner@codeaurora.org: fixed merge conflict and adapted the LSM security hooks] Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
* platform: msm: Add snapshot of USB BAM driverMayank Rana2016-03-23
| | | | | | | | | Add USB BAM driver used which allows USB BAM to communicate with other other peripherals (e.g QDSS or IPA) BAM. This snapshot is taken as of msm-3.18 commit d5809484bb1b. Signed-off-by: Mayank Rana <mrana@codeaurora.org>
* SSM: Integrating the SSM driver codeAshay Jaiswal2016-03-23
| | | | | | | | | | | | This patch adds support for SSM driver which is a framework to which a client can register itself specifying different attributes and defining various permission levels associated with different combination of attribute values and mode of the system. CRs-Fixed: 970190 Change-Id: Ia030ebad56a22ba9103af17f6557c7906b762b76 Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org> Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
* msm: mhi: Add MHI core driverAndrei Danaila2016-03-23
| | | | | | | | | | | | | | | | | | | | Enable the MHI core driver for communication between host and device using PCIe as an interconnect and supporting MHI as the communication protocol. The driver exposes several kernel space APIs for use by other kernel entities to interface to the PCIe device over MHI. APIs for read and write and other notifications are supported by this MHI driver. Support for full power management and device reset is also included. CRs-Fixed: 689329 Change-Id: Ibc2fd7c2d5689001485f71b1133ada2c4ca236a9 Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
* msm: mhi: MHI Usperspace Control Interface driverAndrei Danaila2016-03-23
| | | | | | | | | | | | | | | The MHI UCI driver exposes MHI core functionality to userspace by means of device nodes. The UCI driver exposes a device node for a pair of unidirectional MHI channels. The supported system calls on the device nodes are read, write, select/poll and RS232 IOCTLs. CRs-Fixed: 689329 Change-Id: Iceab97dba7c3bbb4eb7bf0c4ab0c1eac8c5417e9 Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
* msm: ipa3: support IPA driverSkylar Chang2016-03-23
| | | | Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
* seemp: enhance support for malware detectionWilliam Clark2016-03-23
| | | | | | | | | | | Improves the ability of a malware protection program to detect anomalies in various activities. It records task activities in a log and rates the actions according to how a typical user would use the tools. Change-Id: I976bc97f57215f173b046326b5f905522d785288 Signed-off-by: Mona Hossain <mhossain@codeaurora.org> Signed-off-by: William Clark <wclark@codeaurora.org>
* msm_11ad: Add 11ad platform driverHamad Kadmany2016-03-23
| | | | | | | | | | | | | | | | Platform driver used to handle msm specific platform requirement for 11ad chipset connected to msm platform Takes care of platform support like: - power switch through dedicated GPIO - bus frequency voting - SMMU attachment Change-Id: I09c54ea747a5b4e0688b1b7d96e83ef134bb4215 Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> [merez@codeaurora.org: fix merge conflicts] Signed-off-by: Maya Erez <merez@codeaurora.org>
* msm: ep_pcie: add PCIe endpoint driverYan He2016-03-22
| | | | | | | | | The MSM PCIe endpoint driver enables the PCIe core in endpoint mode and handles the control signaling with PCIe root complex on host side. Change-Id: Ifc2735e061820762c6040eda44089a2dc26fc065 Signed-off-by: Yan He <yanhe@codeaurora.org>
* input: qpnp-power-on: move qpnp-power-on driver as input driverJigarkumar Kishorkumar Zala2016-03-22
| | | | | | | | Move qpnp-power-on driver as input driver, also update regulator related api in order to accomodate regualtor framework Signed-off-by: Jigarkumar Kishorkumar Zala <j_zala@codeaurora.org>
* platform: msm: Add snapshot of the SPS/BAM driverYan He2016-03-22
| | | | | | | | | | | | | Add the MSM SPS (Smart Peripheral Switch) driver. SPS may be used as a DMA engine to move data in either Peripheral-to- Peripheral (a.k.a. BAM-to-BAM) mode or Peripheral-to-Memory (a.k.a BAM-System) mode. This snapshot is taken as of msm-3.18 commit 132e1315c1 Change-Id: I7ec9781c3b608b9ee0fffdf7ba3e1b33bfa4dfcd Signed-off-by: Yan He <yanhe@codeaurora.org>
* soc: qcom: msm_bus: relocate msm bus into soc/qcomDavid Dai2016-03-22
| | | | | Change-Id: I80780a6f8d80143c697847abf82579c8e8194090 Signed-off-by: David Dai <daidavid1@codeaurora.org>
* platform: msm: msm_bus: Add support for bus scalingDavid Dai2016-03-22
| | | | | | | | | This snapshot is taken as of msm-3.18 commit 1513280 (Merge "platform: msm: msm_bus: Fix memory leak during client unregister)" Change Kconfig option to say QCOM_BUS* instead of MSM_BUS* Change-Id: I6dd9aba5b26984a914714ca49ae7253c1f267b4b Signed-off-by: David Dai <daidavid1@codeaurora.org>
* qpnp: Add snapshot of some qpnp, regulator and charger driversAbhijeet Dharmapurikar2016-03-01
This snapshot is taken as of msm-3.18 commit 9da4ddc (Merge "clk: msm: clock-gcc: Associate gfx rail voting with gfx3d branch") Change-Id: Idd2f467f1f1863a156d1757589dfe78158f0e43f Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>