aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/avtimer.h
Commit message (Collapse)AuthorAgeFilesLines
* avtimer: Add compat ioctl support for avtimerGopikrishnaiah Anandan2014-07-301-10/+1
| | | | | | | | | If userspace is 32 bit and kernel is in 64 bit mode, ioctls for avtimer will be called via the compat mode. Change adds support for compat ioctl avtimer driver. Change-Id: I8bf44f57efdc6069ea7c8badc8049c4b6b6e4eb5 Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
* avtimer: msm: allow driver to register to SSR frameworkAsish Bhattacharya2014-07-211-3/+0
| | | | | | | | | | | Sub System Restart[SSR] framework allows driver to handle unexpected crash in middle of operation. Also, adding support clk_div dtsi entry to calculate avtimer_lsw value. CRs-Fixed: 689849 Change-Id: I521e3c010dadd00a06a0fe8998a1759b2eb81b55 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
* ASoC: msm: reorg q6core header fileAsish Bhattacharya2014-07-161-0/+1
| | | | | | | | | This is needed to allow include from non soc folder. CRs-Fixed: 689849 Change-Id: I753012d5ce9c5a788e75b4edf9b0099b58b30ec0 Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
* avtimer: kernel driver to expose avtimer to userspaceSrikanth Uyyala2013-09-041-0/+21
avtimer clock is owned by Q6. avtimer clock tick is used by mpqplayer, and vcap for implementation of avsync logic. This character driver gets the Q6 out of power collapsed state and exposes ioctl control to read avtimer tick. Change-Id: Ic60dbe6a6bf2a4aed30ef89b63830575efd30083 Signed-off-by: Srikanth Uyyala <suyyala@codeaurora.org>