patch set: PKT lts-v4.19.59-base-190722T171340Z

This commit is contained in:
Miguel Bernal Marin 2019-07-25 15:58:25 +00:00
parent 917c6ab8dc
commit a5822aa37e
13 changed files with 17 additions and 17 deletions

View File

@ -30,7 +30,7 @@ Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
create mode 100644 drivers/char/rpmb/mux/key_sbl.h
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index a29301d..ffe347e 100644
index 1cee117..8006a66 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -741,6 +741,10 @@

View File

@ -21,7 +21,7 @@ Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index 3f779d2..bc5af52 100644
index e26d87b..9dfbdb4 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1845,9 +1845,8 @@ static bool handle_rx_dma(struct uart_8250_port *up, unsigned int iir)

View File

@ -17,10 +17,10 @@ Tested-by: Avati, Santosh Kumar <santosh.kumar.avati@intel.com>
1 file changed, 32 insertions(+)
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 18a931c..6090f19 100644
index f09f2d8..64a23a6 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1223,7 +1223,39 @@ static struct i2c_driver rt274_i2c_driver = {
@@ -1224,7 +1224,39 @@ static struct i2c_driver rt274_i2c_driver = {
.id_table = rt274_i2c_id,
};

View File

@ -30,7 +30,7 @@ index cd1773d..0aa0189 100644
#define HDA_UNSOL_QUEUE_SIZE 64
diff --git a/sound/hda/ext/hdac_ext_bus.c b/sound/hda/ext/hdac_ext_bus.c
index 9c37d9a..3e63fcf 100644
index 08cc0ce..394e8d8 100644
--- a/sound/hda/ext/hdac_ext_bus.c
+++ b/sound/hda/ext/hdac_ext_bus.c
@@ -20,6 +20,8 @@

View File

@ -9,10 +9,10 @@ Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
1 file changed, 2 insertions(+)
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 6090f19..74415d5 100644
index 64a23a6..10475ca 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1182,6 +1182,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
@@ -1183,6 +1183,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
regmap_write(rt274->regmap, RT274_UNSOLICITED_HP_OUT, 0x81);
regmap_write(rt274->regmap, RT274_UNSOLICITED_MIC, 0x82);
@ -20,7 +20,7 @@ index 6090f19..74415d5 100644
if (rt274->i2c->irq) {
ret = request_threaded_irq(rt274->i2c->irq, NULL, rt274_irq,
IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt274", rt274);
@@ -1191,6 +1192,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
@@ -1192,6 +1193,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
return ret;
}
}

View File

@ -30,7 +30,7 @@ Tested-by: Madiwalar, MadiwalappaX <madiwalappax.madiwalar@intel.com>
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 33060af..36bda7b 100644
index 6566c88..e6772d9 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -1623,6 +1623,8 @@ int dpcm_be_dai_startup(struct snd_soc_pcm_runtime *fe, int stream)

View File

@ -579,7 +579,7 @@ index db823eb..5d1cbe4 100644
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_CNL_FPGA)
skl_dmic_data.dmic_num = skl_get_dmic_geo(skl);
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 36bda7b..12d798a 100644
index e6772d9..6f7ddbb 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -863,7 +863,7 @@ int soc_dai_hw_params(struct snd_pcm_substream *substream,

View File

@ -21,10 +21,10 @@ Tested-by: Dong, Eddie <eddie.dong@intel.com>
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index cf9b600..addb223 100644
index ca1a578..ddcc51f 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -453,7 +453,13 @@ void intel_csr_ucode_init(struct drm_i915_private *dev_priv)
@@ -471,7 +471,13 @@ void intel_csr_ucode_init(struct drm_i915_private *dev_priv)
INIT_WORK(&dev_priv->csr.work, csr_load_work_fn);

View File

@ -144,7 +144,7 @@ index 5a84c3b..aaa80d6 100644
plane_state = plane->funcs->atomic_duplicate_state(plane);
else {
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index a0663f4..c9a5606 100644
index 8b546fd..bf1217d 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -571,6 +571,8 @@ static bool drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper)

View File

@ -119,7 +119,7 @@ index b97e2de..8fc8197 100644
if (gamma_lut_size) {
drm_object_attach_property(&crtc->base,
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index c9a5606..917e72e 100644
index bf1217d..599bcde 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -1464,6 +1464,7 @@ static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info)

View File

@ -15,7 +15,7 @@ Signed-off-by: Tian, Baofeng
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index ffe347e..f22c20a 100644
index 8006a66..b43695e 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3970,6 +3970,9 @@

View File

@ -28,7 +28,7 @@ Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
2 files changed, 36 insertions(+)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index f22c20a..40d8cc9 100644
index b43695e..7e634ba 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3124,6 +3124,14 @@

View File

@ -356,7 +356,7 @@ index 864de8e..877ede4 100644
/**
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 12d798a..a29af81 100644
index 6f7ddbb..84683e1 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -831,8 +831,10 @@ static int soc_pcm_prepare(struct snd_pcm_substream *substream)