From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932973Ab2FEKZq (ORCPT ); Tue, 5 Jun 2012 06:25:46 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:64352 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754880Ab2FEKZp (ORCPT ); Tue, 5 Jun 2012 06:25:45 -0400 MIME-Version: 1.0 X-Originating-IP: [93.172.31.133] In-Reply-To: <4FCD272E.1020300@codeaurora.org> References: <1338017791-9442-1-git-send-email-ohad@wizery.com> <1338017791-9442-2-git-send-email-ohad@wizery.com> <4FC5DD74.4030202@codeaurora.org> <4FCD272E.1020300@codeaurora.org> From: Ohad Ben-Cohen Date: Tue, 5 Jun 2012 13:25:24 +0300 Message-ID: Subject: Re: [PATCH 2/2] remoteproc: remove the now-redundant kref To: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fernando Guzman Lugo 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 On Tue, Jun 5, 2012 at 12:22 AM, Stephen Boyd wrote: > Option 1 is nicer and it also follows the model other subsystems have > put forth such as the input subsystem. Sounds good, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: ohad@wizery.com (Ohad Ben-Cohen) Date: Tue, 5 Jun 2012 13:25:24 +0300 Subject: [PATCH 2/2] remoteproc: remove the now-redundant kref In-Reply-To: <4FCD272E.1020300@codeaurora.org> References: <1338017791-9442-1-git-send-email-ohad@wizery.com> <1338017791-9442-2-git-send-email-ohad@wizery.com> <4FC5DD74.4030202@codeaurora.org> <4FCD272E.1020300@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 5, 2012 at 12:22 AM, Stephen Boyd wrote: > Option 1 is nicer and it also follows the model other subsystems have > put forth such as the input subsystem. Sounds good, thanks!