summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2013-10-14Fix a couple of style(9) nits.Sylvestre Gallon
2013-10-14Add some consistency using uint_t everywhere instead of mixing uint_tSylvestre Gallon
2013-10-14Tedu some heavy debug code that is not needed anymore.Sylvestre Gallon
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-12Enable the eMMC on the BeagleBone Black.Raphael Graf
2013-09-12add a missing bus_dmamap_unload in the rx completion path.David Gwynne
2013-09-12allocate the pad for the short ethernet frames with dma_alloc instead ofDavid Gwynne
2013-09-12print version on attachDavid Gwynne
2013-09-12whitespace tweaksDavid Gwynne
2013-09-12use the amount of memory that was mapped to set the length of the packetDavid Gwynne
2013-09-12get rid of unused macrosDavid Gwynne
2013-09-12dont print out where the rx and tx descs are. noone cares.David Gwynne
2013-09-12rearrange cpsw_start() a bit.David Gwynne
2013-09-12sc_ih is unused.David Gwynne
2013-09-12more consistent whitespace for structs and function prototypes.David Gwynne
2013-09-12wrap some long lines better.David Gwynne
2013-09-12get rid of CPSW_PRINTFDavid Gwynne
2013-09-12get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to storeDavid Gwynne
2013-09-12#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)David Gwynne
2013-09-11remove some #if 0 that was being used as a model for intr establishment.David Gwynne
2013-09-11some whitespace fixes, spaces to tabs mostlyDavid Gwynne
2013-09-11rename sc_ec in the softc to sc_ac, like all our other drivers.David Gwynne
2013-09-11the sc_name member of cpsw_softc is unused, so remove it.David Gwynne
2013-09-11dont put extra newlines in dmesg.David Gwynne
2013-09-05Split the files file into a generic one for armv7, and soc-specific ones.Patrick Wildt
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt