OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
7 years agoMerge "msm: mdss: Disable traffic shaper in command mode"
Linux Build Service Account [Sun, 28 May 2017 01:12:00 +0000 (18:12 -0700)]
Merge "msm: mdss: Disable traffic shaper in command mode"

7 years agoMerge "msm: mdss: Avoid dfps update till unblank is complete"
Linux Build Service Account [Sun, 28 May 2017 01:11:58 +0000 (18:11 -0700)]
Merge "msm: mdss: Avoid dfps update till unblank is complete"

7 years agoMerge "msm: mdss: Update AD last strength during AD mode switch"
Linux Build Service Account [Sun, 28 May 2017 01:11:57 +0000 (18:11 -0700)]
Merge "msm: mdss: Update AD last strength during AD mode switch"

7 years agoMerge "msm: mdss: Use 64-bit math for bandwidth calculation"
Linux Build Service Account [Sun, 28 May 2017 01:11:56 +0000 (18:11 -0700)]
Merge "msm: mdss: Use 64-bit math for bandwidth calculation"

7 years agoMerge "msm: sde: Fix potential deferencing of null pointer"
Linux Build Service Account [Sun, 28 May 2017 01:11:55 +0000 (18:11 -0700)]
Merge "msm: sde: Fix potential deferencing of null pointer"

7 years agoMerge "msm: sde: Add check for plane_count range in SDE rotator"
Linux Build Service Account [Sun, 28 May 2017 01:11:54 +0000 (18:11 -0700)]
Merge "msm: sde: Add check for plane_count range in SDE rotator"

7 years agoMerge "msm: mdss: do not apply AVMUTE for non-CTA format"
Linux Build Service Account [Sun, 28 May 2017 01:11:53 +0000 (18:11 -0700)]
Merge "msm: mdss: do not apply AVMUTE for non-CTA format"

7 years agoMerge "msm: mdss: Correct source and destination buffer rectangles"
Linux Build Service Account [Sun, 28 May 2017 01:11:52 +0000 (18:11 -0700)]
Merge "msm: mdss: Correct source and destination buffer rectangles"

7 years agoMerge "msm: mdss: dp: fix display port crash caused by unclocked register access"
Linux Build Service Account [Sun, 28 May 2017 01:11:51 +0000 (18:11 -0700)]
Merge "msm: mdss: dp: fix display port crash caused by unclocked register access"

7 years agoMerge "ARM: dts: msm: Correct sspp vig pcc offset for MSM8998"
Linux Build Service Account [Sun, 28 May 2017 01:11:50 +0000 (18:11 -0700)]
Merge "ARM: dts: msm: Correct sspp vig pcc offset for MSM8998"

7 years agoMerge "ARM: dts: msm: update AUX channel configurations for SDM630"
Linux Build Service Account [Sat, 27 May 2017 17:52:09 +0000 (10:52 -0700)]
Merge "ARM: dts: msm: update AUX channel configurations for SDM630"

7 years agoMerge "spmi: spmi-pmic-arb: check apid against limits before calling irq handler"
Linux Build Service Account [Sat, 27 May 2017 04:11:12 +0000 (21:11 -0700)]
Merge "spmi: spmi-pmic-arb: check apid against limits before calling irq handler"

7 years agoMerge "power_supply: introduce PR_SWAP property"
Linux Build Service Account [Sat, 27 May 2017 04:11:11 +0000 (21:11 -0700)]
Merge "power_supply: introduce PR_SWAP property"

7 years agoMerge "time: Remove CONFIG_TIMER_STATS"
Linux Build Service Account [Sat, 27 May 2017 04:11:04 +0000 (21:11 -0700)]
Merge "time: Remove CONFIG_TIMER_STATS"

7 years agospmi: spmi-pmic-arb: check apid against limits before calling irq handler
David Collins [Fri, 12 May 2017 21:19:20 +0000 (14:19 -0700)]
spmi: spmi-pmic-arb: check apid against limits before calling irq handler

Check that the apid for an SPMI interrupt falls between the
min_apid and max_apid that can be handled by the APPS processor
before invoking the per-apid interrupt handler:
periph_interrupt().

