Commit graph

576065 commits

Author SHA1 Message Date
Linux Build Service Account
0a97d6bb23 Merge "ASoc: wcd9335: Ignore mbhc get impedance error" 2016-10-14 17:58:29 -07:00
Linux Build Service Account
9f00094706 Merge "scsi: ufs: gate ref_clk during aggressive clk gating" 2016-10-14 17:58:27 -07:00
Linux Build Service Account
7d6515f37b Merge "scsi: ufs: reduce auto hibern8 timeout to save power" 2016-10-14 17:58:27 -07:00
Linux Build Service Account
f1c69e2fdd Merge "soc: qcom: msm_smem: Pass device structure to ramdump driver" 2016-10-14 17:58:26 -07:00
Linux Build Service Account
78cd56d395 Merge "ASoC: wcd934x: Update DSD register sequence for v1.1" 2016-10-14 17:58:24 -07:00
Linux Build Service Account
d887e436d2 Merge "ASoC: wcd934x: update keeper enable for soundwire functionality" 2016-10-14 17:58:24 -07:00
Phani Kumar Uppalapati
607f17ae85 ASoc: wcd9335: Ignore mbhc get impedance error
Avoid DAPM failure by ignoring the mbhc get impedance
errors as this is not a fatal and audio can still work
even if the class-H settings are not updated based on
impedance values.

Change-Id: Icd6846d157af5a96d5ae49261e109cbd5ab8c266
Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
2016-10-14 16:35:09 -07:00
Chris Lew
68a6f50d3c soc: qcom: msm_smem: Pass device structure to ramdump driver
The ramdump driver uses the device pointer during ramdump read.
This change passes in the device pointer for smem during
ramdump create and moves the call to the probe function.

CRs-Fixed: 1075262
Change-Id: I6234e35d76440beb53c139ad0b02ec8b49c2a196
Signed-off-by: Chris Lew <clew@codeaurora.org>
2016-10-14 13:39:41 -07:00
Linux Build Service Account
e657410985 Merge "leds: qpnp-flash-v2: Add support for configuring hardware mitigation" 2016-10-14 03:40:38 -07:00
Linux Build Service Account
911b4fecbe Merge "usb: gadget: f_midi: Use 1024 bytes as MIDI buffer size" 2016-10-14 03:40:37 -07:00
Linux Build Service Account
32ed0e480d Merge "ASoC: msm: lock read/write when add/free audio ion memory" 2016-10-14 03:40:32 -07:00
Linux Build Service Account
a1c6e317af Merge "input: pat9125: add support of sending rotating switch events" 2016-10-14 03:40:31 -07:00
Linux Build Service Account
b2799f1e25 Merge "soc: qcom: glink: Fix ctx initialization with magic number" 2016-10-14 03:40:30 -07:00
Linux Build Service Account
65767b7f53 Merge "fbdev: use unsigned integers to prevent overflow" 2016-10-14 03:40:29 -07:00
Linux Build Service Account
c116fa434f Merge "ARM: dts: msm: Fix clock for 720p@240fps usecase" 2016-10-13 19:11:39 -07:00
Linux Build Service Account
2e28fde065 Merge "msm: vidc: Update plane count in get-format" 2016-10-13 19:11:38 -07:00
Linux Build Service Account
3bc1baa947 Merge "defconfig: Enable USB MIDI Function driver for msmcobalt" 2016-10-13 19:11:37 -07:00
Linux Build Service Account
3d91f26e44 Merge "soc: qcom: smem: Update CDSP processor ID" 2016-10-13 19:11:36 -07:00
Linux Build Service Account
1bbcf2d2e4 Merge "msm: ipa3: fix benign prints on ipa3_usb_init" 2016-10-13 19:11:35 -07:00
Linux Build Service Account
7eda0b88c9 Merge "ARM: dts: msm: Add support for Lpass PIL on msmfalcon" 2016-10-13 19:11:34 -07:00
Linux Build Service Account
9336847785 Merge "usb: pd: Fix PR_SWAP handling" 2016-10-13 19:11:33 -07:00
Linux Build Service Account
580442d0a6 Merge "qpnp-fg-gen3: add support to configure ki coefficients during discharge" 2016-10-13 19:11:32 -07:00
Linux Build Service Account
4a10b1c33d Merge "qpnp-fg-gen3: Add support to hold soc at 100 when charge is full" 2016-10-13 19:11:31 -07:00
Linux Build Service Account
4b5f689e15 Merge "ASoC: wcd934x-dsp-cntl: Make sure memories can enter deep sleep" 2016-10-13 19:11:31 -07:00
Linux Build Service Account
0c4dd697ad Merge "ASoC: wcd934x-dsp-cntl: add support for codec restart" 2016-10-13 19:11:30 -07:00
Linux Build Service Account
c46c40d020 Merge "icnss: Remove msm_bus bandwidth vote" 2016-10-13 19:11:29 -07:00
Linux Build Service Account
cf584269c5 Merge "iommu/io-pgtable-arm: Use outer shareable for all configurations" 2016-10-13 19:11:28 -07:00
Linux Build Service Account
2a80956ae6 Merge "ASoC: codecs: Add teardown() call in shutdown" 2016-10-13 19:11:27 -07:00
Linux Build Service Account
511b8dcdfe Merge "msm: ipa: update wan pool size on napi enable" 2016-10-13 19:11:26 -07:00
Linux Build Service Account
4de07155f9 Merge "sched/cgroup: Fix/cleanup cgroup teardown/init" 2016-10-13 19:11:24 -07:00
Linux Build Service Account
cade0ea953 Merge "soc: qcom: glink: Fix uninitialzed return value" 2016-10-13 19:11:23 -07:00
Linux Build Service Account
3c9194d93b Merge "soc: qcom: qsee_ipc_irq_bridge: Fix null pointer dereferences" 2016-10-13 19:11:22 -07:00
Hemant Kumar
39f9f52879 usb: gadget: f_midi: Use 1024 bytes as MIDI buffer size
Some UDC driver doesn't allow or throw errors when USB request buffer
queued is unaligned i.e. buffer size is not equal to wMaxPacketSize or
multiple of wMaxPacketSize. Fix this issue by using 1024 bytes as MIDI
buffer size instead of 256 bytes.

