From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Tue, 23 Apr 2019 17:17:23 +0800 Subject: [U-Boot] [PATCH v4 0/4] Add Ethernet support for Poplar board In-Reply-To: References: <20190320073241.4859-1-shawn.guo@linaro.org> <20190326073506.GA25457@dragon> Message-ID: <20190423091721.GA18407@dragon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Mar 27, 2019 at 07:00:09PM +0000, Joe Hershberger wrote: > On Tue, Mar 26, 2019 at 2:36 AM Shawn Guo wrote: > > > > Hi Joe, > > > > On Wed, Mar 20, 2019 at 03:32:37PM +0800, Shawn Guo wrote: > > > The series adds Ethernet support for Poplar board. It firstly creates > > > a reset driver for HiSilicon platform, then introduces higmacv300 > > > Ethernet driver, and finally enables Ethernet support for Poplar board. > > > > > > Changes for v4: > > > - Add a polarity field into struct reset_ctl. > > > - Instead of defining custom macros for polarity, use generic ones > > > in include/dt-bindings/reset/ti-syscon.h. > > > - Use .data field as register offset and .id field as bit shift. > > > > How is this version? Any comments there? > > Looks great! Thanks! Hi Tom, The series has been there for almost one month with no further comments. I guess it's ready to be picked up? Thanks, Shawn