[oe-commits] [openembedded-core] 21/23: linux-yocto/4.4: BXT enablement

git at git.openembedded.org git at git.openembedded.org
Thu Apr 14 09:59:27 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit d975f36c3564ca1c0cd94d91247e952a6bb62207
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Wed Apr 13 12:12:11 2016 -0400

    linux-yocto/4.4: BXT enablement
    
    ASoC HDMI audio backports + mmc fixes backports + misc enablement
    changes (all backports):
    
    db28bb1e7a68 async: export current_is_async()
    e89355d51cc4 PM / runtime: Add new helper for conditional usage count incrementation
    dcf8de0931b1 ALSA: hda - hdmi defer to register acomp eld notifier
    da1bcdb4415e ALSA: hda - Allow i915 binding later in codec driver
    fb95901a1724 ALSA: hda - Enable audio component for old Intel PCH devices
    0a082020f0c4 ALSA: hda - Autosuspend controller after probe even if codecs are already suspended
    7f7608752b37 ALSA: hda - hdmi add wmb barrier for audio component
    7a32403bb06f ALSA: hdac: add snd_hdac_ext_bus_link_power_up_all
    0d593c9fcf75 ALSA: hdac: Add support for hda DMA Resume capability
    e453b7e42563 ALSA: hdac: structure definition for ext_dma_params
    da5b15cea3a0 drm/edid: Add API to help find connection type
    723224e90dfe ASoC: hdac_hdmi: Fix codec power state in S3 during playback
    006d407c400d ASoC: hdac_hdmi: Fix to use dev_pm ops instead soc pm
    149316f63e17 ASoC: hdac_hdmi: Add broxton device ID
    f94dc80e4ac5 ASoC: hdac_hdmi: Fix infoframe programming
    623b2f9b33f1 ASoC: hdac_hdmi: Add PM support
    9d0c9e8114f8 ASoC: hdac_hdmi: Fix to reconfigure registers in runtime resume
    4afb4f7a3760 ASoC: hdac_hdmi: Don't fail in dai startup to make userland happy
    ec497d3f13c3 ASoC: hdac_hdmi: Enable playback on all enumerated ports
    d94da5c4fe3b ASoC: hdac_hdmi: Apply constraints based on ELD
    401a43cac5a4 ASoC: hdac_hdmi: Fix to wait for D3 before powering off codec
    69fd08bfd8a8 ASoC: hdac_hdmi: Fix to keep codec power active during enumeration.
    fe945a86a8c8 ASoC: hdac_hdmi: Fix possible memory leak in hw_params
    2e2a20f383c4 ASoC: hdac_hdmi: Remove 'edev' NULL check
    9f781dd80b54 ASoC: hdac_hdmi: Add infoframe support for dp audio
    b8110510884a ASoC: hdac_hdmi: Add jack reporting
    1cdebc2d6e78 ASoC: hdac_hdmi: Create widget/route based on nodes enumerated
    73b4b1dc5b63 ASoC: hdac_hdmi: create dais based on number of cvts
    e59b34525953 ASoC: hdac_hdmi: Enable DP1.2 and all converters/pins
    760989e722ef ASoC: hdac_hdmi: Add hotplug notification and read ELD
    30364a5601ae ASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist
    2764583d744e ASoC: hdac_hdmi: Use list to add pins and converters
    9458ca02aa7e ASoC: hdac_hdmi: Fix to warn instead of err for no connected nids
    477a88699c5e ASoC: hdac_hdmi: Fix to check num nodes correctly
    acdc6421f720 ASoC: hdac_hdmi: use dev_to_hdac_dev and to_ehdac_device
    bd4ba9cdf188 ASoC: hdac_hdmi: check error return
    b6898f18eaca ASoC: hdac_hdmi: fix possible NULL dereference
    4836a9c5bc4e ASoC: hdac_hdmi: Use i915 component framework for PM
    c70f3eab8f81 ASoC: hdac_hdmi: Setup and start infoframe
    f0f09f63f4f5 ASoC: hdac_hdmi: Add hdac hdmi dai ops
    4bab2c42e58a ASoC: hdac_hdmi: Add PM support for HDMI
    d1237b8c1a21 ASoC: hdac-hdmi: Add hdmi driver
    0e0a7bb86eb8 mei: me: add broxton pci device ids
    2af333b2beee usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
    7ae2e3bce771 dmaengine: idma64: set maximum allowed segment size for DMA
    53e822a3c638 dmaengine: idma64: drop IRQ enable / disable in handler
    97e4071b6885 spi: pxa2xx: Fix too early chipselect deassert
    46cc317c74dd i2c: designware: remove redundant lock
    03a6b1c85e0a i2c: designware: Prevent runtime suspend during adapter registration
    d5da4042ad5b mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
    c3d97cf9fe19 mmc: sdhci-pci: Do not set DMA mask in enable_dma()
    f20ad778b58e mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
    ca9a77c6869b mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
    74982dc84940 mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
    8017269a25bf mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
    b532b30c3e41 mmc: sdhci: Allow override of get_cd() called from sdhci_request()
    9e96c0c00221 mmc: sdhci: Allow override of mmc host operations
    0148b3601f29 gpio-pca953x: fix the "drive" property cannot read/write
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb   |  2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb |  2 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb      | 16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 9ae4174..eb830ef 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-SRCREV_machine ?= "d5a75e64945b378d22b136d8c33a1e9120c3bbb9"
+SRCREV_machine ?= "328830680bc35257c83fc400d9d8e2ae94d86f77"
 SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index b6a5fea..00bdcf7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
+SRCREV_machine ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
 SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 8a9e671..76d45f7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "a1201019dd589ee33964da46a8402c7e00133ee2"
-SRCREV_machine_qemuarm64 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
-SRCREV_machine_qemumips ?= "2f8a14c3f7c6372b00bfa4fea186f277d8125963"
-SRCREV_machine_qemuppc ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
-SRCREV_machine_qemux86 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
-SRCREV_machine_qemux86-64 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
-SRCREV_machine_qemumips64 ?= "b65cb9e6c3ed6e8f97150d4de0f651c7cd1c4fdf"
-SRCREV_machine ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
+SRCREV_machine_qemuarm ?= "d0dae8a98254e7ddd8d9be107e33c3a492bccdae"
+SRCREV_machine_qemuarm64 ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
+SRCREV_machine_qemumips ?= "9024e9c842557e258a88470f8b1a772df18d9813"
+SRCREV_machine_qemuppc ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
+SRCREV_machine_qemux86 ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
+SRCREV_machine_qemux86-64 ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
+SRCREV_machine_qemumips64 ?= "88fb42ec863d20ccde57dd35da06d6221cfb4c03"
+SRCREV_machine ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
 SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list