From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f169.google.com (mail-yk0-f169.google.com [209.85.160.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2ECDCE00BCD for ; Mon, 24 Mar 2014 14:34:58 -0700 (PDT) Received: by mail-yk0-f169.google.com with SMTP id 142so16289062ykq.0 for ; Mon, 24 Mar 2014 14:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=g1BeyjWf9aAcKbTPAgrfpf9AjCyrDhGbvQSTKZxpN74=; b=RlOQd3AfqXkeWn2q5avwmYdr/tbqsuAHtaQES0B2Cv24JxF/H7cFZFzr+vdP1Ac2W6 mcXpUKE77zbJVUhYrVO+P561rh+eGVhVFNKzPs3pAZwjbkr1EmcCZbVR6NDM0cIei2e6 xyg12gN4CltvV0B50YShzMhTstytPoEs/c+LZ8cbgQ3a+9hV8pNi/O60wsYgCU3NysR4 XXxjNPqVNkfR5KsjZDhqX0d1xoG4IBE8XSV/rzobdqJ9qe4N35pJkwf4aZoy1CG6chaJ gIsKQawpOZF3LDlvaqDF7j1IOGT5YMoaRsQjYushMjUtGVZFv86zAdeNLa2Tr+8W5eHC e8wQ== X-Received: by 10.236.110.131 with SMTP id u3mr5128729yhg.99.1395696897771; Mon, 24 Mar 2014 14:34:57 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id w8sm25165817yhg.8.2014.03.24.14.34.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 14:34:56 -0700 (PDT) Message-ID: <5330A4B8.90908@gmail.com> Date: Mon, 24 Mar 2014 16:33:44 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Fabio Estevam References: <1395691102-14206-1-git-send-email-rjohnweber@gmail.com> <1395691102-14206-2-git-send-email-rjohnweber@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 21:35:01 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Fabio, On 3/24/14, 3:15 PM, Fabio Estevam wrote: > Hi John, > > On Mon, Mar 24, 2014 at 4:58 PM, John Weber wrote: >> Move default kernel selection to 3.10.17 in advance of the 1.6 release, >> because currently 3.0.35_4.0.0 is broken in master. There are known issues >> with the kernel that will be resolved with community assistance. These >> include: >> >> - HDMI: Using X11 causes HDMI output to default to 1024x768 resolution >> regardless of the 'video=mxcfb...' bootarg selection. >> - HDMI, EDID: Does not work (but this did not work on 3.0.35 either). >> - Sound, SGTL5000: After POR, the codec chip works fine. However, after >> playing sound through the coded, a board soft reset or pushbutton >> reset results in a hung I2C2 bus, causing devices on i2c2 to fail >> to initialize. > I have fixed this issue already: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/soc/codecs/sgtl5000.c?id=af8ee11209e749c75eabf32b2a4ca631f396acf8 Thanks for noticing this. I did see your patches. Unfortunately, I don't think that the bug fixes you pushed resolved this particular problem. I have a local branch where I've merged a lot of the ASoC patches (starting with yours) and they didn't help. I suspect that something else is causing the codec to be naughty. > Regards, > > Fabio Estevam Thanks, John