From: Matthew Howell <matthew.howell@sealevel.com>
To: "andy.shevchenko@gmail.com" <andy.shevchenko@gmail.com>
Cc: "linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>,
Darren Beeson <darren.beeson@sealevel.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
Jeff Baldwin <jeff.baldwin@sealevel.com>,
Ryan Wenglarz <ryan.wenglarz@sealevel.com>,
"5dd9f8b0c1dc154c73fb883cb948768ae68d1ccb.camel@sealevel.com"
<5dd9f8b0c1dc154c73fb883cb948768ae68d1ccb.camel@sealevel.com>
Subject: Re: [PATCH V2] serial: exar: Preserve FCTR[5] bit in pci_xr17v35x_setup()
Date: Tue, 9 Apr 2024 13:01:00 +0000 [thread overview]
Message-ID: <ddd5d277dad10667bf47d01141b667f320e8ce78.camel@sealevel.com> (raw)
In-Reply-To: <ZdaAI4uZ1Byx2cWs@surfacebook.localdomain>
On Thu, 2024-02-22 at 00:58 +0200, andy.shevchenko@gmail.com wrote:
> Wed, Feb 21, 2024 at 09:16:46PM +0000, Matthew Howell kirjoitti:
> > Allows the use of the EN485 hardware pin by preserving the value of
> > FCTR[5] in pci_xr17v35x_setup().
> >
> > Per the XR17V35X datasheet, the EN485 hardware pin works by setting
> > FCTR[5] when the pin is active. pci_xr17v35x_setup() prevented the use
> > of EN485 because it overwrote the FCTR register.
>
> First of all, please avoid In-Reply-to: for the new versions of the change,
> i.o.w. new version — new email thread.
>
Apologies, I didn't mean to do so. I had created the response from a
"reply-all" in my email client and thought manually removing the in-
reply-to would be sufficient to create a new email instead, but it seems
the email client tried to be "smart" and kept the in-reply-to anyway.
> Second, the above commit message sounds like a fix. Does it deserve Fixes tag?
>
Yes, I believe so. I had considered adding that and don't recall why I
decided to leave it off.
> ...
>
> > unsigned int baud = 7812500;
> > u8 __iomem *p;
> > int ret;
> > + u8 en485mask;
>
> Please, preserve reversed xmas tree order.
>
> unsigned int baud = 7812500;
> u8 __iomem *p;
> u8 en485mask;
> int ret;
>
I will resubmit with these suggestions in mind.
P.S: Sorry for the late response, for some reason this didn't make it to
my mailbox and I was only just made aware of your response.
next prev parent reply other threads:[~2024-04-09 13:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 21:06 [PATCH V1] serial: exar: Preserve FCTR[5] bit in pci_xr17v35x_setup() Matthew Howell
2024-02-21 21:16 ` [PATCH V2] " Matthew Howell
2024-02-21 22:58 ` andy.shevchenko
2024-04-09 13:01 ` Matthew Howell [this message]
2024-04-08 13:11 ` Matthew Howell
2024-04-08 14:56 ` gregkh
2024-04-09 12:33 ` Matthew Howell
2024-04-08 16:48 ` Ilpo Järvinen
2024-04-08 17:25 ` Ilpo Järvinen
2024-04-08 20:27 ` Matthew Howell
2024-04-10 13:49 ` Ilpo Järvinen
2024-04-10 16:20 ` Matthew Howell
2024-04-11 8:27 ` Ilpo Järvinen
2024-04-11 17:01 ` Matthew Howell
2024-04-11 20:44 ` Matthew Howell
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=ddd5d277dad10667bf47d01141b667f320e8ce78.camel@sealevel.com \
--to=matthew.howell@sealevel.com \
--cc=5dd9f8b0c1dc154c73fb883cb948768ae68d1ccb.camel@sealevel.com \
--cc=andy.shevchenko@gmail.com \
--cc=darren.beeson@sealevel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jeff.baldwin@sealevel.com \
--cc=linux-serial@vger.kernel.org \
--cc=ryan.wenglarz@sealevel.com \
/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