summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-19Merge "ARM: dts: msm: Add cpp src clock rates configuration for msm8996"Linux Build Service Account
2016-12-19Merge "msm: vidc: Add port information to flush_done event"Linux Build Service Account
2016-12-19Merge "usb: gadget: composite: Add spinlock protection for usb string ↵Linux Build Service Account
descriptor"
2016-12-19Merge "msm: rdbg: Add snapshot of remote debugger driver"Linux Build Service Account
2016-12-19Merge "msm: sensor: Fix to read the parameters from slave info"Linux Build Service Account
2016-12-18Merge "clk: qcom: add common clock framework support for MDSS PLL"Linux Build Service Account
2016-12-18Merge "ARM: dts: msm: Remove write of acc register for MSMFalcon/Triton/8998"Linux Build Service Account
2016-12-18Merge "soc: qcom: pil-q6v5: Update the reset sequence for qdspv62.1.2/1.5"Linux Build Service Account
2016-12-18Merge "ARM: dts: msm: Move boot_rom_ahb_clk to proxy voted for msm8998"Linux Build Service Account
2016-12-18Merge "msm: kgsl: Add Bind objects to dispatcher draw queue"Linux Build Service Account
2016-12-18Merge "soc: qcom: pil: Initialize variable to avoid invalid access"Linux Build Service Account
2016-12-16clk: qcom: add common clock framework support for MDSS PLLSandeep Panda
Model and configure MDSS DSI PLL using upstream clock framework APIs. Add changes to define and register vco, divider, mux clcoks as per common clock infrastructure. Change-Id: Idc51070e2bb36d1a757d2714d2875a99901321a7 Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
2016-12-14ARM: dts: msm: Remove write of acc register for MSMFalcon/Triton/8998Gaurav Kohli
Remove the write of acc strap register by default value during Q6 reset as per Hardware Programming Guide. Change-Id: Id5b8aaae0783893290e95626b394841a7d3808a3 Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
2016-12-14soc: qcom: pil-q6v5: Update the reset sequence for qdspv62.1.2/1.5Gaurav Kohli
Update the reset sequence to read each write while enabling QDSP6 memory bank one at a time. This will make sure whether write is complete or not. Also add logs during Mss shutdown, It will help to debug Mss restart and shutdown case. Change-Id: I9f2cb058a7e59b573fc64662ee7b5bff49b18ea7 Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
2016-12-13Merge "USB: dwc3: msm: Fail probe if core-clk-rate is not passed from dts"Linux Build Service Account
2016-12-13Merge "USB: dwc3-msm: Check endpoint status and request queued or not first"Linux Build Service Account
2016-12-13Merge "USB: dwc3-msm: Initialize DBM ep before BAM pipe reset"Linux Build Service Account
2016-12-13Merge "ARM: msm: dts: Add regulator changes for msm8998-v2.1-interposer"Linux Build Service Account
2016-12-13Merge "ARM: dts: msm: Add bluetooth node for msmfalcon"Linux Build Service Account
2016-12-13Merge "ARM: dts: msm: add camera focus and snapshot nodes for MSMFALCON"Linux Build Service Account
2016-12-13Merge "ARM: dts: msm: Add GPU mempools properties for msmfalcon"Linux Build Service Account
2016-12-13Merge "clk: qcom: Update fmax tables and few frequencies clocks of MSMfalcon"Linux Build Service Account
2016-12-13Merge "defconfig: arm64: msm: Enable USB RMNET & RNDIS using IPA over BAM2BAM"Linux Build Service Account
2016-12-13Merge "qpnp-fg-gen3: Use the correct property name to get fastcharge current"Linux Build Service Account
2016-12-13Merge "ARM: dts: msm: rename battery profile used for msm8998 QRD"Linux Build Service Account
2016-12-13Merge "usb: dwc3-msm: Set PROP_BOOST_CURRENT for direct attach devices"Linux Build Service Account
2016-12-13Merge "icnss: Remove dev reference"Linux Build Service Account
2016-12-13Merge "msm: dvb: demux: compilation error fix for 32 bit version"Linux Build Service Account
2016-12-13Merge "smb-lib: revert the boost back workaround for dc path"Linux Build Service Account
2016-12-13Merge "dwc3: gadget: Increase TXFIFO size as 3KB with endless USB IN endpoint"Linux Build Service Account
2016-12-13Merge "spcom: check buf size for send modified command"Linux Build Service Account
2016-12-13Merge "spcom: check buf_size validity for user send command"Linux Build Service Account
2016-12-13Merge "NFC: Inform CLF whenever eSE is powered off"Linux Build Service Account
2016-12-13Merge "spcom: check user space command size"Linux Build Service Account
2016-12-13clk: qcom: Update fmax tables and few frequencies clocks of MSMfalconTaniya Das
The fmax corner frequencies have got updated, and also new frequencies have been added for few clocks, so fix and update the same. Change-Id: Ic6e2c2208a8971b07ed6ccfc8d63091e4692301f Signed-off-by: Taniya Das <tdas@codeaurora.org>
2016-12-12USB: dwc3: msm: Fail probe if core-clk-rate is not passed from dtsVijayavardhan Vennapusa
Currently USB driver is not failing probe if USB core-clk-rate property is not exist. This leads to USB enumeration failures across connect/ disconnect. Hence make core-clk-rate property mandatory and if in case not defined, fail the probe. Also Fail probe if extcon property not defined in case of OTG mode. Also return error if dwc3_core_pre_init() fails during dwc3-msm_resume() due to phy init fails and don't go ahead with setting up event buffers as event buffers allocation is done. Change-Id: I3927ad2f670e45acd10f8568857cf9f3434df657 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2016-12-13ARM: msm: dts: Add regulator changes for msm8998-v2.1-interposerVijayavardhan Vennapusa
Add required regulator changes in msm8998-v2.1-interposer-msmfalcon.dts file for USB functionality to be working. Change-Id: I3e4a43de0c1de6573fea8a52929f6c7af5259755 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2016-12-13defconfig: arm64: msm: Enable USB RMNET & RNDIS using IPA over BAM2BAMChandana Kishori Chiluveru
This change enables USB RNDIS and RMNET drivers for BAM2BAM communication. Change-Id: Ibfd9d12503248a3589bbda94096d40856ccba2c4 Signed-off-by: Chandana Kishori Chiluveru <cchiluve@codeaurora.org>
2016-12-13ARM: dts: msm: Add bluetooth node for msmfalconRupesh Tatiya
Add bluetooth node for wcn3990 on msmfalcon. This change configures various voltage regulator and clocks. CRs-Fixed: 1100113 Change-Id: I403c9def4f90832174f45e21e6c6fceb4a77a2a0 Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
2016-12-12usb: dwc3-msm: Set PROP_BOOST_CURRENT for direct attach devicesJack Pham
If PMIC provides boost power for VBUS in host mode, it may need to know the amount of current of an attached device in order to optimize for overall power consumption. We can pass the bMaxPower obtained from a device's configuration descriptor when it is attached. This only affects devices (including hubs) directly attached to the root port, as any device downstream of a hub will either consume part of the hub's budget or has external power. Change-Id: I1ad2cfecb7a2f6bdeaced29a1753cdc1bf3849db Signed-off-by: Jack Pham <jackp@codeaurora.org>
2016-12-13ARM: dts: msm: Add GPU mempools properties for msmfalconRajesh Kemisetti
Add initial set of configuration for GPU mempools to reserve page pools at init time of kgsl driver. Change-Id: I088aafe8cef621550b1776ca5a652c66e8ac5b62 Signed-off-by: Rajesh Kemisetti <rajeshk@codeaurora.org>
2016-12-12icnss: Remove dev referenceYuanyuan Liu
Remove dev reference in icnss_set_wlan_mac_address as this function is called by external module and won't be able to get ICNSS dev pointer. CRs-Fixed: 1099641 Change-Id: I21c992676c41b6cdc3ea53722806e8d0be78d9d5 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
2016-12-12msm: dvb: demux: compilation error fix for 32 bit versionUdaya Mallavarapu
Compilation error fix for 32 bit version mpq demux common plugin Change-Id: Id2472097e115f1c8d09886c1a1ceb01c4f5c5f4b CRs-Fixed: 1090466 Signed-off-by: Udaya Mallavarapu <udaym@codeaurora.org>
2016-12-12ARM: dts: msm: add camera focus and snapshot nodes for MSMFALCONHimanshu Aggarwal
MSM GPIO 64 is connected to Camera Focus Button and MSM GPIO 113 is connected to Camera Snapshot Button. Add the nodes for these buttons along with their pintrl configuration. Change-Id: Ifc03c72233dcf1081fc3f2fed495d19e48bb8c7d Signed-off-by: Himanshu Aggarwal <haggarwa@codeaurora.org>
2016-12-12dwc3: gadget: Increase TXFIFO size as 3KB with endless USB IN endpointMayank Rana
Current code is resizing each USB IN endpoint's TXFIFO to 1KB if it is not USB GSI endpoint or bursting is not enable. In some high throughput test case where there is contention in terms of accessing DDR memory through SNOC between USB3 and other peripheral PCIE, there are many underrun errors (i.e. Bad Data Length/Bad CRC) observed. These errors results into retransmision of USB packets and sometime dropping packets causing diffrent kind of data stalls. Hence fix this issue by increasing TXFIFO size as 3KB with endless USB IN endpoint (i.e. USB BAM2BAM endpoint) which helps to successfully retransmit packets. Change-Id: I73860a7bb252a0226b591a5f732e6a7b864911cf Signed-off-by: Mayank Rana <mrana@codeaurora.org>
2016-12-12USB: dwc3-msm: Check endpoint status and request queued or not firstVijayavardhan Vennapusa
When function driver calls dwc3_msm_ep_queue() to queue endless request, first check endpoint status and whether any request already queued or not. If that is the case, return error. Else go ahead with queuing request to USB HW. This helps in resolving the crash seen when request is being queued again. Change-Id: I3d6a603c693d1df36719f57684ffad409e1a0e78 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org> Signed-off-by: Chandana Kishori Chiluveru <cchiluve@codeaurora.org>
2016-12-12USB: dwc3-msm: Initialize DBM ep before BAM pipe resetVijayavardhan Vennapusa
On new platforms, endpoint clock gating is added for dbm endpoints with Synopsys USB3.0 controller. This hardware feature requires initialization of DBM endpoint before BAM pipe reset for bam2bam mode data transfers working. Hence change sequence such that do DBM endpoint initialization first followed by BAM pipe reset and do start transfer as last operation. CRs-Fixed: 965207 Change-Id: Ib5bfd1a7d258fe336a4c9924850fc9223c1c81f6 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org> Signed-off-by: Chandana Kishori Chiluveru <cchiluve@codeaurora.org>
2016-12-10Merge "ARM: dts: msm: Configure MPM for qusb2phy_dpse_hv for msm8998"Linux Build Service Account
2016-12-10Merge "mm: remove gup_flags FOLL_WRITE games from __get_user_pages()"Linux Build Service Account
2016-12-10Merge "clk: msm: clock-osm: don't use version register to enable WDOG status"Linux Build Service Account