mbox series

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

Message ID 20190610081616.6c2e3a5f@jawa
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show
Series [U-Boot,GIT] Pull request: u-boot-dfu (10.06.2019) | expand

Pull-request

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

Message

Lukasz Majewski June 10, 2019, 6:16 a.m. UTC
Dear Marek,

The following changes since commit
6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:

  spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400)

are available in the git repository at:

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

for you to fetch changes up to 91810aa7fded782deda5de5320dae19876e4a558:

  usb: gadget: error out if g_dnl registration fails (2019-06-09
  17:13:07 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      spl: dfu: Fix printed variable name

Sjoerd Simons (1):
      usb: gadget: error out if g_dnl registration fails

 cmd/usb_gadget_sdp.c | 11 ++++++++---
 common/spl/spl_dfu.c |  2 +-
 common/spl/spl_sdp.c |  6 +++++-
 3 files changed, 14 insertions(+), 5 deletions(-)


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de

Comments

Marek Vasut June 10, 2019, 12:09 p.m. UTC | #1
On 6/10/19 8:16 AM, Lukasz Majewski wrote:
> Dear Marek,
> 
> The following changes since commit
> 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
> 
>   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 
> 
> for you to fetch changes up to 91810aa7fded782deda5de5320dae19876e4a558:
> 
>   usb: gadget: error out if g_dnl registration fails (2019-06-09
>   17:13:07 +0200)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       spl: dfu: Fix printed variable name
> 
> Sjoerd Simons (1):
>       usb: gadget: error out if g_dnl registration fails
> 
>  cmd/usb_gadget_sdp.c | 11 ++++++++---
>  common/spl/spl_dfu.c |  2 +-
>  common/spl/spl_sdp.c |  6 +++++-
>  3 files changed, 14 insertions(+), 5 deletions(-)

The PR doesn't tell me which branch to pull :-(
Lukasz Majewski June 10, 2019, 12:15 p.m. UTC | #2
On Mon, 10 Jun 2019 14:09:30 +0200
Marek Vasut <marex@denx.de> wrote:

> On 6/10/19 8:16 AM, Lukasz Majewski wrote:
> > Dear Marek,
> > 
> > The following changes since commit
> > 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
> > 
> >   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00
> > -0400)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-dfu.git 
> > 
> > for you to fetch changes up to
> > 91810aa7fded782deda5de5320dae19876e4a558:
> > 
> >   usb: gadget: error out if g_dnl registration fails (2019-06-09
> >   17:13:07 +0200)
> > 
> > ----------------------------------------------------------------
> > Marek Vasut (1):
> >       spl: dfu: Fix printed variable name
> > 
> > Sjoerd Simons (1):
> >       usb: gadget: error out if g_dnl registration fails
> > 
> >  cmd/usb_gadget_sdp.c | 11 ++++++++---
> >  common/spl/spl_dfu.c |  2 +-
> >  common/spl/spl_sdp.c |  6 +++++-
> >  3 files changed, 14 insertions(+), 5 deletions(-)  
> 
> The PR doesn't tell me which branch to pull :-(
> 

Ach... sorry.

Please find the branch below:
http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=shortlog;h=refs/heads/master

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Marek Vasut June 10, 2019, 12:23 p.m. UTC | #3
On 6/10/19 2:15 PM, Lukasz Majewski wrote:
> On Mon, 10 Jun 2019 14:09:30 +0200
> Marek Vasut <marex@denx.de> wrote:
> 
>> On 6/10/19 8:16 AM, Lukasz Majewski wrote:
>>> Dear Marek,
>>>
>>> The following changes since commit
>>> 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
>>>
>>>   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00
>>> -0400)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.denx.de/u-boot-dfu.git 
>>>
>>> for you to fetch changes up to
>>> 91810aa7fded782deda5de5320dae19876e4a558:
>>>
>>>   usb: gadget: error out if g_dnl registration fails (2019-06-09
>>>   17:13:07 +0200)
>>>
>>> ----------------------------------------------------------------
>>> Marek Vasut (1):
>>>       spl: dfu: Fix printed variable name
>>>
>>> Sjoerd Simons (1):
>>>       usb: gadget: error out if g_dnl registration fails
>>>
>>>  cmd/usb_gadget_sdp.c | 11 ++++++++---
>>>  common/spl/spl_dfu.c |  2 +-
>>>  common/spl/spl_sdp.c |  6 +++++-
>>>  3 files changed, 14 insertions(+), 5 deletions(-)  
>>
>> The PR doesn't tell me which branch to pull :-(
>>
> 
> Ach... sorry.
> 
> Please find the branch below:
> http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=shortlog;h=refs/heads/master