This avoids an access violation in rare cases where the status
bit is set for an interrupt that is not owned by the APPS
processor.

Change-Id: Ib74cb4ae7be9849f0243659bb4c1435340e1e087
Signed-off-by: David Collins <collinsd@codeaurora.org>
7 years agoMerge "ARM: dts: msm: enable partial update for dual dsi cmd mode on msm8998"
Linux Build Service Account [Fri, 26 May 2017 21:09:11 +0000 (14:09 -0700)]
Merge "ARM: dts: msm: enable partial update for dual dsi cmd mode on msm8998"

7 years agoMerge "media: dvb-core: Fix possible buffer overflow error"
Linux Build Service Account [Fri, 26 May 2017 21:09:10 +0000 (14:09 -0700)]
Merge "media: dvb-core: Fix possible buffer overflow error"

7 years agoMerge "msm: kgsl: Deal with a NULL pointer when creating default pagetable"
Linux Build Service Account [Fri, 26 May 2017 21:09:09 +0000 (14:09 -0700)]
Merge "msm: kgsl: Deal with a NULL pointer when creating default pagetable"

7 years agopower_supply: introduce PR_SWAP property
Abhijeet Dharmapurikar [Thu, 25 May 2017 00:11:24 +0000 (17:11 -0700)]
power_supply: introduce PR_SWAP property

Introduce POWER_SUPPLY_PROP_PR_SWAP to notify if the device is in
power role swap.

Change-Id: I8d0cb3a71ec1a646b7ec37405e66cb00ddc40e0d
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
7 years agosmb-lib: reset SDP draw to 100mA
Abhijeet Dharmapurikar [Thu, 25 May 2017 22:10:56 +0000 (15:10 -0700)]
smb-lib: reset SDP draw to 100mA

The driver could leave SDP's current draw to a higher value
once its removed. This is because the code to reset the
current limit needs the type to be SDP to reset it which is
not going to be the case after removal.

So reset SDPs current limit back to 100mA in the code path
for non-SDP chargers.

Change-Id: Idfb9df1b72a17f1db63265b85f6546cbb77c4018
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
7 years agoMerge "ASoC: APR: Fix missing APR deregister from asm"
Linux Build Service Account [Fri, 26 May 2017 13:31:12 +0000 (06:31 -0700)]
Merge "ASoC: APR: Fix missing APR deregister from asm"

7 years agoMerge "ASoC: msm: qdsp6v2: Add 144k sample rate to compress driver"
Linux Build Service Account [Fri, 26 May 2017 13:31:11 +0000 (06:31 -0700)]
Merge "ASoC: msm: qdsp6v2: Add 144k sample rate to compress driver"

7 years agoMerge "ASoc: msm: Support SEC_MI2S_TX Port ASM Loopback"
Linux Build Service Account [Fri, 26 May 2017 13:31:09 +0000 (06:31 -0700)]
Merge "ASoc: msm: Support SEC_MI2S_TX Port ASM Loopback"

7 years agoMerge "ASoc: msm: Add dai link MultiMedia20 for custom card"
Linux Build Service Account [Fri, 26 May 2017 13:31:08 +0000 (06:31 -0700)]
Merge "ASoc: msm: Add dai link MultiMedia20 for custom card"

7 years agoMerge "usb: gadget: Fix synchronization issue between f_audio_source"
Linux Build Service Account [Fri, 26 May 2017 13:31:07 +0000 (06:31 -0700)]
Merge "usb: gadget: Fix synchronization issue between f_audio_source"

7 years agoMerge "msm: kgsl: Update QoS settings for A508 VBIF as recommended"
Linux Build Service Account [Fri, 26 May 2017 13:31:06 +0000 (06:31 -0700)]
Merge "msm: kgsl: Update QoS settings for A508 VBIF as recommended"

7 years agoMerge "ais: increase CCI timeout value to 600 msec"
Linux Build Service Account [Fri, 26 May 2017 13:31:05 +0000 (06:31 -0700)]
Merge "ais: increase CCI timeout value to 600 msec"

7 years agoMerge "ARM: dts: msm: add clock-cntl-support for msm8996 ispif"
Linux Build Service Account [Fri, 26 May 2017 13:31:04 +0000 (06:31 -0700)]
Merge "ARM: dts: msm: add clock-cntl-support for msm8996 ispif"

7 years agoMerge "ARM: dts: msm: correct voltage range values for msm8996 ADP camera"
Linux Build Service Account [Fri, 26 May 2017 13:31:03 +0000 (06:31 -0700)]
Merge "ARM: dts: msm: correct voltage range values for msm8996 ADP camera"

7 years agoMerge "irqchip: gic(-v3): Mask PPIs during disable_percpu_irq()"
Linux Build Service Account [Fri, 26 May 2017 13:31:02 +0000 (06:31 -0700)]
Merge "irqchip: gic(-v3): Mask PPIs during disable_percpu_irq()"

7 years agoMerge "ASoC: msm: Convert ALSA to ADSP format"
Linux Build Service Account [Fri, 26 May 2017 13:30:49 +0000 (06:30 -0700)]
Merge "ASoC: msm: Convert ALSA to ADSP format"

7 years agoMerge "drm/msm: profile submit_time in nanosecond resolution"
Linux Build Service Account [Fri, 26 May 2017 13:30:48 +0000 (06:30 -0700)]
Merge "drm/msm: profile submit_time in nanosecond resolution"

7 years agomsm: kgsl: Deal with a NULL pointer when creating default pagetable
Lynus Vaz [Mon, 17 Apr 2017 12:59:58 +0000 (18:29 +0530)]
msm: kgsl: Deal with a NULL pointer when creating default pagetable

Return an appropriate error code if the default pagetable is NULL.

Change-Id: Ic88b066c40a8f840d95fd3fbc9ee9274c428b66a
Signed-off-by: Lynus Vaz <lvaz@codeaurora.org>
7 years agousb: gadget: Fix synchronization issue between f_audio_source
ChandanaKishori Chiluveru [Tue, 11 Mar 2014 11:39:50 +0000 (17:09 +0530)]
usb: gadget: Fix synchronization issue between f_audio_source

Race is happening when both audio_pcm_close() and audio_send()
executes in parallel.
When the PCM session is closed, the substream attribute of the
audio_dev structure is set to NULL in audio_pcm_close().
As there is no synchronization protection for the audio_dev subtream
attributes in audio_send(), it is causing NULL pointer dereference.
Hence fixing the issue by adding proper synchronization protection
for the audio_dev subtream attributes in audio_send().

CRs-Fixed: 613498
Change-Id: Id9ab0d4e347b8bb2f551f9033829e541bdcaf0e8
Signed-off-by: ChandanaKishori Chiluveru <cchilu@codeaurora.org>
Signed-off-by: Tarun Gupta <tarung@codeaurora.org>
7 years agomedia: dvb-core: Fix possible buffer overflow error
Udaya Bhaskara Reddy Mallavarapu [Fri, 26 May 2017 10:11:07 +0000 (15:41 +0530)]
media: dvb-core: Fix possible buffer overflow error

Added check to avoid buffer overflow error.

CR's-Fixed: 2043689
Change-Id: I38dd770e0b469dd3ccce3339d7c46957c012cbdd
Signed-off-by: Udaya Bhaskara Reddy Mallavarapu <udaym@codeaurora.org>
7 years agoMerge "genirq: Use irq_set_affinity_locked to change irq affinity"
Linux Build Service Account [Fri, 26 May 2017 07:10:43 +0000 (00:10 -0700)]
Merge "genirq: Use irq_set_affinity_locked to change irq affinity"

7 years agoMerge "mmc: core: retune after un-gating the clocks"
Linux Build Service Account [Fri, 26 May 2017 07:10:43 +0000 (00:10 -0700)]
Merge "mmc: core: retune after un-gating the clocks"

7 years agoMerge "icnss: Free regread buffer before allocating new one"
Linux Build Service Account [Fri, 26 May 2017 07:10:42 +0000 (00:10 -0700)]
Merge "icnss: Free regread buffer before allocating new one"

7 years agoMerge "ARM: dts: msm: Change version bit to match TP 800S used for HDK660/630"
Linux Build Service Account [Fri, 26 May 2017 07:10:41 +0000 (00:10 -0700)]
Merge "ARM: dts: msm: Change version bit to match TP 800S used for HDK660/630"

