mbox

[U-Boot] Pull request: u-boot-dfu

Message ID 20140505102742.0a311e72@amdc2363
State Accepted
Delegated to: Marek Vasut
Headers show

Pull-request

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

Message

Ɓukasz Majewski May 5, 2014, 8:27 a.m. UTC
Hi Marek,

Please find following PR. 

I have also added commit from Stephen, since it immediately fixes
problem with the current code.
And linker list documentation update, since this fix emerged during the
work with this code.


The following changes since commit
2fc5dab2ed19b6e15ba0726905b6311793397806:

  usb: gadget: allow ci_udc to build with new gadget framework
  (2014-05-01 12:44:24 +0200)

are available in the git repository at:

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

for you to fetch changes up to af41d6b4cb1602abebaaa9c8774a9b0ece564796:

  common: fixed linker-list example (2014-05-05 10:24:13 +0200)

----------------------------------------------------------------
Mateusz Zalega (9):
      mmc: mmc header fix
      part: header fix
      usb: dfu: fix boards wo USB cable detection
      dfu: mmc: raw data write fix
      dfu: mmc: change offset base handling
      ums: always initialize mmc before ums_disk_init()
      am335x: dfu: disable DFU in am335x_evm SPL build
      USB: gadget: added a saner gadget downloader registration API
      common: fixed linker-list example

Stephen Warren (1):
      USB: gadget: save driver name before registering it

 README                                   |    7 -------
 board/samsung/common/ums.c               |    6 ++----
 board/samsung/origen/origen.c            |    7 -------
 board/samsung/trats/trats.c              |    4 +---
 board/samsung/trats2/trats2.c            |    4 +---
 board/samsung/universal_c210/universal.c |    7 -------
 common/cmd_dfu.c                         |    3 +--
 common/cmd_thordown.c                    |    3 +--
 common/cmd_usb_mass_storage.c            |   10 +++++++---
 drivers/dfu/dfu_mmc.c                    |  109
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------
 drivers/usb/gadget/f_dfu.c               |    3 +++
 drivers/usb/gadget/f_mass_storage.c      |   11 +++++++----
 drivers/usb/gadget/f_thor.c              |    2 ++
 drivers/usb/gadget/g_dnl.c               |   66
 ++++++++++++++++++++++++++++++++----------------------------------
 include/configs/am335x_evm.h             |   10 ++++++----
 include/configs/exynos4-dt.h             |    1 -
 include/configs/trats.h                  |    4 ++--
 include/configs/trats2.h                 |    4 ++--
 include/dfu.h                            |   12 ------------
 include/g_dnl.h                          |   24
 ++++++++++++++++++++++++ include/linker_lists.h                   |
 2 +- include/mmc.h                            |    1 +
 include/part.h                           |    1 +
 include/thor.h                           |    8 --------
 include/usb.h                            |   10 ----------
 include/usb_mass_storage.h               |    8 --------

26 files changed, 163 insertions(+), 164 deletions(-)

Comments

Marek Vasut May 5, 2014, 9:52 a.m. UTC | #1
On Monday, May 05, 2014 at 10:27:42 AM, Lukasz Majewski wrote:
> Hi Marek,
> 
> Please find following PR.
> 
> I have also added commit from Stephen, since it immediately fixes
> problem with the current code.
> And linker list documentation update, since this fix emerged during the
> work with this code.

Pulled, thanks.

Best regards,
Marek Vasut