From: Greg KH <gregkh@linuxfoundation.org>
To: Pramod Gurav <gpramod@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org,
linux-kernel@vger.kernel.org, bryanh@codeaurora.org,
sboyd@codeaurora.org, jslaby@suse.cz
Subject: Re: [PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers
Date: Tue, 28 Apr 2015 13:26:28 +0200 [thread overview]
Message-ID: <20150428112628.GA8228@kroah.com> (raw)
In-Reply-To: <1428668396-6955-1-git-send-email-gpramod@codeaurora.org>
On Fri, Apr 10, 2015 at 05:49:54PM +0530, Pramod Gurav wrote:
> The bit masks for RFR_LEVEL1 and STALE_TIMEOUT_MSB values in MR1 and
> IPR registers respectively are different for UART and UART_DM hardware
> cores. We have been using UART core mask values for these. Add the same
> for UART_DM core.
>
> There is no bit setting as UART_IPR_RXSTALE_LAST for UART_DM core so do
> it only for UART core.
>
> Signed-off-by: Pramod Gurav <gpramod@codeaurora.org>
> ---
> Changes since v2:
>
> - Changed the sequnce of code to avoid duplication of code.
>
> drivers/tty/serial/msm_serial.c | 26 ++++++++++++++++++++------
> drivers/tty/serial/msm_serial.h | 2 ++
> 2 files changed, 22 insertions(+), 6 deletions(-)
I only have patch 1/3 in my inbox, please resend all of them, not just
individual ones you have redone, as that makes it impossible to keep
track of patches in series.
thanks,
greg k-h
prev parent reply other threads:[~2015-04-28 11:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 12:19 [PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers Pramod Gurav
2015-04-10 12:19 ` [PATCH v3 2/3] tty: serial: msm: Remove duplicate operations on clocks in startup/shutdown Pramod Gurav
2015-04-10 18:03 ` Stephen Boyd
2015-04-29 15:45 ` Pramod Gurav
2015-05-07 23:34 ` Stephen Boyd
2015-04-10 12:19 ` [PATCH v3 3/3] tty: serial: msm: replaces (1 << x) with BIT(x) macro Pramod Gurav
2015-04-10 12:33 ` Fabio Estevam
2015-05-07 23:37 ` Stephen Boyd
2015-04-10 17:57 ` [PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers Stephen Boyd
2015-04-28 11:26 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150428112628.GA8228@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=bryanh@codeaurora.org \
--cc=gpramod@codeaurora.org \
--cc=jslaby@suse.cz \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).