summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-05-06remove cpsw_{read,write}_4 wrapper functions and just use the realJasper Lievisse Adriaanse
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-18Initialize len, from netbsdRaphael Graf
2014-03-18Add missing parts of the tiic driver.Sylvestre Gallon
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-12-04Looks like the eMMC does no like block read request lower than blockSylvestre Gallon
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-04Rename beagle_machdep.c to omap_machdep.cSylvestre Gallon
2013-11-01rewrite omdog somewhat and hook it into the watchdog framework.Federico G. Schwindt
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-30Add missing rcsid.Sylvestre Gallon
2013-10-28Enable blocksize > 512 and cleanup ommmc_attach().Sylvestre Gallon
2013-10-28Remove unused variable.Patrick Wildt
2013-10-28Make prcm(4) aware of the GPIO modules.Raphael Graf
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-25My last commit make the pandaboard panic.Sylvestre Gallon
2013-10-24Cleanup edma.Sylvestre Gallon
2013-10-24Do not rely on u-boot to enable mmc clocks.Sylvestre Gallon
2013-10-23Fix sorting and ordering.Raphael Graf
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-18Move mmc base address registers workaround where it belongs.Sylvestre Gallon
2013-10-18Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined inSylvestre Gallon
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