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-usb/pr-15052014
Date: Thu, 15 May 2014 00:28:23 +0200	[thread overview]
Message-ID: <201405150028.23736.marex@denx.de> (raw)

This applies _after_ my previous u-boot-usb/master PR please.

The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8:

  mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals 
(2014-05-14 12:59:12 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git pr-15052014

for you to fetch changes up to c8151b4a5de136ea2c2a0e6e9aec481810ee0460:

  dfu: mmc: Provide support for eMMC boot partition access (2014-05-15 00:24:24 
+0200)

----------------------------------------------------------------
Heiko Schocher (2):
      musb-new, dfu: first send request answer then call completions
      dfu, nand: add medium specific polltimeout function

Lukasz Majewski (1):
      dfu: mmc: Provide support for eMMC boot partition access

Marek Vasut (1):
      Merge remote-tracking branch 'u-boot/master' into test

Przemyslaw Marczak (2):
      drivers:dfu: dfu_flush(): add raw data flush to complete dfu write
      usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size

Rob Herring (1):
      arm: beagle: enable Android fastboot support

Sebastian Siewior (2):
      image: add support for Android's boot image format
      usb/gadget: add the fastboot gadget

Stephen Warren (15):
      usb: ci_udc: allow multiple buffer allocs per ep
      usb: ums: remove ci_udc special case
      usb: ums: add error handling for failed registration
      ums: support block devices not MMC devices
      ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
      ums: remove error-checking of MMC device size
      ums: remove ums_disk_init()
      ums: move IO support code to common location
      ums: use get_device() not find_mmc_device();
      ums: move all variable declarations to the start of the block
      ums: allow the user to specify the device type
      usb: tegra: fix PHY selection code
      usb: tegra: refactor PHY type selection
      usb: tegra: support device mode
      usb: ci_udc: parse QTD before over-writing it

 README                                 |  22 +++++
 arch/arm/include/asm/arch-tegra/usb.h  |   2 +
 board/samsung/common/Makefile          |   1 -
 board/samsung/common/ums.c             |  74 ---------------
 common/Makefile                        |   3 +
 common/cmd_bootm.c                     |  23 ++++-
 common/cmd_fastboot.c                  |  36 +++++++
 common/cmd_usb_mass_storage.c          |  91 +++++++++++++++---
 common/image-android.c                 |  84 +++++++++++++++++
 common/image.c                         |  20 +++-
 doc/README.android-fastboot            |  91 ++++++++++++++++++
 doc/README.android-fastboot-protocol   | 170 +++++++++++++++++++++++++++++++++
 drivers/dfu/dfu.c                      |   4 +
 drivers/dfu/dfu_mmc.c                  |  46 +++++++++
 drivers/dfu/dfu_nand.c                 |  13 +++
 drivers/usb/gadget/Makefile            |   1 +
 drivers/usb/gadget/ci_udc.c            | 182 
+++++++++++++++++++++++------------
 drivers/usb/gadget/ci_udc.h            |  17 +++-
 drivers/usb/gadget/f_dfu.c             |  10 +-
 drivers/usb/gadget/f_fastboot.c        | 513 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/f_thor.c            |  12 +--
 drivers/usb/gadget/storage_common.c    |   4 -
 drivers/usb/host/ehci-tegra.c          | 165 ++++++++++++++++++++------------
 drivers/usb/musb-new/musb_gadget_ep0.c |   8 +-
 include/android_image.h                |  69 ++++++++++++++
 include/configs/omap3_beagle.h         |  10 ++
 include/dfu.h                          |   4 +
 include/image.h                        |  13 +++
 include/usb_mass_storage.h             |  13 +--
 29 files changed, 1454 insertions(+), 247 deletions(-)
 delete mode 100644 board/samsung/common/ums.c
 create mode 100644 common/cmd_fastboot.c
 create mode 100644 common/image-android.c
 create mode 100644 doc/README.android-fastboot
 create mode 100644 doc/README.android-fastboot-protocol
 create mode 100644 drivers/usb/gadget/f_fastboot.c
 create mode 100644 include/android_image.h

             reply	other threads:[~2014-05-14 22:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 22:28 Marek Vasut [this message]
2014-05-22 19:12 ` [U-Boot] [PULL] u-boot-usb/pr-15052014 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=201405150028.23736.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.