- 29 Aug, 2012 30 commits
-
-
David Collins authored
Use PM8917 GPIO 24 to enable and disable the LCD backlight on targets which use PM8917 as WLED is not available. Change-Id: Id2fa1bb01d174d38ee9d846261750e971a96cfd2 Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
David Collins authored
When using PM8917 with MSM8930, the Sitar CODEC CDC_VPP_CP supply, PM8917 SMPS 4, is configured to work at only 1.8 V. Therefore, change the min_uV value that is requested for CDC_VDD_CP to 1.8 V to accommodate the lower set point. Change-Id: I48016fa8b281e529935885dfd316ae838fbe16b5 Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
Willie Ruan authored
PM8917 is in the same family as PM8921. Add it in all cases of PM8921 where it applies. Change-Id: I2bf3937ed7e80355a8d5b330f18298bf040d585b Signed-off-by:
Willie Ruan <wruan@codeaurora.org> Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
Patrick Daly authored
Set a platform_data parameter if pm8917 is detected. Change-Id: Iba56e28f88162f73a2d499dfd1d9921ab29c44d0 Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
Patrick Daly authored
If the PMIC 8917 device is detected, then enable s8 regulator before turning on the l23 hfpll regulator. Use platform_data to indicate presence of pm8917. Change-Id: Ic39b460d6de14d37b9ca477494c35d90c9468780 Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
Patrick Daly authored
Call a different set of clock initialization functions if the 8917 pmic device is detected. Change-Id: I6e02e300c2f403248351831c2b18e620352dfcab Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
Patrick Daly authored
Support detection of PMIC device type from board file. Enable parent RPM_VREG_ID_PM8917_S8 regulator before turning on HF_PLL/SR2 pll regulator, similar to 8960. Change-Id: I1ba2159d629bfccaf04acfbc60996a187b01b879 Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
David Collins authored
Add the board file board-8930-regulator-pm8917.c to capture regulator configuration and mappings for MSM8930 targets which utilize a PM8917. Add code into other MSM8930 board files to conditionally switch to the new regulator configuration values if PM8917 is detected at runtime. Change-Id: I68c1025bae45d77d1a04a8935dc7ecb2d857b8ef Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
David Collins authored
Rename board-8930-regulator.c to board-8930-regulator-pm8038.c so that regulator mappings can be made PMIC specific in order to handle PM8038 vs PM8917 mapping at runtime. Change-Id: I6b4bb822ff3a7e50b7b5f7f1a339459015e6908c Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
David Collins authored
Add support for boards consisting of MSM8930 + PM8917. Conditionally Remove configuration for peripherals not present in PM8917. Also remap GPIOs and MPPs as follows: GPIOs: PM8038 PM8917 1 24 2 25 3 27 4 19 5 25 6 23 7 38 8 28 9 20 10 36 11 37 12 21 MPPs: PM8038 PM8917 1 5 2 6 3 10 4 8 5 7 6 9 Change-Id: I38166aaa85271b9d7f857f27b070fc36a0d0a803 Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
David Collins authored
PMIC PM8917 has more GPIOs and MPPs than PM8038. Since the Linux GPIO address space is determined at compile time for MSM8930, empty mappings must be added to allow for the additional PM8917 GPIOs and MPPs. Modify the PM8038 GPIO and MPP mapping macros to provide the space needed for PM8917 GPIOs and MPPs. Change-Id: Ib1e05841ccd7b82d576d8b20a7cc7bd601dd1661 Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
David Collins authored
When using PMIC PM8917 along with MSM8930, the RPM resource map changes from that which is used with stock MSM8930 + PM8038. Add support for the new resource map. Change-Id: I4817872022f828dab055144959dfdfbd83e99e11 Signed-off-by:
David Collins <collinsd@codeaurora.org>
-
Praveen Chidambaram authored
MSM8930 can support PMIC8917 in leiu of PM8038. Add RPM enumeration to support the new PMIC and use runtime detection to use the right enumeration data. Change-Id: Ibf287a99143ffd52934ce043be65cae0afa136c8 Signed-off-by:
Praveen Chidambaram <pchidamb@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
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
* changes: msm_rmnet: add ioctl to enable/disable flow on prio qdisc net: sched: export an api to enable/disable flow on sch
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Linux Build Service Account authored
-
Kaushal Kumar authored
Enable support for CPR which can work with frequencies switches from the nominal to turbo frequencies and do the appropriate calculations for the CPR parameters impacted due to it, while at it use the uV as common parameter for all the calculations to avoid the rounding in the calculations. Change-Id: I12c6a399ad4a2ff09fb156d430da81515f8e2340 Signed-off-by:
Kaushal Kumar <kaushalk@codeaurora.org>
-
- 28 Aug, 2012 10 commits
-
-
Patrick Daly authored
The 8960ab application processors are able to run up to 1.7 GHz. Update the frequency table to enable this. Change-Id: I99f9250748f15eea2897f9d0e83c88d79d3b2ad9 Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
-
Chandan Uddaraju authored
Add new device file to enable this device. This dtsi file will be included only for supported platform. Add this device for 8974 CDP platform. Change-Id: I8d21b50849d85ba87948846e1aff33ade0d95fab Signed-off-by:
Chandan Uddaraju <chandanu@codeaurora.org>
-
Chandan Uddaraju authored
DSI controller and the DSI PLL are powered by these regulators. Fix the memory map region to include only DSI-0 controller related registers. Change-Id: I92c387b1d639ec1c50a5ee5406b702f4325774f6 Signed-off-by:
Chandan Uddaraju <chandanu@codeaurora.org>
-
David Garibaldi authored
Disable hardware clock gating for the SMMU ahb interface as testing has shown that having it enabled leads to random lock ups in the multimedia subsystem. Change-Id: I9bced1aa8988e5ec2986959fa4e95cd3ccd46ef0 Signed-off-by:
David Garibaldi <dgaribal@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
* changes: power: pm8921-charger: PMIC version check for workarounds power: pm8921-charger: remove old workarounds
-