mbox series

[U-Boot] Pull request: u-boot-ubi/master

Message ID c7e9cb02-897b-d54c-c573-d3033ef91e46@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-ubi/master | expand

Pull-request

git://git.denx.de/u-boot-ubi.git master

Message

Heiko Schocher Feb. 19, 2018, 2:12 p.m. UTC
Hello Tom,

please pull from u-boot-ubi master

The following changes since commit 02b0895c215e252cff50d9edf53a972d2bbbfd30:

   Merge git://git.denx.de/u-boot-sh (2018-02-17 16:06:59 -0500)

are available in the Git repository at:

   git://git.denx.de/u-boot-ubi.git master

for you to fetch changes up to f82290afc84716a16a8e300d5d17702858ba84ea:

   mtd: ubi: Fix worker handling (2018-02-19 08:22:58 +0100)

----------------------------------------------------------------
Richard Weinberger (1):
       mtd: ubi: Fix worker handling

  drivers/mtd/ubi/build.c | 10 +---------
  drivers/mtd/ubi/ubi.h   |  2 +-
  drivers/mtd/ubi/wl.c    | 53 ++++++++++++++++++++++++++++++++++++++---------------
  3 files changed, 40 insertions(+), 25 deletions(-)

No errors on travis build:

https://travis-ci.org/hsdenx/u-boot-ubi

bye,
Heiko

Comments

Tom Rini Feb. 20, 2018, 4 a.m. UTC | #1
On Mon, Feb 19, 2018 at 03:12:05PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit 02b0895c215e252cff50d9edf53a972d2bbbfd30:
> 
>   Merge git://git.denx.de/u-boot-sh (2018-02-17 16:06:59 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to f82290afc84716a16a8e300d5d17702858ba84ea:
> 
>   mtd: ubi: Fix worker handling (2018-02-19 08:22:58 +0100)
> 

Applied to u-boot/master, thanks!