Re: linux-next: manual merge of the tty tree with the spi tree

From: Greg KH
Date: Mon Feb 28 2022 - 05:49:22 EST


On Mon, Feb 28, 2022 at 07:13:16PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the tty tree got a conflict in:
>
> MAINTAINERS
>
> between commit:
>
> f62ca4e2a863 ("spi: Add spi driver for Sunplus SP7021")
>
> from the spi tree and commits:
>
> b48b9f6deacf ("dt-bindings: serial: Add bindings doc for Sunplus SoC UART Driver")
> 9e8d5470325f ("serial: sunplus-uart: Add Sunplus SoC 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 MAINTAINERS
> index e6b3e94de842,4a30001f6d7b..000000000000
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@@ -18635,13 -18549,12 +18642,19 @@@ S: Maintaine
> F: Documentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml
> F: drivers/rtc/rtc-sunplus.c
>
> +SUNPLUS SPI CONTROLLER INTERFACE DRIVER
> +M: Li-hao Kuo <lhjeff911@xxxxxxxxx>
> +L: linux-spi@xxxxxxxxxxxxxxx
> +S: Maintained
> +F: Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
> +F: drivers/spi/spi-sunplus-sp7021.c
> +
> + SUNPLUS UART DRIVER
> + M: Hammer Hsieh <hammerh0314@xxxxxxxxx>
> + S: Maintained
> + F: Documentation/devicetree/bindings/serial/sunplus,sp7021-uart.yaml
> + F: drivers/tty/serial/sunplus-uart.c
> +
> SUPERH
> M: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>
> M: Rich Felker <dalias@xxxxxxxx>

Looks correct, thanks!

greg k-h