Commit graph

583038 commits

Author SHA1 Message Date
Tirupathi Reddy
6e2aa6379c qpnp-fg-gen3: fix 32-bit compilation
Make division operations in qpnp-fg-gen3 32-bit compatible.

CRs-Fixed: 2005232
Change-Id: I33215147d093aef3f04c46912bddd5aef284d7c4
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2017-02-10 18:18:41 +05:30
Shantanu Jain
eaaf79250d input: keyboard: correct suspend/resume for gpio_keys
Execute pinctrl operations at correct place in
suspend/resume procedure of gpio_keys driver.

Change-Id: Ic393778e35f52859512bd32ccbf6c4d1079a7e37
Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
2017-02-10 17:30:08 +05:30
Shantanu Jain
c26a324755 input: gpio_keys: Add support for pinctrl framework
Add pinctrl framework support for gpio configuration
to gpio_keys driver.

Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
Change-Id: I50c46caca0a65f8906f816e04f89610497956eea
2017-02-10 17:29:50 +05:30
Padmanabhan Komanduru
399804a90e ARM: dts: msm: limit the maximum PCLK supported for DP on SDM660
Update the dtsi property to limit the maximum pixel clock frequency
supported on Display Port for SDM660 to 300 MHz.

Change-Id: Iaacb08a310debd0d470d2f16c794fe70b09af2f5
Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
2017-02-10 16:57:27 +05:30
Deepak Kushwah
e4299771b5 defconfig: sdm660: enable video for 32bit
Enable configs for video module

Change-Id: Ibc474d084ced83d4b0bf7fca88e9a613355da3c5
CRs-Fixed: 2004620
Signed-off-by: Deepak Kushwah <dkushwah@codeaurora.org>
2017-02-10 16:51:43 +05:30
Padmanabhan Komanduru
21e7c25c87 clk: qcom: mdss: update the clk_ops for dp_vco_divided_clk_src_mux
The fractional divider values for DP pixel clock RCG needs to be
determined dynamically. Add the recalc_rate operation for the DP
PLL mux clock dp_vco_divided_clk_src_mux which is the parent of
DP pixel clock RCG. This enables the RCG clock to calculate the
fractional dividers correctly. Modify the determine rate op for the
mux clock to also set the new parent after performing the determine
rate operation.

Change-Id: Id931a60677380ecee28eb9aec6468548898b812b
Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
2017-02-10 16:44:58 +05:30
Jayant Shekhar
330ccf18bf msm: mdss: Add mdss capabilities for sdm630
Add MDSS version info along with other capabilities
for sdm630.

Change-Id: Ia34831b56c1ca32d17b56e6030c847b629a13a0b
Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
2017-02-10 03:12:08 -08:00
Jayant Shekhar
c170aec689 ARM: dts: msm: add mdss node for sdm630
Add mdss node for sdm630 which is used by
display driver.

Change-Id: Ie5b6448a9a6da59ea1a134db3c700e35f89da50b
Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
2017-02-10 16:40:56 +05:30
Shantanu Jain
b9c5295a4d ARM: dts: msm: add camera focus and snapshot device nodes for SDM630
MSM GPIO 64 is connected to camera focus button and MSM GPIO 113 is
connected to camera snapshot button. Add the device nodes for these
buttons for SDM630 devices.

Change-Id: I7f58f3ed6e7cfa49f03ebea23cff4eae417a071b
Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
2017-02-10 16:34:49 +05:30
Tirupathi Reddy
55a4a605c9 regulator: cpr4-mmss-ldo: Add GFX LDO CPR support for sdm630
GPU subsystem in sdm630 is supplied by either LDO300(VDD_GFX)
in LDO mode or VDD_CX in BHS mode. This LDO300 is CPR managed
and supports CPR closed-loop operation.

CRs-Fixed: 2000929
Change-Id: I94d6739f9abbdba3918b118eaa29fc0bc5cbd6e7
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2017-02-10 15:18:29 +05:30
Surajit Podder
def46a1648 msm: vidc: Enable port reconfig for thumbnail session
This is needed as there are issues in DPB management
in firmware.

Change-Id: I15591e85185e1ba29cf0caace61a252464fb193f
Signed-off-by: Surajit Podder <spodder@codeaurora.org>
2017-02-10 00:06:03 -08:00
Nicholas Troast
578f8f6a7c qpnp-smb2: support POWER_SUPPLY_PROP_CTM_CURRENT_MAX
CTM needs to vote for USB ICL. Add support for it.

Change-Id: I88b146000f7327cf5dc7310fb721309f08dc3035
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-02-10 12:52:15 +05:30
Nicholas Troast
fcc57cd62f power_supply: add CTM_CURRENT_MAX property
POWER_SUPPLY_PROP_CTM_CURRENT_MAX is needed by CTM to limit USB input
current. Add it.

