Commit graph

581277 commits

Author SHA1 Message Date
Linux Build Service Account
8494beab67 Merge "ASoC: msm: qdsp6v2: add routing for VoiceMMode1 FE and TDM BE" 2017-01-19 09:52:25 -08:00
Linux Build Service Account
15942a33a3 Merge "ASoC: msm: qdsp6v2: Add ASM low latency loopback support" 2017-01-19 09:52:24 -08:00
Linux Build Service Account
4f0a0766d1 Merge "sched: kill sync_cpu maintenance" 2017-01-19 09:52:20 -08:00
Linux Build Service Account
599395b30b Merge "ARM: dts: msm: Program slimbus bam offset address for SDM630" 2017-01-19 09:52:19 -08:00
Linux Build Service Account
b9afef8080 Merge "ARM: dts: msm: enable display panel for msm8998 HDK" 2017-01-19 09:52:18 -08:00
Linux Build Service Account
d8dae838c7 Merge "ARM: dts: msm: move display panel settings for sdm660 QRD" 2017-01-19 09:52:17 -08:00
Linux Build Service Account
119121213f Merge "ARM: dts: msm: Add slimbus device for wcn3990" 2017-01-19 09:52:16 -08:00
Linux Build Service Account
de95841ab0 Merge "fs: fuse: Workaround for CMA migration" 2017-01-19 09:52:15 -08:00
Linux Build Service Account
ca292680f3 Merge "ARM: dts: msm: Add QTC800H device node to SDM660 QRD SKUs" 2017-01-19 09:52:14 -08:00
Linux Build Service Account
32d905b96a Merge "ASoC: wcd-mbhc: change special headset detection count" 2017-01-19 09:52:13 -08:00
Linux Build Service Account
1f1d944084 Merge "ARM: dts: msm: support wqxga panel and truly dsc mode on sdm660" 2017-01-18 23:48:55 -08:00
Linux Build Service Account
b2e8334dd7 Merge "msm: ipa: Fix to pass ioctl param to reset_stats" 2017-01-18 23:48:55 -08:00
Linux Build Service Account
7fdc634254 Merge "ARM: config: Enable DEFERRED RESUME flag on SDM660" 2017-01-18 23:48:54 -08:00
Linux Build Service Account
f7d6016260 Merge "leds: qpnp-flash-v2: fix a possible NULL pointer access" 2017-01-18 23:48:52 -08:00
Linux Build Service Account
d1d4a1d606 Merge "msm: ADSPRPC: Update subsystem name for slpi" 2017-01-18 23:48:51 -08:00
Linux Build Service Account
a6bd522ba0 Merge "diag: Prevent possible NULL pointer dereferencing" 2017-01-18 23:48:50 -08:00
Linux Build Service Account
38203ba7d8 Merge "msm: ADSPRPC: Attributes to process creation on remote processor" 2017-01-18 23:48:49 -08:00
Linux Build Service Account
3e951d5b6d Merge "diag: Prevent NULL pointer dereference while closing logging process" 2017-01-18 23:48:48 -08:00
Linux Build Service Account
4a40e12622 Merge "usb: pd: Increase number of SRC_CAP attempts before starting host" 2017-01-18 23:48:47 -08:00
Linux Build Service Account
dd7b46d3f4 Merge "usb: pd: Re-enable SuperSpeed host by default" 2017-01-18 23:48:46 -08:00
Linux Build Service Account
e12c25b9a5 Merge "regulator: cpr3-regulator: correct sdelta table indexing" 2017-01-18 23:48:45 -08:00
Linux Build Service Account
1515754ed3 Merge "defconfig: sdm660: Enable G-Link SPI Transport driver in 32 bit" 2017-01-18 23:48:44 -08:00
Linux Build Service Account
53d9fa23b7 Merge "ASoC: audio-ext-clk: add parent to div and lnbb clks" 2017-01-18 23:48:43 -08:00
Linux Build Service Account
08478123a6 Merge "ARM: dts: msm: Audio bringup fixes for SDM660" 2017-01-18 23:48:42 -08:00
Linux Build Service Account
69427c91f4 Merge "spmi: pmic-arb: Return an error code if sanity check fails" 2017-01-18 23:48:40 -08:00
Linux Build Service Account
e7d95aa295 Merge "spmi: pmic-arb: replace symbolic permissions with constants" 2017-01-18 23:48:40 -08:00
Linux Build Service Account
b2c6447f46 Merge "usb: pd: pdphy: Enable IRQs for wakeup" 2017-01-18 23:48:39 -08:00
Linux Build Service Account
fbbaeb656a Merge "sched: hmp: Remove the global sysctl_sched_enable_colocation tunable" 2017-01-18 23:48:38 -08:00
Linux Build Service Account
3d4b6ca818 Merge "ARM: dts: msm: Enable wifi offload for SDM660 and SDM630" 2017-01-18 23:48:37 -08:00
Linux Build Service Account
b7193a89d1 Merge "tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results" 2017-01-18 23:48:36 -08:00
Linux Build Service Account
f116be368e Merge "msm: camera: fix Information leak" 2017-01-18 23:48:35 -08:00
Pavankumar Kondeti
6d63f38bf2 sched: kill sync_cpu maintenance
We assume boot CPU as a sync CPU and initialize it's window_start
to sched_ktime_clock(). As windows are synchronized across all
CPUs, the secondary CPUs' window_start are initialized from the
sync_cpu's window_start. A CPU's window_start is never reset, so
this synchronization happens only once for a given CPU. Given this
fact, there is no need to reassigning the sync_cpu role to another
CPU when the boot CPU is going offline. Remove this unnecessary
maintenance of sync_cpu and use any online CPU's window_start as
reference.

