From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758908AbbIDLEK (ORCPT ); Fri, 4 Sep 2015 07:04:10 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:58149 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752594AbbIDLEI (ORCPT ); Fri, 4 Sep 2015 07:04:08 -0400 Message-ID: <55E97A7E.8010308@ti.com> Date: Fri, 4 Sep 2015 16:33:26 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , Subject: Re: [PATCH 0/4] omap: Fix broken address translation for pbias References: <1441279673-28105-1-git-send-email-kishon@ti.com> <20150903151005.GU4215@atomide.com> In-Reply-To: <20150903151005.GU4215@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On Thursday 03 September 2015 08:40 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [150903 04:31]: >> pbias device stopped having memory resource after >> "ARM: dts: : add minimal l4 bus layout with control module >> support" got merged. This results in platform_get_resource returning >> -EINVAL in pbias driver. This is because address translation fails >> while trying to convert the address to resource which happens >> during the device creation process during boot up. >> >> Even though after [1], reg property in pbias dt node is un-used, >> it might be an issue if we plan to use it at a later point of time. >> >> Patch series is created on top of [1]. >> >> [1] -> https://lkml.org/lkml/2015/9/3/51 >> >> Verified the address in omap4 panda, omap5 uevm and dra72 boards. > > Your other series is obviously needed for v4.3.. But seems these > are also needed for stable? If so, which versions, v4.2+? Both the series are needed from v4.1+. However since the 'reg' property is not going to be used, I'm not sure if this series has to be marked for stable. > > Can you please just do a single patch with multiple Fixes tags > as they fix regression for multiple commits? Doing tons of one > liner patches for the same thing just creates commit log noise.. Sure. > > Remember to not Cc stable when posting, I'll add that tag when > committing if needed. Sure. Thanks Kishon