From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755264AbcETCby (ORCPT ); Thu, 19 May 2016 22:31:54 -0400 Received: from ozlabs.org ([103.22.144.67]:54727 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753349AbcETCbx (ORCPT ); Thu, 19 May 2016 22:31:53 -0400 Date: Fri, 20 May 2016 12:31:51 +1000 From: Stephen Rothwell To: Greg KH Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andrei Pistirica , Ralf Baechle , Vladimir Murzin , Linus Torvalds Subject: linux-next: manual merge of the tty tree with Linus' tree Message-ID: <20160520123151.0c8a7c47@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Today's linux-next merge of the tty tree got a conflict in: include/uapi/linux/serial_core.h between commits: 157b9394709e ("serial: pic32_uart: Add PIC32 UART driver") 07b75260ebc2 ("Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus") from Linus' tree and commit: 041f031def33 ("serial: mps2-uart: add MPS2 UART driver") from the tty tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc include/uapi/linux/serial_core.h index 24da334af7f1,9aef04c5f7bc..000000000000 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@@ -264,7 -264,7 +264,10 @@@ /* MVEBU UART */ #define PORT_MVEBU 114 +/* Microchip PIC32 UART */ +#define PORT_PIC32 115 + + /* MPS2 UART */ -#define PORT_MPS2UART 115 ++#define PORT_MPS2UART 116 + #endif /* _UAPILINUX_SERIAL_CORE_H */