index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
Age
Commit message (
Expand
)
Author
2013-10-18
Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined in
Sylvestre Gallon
2013-10-17
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
Miod Vallat
2013-10-15
Rewrite the awk script that generates the data for option DDB_STRUCT:
Philip Guenther
2013-10-14
Fix a couple of style(9) nits.
Sylvestre Gallon
2013-10-14
Add some consistency using uint_t everywhere instead of mixing uint_t
Sylvestre Gallon
2013-10-14
Tedu some heavy debug code that is not needed anymore.
Sylvestre Gallon
2013-10-10
Add edma driver. This driver add support for am335x edma3 controller.
Sylvestre Gallon
2013-10-05
Support for the i.MX6-based Wandboard Quad.
Patrick Wildt
2013-09-28
A few missing config_suspend(, DVACT_POWERDOWN) constructs after
Miod Vallat
2013-09-28
In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb
Miod Vallat
2013-09-12
Enable the eMMC on the BeagleBone Black.
Raphael Graf
2013-09-12
add a missing bus_dmamap_unload in the rx completion path.
David Gwynne
2013-09-12
allocate the pad for the short ethernet frames with dma_alloc instead of
David Gwynne
2013-09-12
print version on attach
David Gwynne
2013-09-12
whitespace tweaks
David Gwynne
2013-09-12
use the amount of memory that was mapped to set the length of the packet
David Gwynne
2013-09-12
get rid of unused macros
David Gwynne
2013-09-12
dont print out where the rx and tx descs are. noone cares.
David Gwynne
2013-09-12
rearrange cpsw_start() a bit.
David Gwynne
2013-09-12
sc_ih is unused.
David Gwynne
2013-09-12
more consistent whitespace for structs and function prototypes.
David Gwynne
2013-09-12
wrap some long lines better.
David Gwynne
2013-09-12
get rid of CPSW_PRINTF
David Gwynne
2013-09-12
get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to store
David Gwynne
2013-09-12
#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)
David Gwynne
2013-09-11
remove some #if 0 that was being used as a model for intr establishment.
David Gwynne
2013-09-11
some whitespace fixes, spaces to tabs mostly
David Gwynne
2013-09-11
rename sc_ec in the softc to sc_ac, like all our other drivers.
David Gwynne
2013-09-11
the sc_name member of cpsw_softc is unused, so remove it.
David Gwynne
2013-09-11
dont put extra newlines in dmesg.
David Gwynne
2013-09-11
Remove unused option CPUFLAGS.
Raphael Graf
2013-09-10
Make splassert for IPL_NONE fail, if we're in interrupt context.
Patrick Wildt
2013-09-06
Support for FreeScale's i.MX6 SoC.
Patrick Wildt
2013-09-05
Split the files file into a generic one for armv7, and soc-specific ones.
Patrick Wildt
2013-09-04
Ignore OMAP's kernel directories. Found by maja@.
Patrick Wildt
2013-09-04
In the future, we shouldn't have one port port ARM SoC, that's just
Patrick Wildt
[prev]