From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753158AbcEYJ5a (ORCPT ); Wed, 25 May 2016 05:57:30 -0400 Received: from webbox1416.server-home.net ([77.236.96.61]:38340 "EHLO webbox1416.server-home.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817AbcEYJ53 (ORCPT ); Wed, 25 May 2016 05:57:29 -0400 From: Alexander Stein To: Meng Yi Cc: Stefan Agner , "dri-devel@lists.freedesktop.org" , David Airlie , "airlied@redhat.com" , "linux-kernel@vger.kernel.org" , Mark Brown Subject: Re: fsl-dcu not works on latest "drm-next" Date: Wed, 25 May 2016 11:57:16 +0200 Message-ID: <2162860.ovvuqaWfeW@ws-stein> User-Agent: KMail/4.14.10 (Linux/4.4.6-gentoo; KDE/4.14.16; x86_64; ; ) In-Reply-To: References: <1895743.ZKMIL6pEz5@ws-stein> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wednesday 25 May 2016 08:58:31, Meng Yi wrote: > > On Tuesday 24 May 2016 23:20:02, Stefan Agner wrote: > > > On 2016-05-24 19:14, Meng Yi wrote: > > > > I found that its regmap endianness issue, so I want to replace the > > > > "regmap". > > > > > > Hm, replace with what? Note that we need some kind of endianness > > > convertion since the IP is big endian on LS1021a and little endian on > > > Vybrid (vf610). > > > > Yep, regmap is required and was broken meanwhile but should be fixed now. > > See linked lkml post. > > > > > Is it maybe just an issue with regmap/the big-endian property in the > > > device tree? Maybe this thread is interesting for you: > > > https://lkml.org/lkml/2016/3/23/233 > > > > AFAICT device tree should not been changed here. The "big-endian" property > > was there fromt he beginning. > > > > > > I just tested the latest drm-next branch on Freescale/NXP > > > > ls1021a-twr, and got some log below. And fsl-dcu not works. > > > > > > > > Since "drm-next" merged some branch , use git bisect had some > > > > problem , > > > > > > > > so I manually checked out that "fsl-dcu" works at > > > > d761701c55a99598477f3cb25c03d939a7711e74 > > > > > > And not works now. some log below: > > Which commit actually broke your kernel? And where to fetch it from? Is > > your problem really caused by regmap? > > Since there are lots of merge commit, I had manually debugged that issue. > And yes, it is caused by regmap. I fetched the kernel from > git://people.freedesktop.org/~airlied/linux Commit d761701c55a99598477f3cb25c03d939a7711e74 only has one child commit in my repo. Both touch only i915 related things. Please do a proper bisect and name the offending commit. On which commit you got that backtrace BTW? >>From your backtrace I can't see anything related to regmap. Best regards, Alexander