Change-Id: I169a8e80573c6dbcb1edeab0659c07c17102f4c9
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
2017-01-19 12:30:19 +05:30
Rupesh Tatiya
44c5c83c4f ARM: dts: msm: Add slimbus device for wcn3990
Slimbus is used as audio transport for Bluetooth & FM between sdm660 &
wcn3990. Add device tree entry for wcn3990 slimbus slave device in sdm660.

Change-Id: I0766cfac9329e7d088e6997e20a27d902aca9f29
Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
2017-01-18 22:20:07 -08:00
Dhoat Harpal
dbdcdb2153 defconfig: sdm660: Enable G-Link SPI Transport driver in 32 bit
Enable G-Link SPI Transport driver to enable off-chip communication
over SPI bus in 32 bit architecture.

CRs-Fixed: 1106989
Change-Id: I8826b1383811a03d91547414a5f6766aafa091d6
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
2017-01-18 20:15:24 -08:00
Laura Abbott
a5b88c7fda fs: fuse: Workaround for CMA migration
The FUSE file system may hold references to pages for long
periods of time, preventing migration from occurring. If a CMA
page is used here, CMA allocations may fail. Work around this
by swapping out a CMA page for a non-CMA page when working with
the FUSE file system.

Change-Id: Id763ea833ee125c8732ae3759ec9e20d94aa8424
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
2017-01-18 16:18:26 -08:00
Sathish Ambley
4669c8d278 msm: ADSPRPC: Attributes to process creation on remote processor
Allow creating user process on remote processor with attributes
to be used during process creation for debugging purposes.

Change-Id: I63081f8ed44bd8e86392d82018ce4e632284c6ed
Acked-by: Viswanatham Paduchuri <vpaduchu@qti.qualcomm.com>
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2017-01-18 14:30:40 -08:00
Linux Build Service Account
3145cd4109 Merge "perf: Fix NULL pointer ref in exclude_idle update" 2017-01-18 14:23:23 -08:00
Linux Build Service Account
c1a330fbcf Merge "ARM: dts: msm: Set correct voltage for QRD8998HB touch panel" 2017-01-18 14:23:22 -08:00
Linux Build Service Account
3b6e6476d7 Merge "ARM: dts: msm: modify dcc ram size for sdm660" 2017-01-18 14:23:21 -08:00
Linux Build Service Account
e64abf0e80 Merge "mac80211: allow passing transmitter station on RX" 2017-01-18 14:23:20 -08:00
Linux Build Service Account
582a811220 Merge "clk: qcom: Add support for 19.2Mhz for USB30 utmi clock" 2017-01-18 14:23:19 -08:00
Linux Build Service Account
3d99714332 Merge "defconfig: msm: Enable MSM_TIMER_LEAP for sdm660" 2017-01-18 14:23:18 -08:00
Linux Build Service Account
3c00037742 Merge "msm: ipa: Prevent multiple header deletion from user space" 2017-01-18 14:23:17 -08:00
Linux Build Service Account
89b611d0f0 Merge "qcom-charger: smb2: suspend USB path for fake battery or debug board" 2017-01-18 14:23:17 -08:00
Linux Build Service Account
ed5ce44f85 Merge "clk: qcom: Move prepare_enable of XO clock before spinlock" 2017-01-18 14:23:16 -08:00
Linux Build Service Account
42c03251c6 Merge "clk: qcom: Remove few graphics clock for sdm660" 2017-01-18 14:23:15 -08:00
Sathish Ambley
8c18ec960f msm: ADSPRPC: Update subsystem name for slpi
Update subsystem name for slpi to ensure that the subsystem restart
notification is registered with the correct subsystem.

Change-Id: Ie4f409d6d63cd164323a2e58805b8154322518d1
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2017-01-18 13:00:28 -08:00
Yeleswarapu Nagaradhesh
1a43bb07cb ASoC: audio-ext-clk: add parent to div and lnbb clks
Add parents to div_clk1 and ln_bbclk. And register
both the clocks independently.

Change-Id: Ic0435ebad533879e3e0648775956c91cc680644d
Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
2017-01-19 00:52:56 +05:30
Laxminath Kasam
71fb9c8efa ARM: dts: msm: Audio bringup fixes for SDM660
Update gpio settings as per HW VI audio
values. Also move common settings of external
and internal codecs to new files.

Change-Id: I0d3e0878972038a7876a063648156126b2a7cee4
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
2017-01-19 00:48:11 +05:30
Jack Pham
77629c3ba6 usb: pd: pdphy: Enable IRQs for wakeup
Enable the signal and message RX IRQs for wakeup. This allows
the system to be woken from suspend when the PD PHY receives
an incoming hard reset or SOP* message from a connected peer.

Change-Id: Ib6f4507ef363954c91271029874337497659da84
Signed-off-by: Jack Pham <jackp@codeaurora.org>
2017-01-18 10:26:38 -08:00