From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 423A0E0073C for ; Tue, 25 Mar 2014 10:48:32 -0700 (PDT) Received: by mail-ve0-f175.google.com with SMTP id oz11so955548veb.34 for ; Tue, 25 Mar 2014 10:48:32 -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=omZRER2zO4ODBDJg07+zv93Guewi2CFtgIp5WA3mA7w=; b=vZ9xu5d/ovjrMheRLt51zainDrf7gv6Kl+FZN3J0sa4Df/ahqfLbTL8Y/rZP8tPRWJ 6gQY0mPhjwsYIuvN6R72Fx0TOBeSXlq2P6kotu0+pjsxzRDbry9/6DU651zhd2yEcn6T IyBF7KzpD2Afu2BiMyEZDi7//3sW1J7N4lVID/7F87gdUgYEmHz2dbXwNR4YcMKJ7jn9 zjuks6/EewdoiUw4Hhd1ef5FdDOVQOlQnffwOBmBdq4VWkfI9yErCfZpbAgHk4EryY0X RbOf6j2pNF0HNDxQxtVdH+RFZI5rRA1WZXlXXxs0CBrdga8pF6A136EOrViW2QgPpSMg Vcdw== X-Received: by 10.58.248.5 with SMTP id yi5mr157515vec.42.1395769712338; Tue, 25 Mar 2014 10:48:32 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id bl6sm33503373vdd.20.2014.03.25.10.48.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 10:48:31 -0700 (PDT) Message-ID: <5331C121.2020202@gmail.com> Date: Tue, 25 Mar 2014 12:47:13 -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: Tue, 25 Mar 2014 17:48:33 -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 > > Regards, > > Fabio Estevam Thanks for your help with this. I was able to make the correct changes this time and fixed the problem. Just sent a v2. John