public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-staging
@ 2012-11-14 13:52 Anatolij Gustschin
  2012-11-19 19:59 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-11-14 13:52 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-11-05 09:46:45 -0700)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Alejandro Mery (1):
      fs: zfs: fix illegal use of fp

Andreas Bie?mann (2):
      Makefile: silence 'make clean'
      fs/fs.c: do_fsload: measure throughput

Jens Scharsig (BuS Elektronik) (1):
      M68K: eb_cpu5282: general update and enhanced board support

Robert P. J. Day (1):
      cmd_mmc.c: Fix typo, "dislay" -> "display"

Scott Wood (1):
      nand_spl: fix u-boot.lst breakage

Simon Glass (1):
      patman: Issue empty change logs for unchanged patches

Stefan Roese (1):
      MAKEALL: Add spear platform target to compile all SPEAr boards

?ukasz Majewski (26):
      pmic:i2c: Handle PMIC I2C transmission comprising of two bytes
      pmic:i2c: Add I2C sensor byte order (big/little) to PMIC framework
      pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C
      pmic: Extend PMIC framework to support multiple instances of PMIC devices
      pmic: Introduce power_init_board() method at ./lib/board.c file
      pmic: Enable power_board_init() support at TRATS
      pmic:chrg: Common information about charger and battery (power_chrg.h)
      pmic: Move pmic related code to ./drivers/power directory
      pmic: Extend struct pmic to support battery and charger related operations
      pmic:battery: Support for Trats Battery at PMIC framework
      pmic:muic: Support for MUIC built into MAX8997 device
      pmic:fuel-gauge: Support for MAX17042 fuel-gauge
      pmic:max8997: Function for calculating LDO internal register value
      arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board
      arm:trats:pmic: Enable MUIC (MAX8997) at Samsung's TRATS board
      arm:trats:pmic: Enable fuel-gauge (MAX17042) at Samsung's TRATS board
      arm:trats:pmic: Enable battery support at Samsung's TRATS board
      pmic:max8997: Support for MAX8997 internal charger control
      arm:trats:pmic: Power consumption reduction state for Samsung's TRATS board
      arm:trats:pmic: Support for charging battery at Samsung's TRATS board
      pmic: Extend PMIC framework to support battery related commands
      power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* files
      power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
      power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWER
      arm:goni:pmic: Adjust GONI target platform board to new PMIC framework
      arm:universal_c210:pmic: Adjust C210 Universal target platform board to new PMIC framework

 MAKEALL                                            |    6 +
 Makefile                                           |    7 +-
 arch/arm/lib/board.c                               |    8 +
 board/BuS/eb_cpu5282/Makefile                      |    2 +-
 board/BuS/eb_cpu5282/cfm_flash.c                   |  212 ----------
 board/BuS/eb_cpu5282/cfm_flash.h                   |   40 --
 board/BuS/eb_cpu5282/eb_cpu5282.c                  |  110 ++++--
 board/BuS/eb_cpu5282/flash.c                       |  415 --------------------
 board/davedenx/qong/qong.c                         |   12 +-
 board/freescale/mx31pdk/mx31pdk.c                  |   12 +-
 board/freescale/mx35pdk/mx35pdk.c                  |   14 +-
 board/freescale/mx51evk/mx51evk.c                  |   12 +-
 board/freescale/mx53evk/mx53evk.c                  |   12 +-
 board/freescale/mx53loco/mx53loco.c                |   21 +-
 board/genesi/mx51_efikamx/efikamx.c                |   12 +-
 board/hale/tt01/tt01.c                             |   14 +-
 board/samsung/goni/goni.c                          |   22 +-
 board/samsung/trats/trats.c                        |  292 +++++++++++++-
 board/samsung/universal_c210/universal.c           |   27 +-
 board/ttcontrol/vision2/vision2.c                  |   12 +-
 boards.cfg                                         |    2 +-
 common/cmd_mmc.c                                   |    2 +-
 drivers/misc/Makefile                              |    7 -
 drivers/misc/pmic_core.c                           |  147 -------
 drivers/power/Makefile                             |   12 +-
 .../config.mk => drivers/power/battery/Makefile    |   34 ++-
 drivers/power/battery/bat_trats.c                  |  100 +++++
 .../config.mk => drivers/power/fuel_gauge/Makefile |   34 ++-
 drivers/power/fuel_gauge/fg_max17042.c             |  250 ++++++++++++
 drivers/power/pmic/Makefile                        |   49 +++
 drivers/power/pmic/muic_max8997.c                  |   90 +++++
 drivers/power/pmic/pmic_max8997.c                  |  123 ++++++
 drivers/{misc => power/pmic}/pmic_max8998.c        |   16 +-
 drivers/power/power_core.c                         |  232 +++++++++++
 .../{misc/pmic_dialog.c => power/power_dialog.c}   |   14 +-
 drivers/{misc/pmic_fsl.c => power/power_fsl.c}     |   22 +-
 drivers/{misc/pmic_i2c.c => power/power_i2c.c}     |   47 ++-
 drivers/{misc/pmic_spi.c => power/power_spi.c}     |    4 +-
 drivers/rtc/mc13xxx-rtc.c                          |   10 +-
 fs/fs.c                                            |   11 +-
 fs/zfs/zfs.c                                       |    4 +-
 include/configs/eb_cpu5282.h                       |  102 +++--
 include/configs/imx31_litekit.h                    |    6 +-
 include/configs/mx31ads.h                          |    6 +-
 include/configs/mx31pdk.h                          |    6 +-
 include/configs/mx35pdk.h                          |    6 +-
 include/configs/mx51_efikamx.h                     |    6 +-
 include/configs/mx51evk.h                          |    6 +-
 include/configs/mx53evk.h                          |    6 +-
 include/configs/mx53loco.h                         |    8 +-
 include/configs/qong.h                             |    6 +-
 include/configs/s5p_goni.h                         |    6 +-
 include/configs/s5pc210_universal.h                |    6 +-
 include/configs/trats.h                            |   14 +-
 include/configs/tt01.h                             |    6 +-
 include/configs/vision2.h                          |    6 +-
 include/pmic.h                                     |   72 ----
 .../misc/pmic_max8997.c => include/power/battery.h |   29 +-
 .../power/fg_battery_cell_params.h                 |   79 +++-
 include/power/max17042_fg.h                        |   74 ++++
 include/power/max8997_muic.h                       |   61 +++
 include/{ => power}/max8997_pmic.h                 |   26 ++-
 include/{ => power}/max8998_pmic.h                 |    0
 include/power/pmic.h                               |  109 +++++
 .../pmic_max8997.c => include/power/power_chrg.h   |   34 +-
 nand_spl/board/freescale/mpc8536ds/Makefile        |    3 +-
 nand_spl/board/freescale/mpc8569mds/Makefile       |    3 +-
 nand_spl/board/freescale/mpc8572ds/Makefile        |    3 +-
 nand_spl/board/freescale/mx31pdk/Makefile          |    3 +-
 nand_spl/board/freescale/p1010rdb/Makefile         |    3 +-
 nand_spl/board/freescale/p1023rds/Makefile         |    3 +-
 nand_spl/board/freescale/p1_p2_rdb/Makefile        |    3 +-
 nand_spl/board/karo/tx25/Makefile                  |    3 +-
 tools/patman/series.py                             |   21 +-
 74 files changed, 2016 insertions(+), 1181 deletions(-)
 delete mode 100644 board/BuS/eb_cpu5282/cfm_flash.c
 delete mode 100644 board/BuS/eb_cpu5282/cfm_flash.h
 delete mode 100644 board/BuS/eb_cpu5282/flash.c
 delete mode 100644 drivers/misc/pmic_core.c
 copy board/BuS/eb_cpu5282/config.mk => drivers/power/battery/Makefile (52%)
 create mode 100644 drivers/power/battery/bat_trats.c
 rename board/BuS/eb_cpu5282/config.mk => drivers/power/fuel_gauge/Makefile (52%)
 create mode 100644 drivers/power/fuel_gauge/fg_max17042.c
 create mode 100644 drivers/power/pmic/Makefile
 create mode 100644 drivers/power/pmic/muic_max8997.c
 create mode 100644 drivers/power/pmic/pmic_max8997.c
 rename drivers/{misc => power/pmic}/pmic_max8998.c (82%)
 create mode 100644 drivers/power/power_core.c
 rename drivers/{misc/pmic_dialog.c => power/power_dialog.c} (81%)
 rename drivers/{misc/pmic_fsl.c => power/power_fsl.c} (81%)
 rename drivers/{misc/pmic_i2c.c => power/power_i2c.c} (62%)
 rename drivers/{misc/pmic_spi.c => power/power_spi.c} (97%)
 delete mode 100644 include/pmic.h
 copy drivers/misc/pmic_max8997.c => include/power/battery.h (71%)
 copy drivers/misc/pmic_max8997.c => include/power/fg_battery_cell_params.h (50%)
 create mode 100644 include/power/max17042_fg.h
 create mode 100644 include/power/max8997_muic.h
 rename include/{ => power}/max8997_pmic.h (88%)
 rename include/{ => power}/max8998_pmic.h (100%)
 create mode 100644 include/power/pmic.h
 rename drivers/misc/pmic_max8997.c => include/power/power_chrg.h (71%)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2019-06-10 11:26 Anatolij Gustschin
  2019-06-10 13:42 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2019-06-10 11:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull FEC driver fix for v2019.07.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/542223249

