9
0
Fork 0
barebox/drivers/serial
Eric Bénard e4ee1943fe serial_auart: fix compile error
this fix :
drivers/serial/serial_auart.c:49:22: fatal error: mach/mxs.h: No such file or directory
and
drivers/serial/serial_auart.c: In function 'auart_serial_init_port':
drivers/serial/serial_auart.c:174:2: warning: implicit declaration of function 'stmp_reset_block' [-Wimplicit-function-declaration]

only compile tested ATM

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-10 08:19:35 +02:00
..
Kconfig serial: Add driver for Cadence UART 2013-03-27 09:22:37 +01:00
Makefile serial: Add driver for Cadence UART 2013-03-27 09:22:37 +01:00
amba-pl011.c amba: pl011: set RTS during initialization 2013-02-18 15:40:33 +01:00
arm_dcc.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
atmel.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
linux_console.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_altera.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_altera_jtag.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_auart.c serial_auart: fix compile error 2013-09-10 08:19:35 +02:00
serial_blackfin.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_cadence.c serial: Add driver for Cadence UART 2013-03-27 09:22:37 +01:00
serial_clps711x.c Merge branch 'for-next/device-driver-macros' 2013-04-04 12:03:20 +02:00
serial_imx.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_mpc5xxx.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_netx.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_ns16550.c serial: ns16550: fill cdev just-in-time 2013-07-24 18:53:47 +02:00
serial_ns16550.h serial_ns16550: remove legacy code copied from U-Boot v1 2011-07-17 17:42:21 +02:00
serial_omap4_usbboot.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_pl010.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_pl010.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
serial_pxa.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
serial_s3c.c Introduce console_platform_driver() macro and use it for serial drivers 2013-03-14 07:15:44 +01:00
stm-serial.c serial: stm: Use clk support 2013-06-20 08:49:56 +02:00