Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-10-02 Thread Simon Glass
Hi Mark, On Sat, 2 Oct 2021 at 16:16, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sun, 19 Sep 2021 21:15:59 -0600 > > > > Hi Mark, > > > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > > > UART. Add

Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-10-02 Thread Mark Kettenis
> From: Simon Glass > Date: Sun, 19 Sep 2021 21:15:59 -0600 > > Hi Mark, > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > > UART. Add support for this variant and enable it by default > > on Apple SoCs. > > > > Si

Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-09-25 Thread Simon Glass
On Sun, 19 Sept 2021 at 21:15, Simon Glass wrote: > > Hi Mark, > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > > UART. Add support for this variant and enable it by default > > on Apple SoCs. > > > > Signed-off-by:

Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-09-19 Thread Simon Glass
Hi Mark, On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote: > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > UART. Add support for this variant and enable it by default > on Apple SoCs. > > Signed-off-by: Mark Kettenis > --- > arch/arm/include/asm/arch-m1/clk.h | 11

Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-09-19 Thread Mark Kettenis
> From: Bin Meng > Date: Sun, 19 Sep 2021 09:11:06 +0800 > > Hi Mark, > > On Sat, Sep 18, 2021 at 9:55 PM Mark Kettenis wrote: > > > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > > UART. Add support for this variant and enable it by default > > on Apple SoCs. > > > > Sign

Re: [PATCH 2/5] serial: s5p: Add Apple M1 support

2021-09-18 Thread Bin Meng
Hi Mark, On Sat, Sep 18, 2021 at 9:55 PM Mark Kettenis wrote: > > Apple M1 SoCs include an S5L UART which is a variant of the S5P > UART. Add support for this variant and enable it by default > on Apple SoCs. > > Signed-off-by: Mark Kettenis > --- > arch/arm/include/asm/arch-m1/clk.h | 11 +++

[PATCH 2/5] serial: s5p: Add Apple M1 support

2021-09-18 Thread Mark Kettenis
Apple M1 SoCs include an S5L UART which is a variant of the S5P UART. Add support for this variant and enable it by default on Apple SoCs. Signed-off-by: Mark Kettenis --- arch/arm/include/asm/arch-m1/clk.h | 11 arch/arm/include/asm/arch-m1/uart.h | 41 +