mbox

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

Message ID 20150223100608.7d326c34@amdc2363
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Łukasz Majewski Feb. 23, 2015, 9:06 a.m. UTC
Dear Marek,

The following changes since commit
d3d087c29c59dbae98c02de098e7e03f29320fe0:

  usb: musb-new: omap2430: Reset the MUSB controller early (2015-01-22
  08:19:18 +0100)

are available in the git repository at:

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

for you to fetch changes up to 934d274534275f5f4bbb45697a13c50ae54be346:

  odroid: adjust get_dfu_alt_*() functions to new declarations
  (2015-02-23 09:48:22 +0100)

----------------------------------------------------------------
Inha Song (1):
      odroid: adjust get_dfu_alt_*() functions to new declarations

Michael Scott (1):
      fastboot: add "fastboot oem" command support

Przemyslaw Marczak (1):
      dfu: samsung: move call to set_dfu_alt_info() to dfu common code

Rob Herring (1):
      fastboot: add support for "oem format" command

 board/samsung/common/board.c    |  3 ---
 board/samsung/common/misc.c     |  6 +++---
 board/samsung/odroid/odroid.c   | 31 +++++++++++++++++--------------
 drivers/dfu/dfu.c               |  3 +++
 drivers/usb/gadget/f_fastboot.c | 26 ++++++++++++++++++++++++++
 include/dfu.h                   |  3 +++
 include/samsung/misc.h          |  5 ++---
 7 files changed, 54 insertions(+), 23 deletions(-)

Comments

Marek Vasut Feb. 24, 2015, 5:56 p.m. UTC | #1
On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski wrote:
> Dear Marek,

Hi!