7 years agoMerge "ARM: dts: msm: add proxy voter for QRD SDM660"
Linux Build Service Account [Fri, 26 May 2017 07:10:40 +0000 (00:10 -0700)]
Merge "ARM: dts: msm: add proxy voter for QRD SDM660"

7 years agoMerge "ARM: dts: msm: configure interrupt types for charger for pm660"
Linux Build Service Account [Fri, 26 May 2017 07:10:39 +0000 (00:10 -0700)]
Merge "ARM: dts: msm: configure interrupt types for charger for pm660"

7 years agoMerge "mmc: core: extend SDR104 workaround for other paths"
Linux Build Service Account [Fri, 26 May 2017 07:10:37 +0000 (00:10 -0700)]
Merge "mmc: core: extend SDR104 workaround for other paths"

7 years agoMerge "icnss: create debugfs entries when CONFIG_ICNSS_DEBUG is enabled"
Linux Build Service Account [Fri, 26 May 2017 07:10:36 +0000 (00:10 -0700)]
Merge "icnss: create debugfs entries when CONFIG_ICNSS_DEBUG is enabled"

7 years agoMerge "mhi: core: fix potential buffer overflow"
Linux Build Service Account [Fri, 26 May 2017 07:10:35 +0000 (00:10 -0700)]
Merge "mhi: core: fix potential buffer overflow"

7 years agoMerge "usb: pd: policy_engine: Disable vconn first upon disconnect"
Linux Build Service Account [Fri, 26 May 2017 07:10:34 +0000 (00:10 -0700)]
Merge "usb: pd: policy_engine: Disable vconn first upon disconnect"

7 years agoMerge "defconfig: msmcortex: Enable hardened user copy"
Linux Build Service Account [Fri, 26 May 2017 07:10:33 +0000 (00:10 -0700)]
Merge "defconfig: msmcortex: Enable hardened user copy"

7 years agoMerge "cnss: save the cc source to platform driver"
Linux Build Service Account [Fri, 26 May 2017 07:10:31 +0000 (00:10 -0700)]
Merge "cnss: save the cc source to platform driver"

7 years agoMerge "Revert "arm: cpu: read all address cells in dt for cpuid""
Linux Build Service Account [Fri, 26 May 2017 07:10:30 +0000 (00:10 -0700)]
Merge "Revert "arm: cpu: read all address cells in dt for cpuid""

7 years agoMerge "soc: qcom: glink: Add new APIs to toggle RX thread priority"
Linux Build Service Account [Fri, 26 May 2017 07:10:29 +0000 (00:10 -0700)]
Merge "soc: qcom: glink: Add new APIs to toggle RX thread priority"

7 years agoMerge "ASoC: msm: qdsp6v2: set voc type according to stream type"
Linux Build Service Account [Fri, 26 May 2017 07:10:28 +0000 (00:10 -0700)]
Merge "ASoC: msm: qdsp6v2: set voc type according to stream type"

7 years agoMerge "msm: pcie: add IOMMU_DEVICE for MMIO mapping"
Linux Build Service Account [Fri, 26 May 2017 07:10:27 +0000 (00:10 -0700)]
Merge "msm: pcie: add IOMMU_DEVICE for MMIO mapping"

7 years agoMerge "drm/msm: add irq mapping for cec in hdmi driver"
Linux Build Service Account [Fri, 26 May 2017 07:09:48 +0000 (00:09 -0700)]
Merge "drm/msm: add irq mapping for cec in hdmi driver"

7 years agoMerge "msm_11ad: define ops_keep_radio_on_during_sleep as static"
Linux Build Service Account [Fri, 26 May 2017 07:09:47 +0000 (00:09 -0700)]
Merge "msm_11ad: define ops_keep_radio_on_during_sleep as static"

7 years agoMerge "ARM: dts: msm: add audio support for HDK660/630 boards"
Linux Build Service Account [Fri, 26 May 2017 07:09:46 +0000 (00:09 -0700)]
Merge "ARM: dts: msm: add audio support for HDK660/630 boards"

