[linux-yocto] [PATCH 1/1] features/mei.cfg: configure as kernel modules

2014-09-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kernel module approach enables disabling of the modules if needed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[linux-yocto] [PATCH 0/1] linux-yocto-3.14: Cleanup sound config meta data for Intel BSPs

2014-05-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit fixes the audio driver timing issue for some of the Intel BSPs. Thanks, Nitin The following changes since commit 4df1e2ed992adeac4da60ad5118d0237e8cb88df: meta: bump to v3.14.2 (2014-04-28 23:50:30 -0400) are available in the git

[linux-yocto] [PATCH 1/1] intel bsp .cfg files: remove redundant sound configs

2014-05-08 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The sound configs are defined in features/sound/snd_hda_intel.cfg. If some of these configs are defined differently like kernel builtin instead of modules, then it changes the timing of driver loading causing audio breakages for some of the BSPs

[linux-yocto] [PATCH 0/9] Fix for audio playback issue on Intel BSPs

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here are the kernel configuration fixes for Intel BSPs which enables audio playback with the v3.14 kernel. Darren, Can you give your Ack for the Minnow commit. Boon Leong, Can you give your Ack for the vallyview commit. Thanks, Nitin

[linux-yocto] [PATCH 1/9] snd_hda_intel.cfg: kernel configurations for Intel HDA sound driver

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Enable many of the codecs supported by the snd_hda_intel driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg | 16 meta/cfg/kernel-cache/features/sound

[linux-yocto] [PATCH 5/9] crownbay-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/crownbay/crownbay-standard.scc | 1 + 1 file changed

[linux-yocto] [PATCH 8/9] minnow-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc | 1 + 1 file changed, 1

[linux-yocto] [PATCH 7/9] fri2-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc | 1 + 1 file changed, 1

[linux-yocto] [PATCH 6/9] emenlow-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/emenlow/emenlow-standard.scc | 2 +- 1 file changed

[linux-yocto] [PATCH 4/9] intel-common-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc | 3 +++ 1

[linux-yocto] [PATCH 9/9] valleyisland-standard.scc: include snd_hda_intel feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The v3.14 kernel does not include them by default, and these are needed for audio playback on intel platforms. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-standard.scc | 1 + 1 file

[linux-yocto] [PATCH 1/1] mei.cfg: enable Intel chipsets

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Enable Intel Chipsets in the AMT/MEI driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/features/amt/mei/mei.cfg

[linux-yocto] [PATCH 0/1] A fix for the mea feature

2014-04-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com In the v3.14 kernel the Intel chipsets need to be enabled explicitly to get the AMT support working on Intel platforms. Fix the feature config fragment accordingly. Thanks, Nitin The following changes since commit

[linux-yocto] [PATCH 0/1] a fix for v3.10 LTSI branch

2014-03-31 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I was noticing emenlow BSP failing to boot since LTSI was integrated in the v3.10 kernel. After debugging I found out that kernel code was doing an invalid memory access, causing kernel panic. Here is the fix for the issue, which I am also pushing

[linux-yocto] [PATCH v2 01/17] firmware: A feature for firmware loading support

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for enabling generic firmware loading support. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/firmware/firmware.cfg | 6 ++ meta/cfg/kernel-cache/features/firmware/firmware.scc

[linux-yocto] [PATCH v2 06/17] media-pci-capture: A feature for PCI media capture devices

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for various PCI media capture devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../features/media/media-pci-capture.cfg | 78 ++ .../features/media/media-pci-capture.scc

[linux-yocto] [PATCH v2 02/17] standard.scc: Add firmware loading feature

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add generic firmware loading feature for the standard type kernel. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/ktypes/standard/standard.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/cfg/kernel

[linux-yocto] [PATCH v2 17/17] remove old MEDIA config fragments

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are replaced by newer extensive media config fragments in earlier commits. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/media-camera.cfg| 4 .../kernel-cache/features/media/media

