From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6914494525240760219==" MIME-Version: 1.0 From: Vanessa Page To: kbuild-all@lists.01.org Subject: Re: [PATCH 3/3] SPI: Ingenic: Add SFC support for Ingenic SoCs. Date: Mon, 25 Jul 2022 16:58:23 +0000 Message-ID: < > In-Reply-To: <202207240839.YeZ8uQ0T-lkp@intel.com> List-Id: --===============6914494525240760219== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 288 op->dummy.nbytes * 8 / op->dummy.buswidth); 289 = 290 if (op->data.nbytes > 0) 291 val |=3D TRAN_CONF_DATA_EN; 292 = 293 writel(val, sfc->base + SFC_REG_TRAN_CONF(0)); 294 writel(op->data.nbytes, sfc->base + SFC_REG_TRAN_LEN); 295 = 296 = Sent from my iPhone > On Jul 23, 2022, at 8:47 PM, kernel test robot wrote: > = > 288 op->dummy.nbytes * 8 / op->dummy.buswidth); > 289 = > 290 if (op->data.nbytes > 0) > 291 val |=3D TRAN_CONF_DATA_EN; > 292 = > 293 writel(val, sfc->base + SFC_REG_TRAN_CONF(0)); > 294 writel(op->data.nbytes, sfc->base + SFC_REG_TRAN_LEN); > 295 = > 296 =20 --===============6914494525240760219==--