All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot/master
Date: Thu, 7 Aug 2014 16:37:06 +0200	[thread overview]
Message-ID: <201408071637.06459.marex@denx.de> (raw)

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git HEAD

for you to fetch changes up to 401abbf150e55e974829a7cc64584d9e463fc5ea:

  usb: ehci: rmobile: Remove xHCI address (2014-07-28 12:47:31 +0200)

----------------------------------------------------------------
Nobuhiro Iwamatsu (2):
      usb: ehci: rmobile: Add support R8A7794
      usb: ehci: rmobile: Remove xHCI address

Stephen Warren (11):
      fs: implement size/fatsize/ext4size
      dfu: fix some issues with reads/uploads
      dfu: add write error handling
      dfu: defer parsing of device string to IO backend
      dfu: allow backend to specify a maximum buffer size
      dfu: add free_entity() to struct dfu_entity
      dfu: add SF backend
      test: dfu: script enhancements
      test: dfu: cleanup before execution
      test: dfu: add some more test cases
      dfu: fix readback buffer overflow test

?ukasz Majewski (3):
      test:dfu: Add test scripts for testing DFU regression
      test:dfu: README file update
      thor: defer parsing of device string to IO backend

 common/cmd_dfu.c                 |   3 +--
 common/cmd_ext4.c                |  14 +++++++++++
 common/cmd_fat.c                 |  13 ++++++++++
 common/cmd_fs.c                  |  13 ++++++++++
 common/cmd_thordown.c            |   6 ++---
 drivers/dfu/Makefile             |   1 +
 drivers/dfu/dfu.c                | 105 
+++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
 drivers/dfu/dfu_mmc.c            |  80 
++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/dfu/dfu_nand.c           |   9 +++++--
 drivers/dfu/dfu_ram.c            |  13 +++++-----
 drivers/dfu/dfu_sf.c             | 139 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_dfu.c       |  20 ++++++++++++---
 drivers/usb/gadget/f_thor.c      |   5 ++--
 drivers/usb/host/ehci-rmobile.c  |   7 ++++--
 fs/ext4/ext4fs.c                 |   5 ++++
 fs/fat/fat.c                     |   5 ++++
 fs/fs.c                          |  43 +++++++++++++++++++++++++++++++++
 fs/sandbox/sandboxfs.c           |   5 ++++
 include/configs/koelsch.h        |   2 +-
 include/configs/lager.h          |   2 +-
 include/dfu.h                    |  52 +++++++++++++++++++++++++++++++--------
 include/ext4fs.h                 |   1 +
 include/fat.h                    |   1 +
 include/fs.h                     |   9 +++++++
 include/sandboxfs.h              |   1 +
 test/dfu/README                  |  37 ++++++++++++++++++++++++++++
 test/dfu/dfu_gadget_test.sh      |  94 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/dfu/dfu_gadget_test_init.sh |  31 ++++++++++++++++++++++++
 28 files changed, 626 insertions(+), 90 deletions(-)
 create mode 100644 drivers/dfu/dfu_sf.c
 create mode 100644 test/dfu/README
 create mode 100755 test/dfu/dfu_gadget_test.sh
 create mode 100755 test/dfu/dfu_gadget_test_init.sh

             reply	other threads:[~2014-08-07 14:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 14:37 Marek Vasut [this message]
2014-08-08 21:08 ` [U-Boot] [PULL] u-boot/master Tom Rini
2014-08-10 20:52   ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2014-08-29  9:28 Marek Vasut
2014-08-29 17:48 ` Tom Rini
2014-08-20 11:12 Marek Vasut
2014-08-20 11:55 ` Tom Rini
2014-07-09 20:12 Marek Vasut
2014-07-11 18:47 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201408071637.06459.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.