rv1126-uboot/drivers/usb/host
Masahiro Yamada cba1da495d include: move various macros to include/linux/kernel.h
U-Boot has imported various utility macros from Linux
scattering them to various places without consistency.

In include/common.h are min, max, min3, max3, ARRAY_SIZE, ALIGN,
container_of, DIV_ROUND_UP, etc.
In include/linux/compat.h are min_t, max_t, round_up, round_down,
etc.
We also have duplicated defines of min_t in some *.c files.

Moreover, we are suffering from too cluttered include/common.h.

This commit moves various macros that originate in
include/linux/kernel.h of Linux to their original position.

Note:
This commit simply moves the macros; the macros roundup,
min, max, min2, max3, ARRAY_SIZE are different
from those of Linux at this point.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-11-20 11:28:25 -05:00
..
Kconfig usb: UniPhier: add UniPhier on-chip EHCI host driver support 2014-11-12 00:21:28 +09:00
Makefile usb: UniPhier: add UniPhier on-chip EHCI host driver support 2014-11-12 00:21:28 +09:00
dwc2.c usb: dwc2: Add driver for Synopsis DWC2 USB IP block 2014-10-22 22:01:58 +02:00
dwc2.h usb: dwc2: Add driver for Synopsis DWC2 USB IP block 2014-10-22 22:01:58 +02:00
ehci-armada100.c
ehci-atmel.c
ehci-exynos.c
ehci-faraday.c
ehci-fsl.c
ehci-hcd.c usb: Make pollable int support available outside of ehci-hcd.c 2014-11-04 06:04:00 +01:00
ehci-marvell.c arm: marvell: Move arch/kirkwood.h to arch/soc.h 2014-10-23 09:59:20 -04:00
ehci-mpc512x.c
ehci-mx5.c
ehci-mx6.c
ehci-mxc.c
ehci-mxs.c
ehci-omap.c
ehci-pci.c
ehci-ppc4xx.c
ehci-rmobile.c usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT 2014-11-07 16:32:02 +01:00
ehci-spear.c
ehci-sunxi.c sun6i: ehci: Add sun6i ehci support 2014-11-13 14:49:02 +01:00
ehci-tegra.c usb: tegra: ULPI regression on tegra20 2014-10-06 16:12:48 +02:00
ehci-uniphier.c usb: UniPhier: add UniPhier on-chip EHCI host driver support 2014-11-12 00:21:28 +09:00
ehci-vct.c
ehci-zynq.c
ehci.h usb: ehci: fix Interrupt on Doorbell flag of USBCMD 2014-11-07 16:32:02 +01:00
isp116x-hcd.c include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
isp116x.h
ohci-at91.c
ohci-da8xx.c
ohci-ep93xx.c
ohci-hcd.c include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
ohci-s3c24xx.c include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
ohci-s3c24xx.h
ohci.h
r8a66597-hcd.c include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
r8a66597.h
sl811-hcd.c
sl811.h
utmi-armada100.c
xhci-exynos5.c
xhci-keystone.c keystone: usb: add support of usb xhci 2014-10-23 11:27:04 -04:00
xhci-mem.c
xhci-omap.c
xhci-ring.c
xhci.c
xhci.h