[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
jälä Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_reg.h| 5 + drivers/gpu/drm/i915/intel_cdclk.c | 29 - 2 files changed, 33 insertions(+),

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

2018-01-09 Thread Liwei Song
-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_reg.h | 3 ++- drivers/gpu/drm/i915/intel_hdmi.c | 8 +--- drivers/gpu/drm/i915/intel_i2c.c | 15 +-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i9

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

2018-01-09 Thread Liwei Song
Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-4-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_panel.c | 96 ++ 1 file changed, 96 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_panel.c b/drivers

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

2018-01-09 Thread Liwei Song
/1496434004-29812-6-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_dp.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 8a883e9abedd..93075873bb2f

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

2018-01-09 Thread Liwei Song
Link: http://patchwork.freedesktop.org/patch/msgid/1496434004-29812-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 8 +++- drivers/gpu/drm/i915/i915_drv.h | 4 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers

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

2018-01-09 Thread Liwei Song
/msgid/1496434004-29812-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 3 +++ drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_irq.c | 6 -- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm

[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 Lak

[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
://lkml.kernel.org/r/1495726937-23557-2-git-send-email-catalin.mari...@arm.com Signed-off-by: Catalin Marinas Cc: Michal Hocko Cc: Andy Lutomirski Cc: "Luis R. Rodriguez" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Liwei Song --- mm/kmemleak.c | 6 +++-

[linux-yocto] [yocto-4.12][PATCH 9/9] mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects

2017-12-19 Thread Liwei Song
.mari...@arm.com Signed-off-by: Catalin Marinas Reported-by: "Luis R. Rodriguez" Cc: Michal Hocko Cc: Andy Lutomirski Cc: "Luis R. Rodriguez" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Liwei Song --- Documentation/dev-tools/kmemleak.rst | 1 +

[linux-yocto] [yocto-4.12][PATCH 8/9] mm: kmemleak: factor object reference updating out of scan_block()

2017-12-19 Thread Liwei Song
ion. Link: http://lkml.kernel.org/r/1495726937-23557-3-git-send-email-catalin.mari...@arm.com Signed-off-by: Catalin Marinas Cc: Michal Hocko Cc: Andy Lutomirski Cc: "Luis R. Rodriguez" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Liwei Song --- mm/km

[linux-yocto] [yocto-4.12][PATCH 3/9] netfilter: conntrack: add nf_ct_iterate_destroy

2017-12-19 Thread Liwei Song
: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- include/net/netfilter/nf_conntrack.h | 4 ++ net/netfilter/nf_conntrack_core.c| 87 ++-- 2 files changed, 78 insertions(+), 13 deletions(-) diff --git a/include/net/netfilter

[linux-yocto] [yocto-4.12][PATCH 6/9] netfilter: conntrack: do not enable connection tracking unless needed

2017-12-19 Thread Liwei Song
tphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- Documentation/networking/nf_conntrack-sysctl.txt | 11 - include/net/netfilter/nf_conntrack_l3proto.h | 15 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 16 ++--- net/ipv6/netfilter/nf_conn

[linux-yocto] [yocto-4.12][PATCH 5/9] netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup

2017-12-19 Thread Liwei Song
ratti Acked-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- net/netfilter/nf_conntrack_proto_dccp.c | 7 +++ net/netfilter/nf_conntrack_proto_sctp.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/net/netfilter/nf_conntrack_proto_

[linux-yocto] [yocto-4.12][PATCH 1/9] netfilter: conntrack: rename nf_ct_iterate_cleanup

2017-12-19 Thread Liwei Song
namespace. So rename nf_ct_iterate_cleanup to nf_ct_iterate_cleanup_net. A later patch will then add a non-net variant. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- include/net/netfilter/nf_conntrack.h| 6 +++--- net/ipv4/netfilter

[linux-yocto] [yocto-4.12][PATCH 0/9] fix three kinds of kmemleak

2017-12-19 Thread Liwei Song
Hi Bruce, These patches used to fix three kinds of kmemleak, all patches backport from upstream. kmemleak as following: unreferenced object 0x9ad6eb164b40 (size 256): comm "rdate", pid 971, jiffies 4294953569 (age 39.383s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 08 00 dd 9

[linux-yocto] [yocto-4.12][PATCH 2/9] netfilter: conntrack: don't call iter for non-confirmed conntracks

2017-12-19 Thread Liwei Song
ian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei Song --- net/netfilter/nf_conntrack_core.c | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c in

[linux-yocto] [yocto-4.12][PATCH 4/9] netfilter: move table iteration out of netns exit paths

2017-12-19 Thread Liwei Song
From: Florian Westphal commit 2c41f33c1b7030448212cdacd40e80796e347eac upstream. We only need to iterate & remove in case of module removal; for netns destruction all conntracks will be removed anyway. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Liwei

[linux-yocto] [kernel-cache][yocto-4.12][V2][PATCH 1/1] features/i915/i915.cfg: compile i915 as a module

2017-12-06 Thread Liwei Song
/firmware/ can be load successful by i915 driver. Signed-off-by: Liwei Song --- features/i915/i915.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/i915/i915.cfg b/features/i915/i915.cfg index 6dcc60f2dfc7..60cb963e014b 100644 --- a/features/i915/i915.cfg +++ b/features

Re: [linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-06 Thread Liwei Song
On 12/06/2017 09:03 PM, Bruce Ashfield wrote: > On 12/05/2017 09:10 PM, Liwei Song wrote: >> >> >> On 12/06/2017 06:26 AM, Bruce Ashfield wrote: >>> On 12/04/2017 08:16 PM, Liwei Song wrote: >>>> Set i915 as a moudle to trigger the firmware load >>

Re: [linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-05 Thread Liwei Song
On 12/06/2017 06:26 AM, Bruce Ashfield wrote: > On 12/04/2017 08:16 PM, Liwei Song wrote: >> Set i915 as a moudle to trigger the firmware load > > typo: module > >> at the same time the module is loaded. >> >> This can aviod i915 driver load rootfs's fi

[linux-yocto] [kernel-cache][yocto-4.12][PATCH] features/i915/i915.cfg: compile i915 as a module

2017-12-04 Thread Liwei Song
Set i915 as a moudle to trigger the firmware load at the same time the module is loaded. This can aviod i915 driver load rootfs's firmware before rootfs was mounted error. Signed-off-by: Liwei Song --- features/i915/i915.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Re: [linux-yocto] [yocto-4.12][PATCH] ipv4: net namespace does not inherit network configurations

2017-12-04 Thread Liwei Song
Hi Bruce, Could you help merge this patch to yocto-4.12? Thanks, Liwei. On 11/28/2017 09:33 AM, Liwei Song wrote: > From: yzhu1 > > patch from https://lkml.org/lkml/2014/7/29/119 > > Ipv4 net namespace requires a similar logic change as commit a79ca223e029 > [ipv

[linux-yocto] [yocto-4.12][PATCH 1/1] iwlwifi: bump max FW API to 31

2017-12-03 Thread Liwei Song
From: Luca Coelho commit b7e94bab81dc9cba5269542b2da524fc749078af upstream. Bump the maximum accepted firmware API number for devices in the 8000, 9000 and A000 families. Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/iwl-8000.c | 4 ++-- drivers

[linux-yocto] [yocto-4.12][PATCH] ipv4: net namespace does not inherit network configurations

2017-11-27 Thread Liwei Song
between the net namespaces. So a new net namespace should not inherit network configurations from another net namespace including the host. CC: Hong Zhiguo CC: David S. Miller Signed-off-by: Zhu Yanjun Signed-off-by: yzhu1 Signed-off-by: Liwei Song --- net/ipv4/devinet.c | 29

[linux-yocto] [yocto-kernel-cache][PATCH 2/3] features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n

2017-11-15 Thread Liwei Song
LT_ON=n Actual value: # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set Signed-off-by: Liwei Song --- features/iommu/iommu.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/iommu/iommu.cfg b/features/iommu/iommu.cfg index fd6ada0a8042..0a7ef562cc57 100644 --- a/features/iommu/iommu.cfg

[linux-yocto] [yocto-kernel-cache][PATCH 3/3] features/dca/dca.cfg: fix CONFIG_IXGBE_DCA can not enble if build ixgbe in kernel

2017-11-15 Thread Liwei Song
value: To make CONFIG_IXGBE_DCA work, set CONFIG_DCA=y and CONFIG_INTEL_IOATDMA=y this also can aviod the check warning. Signed-off-by: Liwei Song --- features/dca/dca.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/dca/dca.cfg b/features/dca/dca.cfg index

[linux-yocto] [yocto-kernel-cache][PATCH 1/3] features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module

2017-11-15 Thread Liwei Song
=m Signed-off-by: Liwei Song --- features/tpm/tpm.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tpm/tpm.cfg b/features/tpm/tpm.cfg index 09ffc325e531..113f37c7a8fd 100644 --- a/features/tpm/tpm.cfg +++ b/features/tpm/tpm.cfg @@ -1,6 +1,6 @@ # Enable TPM devi

[linux-yocto] [yocto-kernel-cache][PATCH 0/3] fix kernel config build warning

2017-11-15 Thread Liwei Song
Patches are for yocto-4.12 branch These three patches fix some kernel configuration check warning when build it. Liwei Song (3): features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n features/dca/dca.cfg: fix

[linux-yocto] [linux-yocto-4.12][PATCH 6/6] iwlwifi: mvm: support new flush API

2017-11-13 Thread Liwei Song
: Sara Sharon Signed-off-by: Mordechai Goodstein Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 19 ++-- drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tx.h | 14 +- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2

[linux-yocto] [linux-yocto-4.12][PATCH 5/6] iwlwifi: mvm: avoid variable shadowing

2017-11-13 Thread Liwei Song
From: Johannes Berg commit a9c50726ce3279646e2e22314b0917455a3c5e86 upstream. Avoid one kind of symbol shadowing another in iwl_mvm_flush_sta() by renaming the function parameter. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless

[linux-yocto] [linux-yocto-4.12][PATCH 4/6] iwlwifi: mvm: add and use iwl_mvm_device_running()

2017-11-13 Thread Liwei Song
From: Johannes Berg commit aab6930d30d5176fe1ff38fe051a9fca2cac066d upstream. This will help refactor this later. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho [adjust patch for newer patch used before this one] Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm

[linux-yocto] [linux-yocto-4.12][PATCH 2/6] iwlwifi: mvm: wait for the flushed queue only

2017-11-13 Thread Liwei Song
Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c index 8f129bccbced..3695d99d0c92 100644 --- a/drivers/net

[linux-yocto] [linux-yocto-4.12][PATCH 3/6] iwlwifi: add wait for tx queue empty

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d6d517b7730c2dada199db83ebbc670c50fa9952 upstream. Now that we have 512 queues, add a wait for single TX queue to gen2. This replaces gen1 wait_tx_queues_empty, which was limited to 32 queues. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho Signed-off-by: Liwei

[linux-yocto] [linux-yocto-4.12][PATCH 1/6] iwlwifi: mvm: flush per station for DQA mode

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d49394a131060fda209ba91e903c9d6316db2e4d upstream. Avoid using the global flush and move to flush per station whenever possible in DQA mode. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho Signed-off-by: Liwei Song --- drivers/net/wireless/intel/iwlwifi/mvm

[linux-yocto] [linux-yocto-4.12][PATCH 0/6] fix calltrace when run wpa_supplicant the second time

2017-11-13 Thread Liwei Song
6 upstream patches to fix a calltrace when run wpa_supplicant at the second time on NUC7i5BNH. "WARNING: CPU: 0 PID: 1089 at drivers/net/wireless/intel/iwlwifi/mvm/utils.c:786 iwl_mvm_disable_txq+0x2c0/0x360 [iwlmvm]" [ 116.076858] Call Trace: [ 116.077514] iwl_mvm_send_rm_bcast_sta+0x137/0x14

Re: [linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Hi Bruce, This patch is for yocto-4.12 branch. Thanks, Liwei. On 10/31/2017 10:30 AM, Liwei Song wrote: > Enable the following kernel option to support Realtek PCI-E card > reader on NUC7i7BNH/NCU7I5BNH: > CONFIG_MFD_RTSX_PCI=m > CONFIG_MMC_REALTEK_PCI=m > > Signed-

[linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Enable the following kernel option to support Realtek PCI-E card reader on NUC7i7BNH/NCU7I5BNH: CONFIG_MFD_RTSX_PCI=m CONFIG_MMC_REALTEK_PCI=m Signed-off-by: Liwei Song --- features/mmc/mmc-realtek.cfg | 2 ++ features/mmc/mmc-realtek.scc | 4 2 files changed, 6 insertions(+) create mode

Re: [linux-yocto] [PATCH] ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm

2017-10-24 Thread Liwei Song
On 10/24/2017 11:01 PM, Bruce Ashfield wrote: > Thanks for the patch, but for which version is this targeted ? > 4.12 ? Yes, for 4.12 Liwei. > > Bruce > > On 10/24/2017 03:44 AM, Liwei Song wrote: >> From: Wang YanQing >> >> commit 1f7f51a63114b

[linux-yocto] [PATCH] ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm

2017-10-24 Thread Liwei Song
: [1.651787] snd_hda_codec_hdmi: probe of hdaudioC0D0 failed with error -16 " This patch add invalid pcm number filter before calling hdmi_create_eld_ctl. Fixes: fb087eaaef72 ("ALSA: hda - hdmi eld control created based on pcm") Signed-off-by: Wang YanQing Signed-off-by: Takashi I

[linux-yocto] [PATCH 8/8] i2c: i801: Restore the presence state of P2SB PCI device after reading BAR

2017-09-19 Thread Liwei Song
fore unhiding it for reading BAR and restore the presence state after reading BAR. Signed-off-by: Qiuxu Zhuo Reported-by: Yunying Sun Tested-by: Yunying Sun Reviewed-by: Mika Westerberg Signed-off-by: Wolfram Sang Signed-off-by: Liwei Song --- drivers/i2c/busses/i2c-i801.c | 12 ---

[linux-yocto] [PATCH 7/8] EDAC, pnd2: Properly toggle hidden state for P2SB PCI device

2017-09-19 Thread Liwei Song
-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index 89cdd9a7a733..4395c84cdcbf 100644 --- a/drivers/edac/pnd2_edac.c +++ b/drivers

[linux-yocto] [PATCH 6/8] EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR

2017-09-19 Thread Liwei Song
presence state after reading BAR. Signed-off-by: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Cc: linux-...@vger.kernel.org Link: http://lkml.kernel.org/r/20170814154845.21663-1-qiuxu.z...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 11

[linux-yocto] [PATCH 0/8] update pnd2 edac feature to support DNV well

2017-09-19 Thread Liwei Song
Hi Bruce, These patches is for yocto kernel 4.12, all from upstream, It is use to update pnd2 EDAC feature, with these patches, EDAC can work well when enable "Relax Security Configuration" in BIOS on Denverton-NS SoC. Colin Ian King (1): EDAC, pnd2: Make function sbi_send() static Gustavo A.

[linux-yocto] [PATCH 5/8] EDAC, pnd2: Mask off the lower four bits of a BAR

2017-09-19 Thread Liwei Song
f a BAR. Signed-off-by: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Link: http://lkml.kernel.org/r/20170814154813.21619-1-qiuxu.z...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/p

[linux-yocto] [PATCH 3/8] EDAC, pnd2: Fix Apollo Lake DIMM detection

2017-09-19 Thread Liwei Song
-edac Link: http://lkml.kernel.org/r/20170628234407.21521-1-tony.l...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_e

[linux-yocto] [PATCH 4/8] EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake

2017-09-19 Thread Liwei Song
hehab Cc: Patrick Geary Cc: Qiuxu Zhuo Cc: linux-edac Link: http://lkml.kernel.org/r/20170803210536.5662-1-tony.l...@intel.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 88 1 file changed, 59 inser

[linux-yocto] [PATCH 2/8] EDAC, pnd2: Make function sbi_send() static

2017-09-19 Thread Liwei Song
/20170623084855.9197-1-colin.k...@canonical.com Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index e1748d7e5190..407f239553f4 100644 --- a

[linux-yocto] [PATCH 1/8] EDAC, pnd2: Return proper error value from apl_rd_reg()

2017-09-19 Thread Liwei Song
Gustavo A. R. Silva Cc: Qiuxu Zhuo Cc: Tony Luck Cc: linux-edac Link: http://lkml.kernel.org/r/2017060535.GA4896@embeddedgus [ Massage a bit. ] Signed-off-by: Borislav Petkov Signed-off-by: Liwei Song --- drivers/edac/pnd2_edac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion

[linux-yocto] [PATCH] ixgbe: initialize u64_stats_sync structures early at ixgbe_probe

2016-12-04 Thread Liwei Song
u64_stats_init function to driver probe stage, which before we get the status of seqcount and after the RX/TX ring was finished init. Signed-off-by: Liwei Song --- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet

<    1   2