Change-Id: I8aac65a91959300676cf7e1c2685a557f322c509
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-02-10 12:52:15 +05:30
Nicholas Troast
683a347835 power: supply: qcom: implement die and connector health property
The die and connector health properties expose the comparator output of
the thermal regulation. If both die and skin temperature regulation is
enabled then the output of the comparator will be the higher of the two.
The property values can be one of: Unknown, Cool, Warm, Hot, Overheat.

Change-Id: Ic92c9cb08ec42fd2c2f26a54687a17e3b05b388f
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-02-10 12:52:14 +05:30
Nicholas Troast
e93616b414 power_supply: add DIE_HEALTH and CONNECTOR_HEALTH properties
The DIE_HEALTH and CONNECTOR_HEALTH properties are used to show the
output of the thermal regulation TEMP_RANGE.

Change-Id: Ice3f159b7775084bdd0099047d4660a1e5edce98
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-02-10 12:52:13 +05:30
Abhijeet Dharmapurikar
3a3c5fd62e smb-lib: add support of ICL voting based on charger
Add support to vote for ICL based on charger type.
Following are the current limit for chargers:
Legacy adapters:
CDP: 1500mA, DCP: 1800mA, HVDCP: 3000mA

TypeC Adapters:
Based on the current advertised by the adapter.

Change-Id: Ia5dbf73c29949a94e096ca6233a33c40da744140
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 12:52:07 +05:30
Matt Wagantall
86325cf591 defconfig: arm64: msm-perf: Enable MSM_TZ_LOG
The tz_log driver is responsible for allocating the memory for the
'qsee_log' buffer. If tz_log driver is disabled and some part of the
bootchain has set the qsee_log address before Linux booted, then that
previous address will continue being used. If that address overlaps
with memory used for some other purpose, logging to qsee_log may
scribble on memory and cause a crash.

Change-Id: I10d69355beeb252115a0d91cfabfa8b9e729c969
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
2017-02-10 12:45:46 +05:30
Ashay Jaiswal
f1ec8989c4 ARM: dts: msm: add SMB1351 charger node for SDM660 MTP
Add SMB1351 charger node in parallel charger configuration
for SDM660.

Change-Id: Ia36a352f2728c25605b4a4a730493b99f83c8c12
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
2017-02-10 12:45:18 +05:30
Tirupathi Reddy
7dc754709a ARM: dts: msm: Update MEM ACC corner mapping for APC0/1 for sdm630
Use NOM ACC settings up to TURBO voltage corner for APC0/1 for
sdm630.

CRs-Fixed: 2005083
Change-Id: Ifa50b62c5b8ae46a691d260f3517a4bc410d19c3
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2017-02-10 12:39:30 +05:30
Sandeep Panda
b453831da8 clk: qcom: add MDSS PLL support for sdm630
Add the sdm630 compatible string to MDSS PLL driver
of_device_id table list, so that initialization of
MDSS PLL driver takes place for sdm630 platform.

Change-Id: I284ff9c07a4a971260ade399a2f7a605003ccf1d
Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
2017-02-10 12:14:48 +05:30
Linux Build Service Account
487ff740cb Merge "power: qcom-charger: add support for USBIN-USBIN parallel configuration" 2017-02-09 22:09:29 -08:00
Linux Build Service Account
3252149cd2 Merge "power: smb1351-charger: update drive to support parallel architecture" 2017-02-09 22:09:28 -08:00
Linux Build Service Account
fa12840e3d Merge "icnss: For WDOG bite, shutdown after FW ready" 2017-02-09 22:09:27 -08:00
Linux Build Service Account
0e39052658 Merge "sched: remove sched_new_task_windows tunable" 2017-02-09 22:09:26 -08:00
Linux Build Service Account
3bbac5a6d9 Merge "ARM: dts: msm: Add alias name for secondary GPU sensor in MSM8998" 2017-02-09 22:09:25 -08:00
Linux Build Service Account
ae8d5f9081 Merge "ARM: dts: msm: Update tsens for cluster0 mitigation profile for sdm630" 2017-02-09 22:09:24 -08:00
Linux Build Service Account
cbbf109dc4 Merge "icnss: Avoid DOMAIN_ATTR_ATOMIC setting during S1 bypass" 2017-02-09 22:09:23 -08:00
Linux Build Service Account
d8d3d2d37d Merge "usb: host: xhci: Fix bound check for interrupter number" 2017-02-09 22:09:22 -08:00
Linux Build Service Account
dbba2248a3 Merge "clk: qcom: update post div bits to be cleared for MMCC/GPU clocks" 2017-02-09 22:09:21 -08:00
Linux Build Service Account
c2ae92ed42 Merge "ARM: dts: msm: Add audio support for SDM630, SDA630/660" 2017-02-09 22:09:20 -08:00
Linux Build Service Account
6f3ba0cb90 Merge "defconfig: mfd: Enable REGMAP_ALLOW_WRITE_DEBUGFS for 8998" 2017-02-09 22:09:14 -08:00
Linux Build Service Account
9eaf6b101b Merge "msm: regmap: configure REGMAP debugfs write optional" 2017-02-09 22:09:14 -08:00
Linux Build Service Account
95811d0d4d Merge "msm: mdss: enable dest_scaler data protection" 2017-02-09 22:09:13 -08:00
Tirupathi Reddy
b691575140 ARM: dts: msm: Add APC0/1 CPR instances for sdm630
Add CPR device nodes with required configuration for supporting
closed-loop operation for APC0/1 CPR instances in sdm630.

