All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] msm_serial cleanups
@ 2016-05-12  1:02 ` Stephen Boyd
  0 siblings, 0 replies; 14+ messages in thread
From: Stephen Boyd @ 2016-05-12  1:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, linux-serial,
	Pramod Gurav

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] 14+ messages in thread

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

Thread overview: 14+ 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 ` Stephen Boyd
2016-05-12  1:02 ` [PATCH 1/3] tty: serial: msm: Move header file into driver Stephen Boyd
2016-05-12  1:02   ` Stephen Boyd
2016-06-05 19:03   ` Andy Gross
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-05-12  1:02   ` Stephen Boyd
2016-06-05 19:04   ` Andy Gross
2016-06-05 19:04     ` Andy Gross
2016-05-12  1:02 ` [PATCH 3/3] tty: serial: msm: Cleanup include usage Stephen Boyd
2016-05-12  1:02   ` Stephen Boyd
2016-06-05 19:05   ` Andy Gross
2016-06-05 19:05     ` Andy Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.