Commit graph

574378 commits

Author SHA1 Message Date
Linux Build Service Account
31fbbaddc2 Merge "msm: ipa: allow dtsi based lan rx ring size" 2016-08-18 12:04:12 -07:00
Linux Build Service Account
cc9a9afbe2 Merge "ARM: dts: msm: remove APC CPR regulator handle names for msmcobalt" 2016-08-18 12:04:11 -07:00
Linux Build Service Account
88be552e93 Merge "msm: gsi: enable wake irq" 2016-08-18 12:04:10 -07:00
Linux Build Service Account
5d7006369d Merge "msm: ipa: fix potential NULL deference on SMMU" 2016-08-18 12:04:10 -07:00
Linux Build Service Account
5f8a0f6a47 Merge "sound: usb: Treat find format failure as error" 2016-08-18 12:04:09 -07:00
Linux Build Service Account
7d02888951 Merge "ARM: msmcortex_defconfig: enable vendor device specific HID support" 2016-08-18 12:04:06 -07:00
Linux Build Service Account
4aed4b6662 Merge "ARM: dts: msm: Fix regulator name for pmicobalt flash" 2016-08-18 12:04:03 -07:00
Linux Build Service Account
b1f1685bb7 Merge "leds: qpnp-flash-v2: Add support for LMH mitigation" 2016-08-18 12:04:01 -07:00
Linux Build Service Account
ebbe5c8d48 Merge "input: touchscreen: remove PRESSURE event from ft5x06 driver" 2016-08-18 12:03:57 -07:00
Linux Build Service Account
c3afa9bef9 Merge "input: ft5x06_ts: Upgrade firmware based on version" 2016-08-18 12:03:56 -07:00
Linux Build Service Account
cfa9893e4a Merge "input: ft5x06_ts: Parse board specific parameters from pdata" 2016-08-18 12:03:55 -07:00
Linux Build Service Account
6e22b01c91 Merge "input: touchscreen: Goodix gt915 driver cleanup" 2016-08-18 12:03:54 -07:00
Linux Build Service Account
a18fa34ff2 Merge "input: msg21xx_ts: Mstar touch driver optimization" 2016-08-18 12:03:54 -07:00
Linux Build Service Account
86f3aea3e0 Merge "soc: qcom: smem: Renaming smem item SMEM_SMEM_SLOW_CLOCK_SYNC" 2016-08-18 12:03:53 -07:00
David Collins
66f962b149 ARM: dts: msm: add VDD_GFX CPR configurations for msmcobalt v2
Various CPR parameters and the set of supported GPU frequencies
change between MSMCOBALT v1 and v2.  Specify the v2 values for
the VDD_GFX CPR regulator device.

Change-Id: Ia96fdead344e45fa90b57f43c4bf624f90dc5d37
CRs-Fixed: 1054539
Signed-off-by: David Collins <collinsd@codeaurora.org>
2016-08-18 10:30:49 -07:00
David Collins
41bf8c626f regulator: cpr3-mmss-regulator: add support for msmcobalt v2 fuses
MSMCOBALT v2 uses different open-loop fuse reference voltages
than MSMCOBALT v1.  Update the cpr3-mmss-regulator driver so that
it uses the proper set of reference voltages for v1 and v2.  Also
change the compatible string of existing MSMCOBALT
cpr3-mmss-regulator devices to be for v1 explicitly so that the
v2 reference voltages are not erroneously used on v1 boards.

Change-Id: I6afda07bb4f37fc753d11e0c142175b962069f0c
CRs-Fixed: 1054539
Signed-off-by: David Collins <collinsd@codeaurora.org>
2016-08-18 10:28:37 -07:00
Subhash Jadavani
64e8b93b0a scsi: ufs: kick start clock scaling only after device detection
UFS clock scaling might start kicking in even before the device
is running at the fastest interface speed which is undesirable.
This change moves the clock scaling kick start only after the
device is detected and running at the fastest interface speed.

Change-Id: Id9af7b31eab5b67f4cf2eb38c4e90a568e7968c5
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
2016-08-18 09:45:38 -07:00
Avaneesh Kumar Dwivedi
503eb88359 soc: qcom: Fix compilation error
Fix compilation error for service-locator when Kconfig option
is not enabled as in perf build.

Change-Id: I42bfe4417de8ed7a2e74500bf4f3aee0bedc811c
Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
2016-08-18 17:46:45 +05:30
Linux Build Service Account
fa0dc60444 Merge "ARM: dts: msm: add SSC to MDSS DSI PLL for msmcobalt" 2016-08-18 04:59:22 -07:00
Linux Build Service Account
6d2d0bbeba Merge "ASoC: msm: Enable use of noirq playback and capture" 2016-08-18 04:59:21 -07:00
Linux Build Service Account
a6adf04605 Merge "ARM: dts: msm: Add new pcm device node for msmcobalt" 2016-08-18 04:59:20 -07:00
Linux Build Service Account
e14fcb2cff Merge "soc: qcom: irq-helper: Change the sysfs print function" 2016-08-18 04:59:20 -07:00
Linux Build Service Account
b88ee6f933 Merge "spcom: avoid false error message on spcom_device_release()" 2016-08-18 04:59:15 -07:00
Linux Build Service Account
b2397d388f Merge "NFC: Fix unbalanced irq warning stack trace" 2016-08-18 04:59:14 -07:00
Linux Build Service Account
559e948c14 Merge "quick selinux support for tracefs" 2016-08-18 04:59:13 -07:00
Linux Build Service Account
48025d57b5 Merge "defconfig: msm: Create new defconfig for msmfalcon" 2016-08-18 04:59:12 -07:00
Amir Samuelov
8b156ca84f spcom: move some messages to debug
cleanup, avoid printing messages on normal behavior.

Change-Id: I9258ae9a0db8028f8bec88c1d56a59c86377f366
Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
2016-08-18 02:58:36 -07:00
Anirudh Ghayal
e759633f97 soc: qcom: spm: Poll for the PMIC_STATE after updating the VCTL register
The PMIC_STATE is expected to move to idle after the VCTL register
value is written to the PMIC.

Also update the PMIC_STATE poll timeout to 500us for all the targets.

CRs-Fixed: 1024714
Change-Id: If9d9875a967179c6ee5fced8f019c01f1a2f0583
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
2016-08-18 14:10:18 +05:30
Lijuan Gao
cb761170c7 drivers: power: reset: Do warm reset when device reboot to edl
Device reboot to edl, it's for switching device to emergency dload mode.
So it's need to keep device to do warm reset.

Change-Id: I8f5d0845c6f2d37ea740949ce56e02c4cc7412be
Signed-off-by: Lijuan Gao <lijuang@codeaurora.org>
2016-08-18 00:11:45 -07:00
Walter Yang
6f89b8c5ed ARM: dts: msm: add node for msmcobalt hardware switches
Add gpio controller node for msmcolbalt, so that we can initialize
and control us_euro/hifi_hph_en switches on board.

Change-Id: I5e39d88ab2e814d7bfb386b0355a65ee166cfbb0
Signed-off-by: Walter Yang <yandongy@codeaurora.org>
2016-08-17 22:18:56 -07:00
Walter Yang
669c51e0d9 ASoC: msm: add pinctrl support for wcd934x hifi hph switches
Add pinctrl support in machine driver to control hph_en0/hph_en1
gpios owned by wcd934x.

Change-Id: I99a7746259c563379d060c10bbd602d3e6a65746
Signed-off-by: Walter Yang <yandongy@codeaurora.org>
2016-08-17 22:18:41 -07:00
Linux Build Service Account
947004a614 Merge "ASoC: wcd_cpe_services: Process detection events in SEND state" 2016-08-17 20:28:44 -07:00
Linux Build Service Account
22ca7c4d13 Merge "mfd: wcd9xxx-slimslave: Add playback support for 44.1KHz multiples" 2016-08-17 20:28:43 -07:00
Linux Build Service Account
c07b149eee Merge "usb: pd: Fix ERROR_RECOVERY handling" 2016-08-17 20:28:42 -07:00
Linux Build Service Account
bd641c5b2b Merge "usb: pd: Improve timing accuracy" 2016-08-17 20:28:41 -07:00
Linux Build Service Account
f4bdb94431 Merge "usb: qmp: phy: Make sure QMP PHY write completed" 2016-08-17 20:28:41 -07:00
Linux Build Service Account
893c3bc29f Merge "regulator: cpr3-regulator: support disabling CPRh hardware closed-loop" 2016-08-17 20:28:40 -07:00
Linux Build Service Account
53b57a765f Merge "scsi: ufs: disable ah8 during suspend and enable it on resume" 2016-08-17 20:28:39 -07:00
Linux Build Service Account
7232046f64 Merge "scsi: ufs: optimize clock gate work" 2016-08-17 20:28:38 -07:00
Linux Build Service Account
3c240cf2be Merge "slim-msm: Handling resources during port de-allocation" 2016-08-17 20:28:38 -07:00
Linux Build Service Account
d5456c5703 Merge "ARM: dts: msm: Remove clocks listed under video and camera GDSC nodes" 2016-08-17 20:28:37 -07:00
Linux Build Service Account
2165532d6e Merge "msm: sde: shutoff memory and periphery when clock is off" 2016-08-17 20:28:36 -07:00
Srinu Gorle
51c0005150 msm: vidc: Propagate time stamp information even filled length is zero
Few msm targets do not have video concealment support.
As concealment not happening for corrupted frames,
filled length will be zero. But video clients are expecting
time stamp information for corrupted frames as well.
Remove filled length verification to propagate timestamp information.

