From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Tue, 10 Sep 2019 09:16:39 +0530 Subject: [U-Boot] [PATCH 02/10] scsi: Add max_bytes to scsi_platdata In-Reply-To: <20190909081959.16173-3-faiz_abbas@ti.com> References: <20190909081959.16173-1-faiz_abbas@ti.com> <20190909081959.16173-3-faiz_abbas@ti.com> Message-ID: <2427ee2b-ff63-ddf2-2b29-0b4f99fcba2d@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/09/19 1:49 PM, Faiz Abbas wrote: > diff --git a/include/scsi.h b/include/scsi.h > index 81ab43c842..076bdbc6a0 100644 > --- a/include/scsi.h > +++ b/include/scsi.h > @@ -168,6 +168,7 @@ struct scsi_platdata { > unsigned long base; > unsigned long max_lun; > unsigned long max_id; > + unsigned long max_bytes; Please add description of the new field. Also, could the name be bit more specific like max_bytes_per_req? -- Regards Vignesh