From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/4] mailbox: mailbox-test: fix the compatible string Date: Fri, 12 Feb 2016 10:49:21 -0600 Message-ID: <20160212164921.GA12898@rob-hp-laptop> References: <1455210808-29395-1-git-send-email-sudeep.holla@arm.com> <1455210808-29395-3-git-send-email-sudeep.holla@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1455210808-29395-3-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sudeep Holla Cc: Lee Jones , Jassi Brar , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Feb 11, 2016 at 05:13:26PM +0000, Sudeep Holla wrote: > Underscores are usually forbidden in the compatible strings. So lets > remove it before the first users of this is seen. > > Cc: Jassi Brar > Cc: Lee Jones > Signed-off-by: Sudeep Holla > --- > Documentation/devicetree/bindings/mailbox/sti-mailbox.txt | 2 +- > drivers/mailbox/mailbox-test.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751501AbcBLQt1 (ORCPT ); Fri, 12 Feb 2016 11:49:27 -0500 Received: from mail.kernel.org ([198.145.29.136]:37175 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118AbcBLQtZ (ORCPT ); Fri, 12 Feb 2016 11:49:25 -0500 Date: Fri, 12 Feb 2016 10:49:21 -0600 From: Rob Herring To: Sudeep Holla Cc: Lee Jones , Jassi Brar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] mailbox: mailbox-test: fix the compatible string Message-ID: <20160212164921.GA12898@rob-hp-laptop> References: <1455210808-29395-1-git-send-email-sudeep.holla@arm.com> <1455210808-29395-3-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455210808-29395-3-git-send-email-sudeep.holla@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2016 at 05:13:26PM +0000, Sudeep Holla wrote: > Underscores are usually forbidden in the compatible strings. So lets > remove it before the first users of this is seen. > > Cc: Jassi Brar > Cc: Lee Jones > Signed-off-by: Sudeep Holla > --- > Documentation/devicetree/bindings/mailbox/sti-mailbox.txt | 2 +- > drivers/mailbox/mailbox-test.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring