Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1399622

[PATCH 0/3] msm_serial cleanups

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] msm_serial cleanups
Date 2016-05-12 03:10 +0200
Message-ID <rxNix-371-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] msm_serial cleanups Stephen Boyd <sboyd@codeaurora.org> - 2016-05-12 03:10 +0200
  [PATCH 3/3] tty: serial: msm: Cleanup include usage Stephen Boyd <sboyd@codeaurora.org> - 2016-05-12 03:10 +0200
  [PATCH 2/3] tty: serial: msm: Only configure MND registers on hw that has it Stephen Boyd <sboyd@codeaurora.org> - 2016-05-12 03:10 +0200

csiph-web