All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5][KERNEL] some meta-intel bsp cleanup, v2
@ 2011-10-07 13:15 tom.zanussi
  2011-10-07 13:15 ` [PATCH 1/5][KERNEL] features/drm-psb: add related config options tom.zanussi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: tom.zanussi @ 2011-10-07 13:15 UTC (permalink / raw)
  To: bruce.ashfield, yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset is another step in some cleanup I'm doing for
the meta-intel bsps, basically removing unneeded or redundant
options and abstracting out useful features, in this case a
new vesafb feature used in this patchset by crownbay, emenlow,
and jasperforest.

v2: rebased on top of intervening changes

Please pull into linux-yocto-3.0.

Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib
  Branch: tzanussi/bsp-cleanup-v2
  Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/bsp-cleanup-v2

Thanks,

Tom

Tom Zanussi (5):
  features/drm-psb: add related config options
  meta: add vesafb feature
  crownbay: cleanup bsp config
  emenlow: cleanup bsp config
  jasperforest: cleanup bsp config

 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg    |   34 ++++--------------
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc    |    5 ++-
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg      |   35 +++++--------------
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc      |    2 +
 .../kernel-cache/bsp/jasperforest/jasperforest.cfg |    7 +---
 .../kernel-cache/bsp/jasperforest/jasperforest.scc |    2 +
 meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg |   13 +++++++
 .../kernel-cache/features/framebuffer/vesafb.cfg   |    8 ++++
 .../kernel-cache/features/framebuffer/vesafb.scc   |    1 +
 9 files changed, 48 insertions(+), 59 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg
 create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 1/5][KERNEL] features/drm-psb: add related config options
  2011-09-29 20:17 ` [PATCH 0/5][KERNEL] some meta-intel bsp cleanup tom.zanussi
@ 2011-09-29 20:17 tom.zanussi
  2011-09-29 20:17 ` [PATCH 0/5][KERNEL] some meta-intel bsp cleanup tom.zanussi
  0 siblings, 1 reply; 8+ messages in thread
From: tom.zanussi @ 2011-09-29 20:17 UTC (permalink / raw)
  To: bruce.ashfield, yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This allows us to move them out of the bsp config.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg b/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg
index cdd805b..ea7cbfc 100644
--- a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg
+++ b/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg
@@ -1,2 +1,15 @@
 CONFIG_DRM=y
 CONFIG_DRM_PSB=m
+
+CONFIG_I2C=y
+CONFIG_VIDEO_V4L2=y
+CONFIG_VIDEO_IVTV=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_VIDEO_CAPTURE_DRIVERS=y
+CONFIG_VIDEO_DEV=y
+CONFIG_VIDEO_V4L2_COMMON=y
+CONFIG_I2C_ALGOBIT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_VIDEO_FB_IVTV=y
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-07 13:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07 13:15 [PATCH 0/5][KERNEL] some meta-intel bsp cleanup, v2 tom.zanussi
2011-10-07 13:15 ` [PATCH 1/5][KERNEL] features/drm-psb: add related config options tom.zanussi
2011-10-07 13:15 ` [PATCH 2/5][KERNEL] meta: add vesafb feature tom.zanussi
2011-10-07 13:15 ` [PATCH 3/5][KERNEL] crownbay: cleanup bsp config tom.zanussi
2011-10-07 13:15 ` [PATCH 4/5][KERNEL] emenlow: " tom.zanussi
2011-10-07 13:15 ` [PATCH 5/5][KERNEL] jasperforest: " tom.zanussi
  -- strict thread matches above, loose matches on Subject: below --
2011-09-29 20:17 [PATCH 1/5][KERNEL] features/drm-psb: add related config options tom.zanussi
2011-09-29 20:17 ` [PATCH 0/5][KERNEL] some meta-intel bsp cleanup tom.zanussi
2011-09-29 20:17   ` [PATCH 3/5][KERNEL] crownbay: cleanup bsp config tom.zanussi
2011-09-30 14:24     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.