Re: [linux-yocto] [PATCH 2/2] new feature for I/OAT DMA driver

2013-03-01 Thread Tom Zanussi
On Fri, 2013-03-01 at 17:05 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This commit implements a new ioatdma feature by providing a config fragment > to enable Crystal Forest DMA/DCA (ioatdma) driver configuration for BSP > kernels. > I'm just wondering if there's any ove

Re: [linux-yocto] [PATCH 0/2] NTB & IOATDMA features for v3.8 kernel repo

2013-03-01 Thread Bruce Ashfield
On 13-03-01 8:05 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Hi Bruce, I have prepared commits for enabling non-transparent-bridge and Crystal-Beach-DMA/DCA drivers in the kernel. This is needed to implement features in this bug: https://bugzilla.yoctoproject.org/show_bug.c

[linux-yocto] [PATCH 1/1] add a new feature for NTB Network Device

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble This commit creates a new kernel feature to enable NTB (non transparent bridge) network device in the BSP kernels. This ntb-netdev is used to access a network device across the NTB bridge. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/ntb/ntb-common.scc

[linux-yocto] [PATCH 0/1] one more meta commit for ntb-netdev feature

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble This pull request has one more ntb feature named ntb-netdev. This feature enables a network driver to access remote network device through NTB. This is for the v3.8 kernel repo on top of my previous pull request commits. Thanks, Nitin The following changes since commit 0a1

[linux-yocto] [PATCH 1/2] new feature for non-transparent-bridge driver

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble This commit provides a feature for non-transparent-bridge which pulls commits from the newly created ntb branch and enables the NTB kernel configuration. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/ntb/ntb.cfg |1 + meta/cfg/kernel-cache/features/n

[linux-yocto] [PATCH 2/2] new feature for I/OAT DMA driver

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble This commit implements a new ioatdma feature by providing a config fragment to enable Crystal Forest DMA/DCA (ioatdma) driver configuration for BSP kernels. Signed-off-by: Nitin A Kamble --- meta/cfg/kernel-cache/features/ioatdma/ioatdma.cfg |1 + meta/cfg/kernel-cache

[linux-yocto] [PATCH 0/2] NTB & IOATDMA features for v3.8 kernel repo

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble Hi Bruce, I have prepared commits for enabling non-transparent-bridge and Crystal-Beach-DMA/DCA drivers in the kernel. This is needed to implement features in this bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2465 I have created a new "ntb" git branch for t