Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbdHSSDi (ORCPT ); Sat, 19 Aug 2017 14:03:38 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:6904 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751337AbdHSSDf (ORCPT ); Sat, 19 Aug 2017 14:03:35 -0400 From: To: , , , , , , , , , , , , , , CC: , , , , , Sean Wang Subject: [PATCH v2 0/2] Date: Sun, 20 Aug 2017 02:03:28 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 30 From: Sean Wang Since v2: - reusing 8250_of since the original driver has almost the same logic This patchset introduces the support for MediaTek BTIF controller. MediaTek BTIF controller is the serial interface similar to UART but it works only as the digital device which is mainly used to communicate with the connectivity module also called CONNSYS inside the SoC which could be mostly found on those MediaTek SoCs with Bluetooth feature. And the controller is made as being compatible with the 8250 register layout so it tends to be integrated with existing 8250 core driver and have no requirement for the modem configuration additionally such as the baud rate calculation and assignment. Sean Wang (2): dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23 SoC Documentation/devicetree/bindings/serial/8250.txt | 3 +++ drivers/tty/serial/8250/8250_of.c | 2 ++ drivers/tty/serial/8250/8250_port.c | 8 ++++++++ include/uapi/linux/serial_core.h | 3 +++ 4 files changed, 16 insertions(+) -- 2.7.4