Change-Id: I71d520a5a800a3e612dc4d57e7baffa93fad61b3
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
2016-10-13 17:10:44 -07:00
Gaurav Kohli
e1c41fb41b ARM: dts: msm: Add support for Lpass PIL on msmfalcon
Add support for Lpass PIL which facilitates the loading of Lpass
firmware, authentication and bringing it out of reset.

Change-Id: I587b39bc302449591cc0c71ff15b740374a8af4d
Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
2016-10-13 12:47:33 -07:00
Linux Build Service Account
fac2c0da16 Merge "misc: qcom: qdsp6v2: Add missing initialization" 2016-10-13 12:29:08 -07:00
Linux Build Service Account
6f38194db1 Merge "clk: qcom: Add support for the turing vote clocks" 2016-10-13 12:29:07 -07:00
Linux Build Service Account
0ca3e09432 Merge "ARM: dts: msm: Add support for GDSCs for MSMFalcon/MSMtriton" 2016-10-13 12:29:06 -07:00
Linux Build Service Account
601676fcf3 Merge "ASoC: wcd9xxx: Disable external clock buffer when mclk is not in use" 2016-10-13 12:29:06 -07:00
Linux Build Service Account
858faf3e12 Merge "ASoC: wcd-spi: Initialize local variables before usage" 2016-10-13 12:29:05 -07:00
Linux Build Service Account
a6138ccde2 Merge "sched: bucketize CPU c-state levels" 2016-10-13 12:29:04 -07:00
Linux Build Service Account
daa54e82ab Merge "sched: use wakeup latency as c-state determinant" 2016-10-13 12:29:04 -07:00
Linux Build Service Account
ca43d0b19b Merge "net: core: Remove warning for cloned packets in ingress path" 2016-10-13 12:29:03 -07:00
Linux Build Service Account
7e92274f8b Merge "defconfig: msm: Turn on scheduler tuning configs" 2016-10-13 12:29:02 -07:00
Linux Build Service Account
201e421789 Merge "sched/tune: Remove redundant checks for NULL css" 2016-10-13 12:29:02 -07:00
Jack Pham
c447a1b652 usb: pd: Fix PR_SWAP handling
Fix several issues found with PR Swap robustness.
- Change Rd->Rp as part of PE_PRS_SNK_SRC_TRANSITION_TO_OFF
  instead of PE_PRS_SNK_SRC_SOURCE_ON since the latter state
  is entered once the connection is re-established post-swap.
  Make sure to also notify the charger to stop drawing power.