7 years agoMerge "soc: qcom: msm_bus: add rt mutex lock for cllist data"
Linux Build Service Account [Fri, 26 May 2017 07:09:45 +0000 (00:09 -0700)]
Merge "soc: qcom: msm_bus: add rt mutex lock for cllist data"

7 years agoMerge "ARM: dts: msm: Specify SC interrupts for LAB/IBB in pmi8998"
Linux Build Service Account [Fri, 26 May 2017 07:09:44 +0000 (00:09 -0700)]
Merge "ARM: dts: msm: Specify SC interrupts for LAB/IBB in pmi8998"

7 years agoMerge "qpnp: smb2: fix ICL recovery mechanism"
Linux Build Service Account [Fri, 26 May 2017 07:09:38 +0000 (00:09 -0700)]
Merge "qpnp: smb2: fix ICL recovery mechanism"

7 years agoMerge "qpnp-smb2: update AICL rerun logic for PM660"
Linux Build Service Account [Fri, 26 May 2017 07:09:37 +0000 (00:09 -0700)]
Merge "qpnp-smb2: update AICL rerun logic for PM660"

7 years agoMerge "soc: qcom: pil: Use subsys_set_error to indicate firmware errors"
Linux Build Service Account [Fri, 26 May 2017 07:09:35 +0000 (00:09 -0700)]
Merge "soc: qcom: pil: Use subsys_set_error to indicate firmware errors"

7 years agoMerge "leds: qpnp-flash-v2: Add support for LPG strobe"
Linux Build Service Account [Fri, 26 May 2017 07:09:34 +0000 (00:09 -0700)]
Merge "leds: qpnp-flash-v2: Add support for LPG strobe"

7 years agoMerge "ARM: dts: msm: Enable the quat mi2s in slave mode on apq8098 mediabox"
Linux Build Service Account [Fri, 26 May 2017 07:09:33 +0000 (00:09 -0700)]
Merge "ARM: dts: msm: Enable the quat mi2s in slave mode on apq8098 mediabox"

7 years agoMerge "ARM: dts: msm: update tuning parameters for QMP PHY for SDM660"
Linux Build Service Account [Fri, 26 May 2017 07:09:33 +0000 (00:09 -0700)]
Merge "ARM: dts: msm: update tuning parameters for QMP PHY for SDM660"

7 years agoMerge "msm: kgsl: Return mementry only if pending_free is not set"
Linux Build Service Account [Thu, 25 May 2017 22:52:15 +0000 (15:52 -0700)]
Merge "msm: kgsl: Return mementry only if pending_free is not set"

7 years agoMerge "leds: leds-qpnp: Fix uninitialized variable use"
Linux Build Service Account [Thu, 25 May 2017 22:52:14 +0000 (15:52 -0700)]
Merge "leds: leds-qpnp: Fix uninitialized variable use"

7 years agoMerge "btfm: Don't program multi channel registers in wcn3990 for SCO"
Linux Build Service Account [Thu, 25 May 2017 22:52:07 +0000 (15:52 -0700)]
Merge "btfm: Don't program multi channel registers in wcn3990 for SCO"

7 years agoMerge "power: qpnp-fg-gen3: update default empty voltage to 2.85 V"
Linux Build Service Account [Thu, 25 May 2017 22:52:06 +0000 (15:52 -0700)]
Merge "power: qpnp-fg-gen3: update default empty voltage to 2.85 V"

7 years agoMerge "msm: kgsl: Don't delete uninitialized preemption timer"
Linux Build Service Account [Thu, 25 May 2017 22:52:05 +0000 (15:52 -0700)]
Merge "msm: kgsl: Don't delete uninitialized preemption timer"

7 years agoMerge "msm_11ad: fix device-tree property name"
Linux Build Service Account [Thu, 25 May 2017 22:52:05 +0000 (15:52 -0700)]
Merge "msm_11ad: fix device-tree property name"

7 years agoMerge "net: rmnet_data: Unset logical end points in bridge mode"
Linux Build Service Account [Thu, 25 May 2017 22:52:04 +0000 (15:52 -0700)]
Merge "net: rmnet_data: Unset logical end points in bridge mode"