[linux-yocto] [PATCH v2 13/17] media-all.scc: A feature including all the media features

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Make adding all media features easy. Instead of adding the media features one by one in BSP, all can be enabled with this single media feature. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media

[linux-yocto] [PATCH v2 10/17] media-usb-tv: A feature for USB TV media adapters

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for enabling various USB TV adapters. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/media-usb-tv.cfg | 77 ++ .../kernel-cache/features/media/media-usb

[linux-yocto] [PATCH v2 03/17] media: A feature for media infrastructure

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment to provide infrastructure support for V4L2, tuner, camera, and radio drivers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media.cfg | 54 ++ meta

[linux-yocto] [PATCH v2 05/17] media-i2c: A feature for I2C media devices

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for various i2c media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media-i2c.cfg | 70 ++ meta/cfg/kernel-cache/features/media/media-i2c.scc

[linux-yocto] [PATCH v2 00/17] new media feature fragments

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add few media feature fragments to replace the media.cfg from the minnow BSP's kernel recipe. These new media feature fragments replace some of the earlier media features. Hence other BSPs like sugarbay and common-pc-64 machines final configuration

[linux-yocto] [PATCH v2 07/17] media-radio: A feature for AM/FM radio devices

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for various AM/FM radio devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media-radio.cfg | 20 meta/cfg/kernel-cache/features/media/media

[linux-yocto] [PATCH v2 11/17] media-dvb-frontends : A feature for Digital Video Broadcast Devices

2013-12-06 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Create a feature fragment for enabling various Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../features/media/media-dvb-frontends.cfg | 117 + .../features/media/media-dvb

[linux-yocto] [PATCH 08/16] media/pci-capture : A feature for PCI media capture devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of PCI media capture devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/pci-capture.cfg| 80 ++ .../kernel-cache/features/media/pci

[linux-yocto] [PATCH 14/16] media/dvb-frontends : A feature for Digital Video Broadcast Devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables configuration for bunch of Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/dvb_frontends.cfg | 116 + .../kernel-cache/features/media

[linux-yocto] [PATCH 03/16] remove old MEDIA config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are getting replaced with newer extensive MEDIA config fragments. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../kernel-cache/features/media/media-camera.cfg| 4 .../kernel-cache/features/media/media-camera.scc

[linux-yocto] [PATCH 07/16] media/i2c: A feature for i2c media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of i2c media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/i2c.cfg | 74 meta/cfg/kernel-cache/features/media/i2c.scc

[linux-yocto] [PATCH 05/16] media/common : A feature for common media support

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for media support common to some PCI and USB media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/common.cfg | 15 +++ meta/cfg/kernel-cache

[linux-yocto] [PATCH 06/16] media/usb: A feature for USB media devices.

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables various USB media devices. Many of the USB webcams drivers are enabled here. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/usb.cfg | 76 meta/cfg/kernel

