Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933671AbaFRD3z (ORCPT ); Tue, 17 Jun 2014 23:29:55 -0400 Received: from mail-qa0-f54.google.com ([209.85.216.54]:54635 "EHLO mail-qa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933398AbaFRD3y (ORCPT ); Tue, 17 Jun 2014 23:29:54 -0400 MIME-Version: 1.0 In-Reply-To: <1402954800-28215-4-git-send-email-dianders@chromium.org> References: <1402954800-28215-1-git-send-email-dianders@chromium.org> <1402954800-28215-4-git-send-email-dianders@chromium.org> Date: Tue, 17 Jun 2014 20:29:53 -0700 X-Google-Sender-Auth: B9MV7uS1ldb6YCLmpjH9xBLCjfc Message-ID: Subject: Re: [PATCH 03/10] mfd: cros_ec: Allow static din/dout buffers with cros_ec_register() From: Simon Glass To: Doug Anderson Cc: Lee Jones , Andrew Bresticker , Stephen Warren , Olof Johansson , Sonny Rao , linux-samsung-soc , Javier Martinez Canillas , Bill Richardson , Wolfram Sang , Mark Brown , Samuel Ortiz , lk 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 16 June 2014 14:39, Doug Anderson wrote: > From: Bill Richardson > > The lower-level driver may want to provide its own buffers. If so, > there's no need to allocate new ones. This already happens to work > just fine (since we check for size of 0 and use devm allocation), but > it's good to document it. > > [dianders: Resolved conflicts; documented that no code changes needed > on mainline] > > Signed-off-by: Bill Richardson > Signed-off-by: Doug Anderson Reviewed-by: Simon Glass -- 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/