Commit graph

581315 commits

Author SHA1 Message Date
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
Christophe JAILLET
1739f5d376 spmi: pmic-arb: Return an error code if sanity check fails
If the test 'if (channel > 5)' is true, then we will return 'err' which
is known to be 0 at this point.
Return -EINVAL instead.

Change-Id: I4f558ffb9cde0c9c1127202cd8b5d3ff11987c86
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: e98cc182a06af3b8e91d6d719708db07045d78c4
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-01-13 17:42:18 -08:00
David Collins
0ff5671bb2 spmi: pmic-arb: replace symbolic permissions with constants
Change file permissions S_IRUSR and S_IWUSR to their octal
equivalents: 0400 and 0200 respectively.  This makes the code
easier to understand and avoids a checkpatch warning.

Change-Id: I00a8b81533367544e94a464fde8373fb5be544bd
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-01-13 17:37:31 -08:00
David Collins
7730bab8f2 spmi: pmic-arb: add support for HW version 5
Add support for version 5 of the SPMI PMIC arbiter.  It utilizes
different offsets for registers than those found on version 3.
Also, the procedure to determine if writing and IRQ access is
allowed for a given PPID changes for version 5.

Change-Id: I12b5b11c6fe47b4becf668bcca0abadfef72b8df
CRs-Fixed: 1047281
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-01-13 17:18:27 -08:00
Olav Haugan
68b55fe985 sched: Initialize variables
Initialize variable at definition to avoid compiler warning when
compiling with CONFIG_OPTIMIZE_FOR_SIZE=n.

Change-Id: Ibd201877b2274c70ced9d7240d0e527bc77402f3
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
2017-01-13 17:06:01 -08:00
Sudheer Papothi
a4e8864f26 ASoC: wcd934x: Add delay during headphone path bringup and teardown
When compander is disabled, headphone power amplifiers
need more delay to ramp up and ramp down. Add a delay
to avoid pop noise during headphone path bringup and teardown.

Change-Id: I74d834d5096535c124083f3e24ccb493a86cbbd5
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
2017-01-14 06:35:49 +05:30
Linux Build Service Account
0236a0326d Merge "defconfig: msm: Enable SCHED_AUTOGROUP" 2017-01-13 17:03:04 -08:00
Linux Build Service Account
81a7ed0e74 Merge "ARM: dts: msm: modify funnel configuration for sdm660" 2017-01-13 17:03:03 -08:00
Linux Build Service Account
be821f83fa Merge "ARM: dts: msm: Enable UART for sdm660" 2017-01-13 17:03:02 -08:00
Linux Build Service Account
bdf70d6dd4 Merge "mm: camera: isp: send PD stats buffer earlier" 2017-01-13 17:03:01 -08:00
Linux Build Service Account
96698897d2 Merge "drm/msm/sde: add resource manager to enable dual dsi" 2017-01-13 17:03:00 -08:00
Linux Build Service Account
f8278058a2 Merge "drm/msm/sde: adding implementation for mdp_top in hw driver" 2017-01-13 17:03:00 -08:00
Linux Build Service Account
74f63af013 Merge "msm: mdss: enable pll regulator during phy on sequence" 2017-01-13 17:02:58 -08:00
Linux Build Service Account
719eabd0a1 Merge "msm: mdss: add backlight gpio invert support for display" 2017-01-13 17:02:57 -08:00
Linux Build Service Account
e9f8ab7647 Merge "msm: mdss: remove timing db mode from DSI host init sequence" 2017-01-13 17:02:57 -08:00