Commit graph

581329 commits

Author SHA1 Message Date
Linux Build Service Account
1e5081e1b2 Merge "sched: Initialize variables" 2017-01-16 04:29:07 -08:00
Linux Build Service Account
9f0ae8e606 Merge "clk: qcom: Add support to set rcg parent src for dp_pixel clock" 2017-01-16 04:29:06 -08:00
Linux Build Service Account
a0d62ae120 Merge "ARM: dts: msm: increase VDD_GFX Fmax CPR ceiling voltage for MSM8998v2" 2017-01-16 04:29:06 -08:00
Linux Build Service Account
a963750b83 Merge "sched: Fix compilation errors when CFS_BANDWIDTH && !SCHED_HMP" 2017-01-16 04:29:04 -08:00
Linux Build Service Account
05030ff7a0 Merge "ARM: dts: msm: Add alias information for tsens in msm8998" 2017-01-16 04:29:03 -08:00
Linux Build Service Account
c410ee8d5c Merge "ARM: dts: msm: Program slimbus bam offset address for SDM660" 2017-01-16 04:29:03 -08:00
Linux Build Service Account
72591d47f4 Merge "ASoC: wcd-mbhc: add null pointer check" 2017-01-16 04:29:02 -08:00
Linux Build Service Account
7ff850a1d4 Merge "ARM: dts: msm: Add I2C, SPI, UART and slimbus devices for SDM630" 2017-01-16 04:29:01 -08:00
Linux Build Service Account
a295b7196b Merge "msm: mdss: Fix equation to calculate prefill count for amortization" 2017-01-16 04:29:00 -08:00
Linux Build Service Account
a2dbdc2c6e Merge "perf: don't leave group_entry on sibling list (use-after-free)" 2017-01-16 04:29:00 -08:00
Linux Build Service Account
686a509ed0 Merge "KEYS: Fix short sprintf buffer in /proc/keys show function" 2017-01-16 04:28:59 -08:00
Linux Build Service Account
20dcab7b2d Merge "ion: Fix use after free during ION_IOC_ALLOC" 2017-01-16 04:28:58 -08:00
Linux Build Service Account
63e23a6cfe Merge "ASoC: msm: qdsp6v2: DAP: Enable non DAP modules on DAP disable" 2017-01-16 04:28:57 -08:00
Linux Build Service Account
e638fbdb05 Merge "ASoC: wcd-mbhc: fix inconsistent detection of euro headset" 2017-01-16 04:28:57 -08:00
Shiraz Hashim
086dd2c4a8 ARM: dts: msm: configure default CMA region for sdm660
Configure the size of the default CMA region to 32 MB in
DT for sdm660.

Configuring the default CMA region in the DT is cleaner
than using CONFIG_CMA_SIZE_MBYTES since it is easier to
configure per target and the alloc ranges can be specified
in DT.

Change-Id: I64d4e1ee379b2a3110ecd403e7ed838948df6ca3
Signed-off-by: Shiraz Hashim <shashim@codeaurora.org>
2017-01-16 17:55:56 +05:30
Pengfei Liu
7c3aa14602 ARM: dts: msm: Add support for msm8998 QRD SKUK EVT3 board
Add camera node, include rear aux and front camera, also
include corresponding eeprom actuator ois flash and torch node.

Change-Id: I45d5e45ea82bafa78ef83638f1b374e03bb43145
Signed-off-by: Pengfei Liu <pengfeiliu@codeaurora.org>
2017-01-16 16:54:03 +08:00
Abhishek Kondaveeti
e189653cfc msm: isp: Fix duplicate overflow requests
Synchronize overflow requests sending to user space.

Change-Id: I5e112487d8460550890fa004a461388b2ae004b2
Signed-off-by: Abhishek Kondaveeti <akondave@codeaurora.org>
2017-01-16 00:45:19 -08:00
Vijayavardhan Vennapusa
3759fd1701 USB: dwc3-msm: Set speed as high speed if no speed information
Speed is not notified in case of platforms having micro USB connector
instead of USB type C connector. In this case, set speed as High speed
only as by default only high speed is supported over micro USB ports.

Change-Id: I6f29914ca9e2345157330651464b7a0c151f1f97
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2017-01-16 13:39:17 +05:30
Utkarsh Saxena
4b8e68eab4 ARM: dts: msm: Add support of IPA for SDM630
Enable IPA in SDM660.
IPA shunt data between apps, modem and USB.

Change-Id: I09aa16138d643b17b793162ca0591c143ad8da1f
Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com>
Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
2017-01-16 12:54:38 +05:30
Utkarsh Saxena
15ae5b7344 ARM: dts: msm: Disable IPA in SDA658/660
IPA needs to be kept disabled in SDA 658/660 APQ platforms.

Change-Id: I1fd4ff9d50b7ad2c429bf8a180a6612d5ed3497f
Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com>
Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
2017-01-16 12:49:11 +05:30
Amir Samuelov
3763023d7d spss_utils: select spss test/prod/hybrid firmware to load
Select which SPSS firmware to load based on 2 fuses.

