From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754229AbaIZIik (ORCPT ); Fri, 26 Sep 2014 04:38:40 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:63014 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752875AbaIZIii (ORCPT ); Fri, 26 Sep 2014 04:38:38 -0400 MIME-Version: 1.0 In-Reply-To: <1411575342-31048-12-git-send-email-vinod.koul@intel.com> References: <1411575342-31048-1-git-send-email-vinod.koul@intel.com> <1411575342-31048-12-git-send-email-vinod.koul@intel.com> Date: Fri, 26 Sep 2014 10:38:38 +0200 Message-ID: Subject: Re: [PATCH 11/27] mfd: ab8500-gpadc: use pm_runtime_last_busy_and_autosuspend helper From: Linus Walleij To: Vinod Koul Cc: "linux-kernel@vger.kernel.org" , subhransu.s.prusty@intel.com, Samuel Ortiz , Lee Jones , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 24, 2014 at 6:15 PM, Vinod Koul wrote: > Use the new pm_runtime_last_busy_and_autosuspend helper instead of open > coding the same code > > Signed-off-by: Vinod Koul Acked-by: Linus Walleij Yours, Linus Walleij