[linux-yocto] [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The TEA575X sound driver configuration is relocated from the kernel recipe's media.cfg to here. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 10/16] media/radio : A feature for AM/FM radio devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for various AM/FM radio devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/radio.cfg | 24 meta/cfg/kernel-cache/features/media

[linux-yocto] [PATCH 04/16] media.scc : A feature for Media infrastructure

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This replaces the previous limited media config fragments. Other hardware media features depends on this feature. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/media.cfg | 54

[linux-yocto] [PATCH 11/16] media/rc : A feature for remote control media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for bunch of remote control media devices. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/rc.cfg | 18 ++ meta/cfg/kernel-cache/features/media/rc.scc

[linux-yocto] [PATCH 12/16] media/tuners: A feature for tuner media devices

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration for tuner media devices Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/tuners.cfg | 30 + meta/cfg/kernel-cache/features/media/tuners.scc | 7

[linux-yocto] [PATCH 13/16] media/usb_tv: A feature for usb tv media adapters

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables kernel configuration fo bunch of USB TV adapters. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/usb_tv.cfg | 82 + meta/cfg/kernel-cache/features/media/usb_tv.scc

[linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables the kernel configuration for firmware loading. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/firmware/firmware.cfg | 8 meta/cfg/kernel-cache/features/firmware/firmware.scc | 4

[linux-yocto] [PATCH 16/16] common-pc-64.scc: update as per changes in the media config fragments

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some of the media config fragments are replaced by more extensive media fragments. Changes this BSP config accordingly. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 3 +-- 1

[linux-yocto] [PATCH 00/16] linux-yocto-3.10: config fragments for minnow BSP

2013-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This patch series imports the 500 line media.cfg from the kernel recipe in to the linux-yocto-3.10 meta branch, by splitting it into many fragments. It replaces some of the existing webcam media fragments, and hence BSPs configs using the old media

[linux-yocto] [Patch v2 1/2] input.scc .cfg: add a new feature for input devices

2013-10-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Right now the CONFIG_INPUT_* options are scattered at various places in config fragments. The plan is to get them in one place for cleanliness. To begin with a new feature is created with name input.scc. And it is populated with the needed

[linux-yocto] [PATCH 1/1] standard.cfg: add an entry for CONFIG_INPUT_EVDEV

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The evdev kernel driver is needed to create /dev/input/event* devices. These devices are used by Xserver to connect to keyboard mouse kind of input devices. Without this change some of the BSPs need AutoAddDevices = false in their xorg.conf, which

[linux-yocto] [PATCH 0/1] commit for v3.10 linux-yocto repo, meta branch

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This adds a missing evdev kernel driver support in the standard.cfg of the v3.10 kernel. Thanks, Nitin The following changes since commit dad2b7e1ceed654fba89907f3e14050007699b90: common-pc-64: add kernel CONFIG options for sugarbay platform

[linux-yocto] [PATCH 1/1] standard.cfg: add an entry for CONFIG_INPUT_EVDEV

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The evdev kernel driver is needed to create /dev/input/event* devices. These devices are used by Xserver to connect to keyboard mouse kind of input devices. Without this change some of the BSPs need AutoAddDevices = false in their xorg.conf, which

[linux-yocto] [Patch v2 1/1] common-pc-wifi.cfg: add support for broadcom wifi drivers

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables broadcom wifi driver modules for the common-pc(-64) machines. Fixes Bug: [YOCTO #5238] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg | 6 ++ 1 file changed, 6

[linux-yocto] [Patch v2 0/1] update commit message for a commit

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Adding more information to the commit adding broadcom wifi drivers. Thanks, Nitin The following changes since commit ba7add39d0c088bc5fc4acbbcdd9a3b4f79d1958: common-pc-64: add kernel CONFIG options for sugarbay platform (2013-09-24 18:15:39

[linux-yocto] [PATCH 2/2] common-pc-64: add kernel CONFIG options for sugarbay platform

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add these Kernel driver config options for Sugarbay platform. - i915 graphics - 8250 serial port - usb webcam drivers - generic power management support to enable proper suspend/resume Fixes Bug: [YOCTO #5117] Signed-off-by: Nitin A Kamble

[linux-yocto] [PATCH 0/2] suspend/resume bugfix for genericx86-64

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a fix for suspend/resume bug for the genericx86-64 BSP. The missing kernel driver config options are pulled in the BSP. Also the power/intel.cfg config fragment is converted to use modules. Thanks, Nitin The following changes since commit

[linux-yocto] [PATCH 1/2] features/power/intel.cfg: convert to modules

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Convert all the y to m which can be converted. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/power/intel.cfg | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/cfg/kernel

[linux-yocto] [PATCH 0/1] genericx86: add broadcom wifi drivers support

2013-09-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit enables broadcom wifi driver modules for the genericx86 BSPs. Thanks, Nitin The following changes since commit ba7add39d0c088bc5fc4acbbcdd9a3b4f79d1958: common-pc-64: add kernel CONFIG options for sugarbay platform (2013-09-24 18:15

[linux-yocto] [PATCH 0/1] bring a missing commit

2013-09-03 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This brings a missed commit from linux-yocto-3.4/3.8 repository. Thanks, Nitin The following changes since commit cd502a88148ab214b54860f97a96f41858fd6446: meta/standard: standard configuration fragment must be first (2013-08-28 12:49:31 -0400

[linux-yocto] [PATCH 1/1] meta: add config fragment for gma600 graphics driver

2013-09-03 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This provides a way to choose GMA600 DRM graphics driver. The gma600 driver does not work for the tunnel-creek based boards yet. And it does work for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel

[linux-yocto] [PATCH 1/6] drm-emgd-1.18.scc: add a kernel feature for emgd-1.18 driver

2013-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables one to select the emgd-1.18 kernel driver as a feature from the kernel recipe space. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/drm-emgd/drm-emgd-1.18.scc | 2 ++ 1 file changed, 2

[linux-yocto] [PATCH v2 0/6] meta branch commits for emgd-1.18 webcam support

2013-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is a updated pull request, for adding 1. emgd-1.18 feature. The associated emgd-1.18 branch is already in the repo. 2. Add features for webcam UVC driver video4linux2 driver 3. Miscellaneous cleanup for .gitignore Thanks, Nitin

[linux-yocto] [PATCH 4/6] v4l2: config fragment for enabling v4l2 interface to camera devices

2013-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This config fragment enables the v4l2 kernel interface to camera devices. With it standard v4l2 user level utilities can connect with the camera. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/v4l2

[linux-yocto] [PATCH 6/6] .gitignore: do not ignore meta directory

2013-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 92c7a67..5e7bc98 100644 --- a/.gitignore +++ b/.gitignore @@ -91,4 +91,4

[linux-yocto] [PATCH 3/6] media-camera: a feature to enable camera infrastructure

2013-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This config fragment enables general camera infrastructure support. This does not enable any camera drivers. And this is needed for webcam or v4l2 kind of device drivers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel

[linux-yocto] [PATCH 5/6] uvcvideo: a new config for a webcam device driver

2013-07-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add a kernel config fragment for USB video class device driver used by many webcams. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/usb/usb-uvcvideo.cfg | 4 meta/cfg/kernel-cache/features/usb/usb

[linux-yocto] [PATCH 1/6] drm-emgd-1.18.scc: add a kernel feature for emgd-1.18 driver

2013-07-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This enables one to select the emgd-1.18 kernel driver as a feature from the kernel recipe space. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/drm-emgd/drm-emgd-1.18.scc | 2 ++ 1 file changed, 2

[linux-yocto] [PATCH 4/6] v4l2: config fragment for enabling v4l2 interface to camera devices

2013-07-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This config fragment enables the v4l2 kernel interface to camera devices. With it standard v4l2 user level utilities can connect with the camera. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/media/v4l2

[linux-yocto] [PATCH 0/6] commits for meta branch of v3.8 kernel repo

2013-07-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here are commits for the meta branch of the v3.8 kernel repository * new kernel feature: drm-emgd-1.18 * remove obsoleted kernel feature: drm-emgd * new kernel features for webcam: meda-camera, uvcvideo, v4l2. These features will be used to enable

[linux-yocto] [PATCH 0/3] a new branch for emgd-1.18 driver sources

2013-07-02 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This pull request is for creating a new branch emgd-1.18 in the linux-yocto-3.8 kernel repository. Following are the commits adding the emgd-1.18 driver source files. Thanks, Nitin The following changes since commit

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

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

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

2013-03-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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 nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features

[linux-yocto] [PATCH 0/1] meta: add emgd-1.16 feature

2013-02-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is a commit picked from the v3.4 repo, to support the emgd-1.16 driver in the linux-yocto-dev repo. Nitin The following changes since commit 5ee0a634c97c44228c14177cb8c3088138e47f2f: meta: sync with yocto-3.4 config changes (2013-01-18 23:18

[linux-yocto] [PATCH 1/1] meta: add a kernel feature for drm-emgd-1.16 driver

2013-02-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Use the newly created emgd-1.16 branch to get the emgd-1.16 kernel driver sources. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../features/drm-emgd/drm-emgd-1.16.scc|2 ++ 1 files changed, 2 insertions(+), 0 deletions

[linux-yocto] [PATCH 0/1] meta: add emgd-1.16 driver support

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit which adds an scc file for emgd-1.16 feature. It depends on the emgd-1.16 branch in the kernel repo, for which a pull request is already sent. This commit keeps the emgd-1.14 driver support in the repo intact. Thanks, Nitin

[linux-yocto] [PATCH 1/1] meta: add a kernel feature for drm-emgd-1.16 driver

2013-01-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Use the newly created emgd-1.16 branch to get the emgd-1.16 kernel driver sources. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../features/drm-emgd/drm-emgd-1.16.scc|2 ++ 1 files changed, 2 insertions(+), 0 deletions

[linux-yocto] [meta branch v3 10/12] meta: sys940x: drop vesa fragment from bsp config

2013-01-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Now the vesa graphics is not forced on to the BSP. If needed the BSP can turn on the vesafb kernel feature from the kernel recipe. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc |1 - 1

[linux-yocto] [meta branch v3 02/12] meta: drm-emgd.cfg: add configs for dependent routines

2013-01-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com emgd driver utilizes common frame buffer routines to implement some of the tasks. Making sure these routines are turned on in the kernel config when emgd is selected. This commit avoids these kind of kernel build errors. | ERROR: cfb_fillrect

[linux-yocto] [meta branch 01/11] meta: relocate git-merge of emgd branch

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Move git-merge of emgd branch out from the bsp area and into the features area This change avoids getting emged sources unnecessarily included in the noemgd bsp kernel sources. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../bsp

[linux-yocto] [meta branch 07/11] meta: fri2: drop vesa config from kernel

2013-01-15 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Otherwise the vesa driver may grab the graphics h/w before gma500_gfx driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc |1 - 1 files changed, 0 insertions(+), 1 deletions

[yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit is for detecting trailing white space in the create-pull-request script. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012

[yocto] [PATCH 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions

[yocto] [Patch v2 0/1] Misc: check trailing white space in the patches

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The earlier (v1) patch was checking trailing white space only for added empty lines. This v2 patch checks for all the lines added by patches. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7

[yocto] [Patch v2 1/1] create-pull-request: detect trailing white space

2012-12-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add logic in the create-pull-request to detect the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- scripts/create-pull-request | 13 - 1 files changed, 12 insertions(+), 1 deletions

[yocto] [Patch v2 0/4] Misc Fixes for meta-intel 1.3 release

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This v2 pull request is with newer version of libva-intel-driver. These commits tested on All the BSPs I am maintaining with expected results. Thanks, Nitin The following changes since commit 43b2e9c34363ade4241a60f699b47179929c6fb6: n450: Add

[yocto] [Patch v2 2/4] libva-intel-driver: update to the latest version

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The older version of libva-intel-driver recipe with newer gst-vaapi recipe was causing video playback failure. As per the discussion on the bug here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 The maintainer of the upstream project

[yocto] [Patch v2 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-31 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Extend the mesa-dri recipe from oecore to avoid conflict with files generated by emgd-driver-bin recipe. This extention is needed only when emgd-driver-bin recipe is included in the target image, so the code is conditional to run only on the machine

[yocto] [PATCH 1/4] libva: update to the latest version

2012-10-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 is triggering this change. The old versions of libva components are affecting video playback on few BSPs like sugarbay chiefriver. Also, use the release tarball instead of a tag

[yocto] [PATCH 2/4] libva-intel-driver: update to the latest version

2012-10-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The older version of libva-intel-driver recipe with newer gst-vaapi recipe was causing video playback failure. As per the discussion on the bug here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 The maintainer of the upstream project

[yocto] [PATCH 3/4] libva: remove redundant libva 1.0.12

2012-10-30 Thread nitin . a . kamble
From: Ross Burton ross.bur...@intel.com No BSP from meta-intel repo is requiring this version of libva now. Signed-off-by: Ross Burton ross.bur...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- common/recipes-multimedia/libva/libva_1.0.12.bb |8 1 files

[yocto] [PATCH 4/4] mesa-dri.bbappend: avoid conflict with emgd-driver-bin

2012-10-30 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Extend the mesa-dri recipe from oecore to avoid conflict with files generated by emgd-driver-bin recipe. This extention is needed only when emgd-driver-bin recipe is included in the target image, so the code is conditional to run only on the machine

[yocto] [Patch v3 0/7] meta-intel README updates

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This is v3 of the pull request based on the latest feedback from Tom. Thanks, Nitin The following changes since commit 49a8eb06bd75bb898a1b9bc4212b3db3a6d26b97: meta-crystalforest: update kernel SRCREVs (2012-10-25 09:44:26 -0500) are available

[yocto] [Patch v3 2/7] chiefriver: add WEBTITLE Compliance information

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-chiefriver/README

[yocto] [Patch v3 4/7] emenlow: add WEBTITLE Compliance information

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-emenlow/README

[yocto] [Patch v3 6/7] sugarbay: add WEBTITLE Compliance information

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-sugarbay/README

[yocto] [Patch v3 7/7] crownbay: add more information in README

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Mention Little Bay Shell Bay boards from the crownbay kit in the readme. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/README |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-crownbay/README

[yocto] [Patch v3 5/7] jasperforest: add WEBTITLE Compliance information

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-jasperforest/README

[yocto] [Patch v3 3/7] crownbay: add WEBTITLE Compliance information

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta-crownbay/README

[yocto] [Patch v3 1/7] MAINTAINERS: correct pathname

2012-10-25 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The commmon directory has more stuff than just recipes-core. All this need to be maintained together as part of the meta-intel layer. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- MAINTAINERS |2 +- 1 files changed, 1 insertions

[yocto] [PATCH v2 2/6] chiefriver: add WEBTITLE Compliance information

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

[yocto] [PATCH v2 3/6] crownbay: add WEBTITLE Compliance information

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

[yocto] [PATCH v2 5/6] jasperforest: add WEBTITLE Compliance information

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

[yocto] [PATCH v2 6/6] sugarbay: add WEBTITLE Compliance information

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

[yocto] [PATCH v2 1/6] MAINTAINERS: correct pathname

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The commmon directory has more stuff than just recipes-core. All this need to be maintained together as part of the meta-intel layer. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- MAINTAINERS |2 +- 1 files changed, 1 insertions

[yocto] [PATCH v2 4/6] emenlow: add WEBTITLE Compliance information

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

[yocto] [PATCH v2 0/6] meta-intel: README updates

2012-10-24 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Changed the commits based on the feedback from Tom Darren. We also need similar changes for other BSPs for 1.3 release. Thanks, Nitin The following changes since commit 62aa4ca25a943c864838b2910c5b506cca0c9323: fri2: Add grub-efi workaround

[yocto] [PATCH 1/6] MAINTAINERS: corect pathname

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The commmon directory has more stuff than just recipes-core. All this need to be maintained together as part of the meta-intel layer. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- MAINTAINERS |2 +- 1 files changed, 1 insertions

[yocto] [PATCH 2/6] chiefriver README: add WebTitle Compliance information

2012-10-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The WebTitle will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Also specifying all the layers used from meta-intel repository. Signed-off-by: Nitin A Kamble

  1   2   >