CRs-Fixed: 1117353
Change-Id: I206ef602a78802ddd15b568b1d5d1043ddfc44c0
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2017-02-10 11:21:54 +05:30
Ashay Jaiswal
504aeb1158 power: qcom-charger: add support for USBIN-USBIN parallel configuration
Add support for USBIN-USBIN configuration based parallel charging. This
involves splitting Input Current Limit(ICL) between the main and the
parallel charger, ICL re-split is done when the settled AICL of the main
charger changes by 300mA.

Change-Id: I5b916f1503a2267ca1e73b24096cb60a304e3c19
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 10:33:31 +05:30
Ashay Jaiswal
23d22ee4bf power: smb1351-charger: update drive to support parallel architecture
Re-organize SMB1351 charger driver to support new parallel charger
architecture.
- New property "POWER_SUPPLY_PROP_PARALLEL_MODE" exposes the parallel
  charger configuration, in this case it is USBIN-USBIN configuration.
- Property "POWER_SUPPLY_CHARGE_TYPE" is added to report the current
  charge type and is also used for parallel charger chip detection.

Change-Id: I05692b34daef244f89a365e03043ae2ffe42d9da
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 10:31:37 +05:30
Abhijeet Dharmapurikar
111ee8a2d1 power: qcom-charger: add support to detect parallel charger
Add support to detect presence of parallel charger chip by
requesting a register read via power_supply framework.
If parallel chip is absent then disable parallel charger.

Change-Id: Icfa4a774d344fde4c7d1f4ced772a707be85020d
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 10:16:15 +05:30
Ashay Jaiswal
bc82c4febc qcom: battery: add support to delay parallel enable
Add support to delay parallel enable until HVDCP detection
and authentication completes. This involves adding a new voter
which enables parallel charger under following condition:
For DCP: enable parallel path after HVDCP detection
times out.
For HVDCP: enable parallel path after HVDCP authentication
completes.

Change-Id: Ib1c740eee5c721a0c267f6a9bc924c58af4b2c1e
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-02-10 10:04:17 +05:30
Abhijeet Dharmapurikar
07b6e5b98f smb-lib: manage override in icl_callback
Currently we have only one path - the pd active setting path -  where
ICL_OVERRIDE gets set.

With the upcoming changes to manage connector temperature
mitigation and usbin-usbin parallel charger, the ICL_OVERRIDE is needed
to be set from these usecases.

So instead of creating a voter for ICL_OVERRIDE and putting the onus
on callsites to set it before calling their icl settings, it is best
to handle it in icl_callback.

Update the icl_callback to manage override and suspend in this way.

- Presence of voter signifies that the driver wants to enforce a
  value different than the hw default. Force an icl override.

- No voters signifies that the hw defaults are good, undo an override.

- For USB types that command a limit aka SDP and CDP, never override.

- never suspend if there are no clients.

Change-Id: I3ed01237b0bb2c028bec572d2905cabb03ce50a3
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 09:57:37 +05:30
Abhijeet Dharmapurikar
0591184767 smb-lib: Handle icl voter priorities between DCP, SDP and PD type
Cleanup the code such that when PD is activated, DCP_VOTER
and USB_PSY_VOTER (the voter for SDP and CDP types) are disabled.

While at it DCP_VOTER is intended to enforce a different value
from the hw defaults. Set it only when type is confirmed DCP.

Also to handle the situation when the PD profile allows to suspend
based on the phy, use a different voter PD_SUSPEND_SUPPORTED_VOTER
to activate that situation.

