* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
@ 2019-06-10 6:16 Lukasz Majewski
2019-06-10 12:09 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2019-06-10 6:16 UTC (permalink / raw)
To: u-boot
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190610/4b5aab49/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
2019-06-10 6:16 [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019) Lukasz Majewski
@ 2019-06-10 12:09 ` Marek Vasut
2019-06-10 12:15 ` Lukasz Majewski
0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2019-06-10 12:09 UTC (permalink / raw)
To: u-boot
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 :-(
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
2019-06-10 12:09 ` Marek Vasut
@ 2019-06-10 12:15 ` Lukasz Majewski
2019-06-10 12:23 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2019-06-10 12:15 UTC (permalink / raw)
To: u-boot
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190610/2bb7b990/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
2019-06-10 12:15 ` Lukasz Majewski
@ 2019-06-10 12:23 ` Marek Vasut
2019-06-10 13:17 ` Lukasz Majewski
0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2019-06-10 12:23 UTC (permalink / raw)
To: u-boot
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 ?
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
2019-06-10 12:23 ` Marek Vasut
@ 2019-06-10 13:17 ` Lukasz Majewski
2019-06-10 13:58 ` Marek Vasut
0 siblings, 1 reply; 6+ messages in thread
From: Lukasz Majewski @ 2019-06-10 13:17 UTC (permalink / raw)
To: u-boot
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190610/4693516e/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
2019-06-10 13:17 ` Lukasz Majewski
@ 2019-06-10 13:58 ` Marek Vasut
0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-06-10 13:58 UTC (permalink / raw)
To: u-boot
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
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-06-10 13:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 6:16 [U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019) Lukasz Majewski
2019-06-10 12:09 ` Marek Vasut
2019-06-10 12:15 ` Lukasz Majewski
2019-06-10 12:23 ` Marek Vasut
2019-06-10 13:17 ` Lukasz Majewski
2019-06-10 13:58 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox