From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751767AbcGRLAu (ORCPT ); Mon, 18 Jul 2016 07:00:50 -0400 Received: from smtp.math.uni-bielefeld.de ([129.70.45.10]:42306 "EHLO smtp.math.uni-bielefeld.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbcGRLAs (ORCPT ); Mon, 18 Jul 2016 07:00:48 -0400 Subject: Re: [PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies) To: Marek Szyprowski , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Joerg Roedel , Inki Dae , Kukjin Kim , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , "Rafael J. Wysocki" , Ulf Hansson , Mark Brown , Greg Kroah-Hartman References: <1466144820-6286-1-git-send-email-m.szyprowski@samsung.com> <5787B2B0.9020809@math.uni-bielefeld.de> <5788E352.3040801@math.uni-bielefeld.de> From: Tobias Jakobi Message-ID: <578CB6DB.90608@math.uni-bielefeld.de> Date: Mon, 18 Jul 2016 13:00:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Marek, Marek Szyprowski wrote: > Hi Tobias, > > > On 2016-07-15 15:21, Tobias Jakobi wrote: >> Tobias Jakobi wrote: >>> Hello Marek, >>> >>> I've tested the patchset on 4.7-rc7 and noticed that it breaks reboot on >>> my ODROID-X2. >>> >>> Going to check where exactly things break. >> Sadly it's the last patch where everything comes together: >> "iommu/exynos: Add proper runtime pm support" >> >> I still have to check if forcing runpm status to 'on' makes a >> difference. I suspect that the aggressive clock gating might be the >> reason? > > Thanks for testing. I will check this issue. Could you send me your > .config? This is the config I'm currently using: https://github.com/tobiasjakobi/odroid-environment/blob/master/sourcecode/system/vanilla-4.7-debug.conf Do you think checking this with no_console_suspend makes sense? - Tobias > > Best regards