Re: [PATCH rtems v1 2/2] bsps/zynqmp: Added I2C support for ZynqMP

2021-08-24 Thread Chris Johns
On 25/8/21 12:05 am, Stephen Clark wrote: > This approach was also used in bsps/arm/xilinx-zynq/include/bsp/i2c.h. I kept > it specifically for consistency; I assumed it was the standard approach, but > your response makes me think it's not. I am also not sure and why I asked :) > Is there a

RE: [PATCH rtems v1 2/2] bsps/zynqmp: Added I2C support for ZynqMP

2021-08-24 Thread Stephen Clark
into their own c files? Thanks, Stephen > -Original Message- > From: Chris Johns > Sent: Monday, August 23, 2021 9:38 PM > To: Stephen Clark ; devel@rtems.org > Subject: Re: [PATCH rtems v1 2/2] bsps/zynqmp: Added I2C support for ZynqMP > > On 24/8/21 8:24 am, Stephen Clark

Re: [PATCH rtems v1 2/2] bsps/zynqmp: Added I2C support for ZynqMP

2021-08-23 Thread Chris Johns
On 24/8/21 8:24 am, Stephen Clark wrote: > Added I2C drivers for ZynqMP and updated build system accordingly. > --- > bsps/aarch64/xilinx-zynqmp/include/bsp.h | 4 ++ > bsps/aarch64/xilinx-zynqmp/include/bsp/i2c.h | 63 +++ > bsps/aarch64/xilinx-zynqmp/include/bsp/irq.h |

[PATCH rtems v1 2/2] bsps/zynqmp: Added I2C support for ZynqMP

2021-08-23 Thread Stephen Clark
Added I2C drivers for ZynqMP and updated build system accordingly. --- bsps/aarch64/xilinx-zynqmp/include/bsp.h | 4 ++ bsps/aarch64/xilinx-zynqmp/include/bsp/i2c.h | 63 +++ bsps/aarch64/xilinx-zynqmp/include/bsp/irq.h | 2 + bsps/aarch64/xilinx-zynqmp/start/bspstart.c