History log of /freebsd-11.0-release/sys/arm/ti/ti_pruss.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 283138 20-May-2015 rpaulo

ti_pruss: pass the correct IRQ to userland.

Also, fix several problems with the kqueue notification.

Submitted by: Manuel Stühn freebsdnewbie at freenet.de


# 281085 04-Apr-2015 andrew

Stop using machine/fdt.h in the arm kernel code when we don't need it.


# 277958 31-Jan-2015 rpaulo

ti_pruss: make sure the mmap'ed memory region is uncacheable.

MFC after: 1 week


# 277502 21-Jan-2015 gonzo

Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel config


# 275376 01-Dec-2014 rpaulo

Allow multiple devices to mmap. It's impossible to prevent this with
checks on the open/close functions.

MFC after: 1 week


# 261410 02-Feb-2014 ian

Follow r261352 by updating all drivers which are children of simplebus
to check the status property in their probe routines.

Simplebus used to only instantiate its children whose status="okay"
but that was improper behavior, fixed in r261352. Now that it doesn't
check anymore and probes all its children; the children all have to
do the check because really only the children know how to properly
interpret their status property strings.

Right now all existing drivers only understand "okay" versus something-
that's-not-okay, so they all use the new ofw_bus_status_okay() helper.


# 261211 27-Jan-2014 jmg

fix args to mtx_init

Note that this commit hasn't been compile tested because these files
are not hooked up to the build...

PR: 186129
Submitted by: Takanori Sawada
Approved by: rpaulo


# 258210 16-Nov-2013 rpaulo

Add a driver for the TI Programmable Realtime Unit Subsystem.

This is only a userland accessibility driver. It mmaps the hardware region to
userland and posts interrupt notifications via kqueue.