- 02 Feb, 2012 1 commit
-
-
Ankush Khandelwal authored
Since the driver is a generic gpio based IR Receiver driver, name of the driver has been changed from tsop-ir to gpio-ir-recv. Variables of the driver change accordingly. Change-Id: I2e41c320b3f2f1a9796fc404791024c112a498c1 Signed-off-by:
Ankush Khandelwal <akhand@codeaurora.org>
-
- 01 Feb, 2012 20 commits
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Willie Ruan authored
PM8921 family provides a pullup enable bit to support USB ID. Add the API for such support. Change-Id: Id3056af070080c1c12f27720020ae718fc6f34f6 Signed-off-by:
Willie Ruan <wruan@codeaurora.org>
-
Mohan Pallaka authored
Enable atmel mxt driver to be part of 7627a. Change-Id: I68537f62d5955e30210990158220a4898b512851 Signed-off-by:
Mohan Pallaka <mpallaka@codeaurora.org>
-
Manu Gautam authored
USB battery charging specification defines that device should not start charging from SDP (or host port) before connecting i.e. pulling high data line. Hence, instead of charging immediately after performing detection, wait till device configuration is selected by host. Change-Id: I77dd29d1b4fbb57bc2f4362ef77d6a9c73ab6653 CRs-Fixed: 333556 Signed-off-by:
Manu Gautam <mgautam@codeaurora.org>
-
Manu Gautam authored
RMNET driver uses SMD channels to communicate with modem. Opening of SMD channels can fail if modem is not up by the time smd_open is called by rmnet. This driver currently attepts to open SMD channel only once at USB cable connect and doesn't retry incase of failure. In such scenarios RMNET connection works only after USB cable is plugged-in again. Hence, register a platform driver so that RMNET can retry opening of SMD channel once modem is up or rather corresponding SMD channel is ready to be opened. CRs-Fixed: 333051 Change-Id: I353fb6b48b226c2a186142663839ef18907458e3 Signed-off-by:
Manu Gautam <mgautam@codeaurora.org>
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
- 31 Jan, 2012 19 commits
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
* changes: msm: pil-modem: Migrate to clk APIs for XO voting msm: pil-q6v4: Migrate to clk APIs for XO voting msm: pil-riva: Fix error paths when proxy voting fails msm: pil-q6v4: Flush instead of cancel delayed work on removal msm: pil-riva: Flush instead of cancel delayed work on removal
-
Rohit Vaswani authored
A driver using fiq functions should be usable on targets with or without CONFIG_FIQ enabled. Instead of making code dependent on #ifdef CONFIG_FIQ, add empty stubs for the fiq functions. Change-Id: Ie8b1905ba53664d99bd707be3c83291c97eb1066 Signed-off-by:
Rohit Vaswani <rvaswani@codeaurora.org>
-
kuogee hsieh authored
wait_for_completion_timeout() may timeout before overlay1_done interrupt when one vsync timeout is specified. This cause mdp4_overlay_dtv_ wait4_ov_done() to return prematurely which causes a falsely increased FPS. This patch increases the timeout value to 2 vsync to prevent premature timeout. Crs-fixed: 330723 Change-Id: Iac516525f328be01cf81ce3f4e95e5d6a4ab80ca Signed-off-by:
kuogee hsieh <khsieh@codeaurora.org>
-
Tianyi Gou authored
md_reg may be not present for some clocks with banks e.g. rot_clk so need to add this check for these clocks. Otherwise, there might be pointer dereference issue. Change-Id: I3ad44232fa785d2cbca9ef81ac85843103ada3c6 Signed-off-by:
Tianyi Gou <tgou@codeaurora.org>
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Stephen Boyd authored
Use the clock APIs instead of the msm_xo APIs to vote on PXO. This removes one more msm specific api from this driver and will allow us to move XO control into the rpm clock driver. Change-Id: Ie7d862131a7b8717c3ab0574f570f073c6a69dfd Signed-off-by:
Stephen Boyd <sboyd@codeaurora.org>
-
Stephen Boyd authored
Use the clock APIs instead of the msm_xo APIs to vote on CXO and PXO. This removes one more msm specific api from this driver and will allow us to move XO control into the rpm clock driver. Change-Id: I57cece3891eef8a8dace1a8465dbe3737ccd0e27 Signed-off-by:
Stephen Boyd <sboyd@codeaurora.org>
-
Linux Build Service Account authored
-