Commit graph

582903 commits

Author SHA1 Message Date
Linux Build Service Account
b9fe2c19b4 Merge "defconfig: msm: add fastmap config on sdm660" 2017-02-15 06:11:13 -08:00
Linux Build Service Account
7a779a545a Merge "ARM: dts: msm: Add sdhc2 for sdm630 QRD" 2017-02-15 06:11:11 -08:00
Linux Build Service Account
f328953528 Merge "ARM: dts: msm: enable LRA drive correction for haptics on pmi8998 and pm660" 2017-02-15 06:11:11 -08:00
Linux Build Service Account
6da12d6d62 Merge "ARM: dts: msm: Enable pil_modem for apq8998 mediabox" 2017-02-15 06:11:10 -08:00
Linux Build Service Account
b4f0ed3750 Merge "power: qpnp-fg-gen3: add support to configure batt_therm coefficients" 2017-02-15 06:11:09 -08:00
Linux Build Service Account
c0b489b27e Merge "icnss: Remove unused IPC logging mechanism" 2017-02-15 06:11:08 -08:00
Linux Build Service Account
0a39d9efce Merge "msm: ADSPRPC: Set the device node in the session context" 2017-02-15 06:11:07 -08:00
Linux Build Service Account
8244c0df9c Merge "defconfig: arm64: msm: enable CONFIG_FORCE_ALLOC_FROM_DMA_ZONE" 2017-02-15 06:11:06 -08:00
Linux Build Service Account
942e3aaf81 Merge "net: support __netdev_alloc_skb to always use GFP_DMA" 2017-02-15 06:11:06 -08:00
Linux Build Service Account
bebd369197 Merge "usb: pd: Update uevent parameters during hard reset" 2017-02-15 06:11:05 -08:00
Linux Build Service Account
4ddd471716 Merge "usb: pd: Make select_pdo_store() wait until request goes through" 2017-02-15 06:11:04 -08:00
Linux Build Service Account
d98999459a Merge "ARM: dts: msm: Fix dwc3 device node property name typo on msm8998" 2017-02-15 06:11:03 -08:00
Linux Build Service Account
cafff2d71f Merge "usb: dwc3: Fix LPM NYET Threshold value" 2017-02-15 06:11:02 -08:00
Linux Build Service Account
2c441278bd Merge "ath10k: Return failure if fw ready is not arrived" 2017-02-15 06:11:02 -08:00
Linux Build Service Account
d9717f8c9a Merge "ice: Sent proper storage type for ICE configuration during reset" 2017-02-15 06:11:01 -08:00
AnilKumar Chimata
fee158d588 ice: Sent proper storage type for ICE configuration during reset
Read instance type from device tree node to know the storage type
for ICE configuration, which is used to program the corresponding
ICE register during ICE reset.

