[PATCH] pcie: aer: aerdrv: PCIe AER workaround and handling for ASR1K platforms.

2016-11-23 Thread David Singleton
andle the vendor (Intel) specific messages properly and rases Uncorrectable and Unsupported Request errors. Thus, need to disable EOI Broadcast. Cc: xe-ker...@external.cisco.com Signed-off-by: Steve Shih Signed-off-by: David Singleton --- arch/x86/Kconfig| 9 ++ arc

Re: Re: [PATCH] pcie: aer: aerdrv: PCIe AER workaround and handling for ASR1K platforms.

2016-10-21 Thread David Singleton -X (davsingl - MONTA VISTA SOFTWARE INC at Cisco)
the original Author, Steve Shih. Hi Steve & David, On Mon, Oct 17, 2016 at 09:51:06AM -0700, David Singleton wrote: > From: Steve Shih > > ASR1K FPGAs and ASICs are configured to raise SERR/PERR through PCIe AER. > When an error is raised, it is detected at the root comple

[PATCH] sd: assign appropriate log level

2016-10-17 Thread David Singleton
, and not an error. For second message, the condition is not an error. The existing workaround of assuming a write through cache doesn't limit functionality in any way. Cc: xe-ker...@external.cisco.com Signed-off-by: Shikhar Dogra Signed-off-by: David Singleton --- drivers/scsi/sd.c | 4 ++

[PATCH] mtd: chips: cfi_cmdset_0001: Disable erase and write suspend for Intel flash.

2016-10-17 Thread David Singleton
for P30, P33, and J3 Flash Cc: xe-ker...@external.cisco.com Signed-off-by: Steve Shih Signed-off-by: David Singleton --- drivers/mtd/chips/Kconfig | 17 + drivers/mtd/chips/cfi_cmdset_0001.c | 6 -- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a

[PATCH] pcie: aer: aerdrv: PCIe AER workaround and handling for ASR1K platforms.

2016-10-17 Thread David Singleton
andle the vendor (Intel) specific messages properly and rases Uncorrectable and Unsupported Request errors. Thus, need to disable EOI Broadcast. This change is needed to support 1RU, FP40, Kingpin, FP80, and FP160. Cc: xe-ker...@external.cisco.com Signed-off-by: Steve Shih Signed-off-by: David S

[PATCH] e1000e: x86: e1000 driver trying to free already-free irq.

2016-10-17 Thread David Singleton
...@external.cisco.com Signed-off-by: khalidm Signed-off-by: David Singleton --- drivers/net/ethernet/intel/e1000e/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index 7017281..79f02a6 100644 --- a

[PATCH] tty: serial: 8250: 8250_core: NXP SC16C2552 workaround

2016-10-17 Thread David Singleton
From: Steve Shih NXP SC16C2552 requires that we always write a reset to the RX FIFO and TX FIFO whenever we enable the FIFOs Cc: xe-ker...@external.cisco.com Signed-off-by: Steve Shih Signed-off-by: David Singleton --- drivers/tty/serial/8250/8250_port.c | 3 ++- 1 file changed, 2 insertions

[PATCH] fsl-ifc: set extended addressing for systems whose bootloader doesn't

2016-10-10 Thread David Singleton
r. If the bootloader has set the extended addressing register the code does not update the register. Cc: xe-ker...@external.cisco.com Cc: scottw...@freescale.com Signed-off-by: David Singleton --- drivers/memory/fsl_ifc.c | 35 +++ 1 file changed, 35 insertions(+) di

[PATCH] fsl-ifc: set extended addressing for systems whose bootloader doesn't

2016-10-04 Thread David Singleton
r. If the bootloader has set the extended addressing register the code does not update the register. Cc: xe-ker...@external.cisco.com Signed-off-by: David Singleton --- drivers/memory/fsl_ifc.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/memory/fsl_ifc.c b/driv

Re: new procfs memory analysis feature

2006-12-07 Thread david singleton
On Dec 7, 2006, at 5:46 PM, Andrew Morton wrote: On Thu, 7 Dec 2006 17:07:22 -0800 david singleton <[EMAIL PROTECTED]> wrote: Attached is the 2.6.19 patch. It still has the overflow bug. + do { + ptent = *pte; + if (pte_present

Re: new procfs memory analysis feature

2006-12-07 Thread david singleton
Attached is the 2.6.19 patch. pagemaps.patch Description: Binary data On Dec 7, 2006, at 2:36 PM, Andrew Morton wrote: On Thu, 07 Dec 2006 14:09:40 -0800 David Singleton <[EMAIL PROTECTED]> wrote: Andrew, this implements a feature for memory analysis tools to go along

Re: new procfs memory analysis feature

2006-12-07 Thread david singleton
On Dec 7, 2006, at 2:36 PM, Andrew Morton wrote: On Thu, 07 Dec 2006 14:09:40 -0800 David Singleton <[EMAIL PROTECTED]> wrote: Andrew, this implements a feature for memory analysis tools to go along with smaps. It shows reference counts for individual pages instead of agg

new procfs memory analysis feature

2006-12-07 Thread David Singleton
. The per page information is presented in /proc//pagemaps. Signed-off-by: David SIngleton <[EMAIL PROTECTED]> Signed-off-by: Joe Green <[EMAIL PROTECTED]> Documentation/filesystems/proc.txt |3 - fs/proc/base.c | 15 + fs/proc/internal.h |