Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Liwei Song
Hi Bruce, It seems that this patch was missed by master branch, so does 5.2 branch also miss it. Could you help merge it to both master and yocto-5.2 branch? Thanks, Liwei. On 07/08/2019 04:22 PM, Liwei Song wrote: > Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G

[linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-07-08 Thread Liwei Song
Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 and include it in intel-x86 bsp. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.scc | 1 + features/mgag200/mgag200.cfg | 1 + features/mgag200/mgag200.scc | 4 3 files changed, 6 insertions(+) create mode 100644

Re: [linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-30 Thread Liwei Song
this new -rt version. Thanks, Liwei. > > Bruce > > On Tue, May 28, 2019 at 11:56 PM Liwei Song wrote: >> >> From: Jiping Ma >> >> Use a local_irq_lock as a replacement for irq off regions. We keep >> the semantic of irq-off in regard to the pool->

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-28 Thread Liwei Song
xc3/0xe0 __x64_sys_finit_module+0x1a/0x20 do_syscall_64+0x4d/0xf0 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7ff026d71ba9 Signed-off-by: Jiping Ma Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_request.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] genirq: invoke kthread_cancel_work_sync on RT kernel to aviod compile error

2019-05-23 Thread Liwei Song
kthread_cancel_work_sync() instead of cancel_work_sync() to fix it. Signed-off-by: Liwei Song --- kernel/irq/manage.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index f72bd3a357da..143f87bbff48 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c

[linux-yocto] [linux-yocto master v5.0/base][PATCH] ALSA: hda - Register irq handler after the chip initialization

2019-05-14 Thread Liwei Song
up locally in the callee side. Reported-by: Liwei Song Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index e5c49003e75f..7aeb5e81a

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-05-06 Thread Liwei Song
On Mon, Apr 29, 2019 at 11:38 PM Liwei Song > wrote: > >> >> >> On 04/30/2019 03:38 AM, Bruce Ashfield wrote: >>> On Sun, Apr 28, 2019 at 4:42 AM Liwei Song >> wrote: >>> >>>> Fix the following BUG: >>>> >&g

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-29 Thread Liwei Song
On 04/30/2019 03:38 AM, Bruce Ashfield wrote: > On Sun, Apr 28, 2019 at 4:42 AM Liwei Song wrote: > >> Fix the following BUG: >> >> > Is this also a bug in the mainline kernel ? If so, what's the resolution > for the issue there ? Yes, it is also exist i

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-28 Thread Liwei Song
llocation") so here simply check the value of RIRB to avoid using NULL pointer. Fixes: 14752412721c ("ALSA: hda - Add the controller helper codes to hda-core module") Signed-off-by: Liwei Song --- sound/hda/hdac_controller.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] linux-yocto: fix compile warning from gen-insn-attr-x86.awk

2019-04-17 Thread Liwei Song
: 8b4581d0f5a7 ("linux-yocto: Handle /bin/awk issues") Signed-off-by: Liwei Song --- tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk b/tools/objtool/arch/x86/tools/gen

Re: [linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-04-16 Thread Liwei Song
Hi Bruce, Could you also help apply these three patches to yocto-kernel-cache yocto-5.0 branch. I missed this branch. Thanks, Liwei. On 03/21/2019 11:41 AM, Liwei Song wrote: > Hi Bruce, > > These three patches used to built-in nvme driver and efivarfs driver to kernel > to ma

[linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-03-20 Thread Liwei Song
Hi Bruce, These three patches used to built-in nvme driver and efivarfs driver to kernel to make boot from Intel Virtual disk work. Also enable CONFIG_VMD kernel configuration Aim at master branch. Thanks, Liwei. Liwei Song (3): intel-x86: built-in nvme driver to support boot from nvme disk

[linux-yocto] [PATCH 3/3] intel-x86: add Intel VMD support

2019-03-20 Thread Liwei Song
Enable CONFIG_VMD=y to support Intel VMD and VROC feature. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86-64.scc | 1 + features/intel-vmd/intel-vmd.cfg | 1 + features/intel-vmd/intel-vmd.scc | 4 3 files changed, 6 insertions(+) create mode 100644 features/intel-vmd/intel

[linux-yocto] [PATCH 1/3] intel-x86: built-in nvme driver to support boot from nvme disk

2019-03-20 Thread Liwei Song
change CONFIG_BLK_DEV_NVME=m to CONFIG_BLK_DEV_NVME=y to build-in nvme driver to kernel to support boot from nvme disk. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel

[linux-yocto] [PATCH 2/3] cfg/efi.cfg: built-in CONFIG_EFIVAR_FS to support Intel VROC

2019-03-20 Thread Liwei Song
to kernel can aviod the timing problem and make mdadm work well. Signed-off-by: Liwei Song --- cfg/efi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/efi.cfg b/cfg/efi.cfg index 33753ccb5806..ff5d680f753a 100644 --- a/cfg/efi.cfg +++ b/cfg/efi.cfg @@ -7,4 +7,4 @@ CONFIG_ACPI

[linux-yocto] [4.12][PATCH 4/4] ASoC: Intel: board: Add Geminilake platform support

2018-06-06 Thread Liwei Song
-by: Liwei Song --- sound/soc/intel/boards/bxt_rt298.c | 84 -- 1 file changed, 81 insertions(+), 3 deletions(-) diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c index 1a68d043c803..cc3e2733765d 100644 --- a/sound/soc/intel/boards

[linux-yocto] [4.12][PATCH 3/4] ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI

2018-06-06 Thread Liwei Song
-by: Liwei Song --- sound/soc/codecs/hdac_hdmi.c | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index bc2e74ff3b2d..eb3ed8c5ed30 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b

[linux-yocto] [4.12][PATCH 1/4] drm/i915/audio: Fix audio detection issue on GLK

2018-06-06 Thread Liwei Song
en Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c index b6a0d39d81be..96fa2c0e7345 100644 --- a/drivers/gpu/drm/i915/intel_audio.c +++ b/d

[linux-yocto] [4.12][PATCH 2/4] ALSA: hda - Add hdmi id for a Geminilake variant

2018-06-06 Thread Liwei Song
kashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_hdmi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 4a0a4dbda3cd..9768d0d602f2 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/pa

[linux-yocto] [4.12][PATCH 1/4] perf vendor events: Add Goldmont Plus V1 event file

2018-06-04 Thread Liwei Song
...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- .../pmu-events/arch/x86/goldmontplus/cache.json| 1453 .../pmu-events/arch/x86/goldmontplus/frontend.json | 62 + .../pmu-events/arch/x86/goldmontplus/memory.json | 38 + .../pmu-events/arch

[linux-yocto] [4.12][PATCH 3/4] perf intel-pt: Always set no branch for dummy event

2018-06-04 Thread Liwei Song
ummy event in Intel PT. Signed-off-by: Kan Liang Acked-by: Jiri Olsa Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Andi Kleen Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170630141656.1626-2-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- tools/per

[linux-yocto] [4.12][PATCH 0/4] Add perf support for Goldmont

2018-06-04 Thread Liwei Song
These four patches anble perf support for Goldmont, and fix an bug when run "perf record -e cycles,intel_pt//u -b -- sleep 1" Error: PMU Hardware doesn't support sampling/overflow-interrupts. All patches upstream. Thanks, Liwei. Andi Kleen (1): perf vendor events intel: Update Goldmont

[linux-yocto] [4.12][PATCH] ALSA: hda - Skip jack and others for non-existing PCM streams

2018-05-13 Thread Liwei Song
stream is not assigned. Fixes: 9152085defb6 ("ALSA: hda - add DP MST audio support") Cc: <sta...@vger.kernel.org> Signed-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- sound/pci/hda/patch_hdmi.c | 9 - 1 file changed, 8

[linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Liwei Song
ki <rafael.j.wyso...@intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/acpi/acpi_watchdog.c | 4 ++-- drivers/watchdog/wdat_wdt.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/acpi_watchdog.c b/drivers/acpi/acpi_watchdog

[linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

2018-04-03 Thread Liwei Song
t...@kernel.org> Cc: sta...@vger.kernel.org Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/ata/ahci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 13080f1284e8..d4f3f12871ff 100644 --- a/drivers/ata/ahci.c +++ b/driv

[linux-yocto] [4.12][PATCH 14/19] platform/x86: intel_pmc_core: Read base address from LPIT

2018-03-22 Thread Liwei Song
ardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/platform/x86/intel_pmc_core.c | 9 -

[linux-yocto] [4.12][PATCH 15/19] platform/x86: intel_pmc_core: Add CannonLake PCH support

2018-03-22 Thread Liwei Song
by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/platform/x86/intel_pmc_core.c | 85 +++ drivers/platform/x86/

[linux-yocto] [4.12][PATCH 17/19] ACPI / LPIT: Add Low Power Idle Table (LPIT) support

2018-03-22 Thread Liwei Song
es/default/files/resources/Intel_ACPI_Low_Power_S0_Idle.pdf Signed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wyso...@intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- Documentation/acpi/lpit.txt | 25 +++ driver

[linux-yocto] [4.12][PATCH 18/19] ACPI / LPIT: Export lpit_read_residency_count_address()

2018-03-22 Thread Liwei Song
> Tested-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/acp

[linux-yocto] [4.12][PATCH 16/19] platform/x86: intel_pmc_core: Special case for Coffeelake

2018-03-22 Thread Liwei Song
ed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/plat

[linux-yocto] [4.12][PATCH 13/19] platform/x86: intel_pmc_core: Remove unused header file

2018-03-22 Thread Liwei Song
eclare the EXPORTED API 'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the same. Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com&g

[linux-yocto] [4.12][PATCH 12/19] platform/x86: intel_pmc_core: Convert to ICPU macro

2018-03-22 Thread Liwei Song
s Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/platform/x86/intel_pmc_core.c | 1

[linux-yocto] [4.12][PATCH 10/19] platform/x86: intel_pmc_core: Refactor debugfs entries

2018-03-22 Thread Liwei Song
Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/platform/x86/intel_pmc_core.c | 38 +-- 1 file changed, 14 insertions(+), 2

[linux-yocto] [4.12][PATCH 11/19] platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration

2018-03-22 Thread Liwei Song
after Kabylake, this creates a foundation for future SoC support. Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off

[linux-yocto] [4.12][PATCH 05/19] platform/x86: intel_pmc_core: Remove unused EXPORTED API

2018-03-22 Thread Liwei Song
-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com>

[linux-yocto] [4.12][PATCH 06/19] platform/x86: intel_pmc_core: Remove unused variable

2018-03-22 Thread Liwei Song
esh Bhardwaj <rajneesh.bhard...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/platform/x86/intel_pmc_core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/platform/x

[linux-yocto] [kernel-cache 4.12][PATCH] features/intel-pmc: add Intel pmc core support

2018-03-22 Thread Liwei Song
Add PMC Driver support for Intel Core SoC. Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- features/intel-pmc/intel-pmc-core.cfg | 1 + features/intel-pmc/intel-pmc-core.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/intel-pmc/intel-pmc-core.cfg creat

[linux-yocto] [4.12][PATCH 01/19] HID: intel-ish-hid: Enable Cannon Lake ish driver

2018-03-22 Thread Liwei Song
Jiri Kosina <jkos...@suse.cz> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/in

[linux-yocto] [4.12][PATCH 04/19] platform/x86: intel_pmc_core: Make the driver PCH family agnostic

2018-03-22 Thread Liwei Song
pected with this change. This change allows seamless additions to new PCH and create a baseline for other platform specific extensions. Signed-off-by: Srinivas Pandruvada <srinivas.pandruv...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: L

[linux-yocto] [4.12][PATCH 03/19] HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop

2018-03-22 Thread Liwei Song
Kosina <jkos...@suse.cz> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/intel-is

[linux-yocto] [4.12][PATCH 00/20] Add intel-pmc-core and ish support for CoffeeLake board

2018-03-22 Thread Liwei Song
Hi Bruce, These series patches use to add Intel PMC core and Intel ISH support on CoffeeLake board. All patches backported from upstream. It also include one kernel-cache patch which used to enable CONFIG_INTEL_PMC_CORE for intel-pmc-core driver. Thanks, Liwei. Liwei Song (1): features

[linux-yocto] [4.12][PATCH 02/19] HID: intel-ish-hid: Enable Gemini Lake ish driver

2018-03-22 Thread Liwei Song
Jiri Kosina <jkos...@suse.cz> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/in

[linux-yocto] [4.12][PATCH 1/1] x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3

2018-03-09 Thread Liwei Song
From: Andy Lutomirski commit f34902c5c6c08024371202a680ce69f2d488776d upstream. Jiri reported a resume-from-hibernation failure triggered by PCID. The root cause appears to be rather odd. The hibernation asm restores a CR3 value that comes from the image header. If the image

[linux-yocto] [4.12][PATCH 0/1] fix S4 hang when restore system

2018-03-09 Thread Liwei Song
Backport an upstream patch to fix S4 failed issue when restore system, Test can passed on CoffeeLake and NUC board with this patch. Andy Lutomirski (1): x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 arch/x86/power/hibernate_64.c | 21 - 1 file changed, 20

Re: [linux-yocto] [4.12][PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
For linux-yocto-4.12 Thanks, Liwei. On 03/05/2018 04:53 PM, Liwei Song wrote: > From: Rodrigo Vivi <rodrigo.v...@intel.com> > > commit eb371933cf4d3495d0899880b2e0e252ce9db517 upstream. > > Coffee Lake CPU on Kaby Lake PCH is possible. > It does exist, and it does wo

[linux-yocto] [PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
odrigo.v...@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandi...@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170821235056.9015-1-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/gpu/drm/i915/i915_drv.c | 3 ++-

[linux-yocto] [PATCH] Fix kernel warnning on cfl-s(KBL PCH) board

2018-03-05 Thread Liwei Song
Backport an upstream patch, fix the following kernel warnning on CoffeeLake + KabyLake PCH board: [3.689176] WARN_ON(!((dev_priv)->info.platform == INTEL_SKYLAKE) && !((dev_priv)->info.platform == INTEL_KABYLAKE)) [3.689191] [ cut here ] [3.690301] WARNING:

[linux-yocto] [yocto-4.12][PATCH 1/2] audit: fix memleak in auditd_send_unicast_skb.

2018-03-01 Thread Liwei Song
_sendto+0xe/0x10 [] entry_SYSCALL_64_fastpath+0x1a/0xa5 [] 0x Signed-off-by: Shu Wang <shuw...@redhat.com> Signed-off-by: Paul Moore <p...@paul-moore.com> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- kernel/audit.c | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [yocto-4.12][PATCH 2/2] brd: remove unused brd_mutex

2018-03-01 Thread Liwei Song
ned-off-by: Jens Axboe <ax...@kernel.dk> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/block/brd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/block/brd.c b/drivers/block/brd.c index ef049e3c9709..d01d84314b16 100644 --- a/drivers/block/brd.c +++ b/

[linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Liwei Song
Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Thanks, Liwei. Mikulas Patocka (1): brd: remove unused brd_mutex Shu Wang (1): audit: fix memleak in auditd_send_unicast_skb. drivers/block/brd.c | 1 - kernel/audit.c

Re: [linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-02-01 Thread Liwei Song
ping... On 01/26/2018 09:55 AM, Liwei Song wrote: > Hi Bruce, > > These patches include a kernel-cache patch to enable kernel option > CONFIG_PINCTRL_CANNONLAKE. > Other patches are upstream patches to enable Cannon Lake PCH gpio support. > Please review and merge them. &g

[linux-yocto] [PATCH 4/4] pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support

2018-01-25 Thread Liwei Song
driver. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/pinctrl/in

[linux-yocto] [PATCH 3/4] pinctrl: intel: Add Intel Cannon Lake PCH pin controller support

2018-01-25 Thread Liwei Song
a.westerb...@linux.intel.com> Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/pinctrl/intel/Kconfig | 8 + drivers/pinctrl/in

[linux-yocto] [PATCH 2/4] pinctrl: intel: Make it possible to specify mode per pin in a group

2018-01-25 Thread Liwei Song
dition to single integer. Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/pinc

[linux-yocto] [PATCH 1/4] pinctrl: intel: Add support for variable size pad groups

2018-01-25 Thread Liwei Song
Signed-off-by: Tan Jui Nee <jui.nee@intel.com> Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/pinctrl/intel/pinctrl-intel.c| 194 +++

[linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-01-25 Thread Liwei Song
insertions(+), 64 deletions(-) create mode 100644 drivers/pinctrl/intel/pinctrl-cannonlake.c Liwei Song (1): features/intel-pinctrl: add Intel Cannon Lake PCH pinctrl support features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) -- 2.7.4

[linux-yocto] [kernel-cache-4.12][PATCH] features/intel-pinctrl: add Intel Cannon Lake PCH pinctrl support

2018-01-25 Thread Liwei Song
Set CONFIG_PINCTRL_CANNONLAKE=m to enable Intel Cannon Lake PCH pinctrl feature. Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/intel-pinctrl/intel-pinctrl.cfg b/features

[linux-yocto] [PATCH 5/5] mmc: sdhci-pci: Add support for Intel CNP

2018-01-23 Thread Liwei Song
intel.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/mmc/host/sdhci-pci-core.c | 46 ++- drivers/mmc/host/sdhci-pci.h | 3 +++ 2 files changed, 48 insertions(+), 1

[linux-yocto] [PATCH 2/5] mfd: intel-lpss: Add Intel Cannonlake PCI IDs

2018-01-23 Thread Liwei Song
intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/mfd/intel-lpss-pci.c | 24 1 file changed, 24 insertions(+) diff

[linux-yocto] [PATCH 3/5] spi: pxa2xx: Add support for Intel Cannonlake

2018-01-23 Thread Liwei Song
enable runtime chip select detection and use the same FIFO thresholds than in Sunrisepoint. Patch adds support for both Cannonlake SoC and PCH. Signed-off-by: Jarkko Nikula <jarkko.nik...@linux.intel.com> Signed-off-by: Mark Brown <broo...@kernel.org> Signed-off-by: Liwei Song <liw

[linux-yocto] [PATCH 4/5] mmc: sdhci-pci: Use macros in pci_ids definition

2018-01-23 Thread Liwei Song
..@linaro.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- drivers/mmc/host/sdhci-pci-core.c | 618 +- drivers/mmc/host/sdhci-pci.h | 43 ++- 2 files changed, 112 insertions(+), 549 deletions(-) diff --git a/drivers/mmc/host/sdhci-

[linux-yocto] [PATCH 1/5] i2c: i801: Add support for Intel Cannon Lake

2018-01-23 Thread Liwei Song
Add entries to Documentation and Kconfig. Cover Cannon Lake-H too] Signed-off-by: Jarkko Nikula <jarkko.nik...@linux.intel.com> Signed-off-by: Wolfram Sang <w...@the-dreams.de> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- Documentation/i2c/busses/i2c-i801 | 2 ++ drivers

[linux-yocto] [yocto-4.12][PATCH 0/5] Add some external device ids for cfl and cnl

2018-01-23 Thread Liwei Song
Hi Bruce, This 5 upstream patches add the pci ids for following device: SMBus, I2C, HS-UART, SPI, eMMC/SD. Adrian Hunter (1): mmc: sdhci-pci: Add support for Intel CNP Andy Shevchenko (1): mfd: intel-lpss: Add Intel Cannonlake PCI IDs Jarkko Nikula (1): spi: pxa2xx: Add support for Intel

[linux-yocto] [yocto-4.12][PULL REQUEST] update iwlwifi dirver to newest version to support 9560NGW

2018-01-18 Thread Liwei Song
Hi Bruce, This series patch use to update iwlwifi driver to the newest version to support 9000 wifi card, as you know, the iwlwifi driver has changed more so the best way is to select all iwlwifi patch, this can aviod many patches adjust, meanwhile, it is good for us to backport patch from

[linux-yocto] [yocto-4.12][PATCH 36/36] ALSA: hda/realtek - Fix ALC700 family no sound issue

2018-01-09 Thread Liwei Song
-off-by: Kailang Yang <kail...@realtek.com> Cc: <sta...@vger.kernel.org> Signed-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s

[linux-yocto] [yocto-4.12][PATCH 35/36] ALSA: hda - Add model string for Intel reference board quirk

2018-01-09 Thread Liwei Song
hda/realtek - Enable jack detection function for Intel ALC700") Signed-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- Documentation/sound/hd-audio/models.rst | 2 ++ sound/pci/hda/patch_realtek.c | 1 + 2 files changed,

[linux-yocto] [yocto-4.12][PATCH 33/36] ALSA: hda: Add Cannonlake PCI ID

2018-01-09 Thread Liwei Song
t;ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- sound/pci/hda/hda_intel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 5ae8ddab6412..f958d8d54d15 100644 --- a/sound/pci/hda/hda_intel.c +++ b/s

[linux-yocto] [yocto-4.12][PATCH 34/36] ALSA: hda/realtek - Enable jack detection function for Intel ALC700

2018-01-09 Thread Liwei Song
PeiSen Hou <ps...@realtek.com> Signed-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- sound/pci/hda/patch_realtek.c | 17 + 1 file changed, 17 insertions(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/h

[linux-yocto] [yocto-4.12][PATCH 32/36] ALSA: hda - Fix unbalance of i915 module refcount

2018-01-09 Thread Liwei Song
cked is not chip->driver_type but chip->driver_caps. Fixes: dba9b7b6ca1a ("ALSA: hda - Fix doubly initialization of i915 component") Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196219 Reported-by: Martin Peres <martin.pe...@free.fr> Signed-off-by: Takashi Iwai <ti...@suse.de&

[linux-yocto] [yocto-4.12][PATCH 31/36] ALSA: hda - Fix doubly initialization of i915 component

2018-01-09 Thread Liwei Song
Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- sound/pci/hda/hda_controller.h | 6 +- sound/pci/hda/hda_intel.c | 40 ++-- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/sound/pci/hda/hda_c

[linux-yocto] [yocto-4.12][PATCH 28/36] drm/i915/cnl: Implement CNL display init/unit sequence

2018-01-09 Thread Liwei Song
gned-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Imre Deak <imre.d...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1497047175-27250-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Li

[linux-yocto] [yocto-4.12][PATCH 29/36] ALSA: hda - Add AZX_DRIVER_SKL for simplification

2018-01-09 Thread Liwei Song
gned-off-by: Takashi Iwai <ti...@suse.de> Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- sound/pci/hda/hda_intel.c | 47 +-- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/sound/pci/hda/hda_intel.c b/sound/p

[linux-yocto] [yocto-4.12][PATCH 26/36] drm/i915/cnl: Implement .get_display_clock_speed() for CNL

2018-01-09 Thread Liwei Song
v...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1497047175-27250-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_reg.h| 5 drivers/gpu/drm/i915/intel_cdclk.c | 56 +++

[linux-yocto] [yocto-4.12][PATCH 27/36] drm/i915/cnl: Implement .set_cdclk() for CNL

2018-01-09 Thread Liwei Song
l.com> Reviewed-by: Imre Deak <imre.d...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1497047175-27250-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/intel_cdclk.c | 106

[linux-yocto] [yocto-4.12][PATCH 21/36] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.

2018-01-09 Thread Liwei Song
f-by: Anusha Srivatsa <anusha.sriva...@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.v...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496965267-21725-2-git-send-email-anusha.sriva...@intel.com Signed-off

[linux-yocto] [yocto-4.12][PATCH 25/36] drm/i915/cfl: Coffee Lake reuses Kabylake DMC.

2018-01-09 Thread Liwei Song
rodrigo.v...@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandi...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1497038550-30910-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_pci.c | 1

[linux-yocto] [yocto-4.12][PATCH 24/36] drm/i915/huc: Load HuC on Coffee Lake

2018-01-09 Thread Liwei Song
va...@intel.com> Reviewed-by: Lukasz Fiedorowicz <lukasz.fiedorow...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496965704-23610-2-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song <liwei.song.ls..

[linux-yocto] [yocto-4.12][PATCH 19/36] drm/i915/cfl: Introduce Display workarounds for Coffee Lake.

2018-01-09 Thread Liwei Song
go Vivi <rodrigo.v...@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandi...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496937000-8450-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> ---

[linux-yocto] [yocto-4.12][PATCH 18/36] drm/i915/cfl: Coffee Lake uses CNP PCH.

2018-01-09 Thread Liwei Song
go.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_drv.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index f79b1b4ea853..19ffb3439fa9 100

[linux-yocto] [yocto-4.12][PATCH 22/36] drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku.

2018-01-09 Thread Liwei Song
mail-anusha.sriva...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 7 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c ind

[linux-yocto] [yocto-4.12][PATCH 20/36] drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.

2018-01-09 Thread Liwei Song
f-by: Anusha Srivatsa <anusha.sriva...@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.v...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496965267-21725-1-git-send-email-anusha.sriva...@intel.com Signed-off

[linux-yocto] [yocto-4.12][PATCH 17/36] drm/i915/cfl: Introduce Coffee Lake platform definition.

2018-01-09 Thread Liwei Song
Anusha Srivatsa <anusha.sriva...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Anusha Srivatsa <anusha.sriva...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496937000-8450-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwe

[linux-yocto] [yocto-4.12][PATCH 15/36] drm/i915/cnl: Add power wells for CNL

2018-01-09 Thread Liwei Song
rk.freedesktop.org/patch/msgid/1496781040-20888-10-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_reg.h | 5 ++ drivers/gpu/drm/i915/intel_runtime_pm.c | 136 +++- 2 files changed,

[linux-yocto] [yocto-4.12][PATCH 11/36] drm/i915/cnl: add IS_CNL_REVID macro

2018-01-09 Thread Liwei Song
Jim Bride <jim.br...@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-5-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_drv.h | 6 ++ 1 file changed, 6 insertions(+) dif

[linux-yocto] [yocto-4.12][PATCH 14/36] drm/i915/cnl: Cannonlake has same MOCS table than Skylake.

2018-01-09 Thread Liwei Song
0-20888-8-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/intel_mocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_mocs.c b/drivers/gpu/drm/i915/intel_mocs.c index 92e

[linux-yocto] [yocto-4.12][PATCH 16/36] drm/i915/cnl: Also need power well sanitize.

2018-01-09 Thread Liwei Song
atch/msgid/1496781040-20888-11-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drive

[linux-yocto] [yocto-4.12][PATCH 07/36] drm/i915/cnl: Introduce Cannonlake platform defition.

2018-01-09 Thread Liwei Song
mien.lesp...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Ander Conselvan de Oliveira <conselv...@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <

[linux-yocto] [yocto-4.12][PATCH 13/36] drm/i915/cnl: Configure EU slice power gating.

2018-01-09 Thread Liwei Song
ed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahti...@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-7-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> -

[linux-yocto] [yocto-4.12][PATCH 10/36] drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus.

2018-01-09 Thread Liwei Song
i <rodrigo.v...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-4-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- include/drm/i915_pciids.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(

[linux-yocto] [yocto-4.12][PATCH 12/36] drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe

2018-01-09 Thread Liwei Song
.@intel.com> Reviewed-by: Ander Conselvan de Oliveira <conselv...@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-6-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/intel_device_info.c | 2 +

[linux-yocto] [yocto-4.12][PATCH 09/36] drm/i915/cnl: Add Cannonlake PCI IDs for U-skus.

2018-01-09 Thread Liwei Song
l.com> Reviewed-by: Clinton Taylor <clinton.a.tay...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pci

[linux-yocto] [yocto-4.12][PATCH 08/36] drm/i915/cnl: Cannonlake uses CNP PCH.

2018-01-09 Thread Liwei Song
lt;anusha.sriva...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_drv.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/g

[linux-yocto] [yocto-4.12][PATCH 03/36] drm/i915/cnp: Get/set proper Raw clock frequency on CNP.

2018-01-09 Thread Liwei Song
la <jani.nik...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Ville Syrjälä <ville.syrj...@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.s

[linux-yocto] [yocto-4.12][PATCH 05/36] drm/i915/cnp: add CNP gmbus support

2018-01-09 Thread Liwei Song
@intel.com> Reviewed-by: Anusha Srivatsa <anusha.sriva...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-5-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_reg.h |

[linux-yocto] [yocto-4.12][PATCH 04/36] drm/i915/cnp: Backlight support for CNP.

2018-01-09 Thread Liwei Song
g/patch/msgid/1496434004-29812-4-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/intel_panel.c | 96 ++ 1 file changed, 96 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_panel.c b/driv

[linux-yocto] [yocto-4.12][PATCH 06/36] drm/i915/cnp: Panel Power sequence changes for CNP PCH.

2018-01-09 Thread Liwei Song
.@intel.com> Reviewed-by: Clinton Taylor <clinton.a.tay...@intel.com> Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandi...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-6-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls.

[linux-yocto] [yocto-4.12][PATCH 02/36] drm/i915/cnp: Add PCI ID for Cannonpoint LP PCH

2018-01-09 Thread Liwei Song
ran.pandi...@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com> Reviewed-by: Anusha Srivatsa <anusha.sriva...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmai

[linux-yocto] [yocto-4.12][PATCH 01/36] drm/i915/cnp: Introduce Cannonpoint PCH.

2018-01-09 Thread Liwei Song
i <rodrigo.v...@intel.com> Reviewed-by: Anusha Srivatsa <anusha.sriva...@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song <liwei.song.ls...@gmail.com> --- drivers/gpu/drm/i915/i915_drv.c

[linux-yocto] [yocto-4.12][PATCH 00/36] add graphic and audio support for CFL-S

2018-01-09 Thread Liwei Song
These 36 upstream patches use to enable graphic and audio support for CoffeeLake-s board. Some cnl patches were backported due to dependency. Anusha Srivatsa (5): drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus. drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku. drm/i915/cfl: Add Coffee

[linux-yocto] [yocto-4.12][PATCH 7/9] mm: kmemleak: slightly reduce the size of some structures on 64-bit architectures

2017-12-19 Thread Liwei Song
...@kernel.org> Signed-off-by: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Liwei Song <liwei.s...@windriver.com> --- mm/kmemleak.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) dif

  1   2   >