1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys
Ian Lepore ef3c56a250 Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard.
- Don't allow high-speed mode on OMAP4 due to hardware erratum.
 - Check the proper bit in the status register when waiting for the
   controller to come out of reset.
 - Add handling for the "non-removable" fdt property by always returning
   "card is present" status.
 - Add the non-removable property for the MMC card on a Beaglebone Black.
 - Add the non-removable property for Pandaboard as a workaround.

For Pandaboard the card detect pin is handled by the twl6030 fpga device
which gets an interrupt on pin change and then has to query the fpga
for the actual status.  We don't have code to do that yet.

Submitted by:	Svatopluk Kraus <onwahe@gmail.com>
2014-04-04 00:59:40 +00:00
..
amd64 Re-write bhyve's I/O MMU handling in terms of PCI RID. 2014-04-01 15:54:03 +00:00
arm Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard. 2014-04-04 00:59:40 +00:00
boot Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard. 2014-04-04 00:59:40 +00:00
bsm
cam Use atomic ops instead of mutexes where appropriate. 2014-04-01 21:54:20 +00:00
cddl MFV r258922: 2014-04-03 20:18:55 +00:00
compat
conf Change NO_EVENTTIMERS from an arm-specific to an MI option, so that it can 2014-04-02 19:51:29 +00:00
contrib
crypto
ddb
dev Correct a PCI enumeration bug introduced in r264011 2014-04-03 22:32:12 +00:00
fs
gdb
geom
gnu
i386
ia64 Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 2014-04-01 14:46:11 +00:00
isa
kern Fix build breakage. Apparently all ARM configs build kern_et.c, but only a 2014-04-02 17:34:17 +00:00
kgssapi
libkern
mips Add support for the Dlink DIR-825C1 74k MIPS router based on Atheros 2014-04-03 20:12:39 +00:00
modules
net
net80211
netgraph
netinet Improve readability of comments for DELAY_ACK() macro. 2014-04-03 01:46:03 +00:00
netinet6
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 2014-04-01 14:46:11 +00:00
rpc
security
sparc64 Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 2014-04-01 14:46:11 +00:00
sys Add support for event timers whose clock frequency can change while running. 2014-04-02 15:56:11 +00:00
teken
tools
ufs
vm
x86 Re-implement the DMAR I/O MMU code in terms of PCI RIDs 2014-04-01 15:48:46 +00:00
xdr
xen
Makefile