summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar
2015-11-25Small fixes related to the IFF_OACTIVE removal.Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-12get rid of IFQ_POLL.David Gwynne
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-08-25Put the device name into the timeout message. OK jsg@Brandon Mercer
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-30fix the build when SDHC_DEBUG is definedJonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
2015-05-15Make board attaching table driven and move it out into the socJonathan Gray
2015-03-16Convert to if_input(), tested by jsg@.Martin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2014-12-22unifdef INETTed Unangst
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-11-04Uncomment code that does voltage capabilities initialisation. WithoutJonathan Gray
2014-11-01Now the armv7 ramdisks are compiled with SMALL_KERNELJonathan Gray
2014-08-18Explicitely need <sys/pool.h> now.Miod Vallat
2014-07-14Write to the correct control module registers when configuring gpio pins.Raphael Graf
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
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