summaryrefslogtreecommitdiff
path: root/Documentation/arm/msm (follow)
Commit message (Collapse)AuthorAge
* soc: qcom: Remove now unused MSM_SMP2P_TESTAlbert I2022-07-27
| | | | | | | | | All related codes have been removed since commit c457926b166c introduced by LA.UM.7.2.r1-05400-sdm660.0 CAF tag. Signed-off-by: Albert I <krascgq@outlook.co.id> Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I3d8e6ac169e2f2712ae839c6a67f8e288a4511de
* msm: rdbg: Add snapshot of remote debugger driverSathish Ambley2016-11-28
| | | | | | | | | | | | | This snapshot was taken as of msm-3.10 commit ("Merge "msm: msm_bus: Provide valid input pointer argument") Updated source and documentation to fix checkpatch warnings. Change-Id: I6e84fc016a7bea69bb4d5d1991d8b5500244307d Acked-by: Vivek Iyer <viyer@qti.qualcomm.com> Acked-by: Mahesh Rohera <mrohera@qti.qualcomm.com> Acked-by: Jay Jayanna <jjayanna@qti.qualcomm.com> Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
* soc: qcom: smp2p: Add support for CDSP peripheralDhoat Harpal2016-08-09
| | | | | | | | | | The CDSP peripheral now supports SMP2P communication, so add the necessary support to allow the apps subsystem to talk to CDSP peripheral. CRs-Fixed: 1043377 Change-Id: If28a0f801411a215b02647f8acfccb1edb1033d4 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
* msm: falcon: put reason for boot in procfs from SMEMRick Adams2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During board initialization read the shared memory item SMEM_POWER_ON_STATUS_INFO and place it in the procfs at /proc/sys/kernel/boot_reason The data item is an integer with a bit being set to identify the reason the device was powered on. The values of this data item is defined in the document Document/arm/msm/boot.txt, the following is the data in the documentation file. power_on_status values set by the PMIC for power on event: ---------------------------------------------------------- 0x01 -- keyboard power on 0x02 -- RTC alarm 0x04 -- cable power on 0x08 -- SMPL 0x10 -- Watch Dog timeout 0x20 -- USB charger 0x40 -- Wall charger 0xFF -- error reading power_on_status value This is cherrypicked from commit <372d39f87b0da75> ("put reason for boot in procfs") of 3.18 tree. Change-Id: I59e665f92e6e29f7dfef4380314f676a2d92c94b Signed-off-by: Rick Adams <rgadams@codeaurora.org> [abhimany: fix up minor merge conflicts] Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org> Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
* soc: qcom: Service notification driver for remote servicesPushkar Joshi2016-04-13
| | | | | | | | | | | | Add a library for a kernel client to register and be notified of any state changes regarding a local or remote service which runs on a remote processor on the SoC. CRs-Fixed: 999530 Change-Id: Idd56140e11f4fdc48fd999a1e808f3263024f34d Signed-off-by: Pushkar Joshi <pushkarj@codeaurora.org> Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org> Signed-off-by: Puja Gupta <pujag@codeaurora.org>
* hw_random: add snapshot of msm_rng driverZhen Kong2016-03-23
| | | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Acked-by: Shabnam Aboughadareh <shabnama@qti.qualcomm.com> Signed-off-by: Zhen Kong <zkong@codeaurora.org>
* Documentation: arm: msm: Add document for SMEM DriverKarthikeyan Ramasubramanian2016-03-22
| | | | | | | | The Shared Memory Manager driver implements an interface for allocating and accessing items in the memory area shared among all of the processors in a Qualcomm platform. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* soc: qcom: Add snapshot of System Health MonitorKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* soc: qcom: Add snapshot of GLINK_PKT DriverKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* soc: qcom: Add snapshot of QMIKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* net: ipc_router: Add snapshot of IPC RouterKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* trace: Add snapshot of ipc_logging driverKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* soc: qcom: Add snapshot of SMP2P DriverKarthikeyan Ramasubramanian2016-03-22
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* soc: qcom: Add snapshot of G-Link driverKarthikeyan Ramasubramanian2016-03-01
| | | | | | | This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
* ARM: Remove mach-msm and associated ARM architecture codeStephen Boyd2015-03-27
| | | | | | | | | | | | | | The maintainers for mach-msm no longer have any plans to support or test the platforms supported by this architecture[1]. Most likely there aren't any active users of this code anyway, so let's delete it. [1] http://lkml.kernel.org/r/20150307031212.GA8434@fifo99.com Cc: David Brown <davidb@codeaurora.org> Cc: Bryan Huntsman <bryanh@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* msm: documentation: add gpiomux documentation.Gregory Bean2010-10-06
Signed-off-by: Gregory Bean <gbean@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>