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