> The following changes since commit
> d3d087c29c59dbae98c02de098e7e03f29320fe0:
> 
>   usb: musb-new: omap2430: Reset the MUSB controller early (2015-01-22
>   08:19:18 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git master
> 
> for you to fetch changes up to 934d274534275f5f4bbb45697a13c50ae54be346:
> 
>   odroid: adjust get_dfu_alt_*() functions to new declarations
>   (2015-02-23 09:48:22 +0100)

Is this PR still valid please ? Did you change something on your DFU/master
by any chance , like applying additional patches or somesuch please ?

Best regards,
Marek Vasut
Lukasz Majewski Feb. 24, 2015, 10:29 p.m. UTC | #2
On Tue, 24 Feb 2015 18:56:59 +0100
Marek Vasut <marex@denx.de> wrote:

> On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski wrote:
> > Dear Marek,
> 
> Hi!
> 
> > The following changes since commit
> > d3d087c29c59dbae98c02de098e7e03f29320fe0:
> > 
> >   usb: musb-new: omap2430: Reset the MUSB controller early
> > (2015-01-22 08:19:18 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-dfu.git master
> > 
> > for you to fetch changes up to
> > 934d274534275f5f4bbb45697a13c50ae54be346:
> > 
> >   odroid: adjust get_dfu_alt_*() functions to new declarations
> >   (2015-02-23 09:48:22 +0100)
> 
> Is this PR still valid please ? Did you change something on your
> DFU/master by any chance , like applying additional patches or
> somesuch please ?

I've applied some fastboot related patches on the -dfu branch today.

However, the PR is still valid and patches mentioned in it have been
tested and validated.

If possible please pull this PR.

Thanks in advance,
Lukasz Majewski

> 
> Best regards,
> Marek Vasut
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Marek Vasut Feb. 25, 2015, 12:18 p.m. UTC | #3
On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote:
> On Tue, 24 Feb 2015 18:56:59 +0100
> 
> Marek Vasut <marex@denx.de> wrote:
> > On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski wrote:
> > > Dear Marek,
> > 
> > Hi!
> > 
> > > The following changes since commit
> > > 
> > > d3d087c29c59dbae98c02de098e7e03f29320fe0:
> > >   usb: musb-new: omap2430: Reset the MUSB controller early
> > > 
> > > (2015-01-22 08:19:18 +0100)
> > > 
> > > are available in the git repository at:
> > >   git://git.denx.de/u-boot-dfu.git master
> > > 
> > > for you to fetch changes up to
> > > 
> > > 934d274534275f5f4bbb45697a13c50ae54be346:
> > >   odroid: adjust get_dfu_alt_*() functions to new declarations
> > >   (2015-02-23 09:48:22 +0100)
> > 
> > Is this PR still valid please ? Did you change something on your
> > DFU/master by any chance , like applying additional patches or
> > somesuch please ?
> 
> I've applied some fastboot related patches on the -dfu branch today.
> 
> However, the PR is still valid and patches mentioned in it have been
> tested and validated.
> 
> If possible please pull this PR.

Hi!

In case I pull u-boot-dfu/master , I pull 7 patches though, is that right?

Best regards,
Marek Vasut
Łukasz Majewski Feb. 25, 2015, 1:09 p.m. UTC | #4
Hi Marek,

> On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote:
> > On Tue, 24 Feb 2015 18:56:59 +0100
> > 
> > Marek Vasut <marex@denx.de> wrote:
> > > On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski
> > > wrote:
> > > > Dear Marek,
> > > 
> > > Hi!
> > > 
> > > > The following changes since commit
> > > > 
> > > > d3d087c29c59dbae98c02de098e7e03f29320fe0:
> > > >   usb: musb-new: omap2430: Reset the MUSB controller early
> > > > 
> > > > (2015-01-22 08:19:18 +0100)
> > > > 
> > > > are available in the git repository at:
> > > >   git://git.denx.de/u-boot-dfu.git master
> > > > 
> > > > for you to fetch changes up to
> > > > 
> > > > 934d274534275f5f4bbb45697a13c50ae54be346:
> > > >   odroid: adjust get_dfu_alt_*() functions to new declarations
> > > >   (2015-02-23 09:48:22 +0100)
> > > 
> > > Is this PR still valid please ? Did you change something on your
> > > DFU/master by any chance , like applying additional patches or
> > > somesuch please ?
> > 
> > I've applied some fastboot related patches on the -dfu branch today.
> > 
> > However, the PR is still valid and patches mentioned in it have been
> > tested and validated.
> > 
> > If possible please pull this PR.
> 
> Hi!
> 
> In case I pull u-boot-dfu/master , I pull 7 patches though, is that
> right?
> 

There are 9 patches actually. It's OK to pull them. 

> Best regards,
> Marek Vasut
Marek Vasut Feb. 25, 2015, 4:47 p.m. UTC | #5
On Wednesday, February 25, 2015 at 02:09:45 PM, Lukasz Majewski wrote:
> Hi Marek,

Hi!

> > On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote:
> > > On Tue, 24 Feb 2015 18:56:59 +0100
> > > 
> > > Marek Vasut <marex@denx.de> wrote:
> > > > On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski
> > > > 
> > > > wrote:
> > > > > Dear Marek,
> > > > 
> > > > Hi!
> > > > 
> > > > > The following changes since commit
> > > > > 
> > > > > d3d087c29c59dbae98c02de098e7e03f29320fe0:
> > > > >   usb: musb-new: omap2430: Reset the MUSB controller early
> > > > > 
> > > > > (2015-01-22 08:19:18 +0100)
> > > > > 
> > > > > are available in the git repository at:
> > > > >   git://git.denx.de/u-boot-dfu.git master
> > > > > 
> > > > > for you to fetch changes up to
> > > > > 
> > > > > 934d274534275f5f4bbb45697a13c50ae54be346:
> > > > >   odroid: adjust get_dfu_alt_*() functions to new declarations
> > > > >   (2015-02-23 09:48:22 +0100)
> > > > 
> > > > Is this PR still valid please ? Did you change something on your
> > > > DFU/master by any chance , like applying additional patches or
> > > > somesuch please ?
> > > 
> > > I've applied some fastboot related patches on the -dfu branch today.
> > > 
> > > However, the PR is still valid and patches mentioned in it have been
> > > tested and validated.
> > > 
> > > If possible please pull this PR.
> > 
> > Hi!
> > 
> > In case I pull u-boot-dfu/master , I pull 7 patches though, is that
> > right?
> 
> There are 9 patches actually. It's OK to pull them.

Uh oh, next time I'll ask you to send an updated PR.

Applied all 9, thanks!

Best regards,
Marek Vasut