Change-Id: I7080cc0b58c38965ed7e58808431cf487008de9e
Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
2017-01-15 21:54:58 -08:00
Shankar Ravi
8d53ed1fb0 ARM: dts: msm: Update Camera CSIPHY clock for SDM660
Use the proper clock for CSIPHY2 for SDM660.

CRs-Fixed: 1111640
Change-Id: If9eaa19a0ee837dbbe335597259a62287a1620d5
Signed-off-by: Shankar Ravi <rshankar@codeaurora.org>
2017-01-15 21:48:25 -08:00
Manish Poddar
33f34cd021 msm: camera: fix Information leak
In msm_buf_mngr_sd_shutdown bufs is a pointer defined
in kernel, and it is printed to userspace using %lx.
changed it to %pK.

Change-Id: Ic2cb1a2ff109364ac2da1bbb3253a2253a0c6be9
Signed-off-by: Manish Poddar <mpoddar@codeaurora.org>
2017-01-15 21:43:44 -08:00
Mohit Aggarwal
19f7e40250 diag: Change CDSP socket instance id
Currently, CDSP socket instance id on APPS is not
matching with instance id on CDSP peripheral due
to which APPS is thinking that channel has been
opened with WDSP. This patch fixes this discrepancy.

CRs-Fixed: 1111626
Change-Id: I990ae8fd23c95f16be72b4fe207926444244c23e
Signed-off-by: Mohit Aggarwal <maggarwa@codeaurora.org>
2017-01-16 10:21:57 +05:30
Karthik Reddy Katta
1673c4655d drivers: soc: qcom: Add overflow check in ADM driver
Add overflow check for param length to prevent
heap overflow while allocating memory for
ADM parameters.

CRs-Fixed: 1103334
Change-Id: I1163aeaabbc84dba4cd0739a35ecbdee18b42717
Signed-off-by: Karthik Reddy Katta <a_katta@codeaurora.org>
2017-01-15 20:20:02 -08:00
Linux Build Service Account
2326bcf687 Merge "clk: qcom: Move prepare enable parent sources for FORCE_ENABLE_RCGR" 2017-01-15 19:55:54 -08:00
Linux Build Service Account
da942ab82a Merge "ARM: dts: msm: Enable OSM CPU clocks for SDM660" 2017-01-15 19:55:53 -08:00
Linux Build Service Account
242e8667ed Merge "ARM: dts: msm: Update voltage and interrupt details of sdhc2 for sdm660" 2017-01-15 07:06:03 -08:00
Linux Build Service Account
f34742edd2 Merge "ASoC: wcd-mbhc: set moisture thresholds for NO jack" 2017-01-15 07:06:01 -08:00
Linux Build Service Account
5c470dc1df Merge "mmc: mmc: Don't send CMD13 after switch command while switching speed modes" 2017-01-15 07:06:01 -08:00
Linux Build Service Account
4ee892e235 Merge "ARM: dts: msm: Change SVS clock rate for VFE on msm8998" 2017-01-15 07:06:00 -08:00
Taniya Das
956eaf60d6 clk: qcom: Move prepare enable parent sources for FORCE_ENABLE_RCGR
Move preparing/unpreparing the clock source parents from the clk set rate.
This is required as invoking prepare from clk enable with disable irqs and
prepare would take a mutex resulting in sleeping from invalid context.

Change-Id: I90d8a346f684747f635bd9e7254ceb8d45841b05
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2017-01-15 13:00:30 +05:30
Linux Build Service Account
2bb237c91a Merge "ARM: dts: msm: Update audio WDSP entries for sdm660" 2017-01-14 22:18:07 -08:00
Taniya Das
5e14d7b53f ARM: dts: msm: Enable OSM CPU clocks for SDM660
Update the 'apm-threshold-voltage' as per recommendation and also enable
the OSM cpu clocks.

Change-Id: I8074699b1ea9e5182a136d4935ffd2938972a91b
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2017-01-14 21:52:12 -08:00
Linux Build Service Account
2e830e63e4 Merge "defconfig: msm: Enable MSM_TIMER_LEAP" 2017-01-14 12:24:45 -08:00
Sameer Thalappil
5ab1f567c4 icnss: Increase QMI timeout value
There are cases where IPC router read worker not getting scheduled
because of other high priority tasks. And when this happens there could
be a delay in receiving messages from WLAN firmware. So increase the
timeout delay to 10 seconds.

CRs-Fixed: 1110268
Change-Id: I4b3420a91108eca844206789d8f1e478526afd62
Signed-off-by: Sameer Thalappil <sameert@codeaurora.org>
2017-01-14 06:57:15 -08:00
Johannes Berg
addecbfb2b mac80211: discard multicast and 4-addr A-MSDUs
In mac80211, multicast A-MSDUs are accepted in many cases that
they shouldn't be accepted in:
 * drop A-MSDUs with a multicast A1 (RA), as required by the
   spec in 9.11 (802.11-2012 version)
 * drop A-MSDUs with a 4-addr header, since the fourth address
   can't actually be useful for them; unless 4-address frame
   format is actually requested, even though the fourth address
   is still not useful in this case, but ignored