7 years agoMerge "soc: qcom: smp2p: Fix simultaneous access of global loopback data"
Linux Build Service Account [Thu, 25 May 2017 22:52:03 +0000 (15:52 -0700)]
Merge "soc: qcom: smp2p: Fix simultaneous access of global loopback data"

7 years agoMerge "qcom: common_log: make dump registration as async"
Linux Build Service Account [Thu, 25 May 2017 22:52:02 +0000 (15:52 -0700)]
Merge "qcom: common_log: make dump registration as async"

7 years agoMerge "spmi-pmic-arb: add support to dispatch interrupt based on IRQ status"
Linux Build Service Account [Thu, 25 May 2017 22:52:01 +0000 (15:52 -0700)]
Merge "spmi-pmic-arb: add support to dispatch interrupt based on IRQ status"

7 years agoMerge "spcom: check error from ion_import_dma_buf()"
Linux Build Service Account [Thu, 25 May 2017 22:52:01 +0000 (15:52 -0700)]
Merge "spcom: check error from ion_import_dma_buf()"

7 years agoMerge "spcom: silent error messages until spss link is up"
Linux Build Service Account [Thu, 25 May 2017 22:52:00 +0000 (15:52 -0700)]
Merge "spcom: silent error messages until spss link is up"

7 years agoMerge "usb: pdphy: Widen voltage range setting for VDD regulator"
Linux Build Service Account [Thu, 25 May 2017 22:51:59 +0000 (15:51 -0700)]
Merge "usb: pdphy: Widen voltage range setting for VDD regulator"

7 years agoMerge "usb : dwc3: Initialize kernel stack variables properly"
Linux Build Service Account [Thu, 25 May 2017 22:51:58 +0000 (15:51 -0700)]
Merge "usb : dwc3: Initialize kernel stack variables properly"

7 years agoMerge "ASoC: msm: qdsp6v2: Add IEC61937 compressed HDMI pass-though"
Linux Build Service Account [Thu, 25 May 2017 22:51:57 +0000 (15:51 -0700)]
Merge "ASoC: msm: qdsp6v2: Add IEC61937 compressed HDMI pass-though"

7 years agoMerge "ASoC: msm: qdsp6v2: Extend pass through mode per stream"
Linux Build Service Account [Thu, 25 May 2017 22:51:56 +0000 (15:51 -0700)]
Merge "ASoC: msm: qdsp6v2: Extend pass through mode per stream"

7 years agoMerge "msm: ipa: Fix post init in workqueue context"
Linux Build Service Account [Thu, 25 May 2017 22:51:55 +0000 (15:51 -0700)]
Merge "msm: ipa: Fix post init in workqueue context"

7 years agoMerge "spcom: increment channel reference count after successful glink_open()"
Linux Build Service Account [Thu, 25 May 2017 22:51:54 +0000 (15:51 -0700)]
Merge "spcom: increment channel reference count after successful glink_open()"

7 years agoMerge "USB: f_qc_rndis: Prevent use-after-free for _rndis_qc"
Linux Build Service Account [Thu, 25 May 2017 22:51:53 +0000 (15:51 -0700)]
Merge "USB: f_qc_rndis: Prevent use-after-free for _rndis_qc"

7 years agoMerge "ARM: dts: msm: Add iris support on sdm630"
Linux Build Service Account [Thu, 25 May 2017 22:51:53 +0000 (15:51 -0700)]
Merge "ARM: dts: msm: Add iris support on sdm630"

7 years agoMerge "mmc: block: Disable clock scaling during shutdown"
Linux Build Service Account [Thu, 25 May 2017 22:51:51 +0000 (15:51 -0700)]
Merge "mmc: block: Disable clock scaling during shutdown"

7 years agoMerge "drm/sde: only set split registers for DSI interfaces"
Linux Build Service Account [Thu, 25 May 2017 22:51:50 +0000 (15:51 -0700)]
Merge "drm/sde: only set split registers for DSI interfaces"

7 years agoMerge "SDM660: ADSPRPC: Fix for NULL pointer dereference"
Linux Build Service Account [Thu, 25 May 2017 22:51:49 +0000 (15:51 -0700)]
Merge "SDM660: ADSPRPC: Fix for NULL pointer dereference"

