freebsd-nq/sys
Luiz Otavio O Souza 8a82d5675d Add the I2C driver for the Armada 37x0.
This controller is a bit tricky as the STOP condition must be indicated in
the last tranferred byte, some devices will not like the repeated start
behavior of this controller.  A proper fix to this issue is in the works.

This driver works in polling mode, can be used early in the boot (required
in some cases).

Tested on espressobin/SG-1100 and the SG-3200.

Obtained from:	pfSense
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-12-05 00:56:03 +00:00
..
amd64 Regularize my copyright notice 2019-12-04 16:56:11 +00:00
arm Add the I2C driver for the Armada 37x0. 2019-12-05 00:56:03 +00:00
arm64 Add the I2C driver for the Armada 37x0. 2019-12-05 00:56:03 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam Mark some more hot global variables with __read_mostly. 2019-12-04 21:26:03 +00:00
cddl Add a VN_OPEN_INVFS flag. 2019-11-29 14:02:32 +00:00
compat Use uintptr_t instead of register_t * for the stack base. 2019-12-03 23:17:54 +00:00
conf Add the I2C driver for the Armada 37x0. 2019-12-05 00:56:03 +00:00
contrib Include fin, the packet information structure (fr_info_t), in the 2019-11-28 00:46:33 +00:00
crypto
ddb
dev Regularize my copyright notice 2019-12-04 16:56:11 +00:00
dts
fs Stop using per-mount tmpfs zones. 2019-12-05 00:03:17 +00:00
gdb
geom Mark some more hot global variables with __read_mostly. 2019-12-04 21:26:03 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 Regularize my copyright notice 2019-12-04 16:56:11 +00:00
isa
kern Mark some more hot global variables with __read_mostly. 2019-12-04 21:26:03 +00:00
kgssapi
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Regularize my copyright notice 2019-12-04 16:56:11 +00:00
modules Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
net Allow kernel to compile without BPF. 2019-11-24 23:21:47 +00:00
net80211
netgraph
netinet Fix regression from r354484. Don't leak pcb lock if cr_canseeinpcb() 2019-12-04 22:41:52 +00:00
netinet6 Make icmp6_reflect() static. 2019-12-03 14:46:38 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil pf: Add endline to all DPFPRINTF() 2019-11-24 13:53:36 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto
powerpc Regularize my copyright notice 2019-12-04 16:56:11 +00:00
riscv Regularize my copyright notice 2019-12-04 16:56:11 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 Regularize my copyright notice 2019-12-04 16:56:11 +00:00
sys bistring: avoid gcc -Wsign-compare 2019-12-04 20:15:17 +00:00
teken
tests
tools Add makesyscalls.lua, a rewrite of makesyscalls.sh 2019-11-17 14:08:19 +00:00
ufs Currently the breadn_flags() and getblkx() interfaces are passed 2019-12-03 23:07:09 +00:00
vm Fix an off-by-one error in vm_map_pmap_enter(). 2019-12-04 19:46:48 +00:00
x86 x86: Add missed break to TAA status sysctl 2019-12-04 02:42:22 +00:00
xdr
xen
Makefile