RE: [PATCH] configs: ls2088aqds: fix synchronous exception

2021-05-20 Thread Biwen Li (OSS)
> -Original Message- > From: Bin Meng > Sent: 2021年5月21日 13:35 > To: Biwen Li (OSS) > Cc: Priyanka Jain ; U-Boot Mailing List > ; Biwen Li > Subject: Re: [PATCH] configs: ls2088aqds: fix synchronous exception > > On Fri, May 21, 2021 at 12:16 PM Biwen Li

RE: [v3 16/33] configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO

2021-02-02 Thread Biwen Li (OSS)
> -Original Message- > From: Priyanka Jain (OSS) > Sent: 2021年2月2日 14:03 > To: Biwen Li (OSS) > Cc: Jiafei Pan ; u-boot@lists.denx.de; Xiaobo Xie > ; Biwen Li > Subject: RE: [v3 16/33] configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO > > >-Original Me

RE: [EXT] Re: [PATCH] rtc: pcf2127: fix uninitialized variable msg

2020-07-09 Thread Biwen Li (OSS)
> > On 09/07/2020 13.38, Biwen Li wrote: > >> > >> On 09/07/2020 12.58, Biwen Li wrote: > >>> From: Biwen Li > >>> > >>> Fix uninitialized variable msg > >>> > >>> struct dm_i2c_chip *chip = dev_get_parent_platdata(dev); > >>> - struct i2c_msg msg; > >>> + struct i2c_msg msg = {0};

RE: [PATCH] powerpc: dts: p1010: add i2c node

2020-04-14 Thread Biwen Li (OSS)
> Hi Priyanka, > > The patch depend on dts patch of zhiqiang. The patch depend on dts patch(powerpc: Enable device tree support for P1010RDB) of zhiqiang as follows, https://patchwork.ozlabs.org/project/uboot/patch/20200414093022.24132-2-zhiqiang@nxp.com > > Best Regards, > Biwen Li > > ---

RE: [PATCH 20/27] dm: ppc: MPC8548CDS: add i2c DM support

2020-04-16 Thread Biwen Li (OSS)
> Subject: RE: [PATCH 20/27] dm: ppc: MPC8548CDS: add i2c DM support > > >-Original Message- > >From: U-Boot On Behalf Of Biwen Li > >Sent: Sunday, April 12, 2020 2:24 PM > >To: Jagdish Gediya ; Priyanka Jain > >; h...@denx.de; ja...@amarulasolutions.com; > >aford...@gmail.com; Alison Wan

RE: [v2 1/3] Watchdog: introduce ARM SBSA watchdog driver

2020-06-14 Thread Biwen Li (OSS)
> > According to Server Base System Architecture (SBSA) specification, the > > SBSA Generic Watchdog has two stage timeouts: the first signal > > (WS0) is for alerting the system by interrupt, the second one (WS1) is > > a real hardware reset. > > More details about the hardware specification of