u-boot-brain/drivers/usb/musb-new
York Sun 472d546054 Consolidate bool type
'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>
2013-04-01 16:33:52 -04:00
..
am35x.c musb-new: am35x backend driver 2012-11-20 00:16:07 +01:00
linux-compat.h Consolidate bool type 2013-04-01 16:33:52 -04:00
Makefile musb-new: omap2plus backend driver 2012-11-20 00:16:08 +01:00
musb_core.c musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_core.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_debug.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_dma.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_dsps.c musb-new: dsps backend driver 2012-11-20 00:16:06 +01:00
musb_gadget_ep0.c musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_gadget.c musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_gadget.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_host.c musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_host.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_io.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_regs.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
musb_uboot.c musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00
omap2430.c musb-new: omap2plus backend driver 2012-11-20 00:16:08 +01:00
omap2430.h musb-new: omap2plus backend driver 2012-11-20 00:16:08 +01:00
usb-compat.h musb-new: port of Linux musb driver 2012-11-20 00:16:06 +01:00