From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Lukasz Majewski <lukma@denx.de>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Zixun LI <admin@hifiphile.com>
Subject: [GIT PULL] Please pull u-boot-dfu-next-20240820
Date: Tue, 20 Aug 2024 15:40:16 +0200 [thread overview]
Message-ID: <87r0ajuxbz.fsf@baylibre.com> (raw)
Hi Tom,
Please find some developments for next:
- Migrate Atmel usb gadget to DM_USB_GADGET
- More small cleanups/improvements on the atmel UDC driver
- Change udc uclass name from "usb" -> "usb_gadget"
CI job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22060
Thanks,
Mattijs
The following changes since commit 6f4c31c2b658358628b5b0fa801f55c7477c7585:
Prepare v2024.10-rc2 (2024-08-05 18:13:42 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20240820
for you to fetch changes up to 73f5b54a589cb6ff97aaca55e7c97d68b43997ee:
usb: gadget: udc: Fix duplicate uclass name (2024-08-20 09:36:36 +0200)
----------------------------------------------------------------
u-boot-dfu-next-20240820
- Migrate Atmel usb gadget to DM_USB_GADGET
- More small cleanups/improvements on the atmel UDC driver
- Change udc uclass name from "usb" -> "usb_gadget"
----------------------------------------------------------------
Zixun LI (8):
usb: gadget: atmel: Sort includes
usb: gadget: atmel: Replace printf() and pr_err() by log_err()
usb: gadget: atmel: Fix typo in usb gadget driver register and unregister
usb: gadget: atmel: Move usba_udc_pdata() with other static functions
usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_disable()
usb: gadget: atmel: Add attach/detach support
usb: gadget: atmel: Add DM_USB_GADGET support
usb: gadget: udc: Fix duplicate uclass name
drivers/usb/gadget/atmel_usba_udc.c | 256 +++++++++++++++++++++++++++++-------
drivers/usb/gadget/atmel_usba_udc.h | 3 +
drivers/usb/gadget/udc/udc-uclass.c | 2 +-
include/linux/usb/atmel_usba_udc.h | 2 +
4 files changed, 215 insertions(+), 48 deletions(-)
next reply other threads:[~2024-08-20 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-20 13:40 Mattijs Korpershoek [this message]
2024-08-21 0:42 ` [GIT PULL] Please pull u-boot-dfu-next-20240820 Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0ajuxbz.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=admin@hifiphile.com \
--cc=lukma@denx.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.