Accepting the first case, in particular, is very problematic
since it allows anyone else with possession of a GTK to send
unicast frames encapsulated in a multicast A-MSDU, even when
the AP has client isolation enabled.

Cc: stable@vger.kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Git-commit: ea720935cf6686f72def9d322298bf7e9bd53377
CRs-fixed: 1105600
Change-Id: I9ae3066872858748779999a89c4d983858d4a2d3
Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
2017-01-14 06:51:10 -08:00
Michal Kazior
b9a785c74b mac80211: expose txq queue depth and size to drivers
This will allow drivers to make more educated
decisions whether to defer transmission or not.

Relying on wake_tx_queue() call count implicitly
was not possible because it could be called
without queued frame count actually changing on
software tx aggregation start/stop code paths.

It was also not possible to know how long
byte-wise queue was without dequeueing.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Git-commit: f2ac7e301ae6397669ff3f79e691942a9b5d2f39
CRs-Fixed: 1111521
Change-Id: I7b94a9ba2d68ce526a4421cc253829298d1a7620
Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
2017-01-14 20:15:43 +05:30
Grzegorz Bajorski
a61cc187f7 mac80211: allow drivers to report (non-)monitor frames
Some drivers offload some frames internally (e.g.
AddBa). Reporting such frames to mac80211 would
only confuse MLME. However it would be useful to
be able to pass such frames to monitor interfaces
for sniffing purposes, e.g. when running AP +
monitor.

To do that allow drivers to tell mac80211 whether
a given frame should be:
 - processed but not delivered to any monitor vif
 - not processed but delievered to monitor vifs
   only

Signed-off-by: Grzegorz Bajorski <grzegorz.bajorski@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Git-commit: 178830481eee5eea147a1c8fab67a96e09d80345
CRs-fixed: 1111520
Change-Id: Id55b750d5fad913ce0bafd317c4a31edff89f545
Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
2017-01-14 20:06:25 +05:30
Linux Build Service Account
7366c63969 Merge "cfg80211: Reset beacon interval when stop AP fails" 2017-01-14 03:43:01 -08:00
Linux Build Service Account
a0b1e8d4ef Merge "Revert "USB: rndis: Free the rndis response queue during rndis reset msg"" 2017-01-14 03:43:00 -08:00
Linux Build Service Account
49decc6726 Merge "usb: gadget: gsi: Improve notify_req handling" 2017-01-14 03:43:00 -08:00
Linux Build Service Account
42bd9640b2 Merge "regulator: cpr3: fix system regulator vote in regulator disable path" 2017-01-14 03:42:59 -08:00
Linux Build Service Account
a1e7739089 Merge "sched: fix a bug in handling top task table rollover" 2017-01-14 03:42:58 -08:00
Linux Build Service Account
500c0ddd7c Merge "usb: mon: replace %p with %pK" 2017-01-14 03:42:56 -08:00
Linux Build Service Account
dce0275223 Merge "usb: core: replace %p with %pK" 2017-01-14 03:42:55 -08:00
Linux Build Service Account
f5ee23be9b Merge "usb: phy: snps: replace %p with %pK" 2017-01-14 03:42:54 -08:00
Dilip Kota
f7e1a6c695 ARM: dts: msm: Program slimbus bam offset address for SDM660
Slimbus transactions are failing because of bam intitialization
failed with slimbus_bam_lite module. With slimbus_bam, transactions
over slimbus are successful. This patch programs the slimbus bam
offset with slimbus_bam module offset address for SDM660.

Change-Id: I244362984b929de35e1678a70c0d638ca14a208c
Signed-off-by: Dilip Kota <dkota@codeaurora.org>
2017-01-14 14:23:35 +05:30
Prasad Sodagudi
15074fffc8 defconfig: msm: Enable MSM_TIMER_LEAP
Enable MSM_TIMER_LEAP config flag in both msmcortex_defocnfig
and msmcorte-perf_defconfig files. This option enables check
for architecture timer leaps, when all least significant 32bits
of CNTVCT or CNTPCT counter is set and rereads counters.

CRs-Fixed: 1074621
Change-Id: I0ffa124df76f8cc063c2ebee5497baed879c76ef
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
2017-01-13 18:03:58 -08:00
Prasad Sodagudi
7b2f8ee769 arm64: Potential rollover condition for timer counter
There is potential rollover condition for CNTVCT and
CNTPCT counters. So on any architecture timer counter
read, if the least significant 32 bits are set,
reread counter.

CRs-Fixed: 1074621
Change-Id: I136a5f0ee04deeb74c03800d591e44fbd9b4dd39
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
2017-01-13 18:02:42 -08:00