Thanks,
Anatolij

The following changes since commit 38c2a8a00132b4dcc6a0bb5baf5146b9eb9eb2d2:

  Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi (2019-06-02 18:19:45 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-staging.git tags/fixes-for-2019.07

for you to fetch changes up to 023e2f900020991aedb3d57a257d46963b76221b:

  net: fec_mxc: not access reserved register on i.MX8 (2019-06-04 16:57:35 +0200)

----------------------------------------------------------------
- fix FEC exception/SERROR on i.MX8X

----------------------------------------------------------------
Peng Fan (1):
      net: fec_mxc: not access reserved register on i.MX8

 drivers/net/fec_mxc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2018-10-20 19:35 Anatolij Gustschin
  2018-10-20 19:43 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2018-10-20 19:35 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some synxi PWM driver bugfixes:

The following changes since commit e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f:

  Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot (2018-10-17 07:20:52 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to a1f95bf1a87c5e4f9fe37b02bc1e34cccd3893b5:

  pwm: sunxi: choose best prescaler to improve PWM resolution (2018-10-18 23:05:00 +0200)

----------------------------------------------------------------
Vasily Khoruzhick (3):
      pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass
      pwm: sunxi: use new prescaler when configuring PWM
      pwm: sunxi: choose best prescaler to improve PWM resolution

 drivers/pwm/sunxi_pwm.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

--
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2018-08-11 17:15 Anatolij Gustschin
  2018-08-13  0:21 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2018-08-11 17:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf:

  travis: give every job a name (2018-08-10 13:50:30 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to 7e86242b2bdb2983423a3a1f3ec375df56c7cac8:

  misc: Add gdsys_ioep driver (2018-08-11 16:00:50 +0200)

----------------------------------------------------------------
Mario Six (4):
      misc: docs: Fix comments in misc.h
      misc: uclass: Add enable/disable function
      test: Add tests for misc uclass
      misc: Add gdsys_ioep driver

 .../devicetree/bindings/misc/gdsys,io-endpoint.txt |  20 ++
 arch/sandbox/dts/test.dts                          |   4 +
 drivers/misc/Kconfig                               |   6 +
 drivers/misc/Makefile                              |   3 +-
 drivers/misc/gdsys_ioep.c                          | 209 +++++++++++++++++++++
 drivers/misc/gdsys_ioep.h                          | 137 ++++++++++++++
 drivers/misc/misc-uclass.c                         |  10 +
 drivers/misc/misc_sandbox.c                        | 133 +++++++++++++
 include/misc.h                                     | 109 +++++++----
 test/dm/Makefile                                   |   1 +
 test/dm/misc.c                                     |  83 ++++++++
 11 files changed, 675 insertions(+), 40 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt
 create mode 100644 drivers/misc/gdsys_ioep.c
 create mode 100644 drivers/misc/gdsys_ioep.h
 create mode 100644 drivers/misc/misc_sandbox.c
 create mode 100644 test/dm/misc.c

Please pull. Thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2018-08-07  6:56 Anatolij Gustschin
  2018-08-07 15:32 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2018-08-07  6:56 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull some reviewed power-domain and I2C patches. Heiko is on vacation
and Jaehoon didn't respond, so I'm pushing these through my staging branch.
These patches were submitted before merge window closed, we need them for
i.MX8QXP support.

The following changes since commit bb694d4e898b1368ba96e01481dc0a79c491e77c:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-08-04 19:41:43 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to 3d7690aec1020aa579eee189ed07d5e6289e3617:

  i2c: imx_lpi2c: add uclass api support (2018-08-06 14:28:23 +0200)

----------------------------------------------------------------
Peng Fan (6):
      power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined
      power: Add CONFIG_SPL_POWER_DOMAIN config
      dm: core: device: enable power domain in probe
      dm: power-domain: query power domain after get device
      i2c-mux: pca954x: support pca9646 i2c switch
      i2c: imx_lpi2c: add uclass api support

 common/spl/Kconfig            |  9 +++++++++
 drivers/Makefile              |  1 +
 drivers/core/device.c         |  7 +++++++
 drivers/i2c/imx_lpi2c.c       | 47 ++++++++++++++++++++++++++++++++++++-------
 drivers/i2c/muxes/pca954x.c   |  9 ++++++++-
 drivers/power/domain/Makefile |  2 +-
 include/imx_lpi2c.h           |  3 +++
 include/power-domain.h        | 29 ++++++++++++++++++++++++++
 test/dm/power-domain.c        |  2 ++
 9 files changed, 100 insertions(+), 9 deletions(-)

Thanks,

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2016-02-06 18:18 Anatolij Gustschin
  2016-02-08 20:45 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2016-02-06 18:18 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04 06:56:23 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to 2300184f702656b72394e458bf15f7aaba8af892:

  net: davinci_emac: fix NULL check after pointer dereference (2016-02-06 16:39:31 +0100)

----------------------------------------------------------------
Bin Meng (1):
      Use correct spelling of "U-Boot"

Peng Fan (1):
      fdt: introduce fdtdec_get_child_count

Ricardo Ribalda (1):
      ppc: xilinx-ppc405-generic

Simon Glass (6):
      microblaze: Correct build error in eth-uclass.c
      cmd: Fix control bmp_display()
      video: Use 'int' for loop variables instead of short
      video: test: Adjust order of file closure
      bzlib: Try another way to fix an unused variable
      rockchip: Drop old CONFIG_VIDEO_ROTATION option

Vishwas Srivastava (2):
      net: fix wrong initialization in davinci-emac driver
      net: davinci_emac: fix NULL check after pointer dereference

 README                                            |    4 +--
 arch/arm/cpu/arm926ejs/lpc32xx/cpu.c              |    2 +-
 arch/arm/cpu/arm926ejs/lpc32xx/lowlevel_init.S    |    2 +-
 arch/arm/cpu/armv7/nonsec_virt.S                  |    2 +-
 arch/arm/cpu/armv8/Kconfig                        |    2 +-
 arch/arm/dts/uniphier-ph1-ld4-ref.dts             |    2 +-
 arch/arm/dts/uniphier-ph1-ld6b-ref.dts            |    2 +-
 arch/arm/dts/uniphier-ph1-pro4-ref.dts            |    2 +-
 arch/arm/dts/uniphier-ph1-pro5-4kbox.dts          |    2 +-
 arch/arm/dts/uniphier-ph1-sld3-ref.dts            |    2 +-
 arch/arm/dts/uniphier-ph1-sld8-ref.dts            |    2 +-
 arch/arm/dts/uniphier-proxstream2-gentil.dts      |    2 +-
 arch/arm/dts/uniphier-proxstream2-vodka.dts       |    2 +-
 arch/arm/mach-exynos/include/mach/spl.h           |    8 ++---
 arch/arm/mach-exynos/sec_boot.S                   |    4 +--
 arch/arm/mach-exynos/spl_boot.c                   |    2 +-
 arch/arm/mach-orion5x/lowlevel_init.S             |    2 +-
 arch/blackfin/cpu/Makefile                        |    2 +-
 arch/blackfin/cpu/cpu.c                           |    2 +-
 arch/blackfin/cpu/cpu.h                           |    2 +-
 arch/blackfin/cpu/interrupts.c                    |    2 +-
 arch/blackfin/cpu/start.S                         |    4 +--
 arch/blackfin/cpu/traps.c                         |    2 +-
 arch/blackfin/cpu/u-boot.lds                      |    2 +-
 arch/blackfin/include/asm/bitops.h                |    2 +-
 arch/blackfin/include/asm/blackfin_local.h        |    2 +-
 arch/blackfin/include/asm/byteorder.h             |    2 +-
 arch/blackfin/include/asm/deferred.h              |    2 +-
 arch/blackfin/include/asm/delay.h                 |    2 +-
 arch/blackfin/include/asm/global_data.h           |    2 +-
 arch/blackfin/include/asm/io.h                    |    2 +-
 arch/blackfin/include/asm/linkage.h               |    2 +-
 arch/blackfin/include/asm/posix_types.h           |    2 +-
 arch/blackfin/include/asm/processor.h             |    2 +-
 arch/blackfin/include/asm/shared_resources.h      |    2 +-
 arch/blackfin/include/asm/soft_switch.h           |    2 +-
 arch/blackfin/include/asm/string.h                |    2 +-
 arch/blackfin/include/asm/system.h                |    2 +-
 arch/blackfin/include/asm/types.h                 |    2 +-
 arch/blackfin/include/asm/u-boot.h                |    2 +-
 arch/blackfin/lib/Makefile                        |    2 +-
 arch/blackfin/lib/boot.c                          |    2 +-
 arch/blackfin/lib/cache.c                         |    2 +-
 arch/blackfin/lib/cmd_cache_dump.c                |    2 +-
 arch/blackfin/lib/kgdb.c                          |    2 +-
 arch/blackfin/lib/muldi3.c                        |    2 +-
 arch/blackfin/lib/sections.c                      |    2 +-
 arch/blackfin/lib/string.c                        |    2 +-
 arch/microblaze/lib/muldi3.c                      |    2 +-
 arch/mips/cpu/start.S                             |    2 +-
 arch/nds32/include/asm/linkage.h                  |    2 +-
 arch/powerpc/cpu/mpc85xx/p5040_serdes.c           |    2 +-
 arch/sparc/include/asm/u-boot.h                   |    2 +-
 arch/sparc/include/asm/winmacro.h                 |    2 +-
 arch/x86/cpu/resetvec.S                           |    2 +-
 arch/x86/lib/bootm.c                              |    2 +-
 board/bct-brettl2/Makefile                        |    2 +-
 board/bct-brettl2/bct-brettl2.c                   |    2 +-
 board/bf506f-ezkit/Makefile                       |    2 +-
 board/bf506f-ezkit/bf506f-ezkit.c                 |    2 +-
 board/bf518f-ezbrd/Makefile                       |    2 +-
 board/bf518f-ezbrd/bf518f-ezbrd.c                 |    2 +-
 board/bf525-ucr2/Makefile                         |    2 +-
 board/bf525-ucr2/bf525-ucr2.c                     |    2 +-
 board/bf526-ezbrd/Makefile                        |    2 +-
 board/bf526-ezbrd/bf526-ezbrd.c                   |    2 +-
 board/bf527-ad7160-eval/Makefile                  |    2 +-
 board/bf527-ad7160-eval/bf527-ad7160-eval.c       |    2 +-
 board/bf527-ezkit/Makefile                        |    2 +-
 board/bf527-ezkit/bf527-ezkit.c                   |    2 +-
 board/bf527-sdp/Makefile                          |    2 +-
 board/bf527-sdp/bf527-sdp.c                       |    2 +-
 board/bf533-ezkit/Makefile                        |    2 +-
 board/bf533-ezkit/bf533-ezkit.c                   |    2 +-
 board/bf533-ezkit/flash-defines.h                 |    2 +-
 board/bf533-ezkit/flash.c                         |    2 +-
 board/bf533-ezkit/psd4256.h                       |    2 +-
 board/bf533-stamp/Makefile                        |    2 +-
 board/bf533-stamp/bf533-stamp.c                   |    2 +-
 board/bf537-minotaur/Makefile                     |    2 +-
 board/bf537-minotaur/bf537-minotaur.c             |    2 +-
 board/bf537-pnav/Makefile                         |    2 +-
 board/bf537-pnav/bf537-pnav.c                     |    2 +-
 board/bf537-srv1/Makefile                         |    2 +-
 board/bf537-srv1/bf537-srv1.c                     |    2 +-
 board/bf537-stamp/Makefile                        |    2 +-
 board/bf537-stamp/bf537-stamp.c                   |    2 +-
 board/bf538f-ezkit/Makefile                       |    2 +-
 board/bf538f-ezkit/bf538f-ezkit.c                 |    2 +-
 board/bf548-ezkit/Makefile                        |    2 +-
 board/bf548-ezkit/bf548-ezkit.c                   |    2 +-
 board/bf561-acvilon/Makefile                      |    2 +-
 board/bf561-ezkit/Makefile                        |    2 +-
 board/bf561-ezkit/bf561-ezkit.c                   |    2 +-
 board/bf609-ezkit/Makefile                        |    2 +-
 board/bf609-ezkit/bf609-ezkit.c                   |    2 +-
 board/bf609-ezkit/soft_switch.c                   |    2 +-
 board/bf609-ezkit/soft_switch.h                   |    2 +-
 board/blackstamp/Makefile                         |    2 +-
 board/blackstamp/blackstamp.c                     |    2 +-
 board/blackvme/Makefile                           |    2 +-
 board/blackvme/blackvme.c                         |    2 +-
 board/br4/Makefile                                |    2 +-
 board/br4/br4.c                                   |    2 +-
 board/cm-bf527/Makefile                           |    2 +-
 board/cm-bf527/cm-bf527.c                         |    2 +-
 board/cm-bf533/Makefile                           |    2 +-
 board/cm-bf533/cm-bf533.c                         |    2 +-
 board/cm-bf537e/Makefile                          |    2 +-
 board/cm-bf537e/cm-bf537e.c                       |    2 +-
 board/cm-bf537u/Makefile                          |    2 +-
 board/cm-bf537u/cm-bf537u.c                       |    2 +-
 board/cm-bf548/Makefile                           |    2 +-
 board/cm-bf548/cm-bf548.c                         |    2 +-
 board/cm-bf561/Makefile                           |    2 +-
 board/cm-bf561/cm-bf561.c                         |    2 +-
 board/congatec/cgtqmx6eval/README                 |   12 +++----
 board/dnp5370/Makefile                            |    2 +-
 board/dnp5370/dnp5370.c                           |    2 +-
 board/embest/mx6boards/mx6boards.c                |    2 +-
 board/freescale/b4860qds/eth_b4860qds.c           |    2 +-
 board/freescale/bsc9131rdb/README                 |    6 ++--
 board/freescale/bsc9132qds/README                 |    6 ++--
 board/freescale/c29xpcie/README                   |    4 +--
 board/freescale/ls2080a/README                    |    2 +-
 board/freescale/ls2080aqds/README                 |    2 +-
 board/freescale/ls2080aqds/eth.c                  |    2 +-
 board/freescale/ls2080ardb/README                 |    2 +-
 board/freescale/m52277evb/README                  |    8 ++---
 board/freescale/m5253evbe/README                  |    2 +-
 board/freescale/m53017evb/README                  |    6 ++--
 board/freescale/m5373evb/README                   |    6 ++--
 board/freescale/m54455evb/README                  |   10 +++---
 board/freescale/m547xevb/README                   |    4 +--
 board/freescale/mpc8313erdb/README                |    4 +--
 board/freescale/mpc8315erdb/README                |    2 +-
 board/freescale/mpc8323erdb/README                |    6 ++--
 board/freescale/mpc832xemds/README                |    4 +--
 board/freescale/mpc837xemds/README                |    2 +-
 board/freescale/mpc837xerdb/README                |    2 +-
 board/freescale/mpc8569mds/README                 |    6 ++--
 board/freescale/mpc8572ds/README                  |   14 ++++----
 board/freescale/mpc8610hpcd/README                |    2 +-
 board/freescale/mpc8641hpcn/README                |    8 ++---
 board/freescale/mx28evk/README                    |    2 +-
 board/freescale/mx35pdk/README                    |    4 +--
 board/freescale/mx6sabresd/mx6sabresd.c           |    2 +-
 board/freescale/mx6slevk/mx6slevk.c               |    2 +-
 board/freescale/mx6sxsabreauto/mx6sxsabreauto.c   |    2 +-
 board/freescale/mx6sxsabresd/mx6sxsabresd.c       |    2 +-
 board/freescale/mx6ul_14x14_evk/README            |    6 ++--
 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c |    2 +-
 board/freescale/mx7dsabresd/mx7dsabresd.c         |    2 +-
 board/freescale/p1010rdb/README.P1010RDB-PA       |    6 ++--
 board/freescale/p1010rdb/README.P1010RDB-PB       |    4 +--
 board/freescale/t102xqds/README                   |   30 ++++++++--------
 board/freescale/t102xqds/eth_t102xqds.c           |    2 +-
 board/freescale/t102xrdb/README                   |   38 ++++++++++----------
 board/freescale/t1040qds/README                   |   10 +++---
 board/freescale/t104xrdb/README                   |   28 +++++++--------
 board/freescale/t208xqds/README                   |   34 +++++++++---------
 board/freescale/t208xqds/eth_t208xqds.c           |    2 +-
 board/freescale/t208xrdb/README                   |   30 ++++++++--------
 board/freescale/t4qds/README                      |   18 +++++-----
 board/freescale/t4qds/eth.c                       |    4 +--
 board/gateworks/gw_ventana/README                 |   14 ++++----
 board/ibf-dsp561/Makefile                         |    2 +-
 board/ibf-dsp561/ibf-dsp561.c                     |    2 +-
 board/imgtec/malta/malta.c                        |    2 +-
 board/ip04/Makefile                               |    2 +-
 board/ip04/ip04.c                                 |    2 +-
 board/keymile/km83xx/README.kmeter1               |    2 +-
 board/pr1/Makefile                                |    2 +-
 board/pr1/pr1.c                                   |    2 +-
 board/sbc8349/README                              |   18 +++++-----
 board/sbc8548/README                              |   26 +++++++-------
 board/sbc8641d/README                             |    6 ++--
 board/seco/mx6quq7/mx6quq7.c                      |    2 +-
 board/solidrun/mx6cuboxi/README                   |    6 ++--
 board/tbs/tbs2910/tbs2910.c                       |    2 +-
 board/tcm-bf518/Makefile                          |    2 +-
 board/tcm-bf518/tcm-bf518.c                       |    2 +-
 board/tcm-bf537/Makefile                          |    2 +-
 board/tcm-bf537/tcm-bf537.c                       |    2 +-
 board/ti/ks2_evm/README                           |   34 +++++++++---------
 board/tqc/tqma6/tqma6.c                           |    2 +-
 board/wandboard/README                            |    6 ++--
 board/wandboard/wandboard.c                       |    2 +-
 board/warp/README                                 |   12 +++----
 cmd/bmp.c                                         |    3 +-
 cmd/bootldr.c                                     |    2 +-
 cmd/cramfs.c                                      |    2 +-
 cmd/jffs2.c                                       |    2 +-
 cmd/ldrinfo.c                                     |    2 +-
 cmd/mtdparts.c                                    |    2 +-
 cmd/pxe.c                                         |    4 +--
 cmd/spibootldr.c                                  |    2 +-
 common/image-fdt.c                                |    2 +-
 common/image.c                                    |    2 +-
 common/kgdb_stubs.c                               |    2 +-
 configs/chromebook_jerry_defconfig                |    1 -
 configs/firefly-rk3288_defconfig                  |    1 -
 configs/rock2_defconfig                           |    1 -
 configs/xilinx-ppc405-generic_defconfig           |    2 +-
 doc/README.440-DDR-performance                    |    2 +-
 doc/README.arm64                                  |   10 +++---
 doc/README.b4860qds                               |   26 +++++++-------
 doc/README.clang                                  |    8 ++---
 doc/README.fec_mxc                                |    2 +-
 doc/README.fsl-ddr                                |   10 +++---
 doc/README.imx6                                   |    4 +--
 doc/README.m68k                                   |   18 +++++-----
 doc/README.malta                                  |    2 +-
 doc/README.menu                                   |    2 +-
 doc/README.mpc83xxads                             |    2 +-
 doc/README.mpc85xx-spin-table                     |    2 +-
 doc/README.mpc85xxads                             |    4 +--
 doc/README.mpc85xxcds                             |   10 +++---
 doc/README.mxs                                    |   18 +++++-----
 doc/README.odroid                                 |   22 ++++++------
 doc/README.pxe                                    |   40 ++++++++++-----------
 doc/README.qemu-mips                              |    2 +-
 doc/README.sata                                   |    6 ++--
 doc/README.video                                  |    6 ++--
 doc/SPI/README.ti_qspi_flash                      |    4 +--
 doc/uImage.FIT/kernel.its                         |    2 +-
 doc/uImage.FIT/kernel_fdt.its                     |    2 +-
 doc/uImage.FIT/multi.its                          |    2 +-
 doc/uImage.FIT/source_file_format.txt             |   14 ++++----
 drivers/block/mvsata_ide.c                        |    2 +-
 drivers/ddr/marvell/axp/ddr3_hw_training.c        |    2 +-
 drivers/gpio/db8500_gpio.c                        |    4 +--
 drivers/mmc/sh_sdhi.c                             |    2 +-
 drivers/mtd/nand/fsl_ifc_spl.c                    |    2 +-
 drivers/mtd/nand/lpc32xx_nand_slc.c               |    2 +-
 drivers/mtd/nand/mxc_nand_spl.c                   |    2 +-
 drivers/net/davinci_emac.c                        |    8 +++--
 drivers/net/e1000.c                               |    2 +-
 drivers/net/fsl-mc/mc.c                           |    2 +-
 drivers/net/lan91c96.c                            |    2 +-
 drivers/net/ne2000_base.c                         |    2 +-
 drivers/serial/sandbox.c                          |    2 +-
 drivers/serial/serial_bfin.c                      |    2 +-
 drivers/soc/Makefile                              |    2 +-
 drivers/usb/gadget/composite.c                    |    2 +-
 drivers/usb/gadget/config.c                       |    2 +-
 drivers/usb/gadget/epautoconf.c                   |    2 +-
 drivers/usb/gadget/ether.c                        |    2 +-
 drivers/usb/gadget/gadget_chips.h                 |    2 +-
 drivers/usb/gadget/usbstring.c                    |    2 +-
 drivers/video/video_bmp.c                         |    2 +-
 examples/standalone/README.smc91111_eeprom        |    8 ++---
 examples/standalone/smc91111_eeprom.c             |    2 +-
 examples/standalone/smc911x_eeprom.c              |    2 +-
 include/asm-generic/errno.h                       |    2 +-
 include/config_distro_defaults.h                  |    6 ++--
 include/configs/TQM5200.h                         |    2 +-
 include/configs/adp-ag101p.h                      |    2 +-
 include/configs/bct-brettl2.h                     |    2 +-
 include/configs/bf506f-ezkit.h                    |    2 +-
 include/configs/bf518f-ezbrd.h                    |    2 +-
 include/configs/bf525-ucr2.h                      |    2 +-
 include/configs/bf526-ezbrd.h                     |    2 +-
 include/configs/bf527-ad7160-eval.h               |    2 +-
 include/configs/bf527-ezkit.h                     |    2 +-
 include/configs/bf527-sdp.h                       |    2 +-
 include/configs/bf533-ezkit.h                     |    2 +-
 include/configs/bf533-stamp.h                     |    2 +-
 include/configs/bf537-minotaur.h                  |    2 +-
 include/configs/bf537-pnav.h                      |    2 +-
 include/configs/bf537-srv1.h                      |    2 +-
 include/configs/bf537-stamp.h                     |    2 +-
 include/configs/bf538f-ezkit.h                    |    2 +-
 include/configs/bf548-ezkit.h                     |    2 +-
 include/configs/bf561-acvilon.h                   |    2 +-
 include/configs/bf561-ezkit.h                     |    2 +-
 include/configs/bf609-ezkit.h                     |    2 +-
 include/configs/blackstamp.h                      |    2 +-
 include/configs/blackvme.h                        |    2 +-
 include/configs/br4.h                             |    2 +-
 include/configs/cm-bf527.h                        |    2 +-
 include/configs/cm-bf533.h                        |    2 +-
 include/configs/cm-bf537e.h                       |    2 +-
 include/configs/cm-bf537u.h                       |    2 +-
 include/configs/cm-bf548.h                        |    2 +-
 include/configs/cm-bf561.h                        |    2 +-
 include/configs/cobra5272.h                       |    2 +-
 include/configs/dnp5370.h                         |    2 +-
 include/configs/edb93xx.h                         |    2 +-
 include/configs/espt.h                            |    2 +-
 include/configs/exynos5-common.h                  |    2 +-
 include/configs/ibf-dsp561.h                      |    2 +-
 include/configs/ip04.h                            |    2 +-
 include/configs/ls2080a_emu.h                     |    4 +--
 include/configs/ls2080a_simu.h                    |    4 +--
 include/configs/mx31pdk.h                         |    2 +-
 include/configs/novena.h                          |    2 +-
 include/configs/omap3_evm.h                       |    4 +--
 include/configs/omap3_evm_common.h                |    2 +-
 include/configs/omap3_evm_quick_mmc.h             |    4 +--
 include/configs/omap3_evm_quick_nand.h            |    4 +--
 include/configs/origen.h                          |    2 +-
 include/configs/pr1.h                             |    2 +-
 include/configs/sh7763rdp.h                       |    2 +-
 include/configs/smdkv310.h                        |    2 +-
 include/configs/spear-common.h                    |    2 +-
 include/configs/stv0991.h                         |    2 +-
 include/configs/tcm-bf518.h                       |    2 +-
 include/configs/tcm-bf537.h                       |    2 +-
 include/configs/ts4800.h                          |    2 +-
 include/configs/uniphier.h                        |    2 +-
 include/configs/vexpress_aemv8a.h                 |    2 +-
 include/configs/vexpress_ca15_tc2.h               |    2 +-
 include/configs/vexpress_ca5x2.h                  |    2 +-
 include/configs/vexpress_ca9x4.h                  |    2 +-
 include/fdtdec.h                                  |    9 +++++
 include/linux/linkage.h                           |    2 +-
 include/linux/usb/cdc.h                           |    2 +-
 include/linux/usb/gadget.h                        |    2 +-
 lib/Kconfig                                       |    2 +-
 lib/bzip2/bzlib_compress.c                        |    7 ++--
 lib/fdtdec.c                                      |   11 ++++++
 lib/zlib/inffast.c                                |    2 +-
 lib/zlib/inftrees.c                               |    2 +-
 lib/zlib/zutil.h                                  |    2 +-
 net/eth-uclass.c                                  |    2 ++
 scripts/basic/fixdep.c                            |    4 +--
 test/dm/video.c                                   |    2 +-
 tools/palmtreo680/flash_u-boot.c                  |    2 +-
 tools/patman/README                               |    2 +-
 330 files changed, 640 insertions(+), 621 deletions(-)

Please pull, thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2014-10-31  0:02 Anatolij Gustschin
  2014-11-04 20:00 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2014-10-31  0:02 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to 548b310c68ac99a0330d8b56c797c09ff0742d1e:

  Remove the CREDITS file (2014-10-31 00:50:51 +0100)

----------------------------------------------------------------
Andreas Bie?mann (1):
      tools/kwbimage.c: fix build on darwin

Fabio Estevam (1):
      novena: Add MAINTAINERS file

Masahiro Yamada (3):
      Remove unused files
      ppc/arm: remove remainders of dead boards in Kconfig
      Remove the CREDITS file

Paul Kocialkowski (1):
      twl4030: VMMC2 3.2V enable on MMC init

Stefan Roese (1):
      tools/kwbimage: Fix compilation warning

 CREDITS                                     |  536 ---------------------------
 arch/arm/Kconfig                            |    4 -
 arch/arm/include/asm/arch-at91/at91_shdwn.h |   35 --
 arch/powerpc/cpu/mpc5xxx/Kconfig            |    3 -
 arch/powerpc/cpu/mpc8xx/Kconfig             |    3 -
 board/kosagi/novena/MAINTAINERS             |    6 +
 board/matrix_vision/common/Makefile         |    8 -
 board/matrix_vision/common/mv_common.c      |  112 ------
 board/matrix_vision/common/mv_common.h      |    9 -
 drivers/power/twl4030.c                     |    6 +
 include/twl4030.h                           |    2 +
 include/usb/omap1510_udc.h                  |  174 ---------
 tools/kwbimage.c                            |   37 +-
 13 files changed, 42 insertions(+), 893 deletions(-)
 delete mode 100644 CREDITS
 delete mode 100644 arch/arm/include/asm/arch-at91/at91_shdwn.h
 create mode 100644 board/kosagi/novena/MAINTAINERS
 delete mode 100644 board/matrix_vision/common/Makefile
 delete mode 100644 board/matrix_vision/common/mv_common.c
 delete mode 100644 board/matrix_vision/common/mv_common.h
 delete mode 100644 include/usb/omap1510_udc.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2014-08-21 17:17 Anatolij Gustschin
  2014-08-25 12:35 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2014-08-21 17:17 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit e49f14af1349eef94e41b636320bbfcace7403b5:

  patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 -0600)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

for you to fetch changes up to 9fa7bbc126d697f1415adbac72bb7f6d978ff50d:

  openrd: fail build if U-Boot would overlap with environment in flash (2014-08-14 16:01:05 +0200)

----------------------------------------------------------------
Heiko Schocher (3):
      tools: fix typo in tools/image-host.c
      tools, fit_info: increase buffer for command name
      mtdparts: fix usecount bug

Luka Perkov (1):
      mkimage: fix compilation issues on OpenBSD

Markus Niebel (1):
      RTC: add support for DS1339 (using DS1307 driver)

Sascha Silbe (2):
      README: document CONFIG_BOARD_SIZE_LIMIT
      openrd: fail build if U-Boot would overlap with environment in flash

Stephen Warren (1):
      pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM

vijay rai (1):
      driver/qe: update status of QE microcode

 README                   |    6 ++++++
 common/cmd_mtdparts.c    |    1 +
 drivers/pci/pci.c        |    2 +-
 drivers/qe/qe.c          |    2 +-
 drivers/rtc/Makefile     |    1 +
 drivers/rtc/ds1307.c     |    2 +-
 include/configs/openrd.h |    5 +++++
 tools/fit_info.c         |    5 +++--
 tools/image-host.c       |    2 +-
 tools/mkimage.c          |    2 ++
 10 files changed, 22 insertions(+), 6 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2013-03-29 13:26 Anatolij Gustschin
  2013-04-01 16:30 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2013-03-29 13:26 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Anatolij Gustschin (1):
      menu: export menu_default_choice() function

Pali Roh?r (3):
      menu: Add support for user defined item choice function
      New command bootmenu: ANSI terminal boot menu support
      RX-51: Add support for bootmenu

 board/ait/cam_enc_4xx/cam_enc_4xx.c |    3 +-
 common/Makefile                     |    1 +
 common/cmd_bootmenu.c               |  517 +++++++++++++++++++++++++++++++++++
 common/cmd_pxe.c                    |    3 +-
 common/menu.c                       |   44 +++-
 doc/README.bootmenu                 |  115 ++++++++
 doc/README.menu                     |    9 +-
 include/ansi.h                      |   42 +++
 include/configs/nokia_rx51.h        |   40 +++-
 include/menu.h                      |    5 +-
 10 files changed, 760 insertions(+), 19 deletions(-)
 create mode 100644 common/cmd_bootmenu.c
 create mode 100644 doc/README.bootmenu
 create mode 100644 include/ansi.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2013-01-14 22:28 Anatolij Gustschin
  2013-01-14 22:40 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2013-01-14 22:28 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:

  m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Peter Meerwald (1):
      twl4030: fix 'could could' in error messages

 drivers/power/twl4030.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-11-08 12:39 Anatolij Gustschin
  2012-11-08 15:07 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-11-08 12:39 UTC (permalink / raw)
  To: u-boot

Hello Tom, Wolfgang,

please pull urgent fix for "help" command.
 
The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-11-05 09:46:45 -0700)

are available in the git repository at:

  ssh://gu-staging at git.denx.de/u-boot-staging agust at denx.de-urgent

Anatolij Gustschin (1):
      common/command.c: revert changes from commit 199adb60

 common/command.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-10-05 23:06 Anatolij Gustschin
  2012-10-08 16:09 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-10-05 23:06 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some fixes for upcoming release.

The following changes since commit 198166877768cf4d0197289a524df8a6ca0e2f19:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-04 10:00:42 -0700)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Laurence Withers (2):
      GPIO: pca953x: fix spelling in help
      GPIO: pca953x: fix error reporting

