Commit Graph

9 Commits

Author SHA1 Message Date
Sathish Ambley da1a1f6d0b msm: rdbg: Fix NULL pointer dereference
Remove debug log message that is making a NULL
pointer dereference when invalid arguments are passed.

Change-Id: Ia606b249e6aa946585a02a9dbd0a0ed4cb4c7842
Acked-by: Vivek Iyer <viyer@qti.qualcomm.com>
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2015-06-22 10:30:55 -07:00
Katish Paran fae5bab7e7 msm: remote debugger driver updates to support 64 bit address space
The Remote Debugger Driver allows a debugger running on host PC to
communicate with a remote stub running on peripheral subsystems by
implementing a shared memory based transport mechanism. Add 64 bit
address space support for this driver.

Change-Id: Ic6542d3f8dad1e3a2a76556b3cd401507bb893a9
Signed-off-by: Katish Paran <kparan@codeaurora.org>
2015-02-09 12:45:13 +05:30
Jeff Hugo e432f9a642 msm: smd: Support multiplatform
Upstream prefers existing drivers be converted to support multiplatform
kernels.  This requires drivers to be located in generic functionality
directories instead of specific mach directories.

Move the smd and smsm drivers to the drivers/soc/qcom location to support
multiplatform.

Change-Id: I7f2e990341f0f34e336e71bd3b06a7c2a46d8bc1
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
2014-02-12 09:31:06 -07:00
Jeff Hugo 985046c4e3 msm: smem: Rename smem_find_to_proc() to smem_find()
smem_find_to_proc() is the preferred function for locating SMEM items,
but its name is quite verbose with little added benefit to clients.  Rename
smem_find_to_proc() to smem_find() as smem_find() succinctly describes
the purpose of the function.

Change-Id: I8d7a78a6f6226d9e15e9f69e8194fcdaf5c7d8fe
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
2013-11-20 22:09:26 -07:00
Jeff Hugo fce9f5df5f msm: rdbg: Use smem_find_to_proc()
smem_find() is deprecated.  Use the replacement function,
smem_find_to_proc(), instead.

Change-Id: Ie491c019e6a38de7c9eaaa1f59edaeed048db552
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
2013-11-20 22:06:28 -07:00
Linux Build Service Account 6f27f0a60a Merge "msm: rdbg: Use smem_find()" 2013-11-12 19:50:57 -08:00
Jeff Hugo dfd546c34c msm: rdbg: Use smem_find()
smem_alloc() is deprecated.  Use the replacement function, smem_find(),
instead.

Change-Id: I8274072f04dff62d84377831840c4ca547860009
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
2013-11-08 13:21:58 -07:00
Kumar Gala f629ba6d5b msm: remove include of <asm/mach-types.h> and <asm/system.h>
Upstream has removed <asm/system.h> so remove it from legacy uses.  As all
the platforms we support utilize device tree we no longer need to include
<asm/mach-types.h>.

Change-Id: I8e53b1fd96ad26711fae59f081a8892f8bb184b7
Signed-off-by: Kumar Gala <galak@codeaurora.org>
2013-11-04 13:59:18 -06:00
Aparna Das 903f97d074 msm: add support for remote debugger driver
The Remote Debugger Driver allows a debugger running on host PC to
communicate with a remote stub running on peripheral subsystems by
implementing a shared memory based transport mechanism. Add support
for the driver.

Change-Id: I0c8a498682d224ee5d5a275c228a75939675095b
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: Aparna Das <adas@codeaurora.org>
2013-10-25 08:15:13 -07:00