Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414145
| Path | csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andy Gross <andy.gross@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] tty: serial: msm: Move header file into driver |
| Date | Sun, 05 Jun 2016 21:10:02 +0200 |
| Message-ID | <rGLAS-2kr-17@gated-at.bofh.it> (permalink) |
| References | <rxNix-371-3@gated-at.bofh.it> <rxNix-371-1@gated-at.bofh.it> |
| X-Original-To | Stephen Boyd <sboyd@codeaurora.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Lim1zMZ1elgAUlRMjsXu2eoZxBjYvFZvnM4bZ+BCsf8=; b=FQ+s5p+gKYzjeUNjOqpamOcyYjfqmy1kVBwteMpNX6WrYDNhO5QdKtAtcxAR4mJACP 2iPqKIcbJMpF2mmoJUmcIqVEO1gkBHLt9lQ/duDhc3wVHqAoqcvoB8CFjX9DBDUdblpE 2FLi6IdtkAsLkSUpQTyrTADm56lzS3SzBC4k4= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Lim1zMZ1elgAUlRMjsXu2eoZxBjYvFZvnM4bZ+BCsf8=; b=IExiOeE28h8aV5gIgwUtIsEsenaUJUbNVEmqPjOqHPfi9+kN2tSo3jiLm9bPG3IBE5 H+1iJeD1mCGZEZ2EWnZ+nfUxcNK7ckfYEvk8Z4vtE8FOEGxMZvY5/EglhWm/pG/OqlcJ +2yy7JK+uAGt9qz40XJN7AjLq/SO+t559GVlp4l6bUIhIJ7BF0FjX7JYr6TkCDyo2PY7 JkmfX2T0v6mg38vB+sHuid/67WToS7I6pdrkYVMF8zObtbWBePBQrpmkTtQvHf7a+VpJ 8PawsF6jBFlPjKO3UkjypbFXYz+iBMCZy+dPtjs7xjD+b9ailVBPf3dHeTmTcKO4Tx7W 2rFg== |
| X-Gm-Message-State | ALyK8tKJruV+cRQuRXptQFGfN/3wFU5PrlaR+rnBr2OueDrmzcDLP36avmynHBbfgqPNhEqP |
| X-Received | by 10.202.198.11 with SMTP id w11mr397211oif.162.1465153415768; Sun, 05 Jun 2016 12:03:35 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23.1 (2014-03-12) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 11 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Pramod Gurav <pramod.gurav@linaro.org> |
| X-Original-Date | Sun, 5 Jun 2016 14:03:34 -0500 |
| X-Original-Message-ID | <20160605190334.GG13357@hector.attlocal.net> |
| X-Original-References | <20160512010228.21548-1-sboyd@codeaurora.org> <20160512010228.21548-2-sboyd@codeaurora.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1414145 |
Show key headers only | View raw
On Wed, May 11, 2016 at 06:02:26PM -0700, Stephen Boyd wrote: > This header file is only used by the driver, so let's merge the > two together to reduce files and make it easier to see the whole > driver without flipping through two files. This also makes it > easier to use the structures defined in msm_serial.c in the > functions that are defined in msm_serial.h by placing them in the > proper locations. > > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Andy Gross <andy.gross@linaro.org>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/3] tty: serial: msm: Move header file into driver Andy Gross <andy.gross@linaro.org> - 2016-06-05 21:10 +0200
csiph-web