All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-dfu-20240606
@ 2024-05-16 15:12 Mattijs Korpershoek
  2024-06-06 10:07 ` Mattijs Korpershoek
  0 siblings, 1 reply; 4+ messages in thread
From: Mattijs Korpershoek @ 2024-05-16 15:12 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Lukasz Majewski, Neil Armstrong, Heinrich Schuchardt

Hi Tom,

Please find some fixes for master:

- dwc3 fix crash when ep0 stalls or gadget is stopped
- Kconfig build fix for DFU_SF (SPI flash DFU driver)

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20990

Thanks,
Mattijs

The following changes since commit c0ea27bccfb7d2d37fd36806ac2a2f7389099420:

  Prepare v2024.07-rc4 (2024-06-03 18:34:59 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240606

for you to fetch changes up to 4339138a2086f8449b9356130cb6e97a81aa8679:

  dfu: add missing dependency for SPI flash DFU driver (2024-06-06 09:11:21 +0200)

----------------------------------------------------------------
u-boot-dfu-20240606

- dwc3 fix crash when ep0 stalls or gadget is stopped
- Kconfig build fix for DFU_SF (SPI flash DFU driver)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      dfu: add missing dependency for SPI flash DFU driver

Neil Armstrong (1):
      usb: dwc3: gadget: fix crash in dwc3_gadget_giveback()

 drivers/dfu/Kconfig       | 1 +
 drivers/usb/dwc3/gadget.c | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Please pull u-boot-dfu-20240606
@ 2024-06-06 10:06 Mattijs Korpershoek
  2024-06-06 23:55 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Mattijs Korpershoek @ 2024-06-06 10:06 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Lukasz Majewski, Neil Armstrong, Heinrich Schuchardt

Hi Tom,

Please find some fixes for master:

- dwc3 fix crash when ep0 stalls or gadget is stopped
- Kconfig build fix for DFU_SF (SPI flash DFU driver)

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20990

Thanks,
Mattijs

The following changes since commit c0ea27bccfb7d2d37fd36806ac2a2f7389099420:

  Prepare v2024.07-rc4 (2024-06-03 18:34:59 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240606

for you to fetch changes up to 4339138a2086f8449b9356130cb6e97a81aa8679:

  dfu: add missing dependency for SPI flash DFU driver (2024-06-06 09:11:21 +0200)

----------------------------------------------------------------
u-boot-dfu-20240606

- dwc3 fix crash when ep0 stalls or gadget is stopped
- Kconfig build fix for DFU_SF (SPI flash DFU driver)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      dfu: add missing dependency for SPI flash DFU driver

Neil Armstrong (1):
      usb: dwc3: gadget: fix crash in dwc3_gadget_giveback()

 drivers/dfu/Kconfig       | 1 +
 drivers/usb/dwc3/gadget.c | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull u-boot-dfu-20240606
  2024-05-16 15:12 [GIT PULL] Please pull u-boot-dfu-20240606 Mattijs Korpershoek
@ 2024-06-06 10:07 ` Mattijs Korpershoek
  0 siblings, 0 replies; 4+ messages in thread
From: Mattijs Korpershoek @ 2024-06-06 10:07 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Lukasz Majewski, Neil Armstrong, Heinrich Schuchardt

Hi everyone,

On jeu., mai 16, 2024 at 17:12, Mattijs Korpershoek <mkorpershoek@baylibre.com> wrote:

> Hi Tom,
>
> Please find some fixes for master:
>
> - dwc3 fix crash when ep0 stalls or gadget is stopped
> - Kconfig build fix for DFU_SF (SPI flash DFU driver)
>
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20990

Please ignore this one, my mail client screwed up the send date.

Sorry about that :(

Mattijs

>
> Thanks,
> Mattijs
>
> The following changes since commit c0ea27bccfb7d2d37fd36806ac2a2f7389099420:
>
>   Prepare v2024.07-rc4 (2024-06-03 18:34:59 -0600)
>
> are available in the Git repository at:
>
>   https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240606
>
> for you to fetch changes up to 4339138a2086f8449b9356130cb6e97a81aa8679:
>
>   dfu: add missing dependency for SPI flash DFU driver (2024-06-06 09:11:21 +0200)
>
> ----------------------------------------------------------------
> u-boot-dfu-20240606
>
> - dwc3 fix crash when ep0 stalls or gadget is stopped
> - Kconfig build fix for DFU_SF (SPI flash DFU driver)
>
> ----------------------------------------------------------------
> Heinrich Schuchardt (1):
>       dfu: add missing dependency for SPI flash DFU driver
>
> Neil Armstrong (1):
>       usb: dwc3: gadget: fix crash in dwc3_gadget_giveback()
>
>  drivers/dfu/Kconfig       | 1 +
>  drivers/usb/dwc3/gadget.c | 4 ++--
>  2 files changed, 3 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull u-boot-dfu-20240606
  2024-06-06 10:06 Mattijs Korpershoek
@ 2024-06-06 23:55 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2024-06-06 23:55 UTC (permalink / raw)
  To: Mattijs Korpershoek
  Cc: u-boot, Lukasz Majewski, Neil Armstrong, Heinrich Schuchardt

[-- Attachment #1: Type: text/plain, Size: 865 bytes --]

On Thu, Jun 06, 2024 at 12:06:44PM +0200, Mattijs Korpershoek wrote:

> Hi Tom,
> 
> Please find some fixes for master:
> 
> - dwc3 fix crash when ep0 stalls or gadget is stopped
> - Kconfig build fix for DFU_SF (SPI flash DFU driver)
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20990
> 
> Thanks,
> Mattijs
> 
> The following changes since commit c0ea27bccfb7d2d37fd36806ac2a2f7389099420:
> 
>   Prepare v2024.07-rc4 (2024-06-03 18:34:59 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240606
> 
> for you to fetch changes up to 4339138a2086f8449b9356130cb6e97a81aa8679:
> 
>   dfu: add missing dependency for SPI flash DFU driver (2024-06-06 09:11:21 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-06 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 15:12 [GIT PULL] Please pull u-boot-dfu-20240606 Mattijs Korpershoek
2024-06-06 10:07 ` Mattijs Korpershoek
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06 10:06 Mattijs Korpershoek
2024-06-06 23:55 ` Tom Rini

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.