From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbdIEHKV (ORCPT ); Tue, 5 Sep 2017 03:10:21 -0400 Received: from mail-io0-f174.google.com ([209.85.223.174]:38007 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbdIEHKP (ORCPT ); Tue, 5 Sep 2017 03:10:15 -0400 X-Google-Smtp-Source: ADKCNb4L+2BJDRDaQ6lqh6yqT83aariVnyn14bxWOZkc235zcXIMBTekpSAxRAlxFnQmTpjyw2z4+Q== Message-ID: <1504595408.7626.9.camel@gmail.com> Subject: Re: [PATCH v2] drivers/mailbox: Add Aspeed mailbox driver From: Cyril Bur To: Greg KH Cc: Jassi Brar , Linux Kernel Mailing List , openbmc@lists.ozlabs.org, Joel Stanley Date: Tue, 05 Sep 2017 17:10:08 +1000 In-Reply-To: <20170905062510.GA16418@kroah.com> References: <20170207233623.18737-1-cyrilbur@gmail.com> <1504509469.4080.6.camel@gmail.com> <1504568239.7626.1.camel@gmail.com> <20170905062510.GA16418@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-09-05 at 08:25 +0200, Greg KH wrote: > On Tue, Sep 05, 2017 at 09:37:19AM +1000, Cyril Bur wrote: > > On Mon, 2017-09-04 at 20:13 +0530, Jassi Brar wrote: > > > On Mon, Sep 4, 2017 at 12:47 PM, Cyril Bur wrote: > > > > Hi, > > > > > > > > I haven't heard anything about this driver. I'm trying to interpret if > > > > the silence is because there is something fundamentally wrong with the > > > > driver or is it because it doesn't use any of the mailbox > > > > infrastructure it is being ignored. > > > > > > > > > > Its the latter. > > > > Great! Thanks for your response, I'll resend it under char/misc. > > Wait, no, please use the mailbox infrastructure for this, making a > one-off char/misc driver isn't ok when there is a framework for you to > use. > Thanks very much for your response. Yes you're absolutely correct, I'll send it to drivers/mailbox. I look forward to working more closely with Jassi. I'll be sure to fully and completely exploit all the features of this mailbox framework. Looking forward to continued development, Thanks very much to all involved, Cyril > thanks, > > greg k-h