From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932111AbcELBCc (ORCPT ); Wed, 11 May 2016 21:02:32 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34591 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751563AbcELBCb (ORCPT ); Wed, 11 May 2016 21:02:31 -0400 From: Stephen Boyd To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Pramod Gurav Subject: [PATCH 0/3] msm_serial cleanups Date: Wed, 11 May 2016 18:02:25 -0700 Message-Id: <20160512010228.21548-1-sboyd@codeaurora.org> X-Mailer: git-send-email 2.8.2.311.gee88674 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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