Rommel Custodio (1):
      ml507: Fix Xilinx uartlite driver hang

 drivers/gpio/pca953x.c       |   51 +++++++++++++++++++++++++++++------------
 include/configs/xilinx-ppc.h |    2 +-
 2 files changed, 37 insertions(+), 16 deletions(-)

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-09-21 23:10 Anatolij Gustschin
  2012-09-22  0:21 ` Tom Rini
  2012-09-22  0:22 ` Tom Rini
  0 siblings, 2 replies; 48+ messages in thread
From: Anatolij Gustschin @ 2012-09-21 23:10 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Please pull some patches from my staging branch. There is a warnings fix,
so we will get a cleaner MAKEALL log.

Three patches from Simon were submitted as part of tegra LCD driver
series, other patches of this series still need rework. We should
merge these three patches now so that there is no need to include
them later again in the reworked LCD driver series.

The following changes since commit 3ab270d5df7ae7bf8d7b5d225ab1abb37297d77e:

  Revert "memsize: Fix for bug in memory sizing code" (2012-09-21 08:14:05 -0700)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Kumar Gala (1):
      pci: fix some warnings related to assumptions about

Simon Glass (3):
      Add gpio_request() to asm-generic header
      fdt: Tidy debugging, add to fdtdec_get_int/addr()
      fdt: Add header guard to fdtdec.h

 drivers/pci/pci.c          |    6 +++---
 drivers/pci/pci_auto.c     |    2 +-
 include/asm-generic/gpio.h |    9 +++++++++
 include/fdtdec.h           |    3 +++
 lib/fdtdec.c               |   27 +++++++++++++++++++--------
 5 files changed, 35 insertions(+), 12 deletions(-)