CRs-Fixed: 1041031
Change-Id: Ic3d204189f9ecb812705f501f269c085c8bbe34f
Signed-off-by: Srinu Gorle <sgorle@codeaurora.org>
Signed-off-by: Karthikeyan Periasamy <kperiasa@codeaurora.org>
2016-08-17 19:09:23 -07:00
Subash Abhinov Kasiviswanathan
44238114a0 defconfig: Enable support for destroying TCP sockets through diag
This enables the SOCK_DESTROY feature for TCP sockets. When changing
networks, this is needed to close all blocking calls on existing
sockets and return ECONNABORTED and close the socket gracefully.
The other end of the connection is sent a RST to notify this event.

This feature was earlier implemented using IOCTL SIOCKILLADDR and
called a custom function tcp_nuke_addr internally. This
functionality will be deprecated going forward in favor of
SOCK_DESTROY.

CRs-Fixed: 1056029
Change-Id: Ibdba6c1a4fc4ce75d8ba1b6c61353ab6662e7914
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
2016-08-17 19:40:21 -06:00
Mayank Rana
e449829951 usb: phy: qusb: reset size to zero before getting next property size
For emulation platform, there are multiple PHY init sequence passed
through device tree. On some platform all PHY init sequence is not
required. This results into using zero as value and offset with PHY
init sequence which is not passed through device tree as of_get_property()
doesn't update size variable if property is not found. Hence reset size
variable to zero before querying next property size.

CRs-Fixed: 1056000
Change-Id: I0c1af2e3a4f3d530af8d8bbec2f41408ab78ed96
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
2016-08-17 18:01:40 -07:00
Chinmay Sawarkar
76ae186001 ARM: dts: msm: Update venus clock frequencies on msmcobalt v2
Aligns the frequencies to the FMAX values defined by clock
driver for venus on msmcobalt v2 target. Also link these
frequencies to appropriate load values and imem ab levels.

CRs-Fixed: 1053136
Change-Id: I755d1ad62de97ded55f73148e1a56bc3afafc03b
Signed-off-by: Chinmay Sawarkar <chinmays@codeaurora.org>
2016-08-17 17:43:35 -07:00
Satya Durga Srinivasu Prabhala
04f6ba95d3 ARM: dts: msm: Add support for msmcobalt v2.1
This commit adds support for msmcobalt v2.1 chip on mtp, cdp and
qrd platforms.

CRs-Fixed: 1053410
Change-Id: I877e9816a226a54b16167cc6978e97fd0b298fb8
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
2016-08-17 16:59:20 -07:00
Amir Vajid
137bab8eec ARM: dts: msm: add initial cpu mapping table for memlat
Add an initial core-dev mapping table for memlat to
improve power and performance.

Change-Id: I90b400adb7607aa9833a39e0d58e978336b6c1bc
Signed-off-by: Amir Vajid <avajid@codeaurora.org>
2016-08-17 16:57:03 -07:00
Hemant Kumar
a03c51a137 usb: gadget: composite: Return bcdUSB 0x0310 for Superspeed and higher
As per USB 3.1 Specification, Revision 1.0, Section 9.6 all new
devices running at SuperSpeed or higher speeds must report a
bcdUSB of 0x0310.

Change-Id: I253d0114fadb33456c7a0eb823d29aade1f33dc1
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
2016-08-17 16:51:54 -07:00
Satya Durga Srinivasu Prabhala
1ebe55efef ARM: dts: msm: Add support for msmcobalt v2 on qrd platform
This commit adds support for msmcobalt v2 chip on qrd platform.

CRs-Fixed: 1053410
Change-Id: I8aa775e15105d1508e387076d7ca127b7204d755
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
2016-08-17 16:49:32 -07:00