Can you please just put such information into the PR next time ? Without
me having to even start a browser ?
Lukasz Majewski June 10, 2019, 1:17 p.m. UTC | #4
Hi Marek,

> On 6/10/19 2:15 PM, Lukasz Majewski wrote:
> > On Mon, 10 Jun 2019 14:09:30 +0200
> > Marek Vasut <marex@denx.de> wrote:
> >   
> >> On 6/10/19 8:16 AM, Lukasz Majewski wrote:  
> >>> Dear Marek,
> >>>
> >>> The following changes since commit
> >>> 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
> >>>
> >>>   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00
> >>> -0400)
> >>>
> >>> are available in the git repository at:
> >>>
> >>>   git://git.denx.de/u-boot-dfu.git 
> >>>
> >>> for you to fetch changes up to
> >>> 91810aa7fded782deda5de5320dae19876e4a558:
> >>>
> >>>   usb: gadget: error out if g_dnl registration fails (2019-06-09
> >>>   17:13:07 +0200)
> >>>
> >>> ----------------------------------------------------------------
> >>> Marek Vasut (1):
> >>>       spl: dfu: Fix printed variable name
> >>>
> >>> Sjoerd Simons (1):
> >>>       usb: gadget: error out if g_dnl registration fails
> >>>
> >>>  cmd/usb_gadget_sdp.c | 11 ++++++++---
> >>>  common/spl/spl_dfu.c |  2 +-
> >>>  common/spl/spl_sdp.c |  6 +++++-
> >>>  3 files changed, 14 insertions(+), 5 deletions(-)    
> >>
> >> The PR doesn't tell me which branch to pull :-(
> >>  
> > 
> > Ach... sorry.
> > 
> > Please find the branch below:
> > http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=shortlog;h=refs/heads/master  
> 
> Can you please just put such information into the PR next time ?
> Without me having to even start a browser ?
> 

Yes, I will. Apologize for inconvenience.


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Marek Vasut June 10, 2019, 1:58 p.m. UTC | #5
On 6/10/19 3:17 PM, Lukasz Majewski wrote:
> Hi Marek,
> 
>> On 6/10/19 2:15 PM, Lukasz Majewski wrote:
>>> On Mon, 10 Jun 2019 14:09:30 +0200
>>> Marek Vasut <marex@denx.de> wrote:
>>>   
>>>> On 6/10/19 8:16 AM, Lukasz Majewski wrote:  
>>>>> Dear Marek,
>>>>>
>>>>> The following changes since commit
>>>>> 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
>>>>>
>>>>>   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00
>>>>> -0400)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>>   git://git.denx.de/u-boot-dfu.git 
>>>>>
>>>>> for you to fetch changes up to
>>>>> 91810aa7fded782deda5de5320dae19876e4a558:
>>>>>
>>>>>   usb: gadget: error out if g_dnl registration fails (2019-06-09
>>>>>   17:13:07 +0200)
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> Marek Vasut (1):
>>>>>       spl: dfu: Fix printed variable name
>>>>>
>>>>> Sjoerd Simons (1):
>>>>>       usb: gadget: error out if g_dnl registration fails
>>>>>
>>>>>  cmd/usb_gadget_sdp.c | 11 ++++++++---
>>>>>  common/spl/spl_dfu.c |  2 +-
>>>>>  common/spl/spl_sdp.c |  6 +++++-
>>>>>  3 files changed, 14 insertions(+), 5 deletions(-)    
>>>>
>>>> The PR doesn't tell me which branch to pull :-(
>>>>  
>>>
>>> Ach... sorry.
>>>
>>> Please find the branch below:
>>> http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=shortlog;h=refs/heads/master  
>>
>> Can you please just put such information into the PR next time ?
>> Without me having to even start a browser ?
>>
> 
> Yes, I will. Apologize for inconvenience.

Thanks