Thanks,
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-09-01 12:44 Anatolij Gustschin
  2012-09-01 22:46 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-09-01 12:44 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:

  zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Khem Raj (1):
      config: Always use GNU ld

Luka Perkov (1):
      tools: add kwboot binary to .gitignore file

Michal Simek (2):
      serial: CONSOLE macro is not used
      fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

Vikram Narayanan (1):
      tx25: Use generic gpio_* calls

 board/karo/tx25/tx25.c  |   25 +++++++++----------------
 config.mk               |    6 +++++-
 drivers/serial/serial.c |    3 ---
 lib/fdtdec.c            |    3 +--
 tools/.gitignore        |    1 +
 5 files changed, 16 insertions(+), 22 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-04-30 15:03 Anatolij Gustschin
  2012-04-30 16:21 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-04-30 15:03 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 330a091c11d48539cc5cbaab708514fe7b386f8c:

  patman: Change the location of patman path (2012-04-30 09:57:48 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Eric Nelson (2):
      part_dos: align disk buffers on cache line to enable DMA and cache
      fs/fat: align disk buffers on cache line to enable DMA and cache

Mike Frysinger (4):
      gunzip: rename z{alloc, free} to gz{alloc, free}
      lin_gadget: use common mdelay
      linux/compat.h: rename from linux/mtd/compat.h
      lin_gadget: use common linux/compat.h

 board/samsung/smdkc100/onenand.c          |    2 +-
 common/cmd_onenand.c                      |    2 +-
 common/env_onenand.c                      |    2 +-
 disk/part_dos.c                           |    6 +++---
 drivers/mtd/mtdconcat.c                   |    2 +-
 drivers/mtd/mtdcore.c                     |    2 +-
 drivers/mtd/mtdpart.c                     |    2 +-
 drivers/mtd/nand/mpc5121_nfc.c            |    2 +-
 drivers/mtd/nand/nand_base.c              |    2 +-
 drivers/mtd/nand/nand_bbt.c               |    2 +-
 drivers/mtd/onenand/onenand_base.c        |    2 +-
 drivers/mtd/onenand/onenand_bbt.c         |    2 +-
 drivers/mtd/onenand/onenand_uboot.c       |    2 +-
 drivers/mtd/onenand/samsung.c             |    2 +-
 drivers/usb/gadget/s3c_udc_otg.c          |    5 +++--
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c |    2 +-
 fs/cramfs/uncompress.c                    |    7 ++-----
 fs/fat/fat.c                              |   22 ++++++++++++----------
 fs/jffs2/jffs2_1pass.c                    |    2 +-
 include/linux/{mtd => }/compat.h          |    3 +++
 include/linux/err.h                       |    2 +-
 include/linux/mtd/mtd-abi.h               |    2 +-
 include/linux/mtd/nand.h                  |    2 +-
 include/linux/mtd/onenand.h               |    2 +-
 include/nand.h                            |    2 +-
 include/u-boot/zlib.h                     |    3 +++
 include/usb/lin_gadget_compat.h           |   16 ++--------------
 lib/gunzip.c                              |   11 ++++-------
 28 files changed, 52 insertions(+), 61 deletions(-)
 rename include/linux/{mtd => }/compat.h (92%)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-04-16 16:42 Anatolij Gustschin
  2012-04-16 21:00 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-04-16 16:42 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Please pull some fixes/updates for v2012.04. Thanks!

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

  Merge branch 'marek.vasut at gmail.com' of git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Anatolij Gustschin (1):
      drivers/mtd/spr_smi.c: Fix build warning

Dirk Behme (1):
      mkenvimage: Fix compiler warning

Fabio Estevam (1):
      configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER

Michael Jones (1):
      README: supported boards are in boards.cfg, not Makefile

Simon Glass (1):
      Move bootstage timer out of lib/time.c

 README                         |    8 +++-----
 common/bootstage.c             |   17 +++++++++++++++++
 drivers/mtd/spr_smi.c          |    5 -----
 include/bootstage.h            |    7 +++++++
 include/common.h               |    7 -------
 include/configs/EB+MCF-EV123.h |    3 ++-
 lib/time.c                     |   17 -----------------
 tools/mkenvimage.c             |    4 ++--
 8 files changed, 31 insertions(+), 37 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2012-03-30 17:24 Anatolij Gustschin
  2012-03-30 19:06 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2012-03-30 17:24 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Please pull various fixes and patches that have been submitted
before merge window was closed. There is one patch from me, I know
that I may not push my own patches through the staging tree. But this
patch is trivial and has been acked by two people, so I hope this is okay.

The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:

  Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 21:59:16 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Anatolij Gustschin (1):
      fs/fat/fat_write.c: Fix GCC 4.6 warnings

David Wagner (7):
      mkenvimage: correct and clarify comments and error messages
      mkenvimage: Correct an include and add a missing one
      mkenvimage: More error handling
      mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"
      mkenvimage: Use mmap() when reading from a regular file
      mkenvimage: Don't try to detect comments in the input file
      mkenvimage: Really set the redundant byte when applicable

Donggeun Kim (2):
      FAT write: Fix compile errors
      cmd_fat: add FAT write command

Jason Hobbs (1):
      cmd_pxe.c: fix strict-aliasing warnings

Liming Wang (1):
      ARMV7/Vexpress: add missing get_ticks() and get_tbclk()

Mike Frysinger (2):
      net: smc91111: use mdelay()
      lzma: fix printf warnings

Scott Wood (1):
      MAKEALL: display SPL size if present

Simon Glass (1):
      Remove CONFIG_SYS_EXTBDINFO from snapper9260.h

Thomas Weber (1):
      doc: Fix some typos in different files

Tim Kientzle (1):
      disk/part.c: Fix device enumeration through API

Wolfgang Denk (1):
      mkenvimage: fix usage message

 MAKEALL                              |    8 ++-
 README                               |    8 ++-
 board/armltd/vexpress/ca9x4_ct_vxp.c |   10 +++
 common/cmd_fat.c                     |   57 ++++++++++++++
 common/cmd_pxe.c                     |   16 ++--
 disk/part.c                          |    3 +
 doc/README.AVR32-port-muxing         |    4 +-
 doc/README.SNTP                      |    2 +-
 doc/README.Sandpoint8240             |    6 +-
 doc/README.at91                      |    6 +-
 doc/README.ebony                     |    2 +-
 doc/README.fsl-ddr                   |    4 +-
 doc/README.mpc832xemds               |    2 +-
 doc/README.mpc8360emds               |    2 +-
 doc/README.mpc837xemds               |    2 +-
 doc/README.mpc8544ds                 |    2 +-
 doc/README.mpc8572ds                 |    4 +-
 doc/README.mpc85xxads                |    2 +-
 doc/README.mvbc_p                    |    2 +-
 doc/README.mvblm7                    |    4 +-
 doc/README.mvsmr                     |    2 +-
 doc/README.ocotea                    |    2 +-
 doc/README.p2020rdb                  |    4 +-
 drivers/net/smc91111.c               |   15 +---
 fs/fat/fat_write.c                   |   30 ++-----
 include/configs/snapper9260.h        |    1 -
 lib/lzma/LzmaTools.c                 |    4 +-
 tools/mkenvimage.c                   |  138 ++++++++++++++++++++--------------
 28 files changed, 210 insertions(+), 132 deletions(-)

Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2011-12-20 21:35 Anatolij Gustschin
  2011-12-20 22:15 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2011-12-20 21:35 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Please pull two fixes for inclusion in v2011.12 release. Thanks!

The following changes since commit 901de79a3792c81aefcbf207a34049e63f21362b:

  Prepare v2011.12-rc2 (2011-12-19 12:12:54 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Heiko Schocher (1):
      common/cmd_pxe.c: Fix GCC 4.6 build warnings

Sven Schnelle (1):
      AVR32: fix timer_init() function

 arch/avr32/cpu/interrupts.c |    5 +++--
 common/cmd_pxe.c            |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2011-12-12 13:41 Anatolij Gustschin
  2011-12-12 13:51 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2011-12-12 13:41 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

please pull some patches which initially have been submitted
before last merge window opened and re-based quite recently.
I hope it is not too late. Thanks!

The following changes since commit d798a9b5d50527713adc6309206a8d9f287593fb:

  common/cmd_nvedit.c: Add missing 'env save' preproc guard (2011-12-12 08:25:38 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Asen Dimov (3):
      pm9263: init serial console before relocation
      pm9261: init serial console before relocation
      pm9g45: init serial console before relocation

 board/ronetix/pm9261/pm9261.c |   17 ++++++++++++-----
 board/ronetix/pm9263/pm9263.c |   22 ++++++++++++++--------
 board/ronetix/pm9g45/pm9g45.c |   16 +++++++++++-----
 include/configs/pm9261.h      |    1 +
 include/configs/pm9263.h      |    1 +
 include/configs/pm9g45.h      |    1 +
 6 files changed, 40 insertions(+), 18 deletions(-)

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2011-12-09 16:36 Anatolij Gustschin
  2011-12-10 21:46 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2011-12-09 16:36 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit c4eba6ec5c58083b38340724c006294c7a4fe2eb:

  common/usb_kbd.c: fix bug introduced in commit 00b7d6e (2011-12-09 12:09:35 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-staging.git agust at denx.de

Ash Charles (1):
      omap: TWL4030 Bump VMMC1 interface voltage from 3V to 3.15V

Gabe Black (1):
      Update pci_ids.h from current Linux sources

Steve Sakoman (1):
      omap: overo: Use ubifs instead of jffs2 for nand

 drivers/power/twl4030.c       |    4 +-
 include/configs/omap3_overo.h |    4 +-
 include/pci_ids.h             | 2068 ++++++++++++++++++++++++++++-------------
 include/twl4030.h             |    1 +
 4 files changed, 1431 insertions(+), 646 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2011-12-05 22:30 Anatolij Gustschin
  2011-12-05 22:34 ` Wolfgang Denk
  0 siblings, 1 reply; 48+ messages in thread
From: Anatolij Gustschin @ 2011-12-05 22:30 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 7708d8b352e9e595f6f08afd3206af6495c7dc09:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2011-12-02 00:17:49 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Horst Kronstorfer (1):
      Makefile: add tools/mkenvimage to target 'clean'

Michael Jones (1):
      mv_common.c: get rid of 'defined but not used' warning

Mike Frysinger (3):
      sparc: fix unused variable warnings
      sparc: fix unknown escape sequence warnings
      m68k: fix ambiguous bit testing

Vadim Bendebury (1):
      sf: fix erase debug output

 Makefile                               |    2 +-
 arch/m68k/cpu/mcf52x2/cpu_init.c       |    2 +-
 arch/sparc/lib/board.c                 |    3 ---
 arch/sparc/lib/bootm.c                 |    2 --
 board/matrix_vision/common/mv_common.c |    2 +-
 drivers/mtd/spi/spi_flash.c            |    3 +--
 include/configs/gr_cpci_ax2000.h       |    2 +-
 include/configs/gr_ep2s60.h            |    2 +-
 include/configs/gr_xc3s_1500.h         |    2 +-
 include/configs/grsim.h                |    2 +-
 include/configs/grsim_leon2.h          |    2 +-
 11 files changed, 9 insertions(+), 15 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [U-Boot] Pull request: u-boot-staging
@ 2011-11-27 19:28 Anatolij Gustschin
  0 siblings, 0 replies; 48+ messages in thread
From: Anatolij Gustschin @ 2011-11-27 19:28 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 99258c34103efad3395c679256a221731d010c4b:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-11-27 16:03:21 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging agust at denx.de

Alexander Holler (1):
      OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.

Christian Riesch (3):
      davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
      davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board
      hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines

Igor Grinberg (1):
      dataflash: fix parameters order in write_dataflash()

Stelian Pop (1):
      Fix Stelian's email address

Yan-Pai Chen (1):
      arm: a320evb: define mach-type in board config file

 CREDITS                                            |    2 +-
 MAINTAINERS                                        |    2 +-
 arch/arm/cpu/arm920t/at91/at91rm9200_devices.c     |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c     |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c  |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c  |    2 +-
 .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |    2 +-
 arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c   |    2 +-
 arch/arm/cpu/arm926ejs/at91/led.c                  |    2 +-
 arch/arm/cpu/arm926ejs/at91/reset.c                |    2 +-
 arch/arm/cpu/arm926ejs/at91/timer.c                |    2 +-
 arch/arm/cpu/arm926ejs/mb86r0x/timer.c             |    2 +-
 arch/arm/cpu/armv7/omap3/board.c                   |   12 +-----------
 arch/arm/include/asm/arch-at91/at91_common.h       |    2 +-
 arch/arm/include/asm/arch-at91/at91cap9.h          |    2 +-
 arch/arm/include/asm/arch-at91/at91cap9_matrix.h   |    2 +-
 arch/arm/include/asm/arch-at91/clk.h               |    2 +-
 arch/arm/include/asm/arch-at91/hardware.h          |    2 +-
 arch/arm/include/asm/arch-davinci/davinci_misc.h   |    3 ---
 arch/arm/include/asm/dma-mapping.h                 |    2 +-
 board/afeb9260/Makefile                            |    2 +-
 board/afeb9260/afeb9260.c                          |    2 +-
 board/atmel/at91sam9260ek/Makefile                 |    2 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c          |    2 +-
 board/atmel/at91sam9260ek/led.c                    |    2 +-
 board/atmel/at91sam9261ek/Makefile                 |    2 +-
 board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
 board/atmel/at91sam9261ek/led.c                    |    2 +-
 board/atmel/at91sam9263ek/Makefile                 |    2 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
 board/atmel/at91sam9263ek/led.c                    |    2 +-
 board/atmel/at91sam9m10g45ek/Makefile              |    2 +-
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
 board/atmel/at91sam9m10g45ek/led.c                 |    2 +-
 board/atmel/at91sam9rlek/Makefile                  |    2 +-
 board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
 board/atmel/at91sam9rlek/led.c                     |    2 +-
 board/calao/sbc35_a9g20/Makefile                   |    2 +-
 board/calao/sbc35_a9g20/sbc35_a9g20.c              |    2 +-
 board/calao/tny_a9260/Makefile                     |    2 +-
 board/calao/tny_a9260/tny_a9260.c                  |    2 +-
 board/davinci/da8xxevm/hawkboard.c                 |    4 ++--
 board/davinci/da8xxevm/hawkboard_nand_spl.c        |    4 ++--
 board/davinci/schmoogie/schmoogie.c                |    3 ---
 board/davinci/sonata/sonata.c                      |    3 ---
 board/emk/top9000/top9000.c                        |    2 +-
 board/esd/meesc/Makefile                           |    2 +-
 board/esd/meesc/meesc.c                            |    2 +-
 board/esd/otc570/Makefile                          |    2 +-
 board/esd/otc570/otc570.c                          |    2 +-
 board/eukrea/cpu9260/Makefile                      |    2 +-
 board/eukrea/cpu9260/cpu9260.c                     |    2 +-
 board/faraday/a320evb/a320evb.c                    |    1 -
 board/ronetix/pm9261/Makefile                      |    2 +-
 board/ronetix/pm9261/led.c                         |    2 +-
 board/ronetix/pm9261/pm9261.c                      |    2 +-
 board/ronetix/pm9263/Makefile                      |    2 +-
 board/ronetix/pm9263/led.c                         |    2 +-
 board/ronetix/pm9263/pm9263.c                      |    2 +-
 board/ronetix/pm9g45/Makefile                      |    2 +-
 board/ronetix/pm9g45/pm9g45.c                      |    2 +-
 board/syteco/jadecpu/Makefile                      |    2 +-
 doc/README.scrapyard                               |    2 +-
 drivers/mtd/nand/atmel_nand.c                      |    2 +-
 include/configs/a320evb.h                          |    6 ++++++
 include/configs/at91sam9260ek.h                    |    2 +-
 include/configs/at91sam9261ek.h                    |    2 +-
 include/configs/at91sam9263ek.h                    |    2 +-
 include/configs/at91sam9m10g45ek.h                 |    2 +-
 include/configs/at91sam9rlek.h                     |    2 +-
 include/configs/cpu9260.h                          |    2 +-
 include/configs/davinci_schmoogie.h                |    3 +++
 include/configs/davinci_sonata.h                   |    2 ++
 include/configs/meesc.h                            |    2 +-
 include/configs/otc570.h                           |    2 +-
 include/configs/pm9261.h                           |    2 +-
 include/configs/pm9263.h                           |    2 +-
 include/configs/pm9g45.h                           |    2 +-
 include/configs/tny_a9260.h                        |    2 +-
 include/dataflash.h                                |    3 ++-
 81 files changed, 88 insertions(+), 96 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2019-06-10 13:50 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 13:52 [U-Boot] Pull request: u-boot-staging Anatolij Gustschin
2012-11-19 19:59 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-06-10 11:26 Anatolij Gustschin
2019-06-10 13:42 ` Tom Rini
2019-06-10 13:50   ` Anatolij Gustschin
2018-10-20 19:35 Anatolij Gustschin
2018-10-20 19:43 ` Tom Rini
2018-10-20 20:20   ` Anatolij Gustschin
2018-10-22 18:26     ` Jagan Teki
2018-10-22 18:39       ` Anatolij Gustschin
2018-08-11 17:15 Anatolij Gustschin
2018-08-13  0:21 ` Tom Rini
2018-08-07  6:56 Anatolij Gustschin
2018-08-07 15:32 ` Tom Rini
2016-02-06 18:18 Anatolij Gustschin
2016-02-08 20:45 ` Tom Rini
2014-10-31  0:02 Anatolij Gustschin
2014-11-04 20:00 ` Tom Rini
2014-08-21 17:17 Anatolij Gustschin
2014-08-25 12:35 ` Tom Rini
2013-03-29 13:26 Anatolij Gustschin
2013-04-01 16:30 ` Tom Rini
2013-01-14 22:28 Anatolij Gustschin
2013-01-14 22:40 ` Tom Rini
2012-11-08 12:39 Anatolij Gustschin
2012-11-08 15:07 ` Tom Rini
2012-10-05 23:06 Anatolij Gustschin
2012-10-08 16:09 ` Tom Rini
2012-09-21 23:10 Anatolij Gustschin
2012-09-22  0:21 ` Tom Rini
2012-09-22  0:22 ` Tom Rini
2012-09-01 12:44 Anatolij Gustschin
2012-09-01 22:46 ` Wolfgang Denk
2012-04-30 15:03 Anatolij Gustschin
2012-04-30 16:21 ` Wolfgang Denk
2012-04-16 16:42 Anatolij Gustschin
2012-04-16 21:00 ` Wolfgang Denk
2012-03-30 17:24 Anatolij Gustschin
2012-03-30 19:06 ` Wolfgang Denk
2011-12-20 21:35 Anatolij Gustschin
2011-12-20 22:15 ` Wolfgang Denk
2011-12-12 13:41 Anatolij Gustschin
2011-12-12 13:51 ` Wolfgang Denk
2011-12-09 16:36 Anatolij Gustschin
2011-12-10 21:46 ` Wolfgang Denk
2011-12-05 22:30 Anatolij Gustschin
2011-12-05 22:34 ` Wolfgang Denk
2011-11-27 19:28 Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox