From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 6 Apr 2017 14:04:44 +0800 Subject: [U-Boot] [PATCH] lib: div64: sync with Linux In-Reply-To: <20170405133251.GW19897@bill-the-cat> References: <1490691909-3371-1-git-send-email-peng.fan@nxp.com> <20170405133251.GW19897@bill-the-cat> Message-ID: <20170406060442.GA20622@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Wed, Apr 05, 2017 at 09:32:51AM -0400, Tom Rini wrote: >On Tue, Mar 28, 2017 at 05:05:09PM +0800, Peng Fan wrote: > >> Sync with Linux commit ad0376eb1483b ("Merge tag 'edac_for_4.11_2'"). >> >> Signed-off-by: Peng Fan >> Cc: Tom Rini >> --- >> include/linux/math64.h | 172 +++++++++++++++++++++++++++++++++++++++++++++++++ >> lib/div64.c | 141 ++++++++++++++++++++++++++++++++++++++-- >> 2 files changed, 308 insertions(+), 5 deletions(-) > >This seems fine. What would help would be a link to a travis-ci job >with this particular patch applied showing everything still builds too >:) Thanks! Do you mean I need to put a travis-ci job link in the commit log? I just use buildman to do the build on my local PC, I do not have travis-ci building. Thanks, Peng. > >-- >Tom >_______________________________________________ >U-Boot mailing list >U-Boot at lists.denx.de >https://lists.denx.de/listinfo/u-boot