From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ismael Luceno Cortes Date: Tue, 5 Mar 2019 10:23:25 +0000 Subject: [U-Boot] [PATCH 1/6] i2c: rcar_i2c: Fix u32 cast warnings In-Reply-To: <81074c2f-f9bf-d323-9f09-4a86bffc4371@gmail.com> References: <20190304141838.4703-1-ismael.luceno@silicon-gears.com> <81074c2f-f9bf-d323-9f09-4a86bffc4371@gmail.com> Message-ID: <20190305102324.GF9933@kiki> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/Mar/2019 20:45, Marek Vasut wrote: > On 3/4/19 3:19 PM, Ismael Luceno Cortes wrote: > > Hello Ismael, > > the patch is missing commit message, please fix globally. > > I sent this patch [1] two days ago, I believe it fixes the same issue, > can you rebase the series on top of it ? > > [1] http://patchwork.ozlabs.org/patch/1050650/ I'll rebase. BTW, if the ICFBSCR only needs to be written to once, it would make sense to do it at the end of rcar_i2c_set_speed.