From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 Jul 2015 01:20:41 +0200 Subject: [U-Boot] [PATCH 12/18] dm: usb: Adjust the USB_DEVICE() macro naming In-Reply-To: <1436222877-17548-13-git-send-email-sjg@chromium.org> References: <1436222877-17548-1-git-send-email-sjg@chromium.org> <1436222877-17548-13-git-send-email-sjg@chromium.org> Message-ID: <201507070120.41251.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Acked-by: Marek Vasut Best regards, Marek Vasut