linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] msm_serial cleanups
@ 2016-05-12  1:02 Stephen Boyd
  2016-05-12  1:02 ` [PATCH 1/3] tty: serial: msm: Move header file into driver Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stephen Boyd @ 2016-05-12  1:02 UTC (permalink / raw)
  To: linux-arm-kernel

This is a small set of three patches that mostly gets rid
of the header file and protects us from a bad uartclk setting
if the stars align improperly (so far they haven't). I also
cleaned up the includes to protect us from any include
update fallout.

Stephen Boyd (3):
  tty: serial: msm: Move header file into driver
  tty: serial: msm: Only configure MND registers on hw that has it
  tty: serial: msm: Cleanup include usage

 drivers/tty/serial/msm_serial.c | 189 +++++++++++++++++++++++++++++++++++++---
 drivers/tty/serial/msm_serial.h | 184 --------------------------------------
 2 files changed, 179 insertions(+), 194 deletions(-)
 delete mode 100644 drivers/tty/serial/msm_serial.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-05 19:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12  1:02 [PATCH 0/3] msm_serial cleanups Stephen Boyd
2016-05-12  1:02 ` [PATCH 1/3] tty: serial: msm: Move header file into driver Stephen Boyd
2016-06-05 19:03   ` Andy Gross
2016-05-12  1:02 ` [PATCH 2/3] tty: serial: msm: Only configure MND registers on hw that has it Stephen Boyd
2016-06-05 19:04   ` Andy Gross
2016-05-12  1:02 ` [PATCH 3/3] tty: serial: msm: Cleanup include usage Stephen Boyd
2016-06-05 19:05   ` Andy Gross

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).