Change-Id: I0cb1a0aad9c94fdd233ec3103779e1a13449472e
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2017-02-10 09:56:36 +05:30
Tirupathi Reddy
18e54c2fda regulator: cprh-kbss: add support for sdm630 kbss cpr instances
sdm630 CPU CPR controllers support full hardware closed-loop CPR
operation also known as CPR hardening. Extend the cprh-kbss-regulator
driver to handle CPU subsystem specific power requirements of
the sdm630 chip.

CRs-Fixed: 1117353
Change-Id: Id2aa0674b0d9737907defd4b305ee70b74f65142
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2017-02-10 09:55:09 +05:30
Sayali Lokhande
61f272f633 defconfig: msm: Enable CONFIG_MMC_RING_BUFFER for sdm660
Enable CONFIG_MMC_RING_BUFFER to support ring buffer
logging of legacy and CQ events for sdm660.

Change-Id: I91e7dc68b929c0bf03d76510a084ee89ca4cd030
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
2017-02-10 09:37:36 +05:30
Subbaraman Narayanamurthy
4eaf6aa309 ARM: dts: msm: enable LRA drive correction for haptics on pmi8998 and pm660
As per the hardware documentation, specify the following device
tree properties for pmi8998 and pm660.

- qcom,correct-lra-drive-freq
- qcom,misc-trim-error-rc19p2-clk-reg-present

These properties will ensure that LRA is driven at constant
resonant frequency under different operating conditions and
correct the frequency error (if any) in 19.2 MHz RC clock.

CRs-Fixed: 2003564
Change-Id: I91cd303557faf51211b86b61ec3e208f3e6efa8e
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2017-02-09 18:45:20 -08:00
Olav Haugan
df795ecb7c driver-core: cpu: Make isolate node read-only
We no longer support isolating a core using the isolate node. Remove
write-access to this node.

Change-Id: Ib51cf12066819ad295ce57f6ae8edf52b0a4e558
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
2017-02-09 16:49:25 -08:00
Prashanth Bhatta
b70b942f24 icnss: For WDOG bite, shutdown after FW ready
When there is Modem WDOG bite, Q6 will not get chance to reset
the hardware and if shutdown is called as part of PD down
notification then freeing buffers already submitted to hardware
may cause exceptions as hardware may try to access DDR location
which is already freed.
Fix the issue by delaying the shutdown till FW ready happens and
hardware is reset to clean state this way buffers are freed after
hardware is in reset state.

CRs-fixed: 2000709
Change-Id: Iacea5e8b712dd4ca310e5b502e43f4beb99f6981
Signed-off-by: Prashanth Bhatta <bhattap@codeaurora.org>
2017-02-09 16:41:22 -08:00
Puja Gupta
97daa00ee4 soc: qcom: Add ssr states to service notifier notifications
Add more refined states with service notifier notification for clients
to be able to distinguish between different error scenarios.

CRs-Fixed: 2004229
Change-Id: Ibae1f2b0ba03f8cdcb14398d7d35b007fac1a150
Signed-off-by: Puja Gupta <pujag@codeaurora.org>
2017-02-09 16:40:17 -08:00
Karthikeyan Ramasubramanian
45c883260a spi: spi_qsd: Use the right device for dma_unmap_single operation
The unmap operation of a dma bounce buffer is performed using an incorrect
device compared to the map operation. This leads to a leaked bounce buffer
dma map.

Fix the device usage during the unmap operation.

CRs-Fixed: 1104864
Change-Id: I7da2484ce1f070a4545b9110e3602b4f39d7afdc
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
2017-02-09 17:00:23 -07:00
Jordan Crouse
a808f9895c drm/msm: Use dma_sync_sg_for_device() to flush cache for new buffers
With the conversion of the master device to use the arm iommu
ops we lose the benefit of a cache flush using the dma_map_sg
trick. Plus we end up mapping all the GPU buffers into the master
DMA device which is admittedly sub optimal.

However it did end up mapping all the display buffers which
unintentionally worked. Put the map_sg() functions back into msm_gem.c
to make it intentionally work from now on.

Change-Id: Ic0dedbada1a8723fb47311189a6b7e11969427ee
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
2017-02-09 16:30:11 -07:00
Liam Mark
0c384a5137 defconfig: msm: Enable BALANCE_ANON_FILE_RECLAIM
Enable BALANCE_ANON_FILE_RECLAIM for msmcortex debug
config as it is already enabled for msmcortex perf
config.

Change-Id: Ic77e297ecea2e7dda14c0b24b6e7a1856726843d
Signed-off-by: Liam Mark <lmark@codeaurora.org>
2017-02-09 15:28:54 -08:00
Linux Build Service Account
9c9289f600 Merge "msm: rndis_ipa: fix to debug file system init failure" 2017-02-09 13:16:13 -08:00