Change-Id: I0eb423fb84dc89115227abc7c5688df7ae9a4a3c
Signed-off-by: AnilKumar Chimata <anilc@codeaurora.org>
2017-02-14 20:50:16 +05:30
Vijayavardhan Vennapusa
1cdcea066d usb: pd: Fix probe failure in case of no sink capablities passed
Commit b76105e359 ("usb: pd: Read sink capabilities from device
tree") added support in usbpd driver to pass sink capablities from
device tree. But it introduced bug in case of no sink capablities
passed from device tree as in this case, device_property_read_u32_array()
returns -EINVAL. Due to this, usbpd driver probe fails as usbpd_create()
returns errors. Fix this issue by checking if return value > 0 and then
only try to read sink capablities from device tree. If not, use default
sink capabliites defined in usbpd driver.

Change-Id: I51beeba282c6e067881c664d38c2657843a1c716
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2017-02-14 15:44:21 +05:30
Charan Teja Reddy
c8f8f45959 defconfig: msm: add fastmap config on sdm660
Fastmap feature is used in the cases where it required reduced time for
dma_map/unmap().

Change-Id: Ic1c1fd0bbd95d849eaf6ee13569e345117a988b6
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
2017-02-13 19:30:08 -08:00
cyizhao
b8b4a1bfa6 power: qpnp-fg-gen3: add support to configure batt_therm coefficients
Add support to configure battery thermal coefficients so that different
battery thermistors can be supported. These coefficients can be
configured via "qcom,battery-thermal-coefficients" device tree property.

CRs-Fixed: 2004461
Change-Id: Iff25acd397a68c31057dff4db1896d46e396adc6
Signed-off-by: Yingwei Zhao <cyizhao@codeaurora.org>
2017-02-14 10:13:14 +08:00
Charan Teja Reddy
f1cc7ec4c8 arm: dma-mapping: add dma mapper for io-pgtable-fast for 32 bit
io-pgtable-fast was implemented to achieve
better performance for IOMMU map/un-map. Add
DMA API support that goes through io-pgtable-fast
for 32 bit targets.

Change-Id:I3d0560a4331f6b7b87c70d0885df11d12cb1d6ec
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
2017-02-13 11:05:17 +05:30
xiaonian
a897b79683 ARM: dts: msm: Add sdhc2 for sdm630 QRD
Add sdhc2 to enable sd card for sdm630 QRD platform.

CRs-Fixed: 2005013
Change-Id: I3c88e1b80d36482b8f5563381656556d30a36f4c
Signed-off-by: xiaonian <xiaonian@codeaurora.org>
2017-02-13 13:34:29 +08:00
xiaonian
f242508320 ARM: dts: msm: Add sdhc1 for SDM630 QRD
Add sdhc1 to enable eMMC support for SDM630 QRD.

CRs-Fixed: 2005010
Change-Id: I8d6c9f1479d7bde36b86b5e482085fef033795a1
Signed-off-by: xiaonian <xiaonian@codeaurora.org>
2017-02-13 09:44:27 +08:00
xiaonian
9c5dd62ff8 ARM: dts: msm: Add ufs support for SDM630 QRD
Add ufs and ufs-phy device nodes to support
ufs as storage device for SDM630 QRD platform.

CRs-Fixed: 2005015
Change-Id: If0c4edaba9285ba9a1c927e1e804427160947b11
Signed-off-by: xiaonian <xiaonian@codeaurora.org>
2017-02-13 09:09:47 +08:00
Linux Build Service Account
3a7e752617 Merge "spi: spi_qsd: Use the right device for dma_unmap_single operation" 2017-02-12 14:28:20 -08:00
Prasad Sodagudi
6ff89e188d ARM: dts: msm: Enable pil_modem for apq8998 mediabox
To support WLAN on apq8998 mediabox platform, modem PIL is needed.

Change-Id: I542053414f5de256514f252b8c019d498756bf80
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
2017-02-12 07:59:39 -08:00
Linux Build Service Account
88fee0f381 Merge "config: Add new file msmcortex_mediabox_defconfig" 2017-02-11 01:25:30 -08:00
Linux Build Service Account
a9868ae54b Merge "ARM: dts: msm: add mdss node for sdm630" 2017-02-11 01:25:28 -08:00
Linux Build Service Account
befaaa3795 Merge "qcom: qpnp-smb2: Reset switcher_power_ok irq count when USBIN_UV fires" 2017-02-11 01:25:25 -08:00
Linux Build Service Account
58a2863f69 Merge "qcom: smb-lib: make smb_irq_info common for smb2 and smb138x chargers" 2017-02-11 01:25:23 -08:00
Linux Build Service Account
713e5d786e Merge "qcom: qnovo: Update fcc and fv through batt psy" 2017-02-11 01:25:21 -08:00
Linux Build Service Account
ebcc5b8ada Merge "arm64: process: Update the kernel offset" 2017-02-11 01:25:20 -08:00
Linux Build Service Account
12ab5894a7 Merge "defconfig: msm: Enable EL2 tlb handler" 2017-02-11 01:25:19 -08:00
Linux Build Service Account
e189ae8694 Merge "arm64: raise exception to EL2 for sync aborts" 2017-02-11 01:25:18 -08:00
Linux Build Service Account
cf0c08925b Merge "qpnp-smb2: Add DT option for enabling input suspend on fake battery" 2017-02-11 01:25:17 -08:00
Linux Build Service Account
c905163809 Merge "msm: ipa3: fix race condition in SSR" 2017-02-11 01:25:17 -08:00
Linux Build Service Account
70df1c3981 Merge "input: keyboard: correct suspend/resume for gpio_keys" 2017-02-11 01:25:16 -08:00
Linux Build Service Account
e884d847c2 Merge "input: gpio_keys: Add support for pinctrl framework" 2017-02-11 01:25:15 -08:00
Linux Build Service Account
76dfa08d86 Merge "ARM: dts: msm: Disable CXIP LM feature for sdm630" 2017-02-11 01:25:14 -08:00
Linux Build Service Account
1d06a9f4b8 Merge "defconfig: msm: Enable BALANCE_ANON_FILE_RECLAIM" 2017-02-11 01:25:13 -08:00
Linux Build Service Account
aee0c0c2ad Merge "msm: mhi: fix latent issues in MHI drivers" 2017-02-11 01:25:12 -08:00
Linux Build Service Account
cba45acfcb Merge "ath10k: converge TLV and HL1.0 params and API" 2017-02-11 01:25:12 -08:00
Linux Build Service Account
8e60b717af Merge "tracing: Add clock trace events only for COMMON_CLK_MSM" 2017-02-11 01:25:11 -08:00
Linux Build Service Account
ac25dfbde4 Merge "defconfig: Enable FG GEN3 and QNOVO configs for sdm660 32-bit" 2017-02-11 01:25:09 -08:00
Linux Build Service Account
597011d7ff Merge "regulator: cpr4-mmss-ldo: Add GFX LDO CPR support for sdm630" 2017-02-11 01:25:08 -08:00
Linux Build Service Account
887be35ac5 Merge "ARM: dts: msm: add camera focus and snapshot device nodes for SDM630" 2017-02-11 01:25:07 -08:00
Linux Build Service Account
bc73950c63 Merge "clk: qcom: mdss: update the clk_ops for dp_vco_divided_clk_src_mux" 2017-02-11 01:25:07 -08:00
Linux Build Service Account
264fc8202f Merge "ARM: dts: msm: Update MEM ACC corner mapping for APC0/1 for sdm630" 2017-02-11 01:25:06 -08:00
Linux Build Service Account
30acf3e7e9 Merge "drm/msm: Use dma_sync_sg_for_device() to flush cache for new buffers" 2017-02-11 01:25:04 -08:00
Sathish Ambley
3c6901ee67 msm: ADSPRPC: Set the device node in the session context
Set the device node associated with the session while creating
the context to allow for dma operations.

Change-Id: I7937a7bd533a9be09453144e20f7ecca3f3cc0ef
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2017-02-10 18:55:18 -08:00
Subbaraman Narayanamurthy
6825d0dd4f qpnp-fg-gen3: add support for configuring slope limit coefficients
Slope limit coefficient is used to define the maximum change in
battery SOC. There is a requirement to configure slope limit
coefficient based on charging status and battery temperature
threshold. Add support for it through the following properties.

- qcom,slope-limit-temp-threshold
- qcom,slope-limit-coeffs

Possibe values allowed for slope limit coefficient is 0 to 31.

Change-Id: I41eacb13734f1692a16c1b011c58a488e46515ec
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2017-02-10 18:20:07 -08:00