- 30 Jan, 2012 1 commit
-
-
Linux Build Service Account authored
-
- 29 Jan, 2012 27 commits
-
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Ofir Cohen authored
Add HSIC Peripheral over SPS support to 9615. Change-Id: I4f013af59864acb4836d152cb56d203bfca2e52c Signed-off-by:
Ofir Cohen <ofirc@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
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Amit Blay authored
Remove unnecessary calls to MSM GPIO config, which result in runtime warnings. Leave only the call to configure a PMIC GPIO. Change-Id: Ib0c551ceb462b4dbe7ba2eec9772a39507464fdc Signed-off-by:
Amit Blay <ablay@codeaurora.org>
-
Adrian Salido-Moreno authored
Store all staging updates locally and write to hw on a single vsync only when changes are detected, this allows a smooth transition from using multiple overlays to framebuffer for UI Change-Id: I2cd61d858e74d450b8ad515b75008518274bd15e Signed-off-by:
Adrian Salido-Moreno <adrianm@codeaurora.org>
-
Mohan Pallaka authored
Create a touchscreen platform device and pass controller's config data and other related information as part of platform data to atmel mxt driver. Change-Id: Ib39e6f0f2e316bc371603f35ed5eb59f896bd7bb Signed-off-by:
Mohan Pallaka <mpallaka@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
-
Ofir Cohen authored
Add support in HSIC peripheral(device) over SPS. Only one USB core can be use - currently HSUSB is enabled by default. To enable HSIC core defconfig file should be changed. Change-Id: I256aecd9e6dfd8bfd71719c32beed8b24225e11c Signed-off-by:
Ofir Cohen <ofirc@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
-
- 28 Jan, 2012 12 commits
-
-
Mahesh Sivasubramanian authored
The acpuclock init calls into spm driver to set the voltage for the cores. Hence the need for spm driver to be initialazed before acpuclock. Change-Id: Ib95cede593ee42c6eac04d82c6928579e933bed6 Signed-off-by:
Mahesh Sivasubramanian <msivasub@codeaurora.org>
-
Chiranjeevi Velempati authored
BAM DMUX driver gives the data to the USB in work context and USB is once again scheduling work for sending the data to the host. This change avoid's the double work queue scheduling for the data received from BAM DMUX, which might reduce the cpu usage and improve the throughputs. Change-Id: Ib66bc7f46f9436704e0d28b72771de50462ddf4b Signed-off-by:
Chiranjeevi Velempati <cvelempa@codeaurora.org>
-
Chiranjeevi Velempati authored
Till now, we are communicating only the amount of the current that should be drawn by the PMIC for charging from the OTG driver through power supply class driver. With this change, we notify the type of the charger connected as well, so that userspace can benefit for dispalying the charger type in the UI. CRs-Fixed: 329868 Change-Id: Ibe92c4450bc9b4b023b9aceab57b624bde39a4fe Signed-off-by:
Chiranjeevi Velempati <cvelempa@codeaurora.org>
-
Linux Build Service Account authored
-
Olav Haugan authored
Several functions that should not be used outside of the ion.c file does not have static keyword. In addition two of the functions should not be exported. Add static keyword to functions that are local to the translation unit and remove EXPORT_SYMBOL declarations that are not needed. Change-Id: Ia1ef54e3670d361c9a6d684f789be2129facb04d Signed-off-by:
Olav Haugan <ohaugan@codeaurora.org>
-
Subhash Jadavani authored
During the SDCC DMA transfer, if DMA transfer time is long enough to do IDLE power collapse then system may go into IDLE power collapse and once SDCC DMA transfer is completed, system wakes up from Idle Power Collapse due to SDCC DMA interrupt. But delay for waking up from Idle Power collapse could be as large as 5 ms which really degrades the overall read & write throughputs for SD/eMMC/SDIO cards. For example, following are the performance numbers with eMMC card on MSM8960 platform with and without Idle Power Collapse. Idle Power collapse enabled: LMDD Read throughput = ~14 MB/s LMDD Write throughput = ~6 MB/s Idle Power Collapse disabled: LMDD Read throughput = ~25 MB/s LMDD Write throughput = ~8 MB/s So this change votes against the Idle power collapse by registering with PM QOS about it's acceptable DMA latency when SDCC transfer is active. This latency value is one more than the latency of SWFI which means system can go into SWFI but not in any of the other low power modes (including Idle power collapse). CRs-fixed: 327751 Change-Id: Iae5e12cade383544243f17c448346dd5d0faa60e Signed-off-by:
Subhash Jadavani <subhashj@codeaurora.org>
-
Linux Build Service Account authored
* changes: Input: atmel_mxt_ts: Add a debugfs attribute to show all objects board: 8960: Add config data for mXT1386E touch controller input: atmel_mxt_ts: Add support for object PROCI_SHIELDLESS_T56 input: atmel_mxt_ts: Support runtime selection of config data
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Eric Holmberg authored
Add a retry to handle the case where the SMD port is closed and a re-open is attempted before the SMD port close event has been processed by the remote processor. CRs-Fixed: 327710 Change-Id: I112dc3ff3712d2a8900e4e02bcd296b50dfe0b24 Signed-off-by:
Eric Holmberg <eholmber@codeaurora.org>
-