Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756278Ab3HHDHW (ORCPT ); Wed, 7 Aug 2013 23:07:22 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:54218 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756014Ab3HHDHT (ORCPT ); Wed, 7 Aug 2013 23:07:19 -0400 MIME-Version: 1.0 In-Reply-To: References: <1373972146-12133-1-git-send-email-sonic.adi@gmail.com> Date: Thu, 8 Aug 2013 11:07:17 +0800 Message-ID: Subject: Re: [PATCH 1/3] pinctrl: ADI PIN control driver for the GPIO controller on bf54x and bf60x. From: Sonic Zhang To: Linus Walleij Cc: Grant Likely , Steven Miao , LKML , adi-buildroot-devel@lists.sourceforge.net, Sonic Zhang Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1610 Lines: 44 Hi Linus, On Thu, Aug 8, 2013 at 2:56 AM, Linus Walleij wrote: > On Thu, Aug 1, 2013 at 9:31 AM, Sonic Zhang wrote: >> On Tue, Jul 30, 2013 at 12:47 AM, Linus Walleij >> wrote: >>> On Fri, Jul 26, 2013 at 6:57 AM, Sonic Zhang wrote: >>> >>>> Could you please comment on this patch set? It is based on your former comments. >>> >>> I'll get to it. I'm pretty choked right now and actually trying to have >>> some vacation at the same time. >>> >>> In the meantime, after glancing over and noting prolific use of the >>> unlikely() macro, please read the following articles: >>> http://lwn.net/Articles/70473/ >>> http://lwn.net/Articles/420019/ >>> >> >> These articles say the directives should be rarely used. Do you >> suggest to remove them from the patch? > > I think so? Or can you make a case for them being in > a critical path, like have you run a profiler (such as perf) > on the code and come to the conclusion that it's really > needed for performance? In that case, spell it out in the > patch description. > I don't have a profiler data. These directives are from the legacy blackfin gpio driver based on developer's estimation. Removing it in next patch set is fine to me. In addition, do you have time to review the whole patch now? Thanks Sonic -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/