7 years agoMerge "drm/msm: wait fence complete before flip"
Linux Build Service Account [Thu, 25 May 2017 22:51:48 +0000 (15:51 -0700)]
Merge "drm/msm: wait fence complete before flip"

7 years agoMerge "soc: qcom: Fix failure prints in rpm stats and log"
Linux Build Service Account [Thu, 25 May 2017 22:51:48 +0000 (15:51 -0700)]
Merge "soc: qcom: Fix failure prints in rpm stats and log"

7 years agoMerge "policy_engine: Don't allow MODE change if no active connection"
Linux Build Service Account [Thu, 25 May 2017 22:51:47 +0000 (15:51 -0700)]
Merge "policy_engine: Don't allow MODE change if no active connection"

7 years agoMerge "power: qpnp-smb2: remove workaround for USBIN supplied VCONN"
Linux Build Service Account [Thu, 25 May 2017 22:51:46 +0000 (15:51 -0700)]
Merge "power: qpnp-smb2: remove workaround for USBIN supplied VCONN"

7 years agoMerge "msm: ais: Security fixes for ispif and cpp"
Linux Build Service Account [Thu, 25 May 2017 22:51:44 +0000 (15:51 -0700)]
Merge "msm: ais: Security fixes for ispif and cpp"

7 years agoMerge "ARM: dts: msm: Add USB2 device node for SDM660"
Linux Build Service Account [Thu, 25 May 2017 22:51:42 +0000 (15:51 -0700)]
Merge "ARM: dts: msm: Add USB2 device node for SDM660"

7 years agoMerge "coresight-remote-etm: Adds missing lock to avoid race condition"
Linux Build Service Account [Thu, 25 May 2017 22:51:40 +0000 (15:51 -0700)]
Merge "coresight-remote-etm: Adds missing lock to avoid race condition"

7 years agoMerge "Merge remote-tracking branch 'origin/tmp-285c137' into msm-4.4"
Linux Build Service Account [Thu, 25 May 2017 22:51:39 +0000 (15:51 -0700)]
Merge "Merge remote-tracking branch 'origin/tmp-285c137' into msm-4.4"

7 years agoMerge "USB: composite: Advertise USB version as 0x200 if max speed is HS"
Linux Build Service Account [Thu, 25 May 2017 22:51:38 +0000 (15:51 -0700)]
Merge "USB: composite: Advertise USB version as 0x200 if max speed is HS"

7 years agoMerge "ARM: dts: msm: Update ref-clk node for sdm660"
Linux Build Service Account [Thu, 25 May 2017 22:51:37 +0000 (15:51 -0700)]
Merge "ARM: dts: msm: Update ref-clk node for sdm660"

7 years agoMerge "usb: phy-msm-qusb-v2: Add support for reference counting of regulators"
Linux Build Service Account [Thu, 25 May 2017 22:51:36 +0000 (15:51 -0700)]
Merge "usb: phy-msm-qusb-v2: Add support for reference counting of regulators"

7 years agoMerge "ASoC: msm-cpe: Fix range checking in function fw_name_store"
Linux Build Service Account [Thu, 25 May 2017 22:51:34 +0000 (15:51 -0700)]
Merge "ASoC: msm-cpe: Fix range checking in function fw_name_store"

7 years agoMerge "input: synaptics_dsx: fix mutex init"
Linux Build Service Account [Thu, 25 May 2017 22:51:34 +0000 (15:51 -0700)]
Merge "input: synaptics_dsx: fix mutex init"

7 years agoMerge "soc: qcom: msm_perf: Initialize Array elements"
Linux Build Service Account [Thu, 25 May 2017 22:51:33 +0000 (15:51 -0700)]
Merge "soc: qcom: msm_perf: Initialize Array elements"

7 years agoMerge "ARM: dts: msm: Add flash handle to camera1 device on SDM660"
Linux Build Service Account [Thu, 25 May 2017 22:51:32 +0000 (15:51 -0700)]
Merge "ARM: dts: msm: Add flash handle to camera1 device on SDM660"