From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751682AbdLAQhj (ORCPT ); Fri, 1 Dec 2017 11:37:39 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:23354 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235AbdLAQhd (ORCPT ); Fri, 1 Dec 2017 11:37:33 -0500 From: Ludovic Barre To: Greg Kroah-Hartman , Jiri Slaby , Rob Herring CC: Maxime Coquelin , Alexandre Torgue , , , , , Ludovic Barre Subject: [PATCH 0/2] serial: stm32: fix name conflict Date: Fri, 1 Dec 2017 17:36:49 +0100 Message-ID: <1512146211-29086-1-git-send-email-ludovic.Barre@st.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.48.0.237] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-01_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ludovic Barre This patch series: -fix name conflict, when both driver 8250/stm32-usart are activated. Replace stm32 tty name "ttyS" by "ttySTM". -by default add stm32 console when SERIAL_STM32 is selected. Ludovic Barre (2): serial: stm32: add default console serial: stm32: fix name conflict with 8250 drivers/tty/serial/Kconfig | 1 + drivers/tty/serial/stm32-usart.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 2.7.4