Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-21 Thread Michal Simek
On 5/21/25 17:18, Quentin Schulz wrote: Hi Michal, On 5/21/25 4:34 PM, Michal Simek wrote: On 5/12/25 09:06, Quentin Schulz wrote: Hi Anand, On 5/9/25 7:45 PM, Anand Moon wrote: Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz wrote: Hi Neil, Anand, On 5/9/25 9:57 AM, Neil A

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-21 Thread Quentin Schulz
Hi Michal, On 5/21/25 4:34 PM, Michal Simek wrote: On 5/12/25 09:06, Quentin Schulz wrote: Hi Anand, On 5/9/25 7:45 PM, Anand Moon wrote: Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz wrote: Hi Neil, Anand, On 5/9/25 9:57 AM, Neil Armstrong wrote: On 09/05/2025 09:02, Anand

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-21 Thread Michal Simek
On 5/12/25 09:06, Quentin Schulz wrote: Hi Anand, On 5/9/25 7:45 PM, Anand Moon wrote: Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz wrote: Hi Neil, Anand, On 5/9/25 9:57 AM, Neil Armstrong wrote: On 09/05/2025 09:02, Anand Moon wrote: Add conditional compilation for the usb

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-14 Thread Anand Moon
Hi Quentin, On Tue, 13 May 2025 at 21:52, Quentin Schulz wrote: > > Hi Anand, > > On 5/13/25 6:14 PM, Anand Moon wrote: > > Hi All, > > > > On Mon, 12 May 2025 at 13:51, Anand Moon via groups.io > > wrote: > >> > >> Hi Quentin, > >> > >> On Mon, 12 May 2025 at 12:36, Quentin Schulz > >> wrote:

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-13 Thread Anand Moon
Hi All, On Mon, 12 May 2025 at 13:51, Anand Moon via groups.io wrote: > > Hi Quentin, > > On Mon, 12 May 2025 at 12:36, Quentin Schulz wrote: > > > > Hi Anand, > > > > On 5/9/25 7:45 PM, Anand Moon wrote: > > > Hi Quentin, > > > > > > On Fri, 9 May 2025 at 17:21, Quentin Schulz > > > wrote: >

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-13 Thread Quentin Schulz
Hi Anand, On 5/13/25 6:14 PM, Anand Moon wrote: Hi All, On Mon, 12 May 2025 at 13:51, Anand Moon via groups.io wrote: Hi Quentin, On Mon, 12 May 2025 at 12:36, Quentin Schulz wrote: Hi Anand, On 5/9/25 7:45 PM, Anand Moon wrote: Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-12 Thread Anand Moon
Hi Quentin, On Mon, 12 May 2025 at 12:36, Quentin Schulz wrote: > > Hi Anand, > > On 5/9/25 7:45 PM, Anand Moon wrote: > > Hi Quentin, > > > > On Fri, 9 May 2025 at 17:21, Quentin Schulz > > wrote: > >> > >> Hi Neil, Anand, > >> > >> On 5/9/25 9:57 AM, Neil Armstrong wrote: > >>> On 09/05/2025

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-12 Thread Quentin Schulz
Hi Anand, On 5/9/25 7:45 PM, Anand Moon wrote: Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz wrote: Hi Neil, Anand, On 5/9/25 9:57 AM, Neil Armstrong wrote: On 09/05/2025 09:02, Anand Moon wrote: Add conditional compilation for the usb5744_i2c_init() function based on the CONFIG

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-09 Thread Anand Moon
Hi Quentin, On Fri, 9 May 2025 at 17:21, Quentin Schulz wrote: > > Hi Neil, Anand, > > On 5/9/25 9:57 AM, Neil Armstrong wrote: > > On 09/05/2025 09:02, Anand Moon wrote: > >> Add conditional compilation for the usb5744_i2c_init() function based > >> on the CONFIG_DM_I2C configuration, to avoid c

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-09 Thread Quentin Schulz
Hi Neil, Anand, On 5/9/25 9:57 AM, Neil Armstrong wrote: On 09/05/2025 09:02, Anand Moon wrote: Add conditional compilation for the usb5744_i2c_init() function based on the CONFIG_DM_I2C configuration, to avoid compilation failure.    CC  net/net-common.o    AR  net/built-in.o    LDS  

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-09 Thread Anand Moon
Hi Neil, On Fri, 9 May 2025 at 13:27, Neil Armstrong wrote: > > On 09/05/2025 09:02, Anand Moon wrote: > > Add conditional compilation for the usb5744_i2c_init() function based > > on the CONFIG_DM_I2C configuration, to avoid compilation failure. > > > >CC net/net-common.o > >AR

Re: [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-09 Thread Neil Armstrong
On 09/05/2025 09:02, Anand Moon wrote: Add conditional compilation for the usb5744_i2c_init() function based on the CONFIG_DM_I2C configuration, to avoid compilation failure. CC net/net-common.o AR net/built-in.o LDS u-boot.lds LD u-boot aarch64-linux-gnu-ld.bfd: c

[RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization

2025-05-09 Thread Anand Moon
Add conditional compilation for the usb5744_i2c_init() function based on the CONFIG_DM_I2C configuration, to avoid compilation failure. CC net/net-common.o AR net/built-in.o LDS u-boot.lds LD u-boot aarch64-linux-gnu-ld.bfd: common/usb_onboard_hub.o: in function `usb574