freebsd-dev/sys/arm
Ian Lepore 4d7abca057 Fix low-level uart drivers that set their fifo sizes in the softc too late.
uart(4) allocates send and receiver buffers in attach() before it calls
the low-level driver's attach routine.  Many low-level drivers set the
fifo sizes in their attach routine, which is too late.  Other drivers set
them in the probe() routine, so that they're available when uart(4)
allocates buffers.  This fixes the ones that were setting the values too
late by moving the code to probe().
2013-04-01 00:44:20 +00:00
..
allwinner Enable uart driver for A10. 2013-03-01 01:47:11 +00:00
arm When running on armv6, set alignment checking to modulo-4 mode rather 2013-03-31 22:42:25 +00:00
at91 Enable hardware flow control and high speed bulk data transfer in at91 uarts. 2013-04-01 00:00:10 +00:00
broadcom/bcm2835 Minimal timer period of 100us introduced in r244758 is overkill. While 2013-03-21 15:42:41 +00:00
compile
conf Integrate Efika MX project back to home. 2013-03-20 15:39:27 +00:00
econa Eliminate a redundant #include: machine/pmap.h is already included 2013-03-01 19:02:41 +00:00
freescale/imx Integrate Efika MX project back to home. 2013-03-20 15:39:27 +00:00
include Add userland access to at91 gpio functionality via ioctl calls. Also, 2013-03-29 19:52:57 +00:00
lpc MFcalloutng: 2013-02-28 13:46:03 +00:00
mv MFcalloutng: 2013-02-28 13:46:03 +00:00
s3c2xx0 Fix low-level uart drivers that set their fifo sizes in the softc too late. 2013-04-01 00:44:20 +00:00
sa11x0 Fix low-level uart drivers that set their fifo sizes in the softc too late. 2013-04-01 00:44:20 +00:00
tegra Merge the FDT versions of initarm. 2012-11-03 22:39:07 +00:00
ti Add a macro that gets the physical address of a memory mapped device 2013-03-17 03:04:43 +00:00
versatile MFcalloutng: 2013-02-28 13:46:03 +00:00
xscale Eliminate a redundant #include: machine/pmap.h is already included 2013-03-01 19:02:41 +00:00