- Properly handle/ignore CC disconnect in psy_changed() which
  happens during the swap operation. Similarly, don't queue the
  state worker when detecting CC re-connect after becoming sink
  as the transition is already handled via PD message exchange.
- Restore DRP toggling as soon as the operation is completed
  in order to cycle properly after the next disconnection.
- Add tSwapSourceStart delay after becoming new source and
  before sending the source capabilities messages.
- Add extra time (< tNewSrc) after enabling VBUS to allow it
  to fully ramp up after becoming the new source.
- Unconditionally disable Vconn regulator during disconnect,
  since it's now possible to have it on even in sink mode.

Change-Id: I9ee694d56dac11c315b45c8fc1e8be9426d06719
Signed-off-by: Jack Pham <jackp@codeaurora.org>
2016-10-13 11:30:21 -07:00
Jack Pham
172cec3a2c usb: pd: Improve sink hard reset handling
During hard reset in sink mode, move the wait for VBUS to
reconnect to the PE_SNK_TRANSITION_TO_DEFAULT state. Use
the hrtimer to wait up to the maximum expected time for
VBUS to come back, which is triggered by the CC notification
from psy_changed(). This simplifies PE_SNK_STARTUP to only be
invoked when VBUS is already present and eliminates the
PE_SNK_DISCOVERY state.

When a non-PD source is connected, as the engine attempts to
wait for source capabilities this will result in hard reset
getting attempted 3 times with the hrtimer reaching full
timeout each time (for a total of ~6s) before settling.

Change-Id: Iee74c206b28fea9b75df2d234609a7939bc3d93c
Signed-off-by: Jack Pham <jackp@codeaurora.org>
2016-10-13 11:30:21 -07:00
Dhoat Harpal
4a9524cbec soc: qcom: smem: Update CDSP processor ID
The local table of processor IDs maintained by SMEM must match the table
of processor IDs maintained by SMEM on remote processors, because the
IDs are global.

Update the local table of processor IDs to match the table on remote
processors.

CRs-Fixed: 1077384
Change-Id: I24d3809450bf63cbc6b930575c310cee116910f7
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
2016-10-13 17:10:19 +05:30
Saurabh Kothawade
1008ad689c msm: vidc: Update plane count in get-format
Currently, driver updates plane count only when client
requests buffer requirements. If it queries buffer
format before requesting buffer requirement, driver
returns incorrect plane count. With this change,
driver updates plane count in get-format as well.

CRs-Fixed: 1021026
Change-Id: Id829f07123963584f6c7fe0174e34006d2697aa9
Signed-off-by: Saurabh Kothawade <skothawa@codeaurora.org>
2016-10-13 03:20:24 -07:00
Taniya Das
b993440492 clk: qcom: Add support for the turing vote clocks
The turing hlos1 and hlos2 vote clocks is required to be enabled before
accessing the turing SMMUs, so add support for the same.

Change-Id: I9e4b0d7cc5f164b207a1a0e2c1ae24bdfd8fa063
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2016-10-13 09:13:31 +05:30
Taniya Das
b445741142 ARM: dts: msm: Add support for GDSCs for MSMFalcon/MSMtriton
Support for the GDSCs which are required to be enabled/disabled by clients
on msmfalcon and msmtriton.

Change-Id: I0bad9d7bbee060ef70f3e8e6274fccc86fe9df6e
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2016-10-13 09:12:37 +05:30