From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-185.synserver.de ([212.40.185.185]:1062 "EHLO smtp-out-184.synserver.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754295Ab3HEHYO (ORCPT ); Mon, 5 Aug 2013 03:24:14 -0400 Message-ID: <51FF5041.1020609@metafoo.de> Date: Mon, 05 Aug 2013 09:12:01 +0200 From: Lars-Peter Clausen MIME-Version: 1.0 Subject: Re: [alsa-devel] [PATCH v2 1/2] ASoC: fsl: Add S/PDIF CPU DAI driver References: <1375682965-3116-1-git-send-email-b42378@freescale.com> <1375682965-3116-2-git-send-email-b42378@freescale.com> In-Reply-To: <1375682965-3116-2-git-send-email-b42378@freescale.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org To: Nicolin Chen Cc: broonie@kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, timur@tabi.org, rob.herring@calxeda.com List-ID: On 08/05/2013 08:09 AM, Nicolin Chen wrote: > This patch add S/PDIF controller driver for Freescale SoC. > > Reviewed-by: Lars-Peter Clausen You are supposed to only add tags (Acked-by, Reviewed-by, Signed-off-by, etc.) for other people if they have explicitly said they are OK with it. Reviewed-by means that the person has looked at the current patch and thinks it looks good, not that the person has commented on a previous version of the patch. > Signed-off-by: Nicolin Chen [...]