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

2020-04-21 Thread Tom Rini
On Tue, Apr 21, 2020 at 07:58:41AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:
> 
>   Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git tags/for-v2020.07
> 
> for you to fetch changes up to 83f7078b688528f1f5c117e404c056e048970012:
> 
>   cmd: ubi: add a command to rename volume (2020-04-20 06:34:56 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-04-20 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi master

The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:

  Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git tags/for-v2020.07

for you to fetch changes up to 83f7078b688528f1f5c117e404c056e048970012:

  cmd: ubi: add a command to rename volume (2020-04-20 06:34:56 +0200)


new ubi command for renaming an UBI volume


Philippe Reynes (1):
  cmd: ubi: add a command to rename volume

 cmd/Kconfig |  8 
 cmd/ubi.c   | 39 +++
 2 files changed, 47 insertions(+)

Travis build:

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

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2019-07-10 Thread Tom Rini
On Wed, Jul 10, 2019 at 07:21:46AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi-git master
> 
> The following changes since commit e5aee22e4be75e75a854ab64503fc80598bc2004:
> 
>   Prepare v2019.07 (2019-07-08 15:23:28 -0400)
> 
> are available in the Git repository at:
> 
>   g...@gitlab.denx.de:u-boot/custodians/u-boot-ubi.git master

Please use the https URI and provide a short summary.

> 
> for you to fetch changes up to a2257d378ea8b2c2fa7dbf01b4703a53be431819:
> 
>   ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG (2019-07-09 07:00:26 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi-git master

The following changes since commit e5aee22e4be75e75a854ab64503fc80598bc2004:

  Prepare v2019.07 (2019-07-08 15:23:28 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-ubi.git master

for you to fetch changes up to a2257d378ea8b2c2fa7dbf01b4703a53be431819:

  ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG (2019-07-09 07:00:26 
+0200)


Hamish Guthrie (2):
  env: ubi: support configurable VID offset
  ubispl: add support for loading volumes by name

Markus Klotzbuecher (7):
  moveconfig: expand simple expressions
  env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
  at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs
  ubi: fix UBI_SILENCE_MSG
  ubispl: migrate configuration to Kconfig
  configs: migrate ubispl boards to KConfig
  ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG

 common/spl/Kconfig  |  98 
++

 common/spl/spl_ubi.c|   7 
 configs/am335x_guardian_defconfig   |   2 ++
 configs/am335x_igep003x_defconfig   |  16 +
 configs/am335x_pdu001_defconfig |   1 +
 configs/am335x_shc_defconfig|   2 ++
 configs/am335x_shc_ict_defconfig|   2 ++
 configs/am335x_shc_netboot_defconfig|   2 ++
 configs/am335x_shc_sdboot_defconfig |   2 ++
 configs/am335x_sl50_defconfig   |   1 +
 configs/am43xx_evm_defconfig|   1 +
 configs/am43xx_evm_qspiboot_defconfig   |   3 ++
 configs/am43xx_evm_rtconly_defconfig|   1 +
 configs/am43xx_evm_usbhost_boot_defconfig   |   1 +
 configs/am43xx_hs_evm_defconfig |   1 +
 configs/at91rm9200ek_defconfig  |   3 ++
 configs/at91rm9200ek_ram_defconfig  |   3 ++
 configs/at91sam9260ek_dataflash_cs0_defconfig   |   3 ++
 configs/at91sam9260ek_dataflash_cs1_defconfig   |   3 ++
 configs/at91sam9261ek_dataflash_cs0_defconfig   |   3 ++
 configs/at91sam9261ek_dataflash_cs3_defconfig   |   3 ++
 configs/at91sam9263ek_dataflash_cs0_defconfig   |   3 ++
 configs/at91sam9263ek_dataflash_defconfig   |   3 ++
 configs/at91sam9263ek_norflash_boot_defconfig   |   3 ++
 configs/at91sam9263ek_norflash_defconfig|   3 ++
 configs/at91sam9g10ek_dataflash_cs0_defconfig   |   3 ++
 configs/at91sam9g10ek_dataflash_cs3_defconfig   |   3 ++
 configs/at91sam9g20ek_2mmc_defconfig|   2 ++
 configs/at91sam9g20ek_dataflash_cs0_defconfig   |   3 ++
 configs/at91sam9g20ek_dataflash_cs1_defconfig   |   3 ++
 configs/at91sam9m10g45ek_mmc_defconfig  |   1 +
 configs/at91sam9n12ek_mmc_defconfig |   1 +
 configs/at91sam9n12ek_spiflash_defconfig|   3 ++
 configs/at91sam9rlek_dataflash_defconfig|   3 ++
 configs/at91sam9rlek_mmc_defconfig  |   1 +
 configs/at91sam9x5ek_dataflash_defconfig|   3 ++
 configs/at91sam9x5ek_mmc_defconfig  |   1 +
 configs/at91sam9x5ek_spiflash_defconfig |   3 ++
 configs/at91sam9xeek_dataflash_cs0_defconfig|   3 ++
 configs/at91sam9xeek_dataflash_cs1_defconfig|   3 ++
 configs/axm_defconfig   |   1 +
 configs/brppt1_mmc_defconfig|   2 ++
 configs/brppt1_nand_defconfig   |   2 ++
 configs/brppt1_spi_defconfig|   3 ++
 configs/brxre1_defconfig|   2 ++
 configs/chiliboard_defconfig|   2 ++
 configs/cm_t335_defconfig   |   2 ++
 configs/cm_t35_defconfig|   1 +
 configs/cm_t43_defconfig|   3 ++
 configs/cm_t54_defconfig|   2 ++
 configs/corvus_defconfig|   1 +
 configs/draco_defconfig |   1 +
 configs/etamin_defconfig|   2 ++
 configs/ethernut5_defconfig |   3 ++
 configs/gardena-smart-gateway-at91sam_defconfig |   4 +++
 configs/gurnard_defconfig   |   2 ++
 configs/igep00x0_defconfig  |  17 ++
 configs/meesc_dataflash_defconfig   |   3 ++
 configs/meesc_defconfig |   1 +
 configs/omap3_overo_defconfig   |   1 +
 configs/omap4_sdp4430_defconfig |   1 +
 configs/pengwyn_defconfig   |   1 +
 configs/picosam9g45_defconfig   |   1 +
 configs/pm9261_defconfig|   3 ++
 configs/pm9263_defconfig|   3 ++
 configs/pxm2_defconfig  |   1 +
 configs/rastaban_defconfig  |   1 +
 configs/rut_defconfig   | 

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

2019-04-11 Thread Tom Rini
On Tue, Apr 09, 2019 at 03:30:00PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi-git master
> 
> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> 
>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 734b080e78805edbb3430a52c8c5b1aeee02bd9f:
> 
>   mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit (2019-04-09 07:46:42 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi-git master

The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:

  Prepare v2019.04 (2019-04-08 21:40:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 734b080e78805edbb3430a52c8c5b1aeee02bd9f:

  mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit (2019-04-09 07:46:42 
+0200)


Eran Matityahu (2):
  mtd: ubi debug: Remove the pid print from ubi_assert
  mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit

 drivers/mtd/ubi/debug.h | 10 ++
 fs/ubifs/debug.h|  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

Travis builds fine:

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

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-09 Thread Tom Rini
On Thu, Nov 08, 2018 at 10:58:35AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi-git master
> 
> as it is a Bugfix, I think it should go into current release.
> 
> The following changes since commit dd610e616cceda16a81dfa6f9a134877f783548c:
> 
>   Merge tag 'u-boot-imx-20181106' of git://git.denx.de/u-boot-imx (2018-11-06 
> 11:12:00 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to e4aa10ba5770fc391bf8a4b00c131353901704e7:
> 
>   fs: ubifs: Fix UBIFS decompression on 64 bit (2018-11-07 08:49:27 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi-git master

as it is a Bugfix, I think it should go into current release.

The following changes since commit dd610e616cceda16a81dfa6f9a134877f783548c:

  Merge tag 'u-boot-imx-20181106' of git://git.denx.de/u-boot-imx (2018-11-06 
11:12:00 -0500)

are available in the Git repository at:

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

for you to fetch changes up to e4aa10ba5770fc391bf8a4b00c131353901704e7:

  fs: ubifs: Fix UBIFS decompression on 64 bit (2018-11-07 08:49:27 +0100)


Paul Davey (1):
  fs: ubifs: Fix UBIFS decompression on 64 bit

 fs/ubifs/ubifs.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-15 Thread Tom Rini
On Fri, Sep 14, 2018 at 9:49 AM, Heiko Schocher  wrote:

> Hello Tom,
>
> please pull from u-boot-ubi-git master
>
> The following changes since commit d1e15041abf3ccd38169ae7aa8736f
> 78200f8ee3:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11
> 08:50:10 -0400)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-ubi.git master
>
> for you to fetch changes up to 7236e24bc4366e166b9f5f5e156f7b64cdb64949:
>
>   fs: ubifs: Add missing newlines in super.c (2018-09-14 06:31:54 +0200)
>
> 
> Stefan Roese (1):
>   fs: ubifs: Add missing newlines in super.c
>
>  fs/ubifs/super.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>

Applied to u-boot/master, thanks!

-- 
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-14 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi-git master

The following changes since commit d1e15041abf3ccd38169ae7aa8736f78200f8ee3:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11 
08:50:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 7236e24bc4366e166b9f5f5e156f7b64cdb64949:

  fs: ubifs: Add missing newlines in super.c (2018-09-14 06:31:54 +0200)


Stefan Roese (1):
  fs: ubifs: Add missing newlines in super.c

 fs/ubifs/super.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

travis build is fine:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/428463072

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-12 Thread Tom Rini
On Thu, Jul 12, 2018 at 11:17:45AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11 21:55:20 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 5a08cfee3967d6e8174d7de135af1daa8e4aea00:
> 
>   ubifs: remove useless code (2018-07-12 07:27:34 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-12 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11 21:55:20 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 5a08cfee3967d6e8174d7de135af1daa8e4aea00:

  ubifs: remove useless code (2018-07-12 07:27:34 +0200)


Christophe Kerello (1):
  ubifs: remove useless code

Stefan Agner (1):
  cmd: ubi: print load size after establishing volume size

Stefan Roese (1):
  cmd: ubi: Add additional message upon UBI attach error

 cmd/ubi.c| 6 +++---
 fs/ubifs/super.c | 8 
 fs/ubifs/ubifs.h | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Travis build fine:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/402965000

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread Tom Rini
On Fri, Jun 08, 2018 at 04:03:06PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 89d811eee694ebd7dee0766e90552b91e89f60fb:
> 
>   Merge git://git.denx.de/u-boot-marvell (2018-06-05 07:13:42 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 78306cba118e718a3b429695ac48846b9d9afeff:
> 
>   mtd: ubi: Add missing newlines in ubi_init() (2018-06-06 10:25:13 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 89d811eee694ebd7dee0766e90552b91e89f60fb:

  Merge git://git.denx.de/u-boot-marvell (2018-06-05 07:13:42 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 78306cba118e718a3b429695ac48846b9d9afeff:

  mtd: ubi: Add missing newlines in ubi_init() (2018-06-06 10:25:13 +0200)


Stefan Roese (1):
  mtd: ubi: Add missing newlines in ubi_init()

 drivers/mtd/ubi/build.c | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

travis builds clean, see:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/388656143

no errors found in my tbot tests.

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-29 Thread Tom Rini
On Tue, May 29, 2018 at 05:37:26AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 624d2cae3401c2e4d43c571a9b81d1f650e7703d:
> 
>   SPDX: Fixup SPDX tags in a few new files (2018-05-20 09:47:45 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 65c3d25a6a21b5cf4d978f05f84aaeb6b250e636:
> 
>   ubi: fastmap: Implement produce_free_peb() (2018-05-22 11:39:05 +0200)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-28 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 624d2cae3401c2e4d43c571a9b81d1f650e7703d:

  SPDX: Fixup SPDX tags in a few new files (2018-05-20 09:47:45 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 65c3d25a6a21b5cf4d978f05f84aaeb6b250e636:

  ubi: fastmap: Implement produce_free_peb() (2018-05-22 11:39:05 +0200)


Patrice Chotard (1):
  ubi: fastmap: Implement produce_free_peb()

 drivers/mtd/ubi/fastmap-wl.c | 29 +
 1 file changed, 29 insertions(+)

Travis build:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/382071802

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-10 Thread Tom Rini
On Thu, May 10, 2018 at 09:13:11AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit cc95535867f407534b0e59f8b5017f0f729833a9:
> 
>   bootm.c: Correct the flush_len used in bootm_load_os() (2018-05-08 18:50:24 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 87deefeccc49756ee33b5c0fb6dbe331dfdff487:
> 
>   ubifs: avoid assert failed in ubifs.c (2018-05-09 11:53:55 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-10 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit cc95535867f407534b0e59f8b5017f0f729833a9:

  bootm.c: Correct the flush_len used in bootm_load_os() (2018-05-08 18:50:24 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 87deefeccc49756ee33b5c0fb6dbe331dfdff487:

  ubifs: avoid assert failed in ubifs.c (2018-05-09 11:53:55 +0200)


Patrice Chotard (1):
  ubifs: avoid assert failed in ubifs.c

 fs/ubifs/ubifs.c | 4 
 1 file changed, 4 insertions(+)

Travis build:

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

No issues in my tbot builds

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-11 Thread Tom Rini
On Wed, Apr 11, 2018 at 03:16:21PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit 2600df4f8ef12ece9cec13030005919e0ba2b0d5:
> 
>   Merge tag 'xilinx-for-v2018.05-rc2' of git://git.denx.de/u-boot-microblaze
> (2018-04-09 11:06:21 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 05ea83b67ed7861c1693187dbf3a2613601c1b15:
> 
>   ubifs: Change value of mutex_is_locked() (2018-04-11 11:27:07 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-11 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi master

The following changes since commit 2600df4f8ef12ece9cec13030005919e0ba2b0d5:

  Merge tag 'xilinx-for-v2018.05-rc2' of git://git.denx.de/u-boot-microblaze (2018-04-09 11:06:21 
-0400)


are available in the Git repository at:

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

for you to fetch changes up to 05ea83b67ed7861c1693187dbf3a2613601c1b15:

  ubifs: Change value of mutex_is_locked() (2018-04-11 11:27:07 +0200)


Bradley Bolen (1):
  ubifs: Change value of mutex_is_locked()

 fs/ubifs/ubifs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Travis build:

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

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-26 Thread Tom Rini
On Sat, Mar 24, 2018 at 11:15:30AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 423effc04a195ce6a464eadadfa7f765bf786889:
> 
>   Merge git://git.denx.de/u-boot-arc (2018-03-23 09:31:24 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to c0ce4ceaba03fa6ddf738628344025c44fc78dd4:
> 
>   Convert CONFIG_UBI_SILENCE_MSG to Kconfig (2018-03-24 06:37:25 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-24 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 423effc04a195ce6a464eadadfa7f765bf786889:

  Merge git://git.denx.de/u-boot-arc (2018-03-23 09:31:24 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c0ce4ceaba03fa6ddf738628344025c44fc78dd4:

  Convert CONFIG_UBI_SILENCE_MSG to Kconfig (2018-03-24 06:37:25 +0100)


Petr Vorel (3):
  ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG
  Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig
  Convert CONFIG_UBI_SILENCE_MSG to Kconfig

 README| 12 
 configs/am335x_igep003x_defconfig |  2 ++
 configs/igep0032_defconfig|  2 ++
 configs/igep00x0_defconfig|  2 ++
 drivers/mtd/ubi/Kconfig   |  7 +++
 env/Kconfig   |  6 --
 fs/ubifs/Kconfig  |  6 ++
 fs/ubifs/super.c  |  7 ++-
 fs/ubifs/ubifs.h  |  4 
 include/configs/am335x_igep003x.h |  4 
 include/configs/omap3_igep00x0.h  |  2 --
 scripts/config_whitelist.txt  |  2 --
 12 files changed, 29 insertions(+), 27 deletions(-)

Travis build:

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

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-19 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-19 Thread Heiko Schocher

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
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-06 Thread Tom Rini
On Tue, Feb 06, 2018 at 03:03:55PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:
> 
>   usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 2d2d306f79e5ae090790fd380662f5407ccace11:
> 
>   ubi: Ensure no fastmap flush after uif_close (2018-02-06 07:05:57 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-06 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi master

The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:

  usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 2d2d306f79e5ae090790fd380662f5407ccace11:

  ubi: Ensure no fastmap flush after uif_close (2018-02-06 07:05:57 +0100)


Martin Townsend (1):
  ubi: Ensure no fastmap flush after uif_close

 drivers/mtd/ubi/fastmap-wl.c | 5 -
 1 file changed, 5 deletions(-)

Travis build shows no errors:

https://travis-ci.org/hsdenx/u-boot-test/builds/337877045

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-11-20 Thread Tom Rini
On Mon, Nov 20, 2017 at 05:28:57PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63:
> 
>   Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17 
> 16:37:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to cd5f33e5fc832effd70866fccd629046a6dac265:
> 
>   ubi: no NULL check needed before kmem_cache_destroy (2017-11-20 10:13:42 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-11-20 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi master

The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63:

  Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17 
16:37:26 -0500)

are available in the git repository at:

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

for you to fetch changes up to cd5f33e5fc832effd70866fccd629046a6dac265:

  ubi: no NULL check needed before kmem_cache_destroy (2017-11-20 10:13:42 
+0100)


Heinrich Schuchardt (2):
  ubifs: no NULL check needed before free
  ubi: no NULL check needed before kmem_cache_destroy

 drivers/mtd/ubi/attach.c |  3 +--
 fs/ubifs/ubifs.c | 12 
 2 files changed, 5 insertions(+), 10 deletions(-)

travis builds fine, see:

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

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-15 Thread Tom Rini
On Fri, Sep 15, 2017 at 07:50:19AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:
> 
>   Prepare v2017.09 (2017-09-11 14:10:40 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 985fa93e61706a78fad130b006aefa1c098145de:
> 
>   cmd: set filesize variable in ubi read (2017-09-12 10:08:05 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-14 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:

  Prepare v2017.09 (2017-09-11 14:10:40 -0400)

are available in the git repository at:

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

for you to fetch changes up to 985fa93e61706a78fad130b006aefa1c098145de:

  cmd: set filesize variable in ubi read (2017-09-12 10:08:05 +0200)


Holger Dengler (1):
  cmd: set filesize variable in ubi read

 cmd/ubi.c | 5 +
 1 file changed, 5 insertions(+)

Treee build fine on travis:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/274502903

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-06 Thread Tom Rini
On Tue, Jun 06, 2017 at 12:59:33PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit ad701b1c911f733a5083c784644b1b67c9d12b3a:
> 
>   Prepare v2017.07-rc1 (2017-06-05 20:40:22 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 34cc30af27165696a36274394f6ff019ed762ce6:
> 
>   fs: usbifs: Fix warning in ubifs (2017-06-06 07:11:12 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-06 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit ad701b1c911f733a5083c784644b1b67c9d12b3a:

  Prepare v2017.07-rc1 (2017-06-05 20:40:22 -0400)

are available in the git repository at:

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

for you to fetch changes up to 34cc30af27165696a36274394f6ff019ed762ce6:

  fs: usbifs: Fix warning in ubifs (2017-06-06 07:11:12 +0200)


Siva Durga Prasad Paladugu (1):
  fs: usbifs: Fix warning in ubifs

 fs/ubifs/ubifs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

travis compile shows no issues:
https://travis-ci.org/hsdenx/u-boot-ubi/builds/239833437

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-19 Thread Tom Rini
On Tue, Apr 18, 2017 at 06:18:45AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:
> 
>   Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 18f41f2fa2d021f7baad37ba6fbe01b49309afbb:
> 
>   cmd: ubi: remove unnecessary logical constraint (2017-04-18 06:08:32 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-17 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:

  Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)

are available in the git repository at:

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

for you to fetch changes up to 18f41f2fa2d021f7baad37ba6fbe01b49309afbb:

  cmd: ubi: remove unnecessary logical constraint (2017-04-18 06:08:32 +0200)


xypron.g...@gmx.de (1):
  cmd: ubi: remove unnecessary logical constraint

 cmd/ubi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-01-26 Thread Tom Rini
On Thu, Jan 26, 2017 at 07:04:50AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 79a34b71c943a80af5c6d9a2af736fbb37dcc14c:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2017-01-25 17:38:45 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to f59f07ece5ec78a8fc2f0e06a80ff66029002629:
> 
>   cmd: ubi: allow '-' to specify maximum volume size (2017-01-26 07:00:25 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-25 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 79a34b71c943a80af5c6d9a2af736fbb37dcc14c:

  Merge git://git.denx.de/u-boot-mpc85xx (2017-01-25 17:38:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to f59f07ece5ec78a8fc2f0e06a80ff66029002629:

  cmd: ubi: allow '-' to specify maximum volume size (2017-01-26 07:00:25 +0100)


Ladislav Michl (1):
  cmd: ubi: allow '-' to specify maximum volume size

 cmd/ubi.c | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 08:34:50AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit cbe7706ab8aab06c18edaa9b120371f9c8012728:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2016-09-26 17:10:56 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 0061242236e4dbef97e3fbfd8a18e626c2b70726:
> 
>   cmd: ubi: add option to specify volume id (2016-09-27 07:00:12 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-27 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit cbe7706ab8aab06c18edaa9b120371f9c8012728:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2016-09-26 17:10:56 -0400)

are available in the git repository at:

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

for you to fetch changes up to 0061242236e4dbef97e3fbfd8a18e626c2b70726:

  cmd: ubi: add option to specify volume id (2016-09-27 07:00:12 +0200)


Ladislav Michl (1):
  cmd: ubi: add option to specify volume id

 cmd/ubi.c | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 09:05:16AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
> 
>   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to c1f51e0f3edca57273ff524714b69345ce627996:
> 
>   common: env_ubi: Clear environment buffer before reading (2016-06-13 
> 06:41:20 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-06-13 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

  siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)

are available in the git repository at:

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

for you to fetch changes up to c1f51e0f3edca57273ff524714b69345ce627996:

  common: env_ubi: Clear environment buffer before reading (2016-06-13 06:41:20 
+0200)


Marcin Niestroj (1):
  common: env_ubi: Clear environment buffer before reading

 common/env_ubi.c | 21 +
 1 file changed, 21 insertions(+)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-25 Thread Tom Rini
On Mon, Apr 25, 2016 at 07:28:36AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> This pull request contains 2 bugfixes for UBI/UBIFS, so I think, they
> should go into the next release.
> 
> The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
> 
>   Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> 
> 
> for you to fetch changes up to
> b1d6590d357bde2332cb699e2fd2efc7a7c64f38:
> 
> 
> 
>   ubifs: fix memory corruption in super.c (2016-04-22 11:48:17
> +0200)
> 
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-24 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

This pull request contains 2 bugfixes for UBI/UBIFS, so I think, they
should go into the next release.

The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:

  Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)

are available in the git repository at:


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




for you to fetch changes up to b1d6590d357bde2332cb699e2fd2efc7a7c64f38: 




  ubifs: fix memory corruption in super.c (2016-04-22 11:48:17 +0200) 




 

Heiko Schocher (2): 


  mtd, ubi: set free_count to zero before walking through erase list
  ubifs: fix memory corruption in super.c

 drivers/mtd/ubi/wl.c | 2 +-
 fs/ubifs/super.c | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-04 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 8e8106dcd540e4c735da6a0b71919747c15ce93a:

  altera_qspi: allow ctrl-c to abort the erase ops (2015-12-28 09:32:43 +0800)

are available in the git repository at:

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

for you to fetch changes up to 6a4595600b968bafcae8ad603bfc1175b6efe1d8:

  UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined (2016-01-04 
09:11:10 +0100)


Ladislav Michl (1):
  UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined

 drivers/mtd/ubi/io.c | 1 -
 1 file changed, 1 deletion(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-04 Thread Tom Rini
On Mon, Jan 04, 2016 at 09:13:53AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 8e8106dcd540e4c735da6a0b71919747c15ce93a:
> 
>   altera_qspi: allow ctrl-c to abort the erase ops (2015-12-28 09:32:43 +0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to 6a4595600b968bafcae8ad603bfc1175b6efe1d8:
> 
>   UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined (2016-01-04 
> 09:11:10 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-11-19 Thread Tom Rini
On Thu, Nov 19, 2015 at 07:37:07AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi master
> 
> The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:
> 
>   itest: add missing break statements to evalexp() (2015-11-18 15:29:00 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to a7c06cd3a6c2c889bd115f43f3de0c9fcc066f96:
> 
>   env_ubi.c: Correct pointer error in env load (2015-11-19 07:32:49 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-11-18 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-ubi master

The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:

  itest: add missing break statements to evalexp() (2015-11-18 15:29:00 -0500)

are available in the git repository at:

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

for you to fetch changes up to a7c06cd3a6c2c889bd115f43f3de0c9fcc066f96:

  env_ubi.c: Correct pointer error in env load (2015-11-19 07:32:49 +0100)


Kevin Smith (1):
  env_ubi.c: Correct pointer error in env load

 common/env_ubi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-26 Thread Heiko Schocher

Hello Tom

I think, it is good to have the sync ubi/ubifs with linux 4.2 patches
as fast as possible in mainline, so we have time to get feedback if
it works on other boards too, so:

please pull from u-boot-ubi master

The following changes since commit 677f970bc62a661690b3431543d5a5d5e682ba70:

  common/board_f.c: modify the macro to use get_clocks() more common 
(2015-10-24 13:50:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to 248f260cbd23f1a5f5d7a9aebdf2bd8253e0d04b:

  UBI: Fastmap: Fix PEB array type (2015-10-26 09:22:50 +0100)


Heiko Schocher (3):
  linux, compat: add missing definitions for ubi
  ubi,ubifs: sync with linux v4.2
  UBI: Fastmap: Fix PEB array type

 README  |   4 +
 common/cmd_ubi.c|   6 +-
 drivers/mtd/ubi/attach.c| 199 +
 drivers/mtd/ubi/build.c | 279 
+-
 drivers/mtd/ubi/debug.c | 115 ++--
 drivers/mtd/ubi/debug.h |  12 +++
 drivers/mtd/ubi/eba.c   | 173 +---
 drivers/mtd/ubi/fastmap-wl.c| 372 
+
 drivers/mtd/ubi/fastmap.c   | 617 
+++

 drivers/mtd/ubi/io.c| 156 +---
 drivers/mtd/ubi/kapi.c  | 119 -
 drivers/mtd/ubi/misc.c  |   6 +-
 drivers/mtd/ubi/ubi-media.h |   2 -
 drivers/mtd/ubi/ubi.h   | 128 ++-
 drivers/mtd/ubi/upd.c   |  10 ++-
 drivers/mtd/ubi/vmt.c   | 173 +---
 drivers/mtd/ubi/vtbl.c  | 105 +++---
 drivers/mtd/ubi/wl.c| 707 
--

 drivers/mtd/ubi/wl.h|  34 +++
 drivers/usb/dwc3/linux-compat.h |   5 --
 fs/ubifs/budget.c   |   3 +-
 fs/ubifs/debug.c| 200 
++
 fs/ubifs/io.c   |  68 --
 fs/ubifs/log.c  |  35 +---
 fs/ubifs/lprops.c   |  94 ++--
 fs/ubifs/lpt.c  |  64 +++---
 fs/ubifs/lpt_commit.c   |  45 +-
 fs/ubifs/master.c   |  13 ++-
 fs/ubifs/orphan.c   |  27 +++---
 fs/ubifs/recovery.c |  49 +--
 fs/ubifs/replay.c   |  51 +++
 fs/ubifs/sb.c   |  34 +++
 fs/ubifs/scan.c |  38 
 fs/ubifs/super.c| 148 ---
 fs/ubifs/tnc.c  |  26 +++---
 fs/ubifs/tnc_misc.c |  24 ++---
 fs/ubifs/ubifs.c|  44 +-
 fs/ubifs/ubifs.h|  71 +--
 include/linux/compat.h  |  37 +++-
 include/linux/mtd/mtd.h |   3 +
 include/linux/mtd/ubi.h |  55 +++-
 41 files changed, 2506 insertions(+), 1845 deletions(-)
 create mode 100644 drivers/mtd/ubi/fastmap-wl.c
 create mode 100644 drivers/mtd/ubi/wl.h

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot