From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 11/18] dm: usb: eth: Support driver model with USB Ethernet
Date: Tue, 7 Jul 2015 01:19:43 +0200 [thread overview]
Message-ID: <201507070119.44030.marex@denx.de> (raw)
In-Reply-To: <1436222877-17548-12-git-send-email-sjg@chromium.org>
On Tuesday, July 07, 2015 at 12:47:50 AM, Simon Glass wrote:
> At present USB Ethernet does not work with CONFIG_DM_ETH. Add driver model
> support to this feature, so that it can work alongside other Ethernet
> devices with driver model.
>
> It was found that quite a bit of code is common in most of the USB Ethernet
> drivers. Add this code to the common layer to reduce the amount of
> duplicate code needed in USB Ethernet drivers when CONFIG_DM_ETH is used.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
next prev parent reply other threads:[~2015-07-06 23:19 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 22:47 [U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 01/18] dm: core: Add \n to two dm_warn() messages Simon Glass
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 02/18] usb: ehci: Correct a missing hypen in an error message Simon Glass
2015-07-06 23:16 ` Marek Vasut
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 03/18] usb: Update some EHCI driver licenses to use SPDX Simon Glass
2015-07-06 23:17 ` Marek Vasut
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 04/18] x86: Show the un-relocated IP address in exceptions Simon Glass
2015-07-07 7:34 ` Bin Meng
2015-07-06 22:47 ` [U-Boot] [PATCH 05/18] dm: pci: Add support for PCI driver matching Simon Glass
2015-07-08 4:42 ` Joe Hershberger
2015-07-21 16:12 ` Bin Meng
2015-07-21 22:00 ` Simon Glass
2015-07-22 6:05 ` Bin Meng
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 06/18] dm: eth: Add driver-model support to the rtl8169 driver Simon Glass
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 07/18] dm: pci: Add a function to get the BDF for a device Simon Glass
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 08/18] dm: usb: Correct the struct usb_driver_entry comment Simon Glass
2015-07-06 23:17 ` Marek Vasut
2015-07-22 23:40 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 09/18] dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH Simon Glass
2015-07-06 23:18 ` Marek Vasut
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 10/18] dm: eth: Avoid blocking on packet reception Simon Glass
2015-07-23 20:18 ` Simon Glass
2015-08-07 20:30 ` Joe Hershberger
2015-07-06 22:47 ` [U-Boot] [PATCH 11/18] dm: usb: eth: Support driver model with USB Ethernet Simon Glass
2015-07-06 23:19 ` Marek Vasut [this message]
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 12/18] dm: usb: Adjust the USB_DEVICE() macro naming Simon Glass
2015-07-06 23:20 ` Marek Vasut
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 13/18] x86: minnowmax: Drop the cache line size hack Simon Glass
2015-07-07 8:17 ` Bin Meng
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci Simon Glass
2015-07-06 23:21 ` Marek Vasut
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 15/18] dm: usb: eth: Add driver-model support to the asix driver Simon Glass
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 16/18] net: Allow drivers to return -ENOSYS with the write_hwaddr() method Simon Glass
2015-07-22 23:41 ` Simon Glass
2015-07-06 22:47 ` [U-Boot] [PATCH 17/18] x86: Convert minnowmax to use CONFIG_DM_NET Simon Glass
2015-07-07 8:18 ` Bin Meng
2015-07-06 22:47 ` [U-Boot] [PATCH 18/18] x86: Convert minnowmax to use CONFIG_DM_USB Simon Glass
2015-07-07 8:18 ` Bin Meng
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=201507070119.44030.marex@denx.de \
--to=marex@denx.de \
--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.