* [KERNEL] [PATCH 0/1] Additional pvr patches
@ 2012-03-09 19:03 kishore.k.bodke
2012-03-09 19:03 ` [KERNEL] [PATCH 1/1] Add new " kishore.k.bodke
2012-03-09 19:11 ` [KERNEL] [PATCH 0/1] Additional " Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: kishore.k.bodke @ 2012-03-09 19:03 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Kishore Bodke <kishore.k.bodke@intel.com>
Hi,
These addtional patches enable Cedarview hdmi and acpi.
Please pull thme to the yocto/pvr branch in linux-yocto-3.0 tree.
Thanks
Kishore.
The following changes since commit 3604d007243d3db5fea8704f78a3608862e592f9:
yocto/pvr: integrate pvr support (2012-03-02 16:34:43 -0500)
are available in the git repository at:
git://git.pokylinux.org/linux-yocto-2.6.37-contrib bodke/new-pvr-patch
http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=bodke/new-pvr-patch
Kishore Bodke (1):
Add new pvr patches. Additional pvr patches related to hdmi and
acpi.
drivers/acpi/video.c | 2 --
sound/pci/hda/patch_hdmi.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 3+ messages in thread* [KERNEL] [PATCH 1/1] Add new pvr patches. 2012-03-09 19:03 [KERNEL] [PATCH 0/1] Additional pvr patches kishore.k.bodke @ 2012-03-09 19:03 ` kishore.k.bodke 2012-03-09 19:11 ` [KERNEL] [PATCH 0/1] Additional " Bruce Ashfield 1 sibling, 0 replies; 3+ messages in thread From: kishore.k.bodke @ 2012-03-09 19:03 UTC (permalink / raw) To: yocto, bruce.ashfield From: Kishore Bodke <kishore.k.bodke@intel.com> Additional pvr patches related to hdmi and acpi. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> --- drivers/acpi/video.c | 2 -- sound/pci/hda/patch_hdmi.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index db39e9e..47a98ff 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -1732,7 +1732,6 @@ static int acpi_video_bus_remove(struct acpi_device *device, int type) static int __init intel_opregion_present(void) { -#if defined(CONFIG_DRM_I915) || defined(CONFIG_DRM_I915_MODULE) struct pci_dev *dev = NULL; u32 address; @@ -1746,7 +1745,6 @@ static int __init intel_opregion_present(void) continue; return 1; } -#endif return 0; } diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index bd0ae69..1b05ed1 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1671,6 +1671,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = { { .id = 0x80862805, .name = "CougarPoint HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi }, { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, +{ .id = 0x80862880, .name = "CedarTrail HDMI", .patch = patch_generic_hdmi }, {} /* terminator */ }; @@ -1717,6 +1718,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862804"); MODULE_ALIAS("snd-hda-codec-id:80862805"); MODULE_ALIAS("snd-hda-codec-id:80862806"); MODULE_ALIAS("snd-hda-codec-id:808629fb"); +MODULE_ALIAS("snd-hda-codec-id:80862880"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("HDMI HD-audio codec"); -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [KERNEL] [PATCH 0/1] Additional pvr patches 2012-03-09 19:03 [KERNEL] [PATCH 0/1] Additional pvr patches kishore.k.bodke 2012-03-09 19:03 ` [KERNEL] [PATCH 1/1] Add new " kishore.k.bodke @ 2012-03-09 19:11 ` Bruce Ashfield 1 sibling, 0 replies; 3+ messages in thread From: Bruce Ashfield @ 2012-03-09 19:11 UTC (permalink / raw) To: kishore.k.bodke; +Cc: yocto On 12-03-09 02:03 PM, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke<kishore.k.bodke@intel.com> > > > Hi, > > These addtional patches enable Cedarview hdmi and acpi. > Please pull thme to the yocto/pvr branch in linux-yocto-3.0 tree. Looks fine. will Merge it shortly and send a confirmation. Bruce > > Thanks > Kishore. > > > The following changes since commit 3604d007243d3db5fea8704f78a3608862e592f9: > > yocto/pvr: integrate pvr support (2012-03-02 16:34:43 -0500) > > are available in the git repository at: > git://git.pokylinux.org/linux-yocto-2.6.37-contrib bodke/new-pvr-patch > http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=bodke/new-pvr-patch > > Kishore Bodke (1): > Add new pvr patches. Additional pvr patches related to hdmi and > acpi. > > drivers/acpi/video.c | 2 -- > sound/pci/hda/patch_hdmi.c | 2 ++ > 2 files changed, 2 insertions(+), 2 deletions(-) > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-09 19:12 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-09 19:03 [KERNEL] [PATCH 0/1] Additional pvr patches kishore.k.bodke 2012-03-09 19:03 ` [KERNEL] [PATCH 1/1] Add new " kishore.k.bodke 2012-03-09 19:11 ` [KERNEL] [PATCH 0/1] Additional " 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.