Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b080f2e9 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of kernel.lnx.4.4-161026.1.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1076516   Ibd5ccc5e24248780df70b5ac7ec7a82511abf688   msm: mdss: dp: restrict Vx and Px to within allowable ra
1081279   Id58f1bf1f5b1b68acc8fe3d4d79450730f466f0b   clk: qcom: Remove non-op BRANCH_HALT_NO_CHECK_ON_DISABLE
1045908   I3bc347e214156e364b7b6ef5300c0f13299d86c4   msm: camera: sensor: Update CSI PHY setting for msmcobal
1071602   I1ea93161b85deb667cbb6f8515ff7c6943da6e3d   msm: vidc: Check ion_handle for errors
1080301   Ib0323014017818668a4a634e463f751fd5e9d24a   lpm-levels: Change _WARN_printf to pr_err when residency
1076516   I8c8fef768fa22c1a52f42596e3707e9b0e2c8e4d   msm: mdss: dp: parse all sink/link status fields on HPD
1050304   Id77e77ee628667dacc7a714c553b5ce5beafa9bb   mdss: display-port: add support for hdcp 2.2
1081218   I57c54da77500e38fcace367f70befed741e0e70d   icnss: Stay awake during recovery
982473   Ib2d189b56e58b038a343fc974e6e3b8ef29f982d   ASoC: wcd9335: Update TX gain correctly after decimator
1005057   Ibf56e1aeb0c6811fec36f7618933d74c367ed305   msm_serial_hs: Add defensive checks due to sudden port c
1079385   Id69802df24c4eaf4d8e9bc0c438d250090f9a38f   msm: vidc: Update log level for power collpase
1081635   If576c6c8a7da90c4ce3f1061df4b3ba0dce495e1   iommu/arm-smmu: on domain destroy invlidate domain cfg
1060554   I407b5ec8cdc2ac7f3b491644418d3eb1101ce65a   msm: camera: Restructure data handling to be more robust
1077559   Ia14939b035a2fb3d964f6f78899dfa2e21b275e8   ARM: dts: msm: add display device to framebuffer on msmc
1076516   Ifa1b609c532aa601f30e334e87a768bdda78958d   msm: mdss: dp: add support for link re-training
1079227   If56c84007f4dae2ff8f424b576756ee5906c24d4   ASoC: wcd934X: Update TX gain correctly after decimator
1081279   I17935e4aa6144e3825e6922d95f671f9cecc0fe3   clk: qcom: Remove BRANCH_HALT_NO_CHECK_ON_DISABLE flag
1077559   Ifde6d8e042eb651893a1760bdc942a349bf190b7   msm: mdss: fix parsing of external display platform devi
1080245   I3a3a03f8c0c261b1f89c33e1247e3dbf889a8d26   clk: Check for failure at clk_change_rate
1039601   Ic6bed924911a6db27e84b10921f6c6b400f1c8fb   msm: camera: AV timer support for HAL3
1031663   I75507a6f7ef409b5135afa1a913f2bee501b7b12   ARM: dts: msm: configure the WLED sink correctly for msm
1080409   I01f3b0d99e711a26358f9cc0bc1692a60cc74f64   ARM: dts: msm: update VDD_GFX CPR RO scaling factors for
1071891   I7d6b2e8878788615c02678a4a28d31dca0ed6bca   msm: sensor: Adding mutex for actuator power down operat

Change-Id: Ibf604962c1f50151acfe627f19ae4facdad63406
CRs-Fixed: 1071891, 1080409, 1005057, 1031663, 1071602, 1077559, 1080301, 982473, 1039601, 1079385, 1081218, 1050304, 1076516, 1045908, 1079227, 1060554, 1081635, 1080245, 1081279
parents 75a35af1 5b7da258
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -566,6 +566,8 @@ Subnode properties:
			 Example: Width = 1920, Height = 1080, BytesPerPixel = 4,
			 Number of frame-buffers reserved = 2.
			 Size = 1920*1080*4*2 = ROUND_1MB(15.8MB) = 16MB.
- qcom,mdss-intf:	Phandle to the kernel driver module that is mapped to the
			frame buffer virtual device.
- qcom,mdss-fb-splash-logo-enabled:    The boolean entry enables the framebuffer
					driver to display the splash logo image.
					It is independent of continuous splash
+4 −0
Original line number Diff line number Diff line
@@ -302,6 +302,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
+2 −0
Original line number Diff line number Diff line
@@ -268,11 +268,13 @@
		mdss_fb2: qcom,mdss_fb_hdmi {
			cell-index = <2>;
			compatible = "qcom,mdss-fb";
			qcom,mdss-intf = <&mdss_hdmi_tx>;
		};

		mdss_fb3: qcom,mdss_fb_dp {
			cell-index = <3>;
			compatible = "qcom,mdss-fb";
			qcom,mdss-intf = <&mdss_dp_ctrl>;
		};

	};
+4 −0
Original line number Diff line number Diff line
@@ -355,6 +355,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
+4 −0
Original line number Diff line number Diff line
@@ -263,6 +263,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
Loading