public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 12/18] dm: usb: Adjust the USB_DEVICE() macro naming
Date: Tue, 7 Jul 2015 01:20:41 +0200	[thread overview]
Message-ID: <201507070120.41251.marex@denx.de> (raw)
In-Reply-To: <1436222877-17548-13-git-send-email-sjg@chromium.org>

On Tuesday, July 07, 2015 at 12:47:51 AM, Simon Glass wrote:
> In Linux USB_DEVICE() is used to declare a USB device by vendor/device ID.
> We should follow the same convention in U-Boot. Rename the existing
> USB_DEVICE() macro to U_BOOT_USB_DEVICE() and bring in the USB_DEVICE()
> macro from Linux for use in U-Boot.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut

  reply	other threads:[~2015-07-06 23:20 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
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 [this message]
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=201507070120.41251.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox