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
/
omap
Age
Commit message (
Expand
)
Author
2015-03-16
Convert to if_input(), tested by jsg@.
Martin Pieuchot
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2014-12-22
unifdef INET
Ted Unangst
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-11-04
Uncomment code that does voltage capabilities initialisation. Without
Jonathan Gray
2014-11-01
Now the armv7 ramdisks are compiled with SMALL_KERNEL
Jonathan Gray
2014-08-18
Explicitely need <sys/pool.h> now.
Miod Vallat
2014-07-14
Write to the correct control module registers when configuring gpio pins.
Raphael Graf
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-20
Fix a wrong comparison in the interrupt handler.
Raphael Graf
2014-05-19
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-05-08
Format string fixes and removal of -Wno-format for arm kernels.
Miod Vallat
2014-05-06
remove cpsw_{read,write}_4 wrapper functions and just use the real
Jasper Lievisse Adriaanse
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-03-18
Initialize len, from netbsd
Raphael Graf
2014-03-18
Add missing parts of the tiic driver.
Sylvestre Gallon
2013-12-11
do not include empty (and already removed) files; ok syl@
Christian Weisgerber
2013-12-11
remove empty files; ok syl@
Christian Weisgerber
2013-12-04
Looks like the eMMC does no like block read request lower than block
Sylvestre Gallon
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-24
I2C driver for am335x, ported from netbsd, not enabled yet.
Raphael Graf
2013-11-20
Add gpio(4) support for omap3/4 and am335x.
Raphael Graf
2013-11-15
Start cleaning this driver. No functional change.
Federico G. Schwindt
2013-11-12
Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb
Federico G. Schwindt
2013-11-06
After factorizing armv7_machdep code here is an effort to factorize all
Sylvestre Gallon
2013-11-04
Rename beagle_machdep.c to omap_machdep.c
Sylvestre Gallon
2013-11-01
rewrite omdog somewhat and hook it into the watchdog framework.
Federico G. Schwindt
2013-10-30
Put all the generic machdep code in armv7_machedep.c
Sylvestre Gallon
2013-10-30
Add missing rcsid.
Sylvestre Gallon
2013-10-28
Enable blocksize > 512 and cleanup ommmc_attach().
Sylvestre Gallon
2013-10-28
Remove unused variable.
Patrick Wildt
2013-10-28
Make prcm(4) aware of the GPIO modules.
Raphael Graf
2013-10-28
We need to make sure that the kernel symbols area isn't marked as free
Patrick Wildt
2013-10-25
My last commit make the pandaboard panic.
Sylvestre Gallon
2013-10-24
Cleanup edma.
Sylvestre Gallon
2013-10-24
Do not rely on u-boot to enable mmc clocks.
Sylvestre Gallon
2013-10-23
Fix sorting and ordering.
Raphael Graf
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-10-18
Move mmc base address registers workaround where it belongs.
Sylvestre Gallon
2013-10-18
Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined in
Sylvestre Gallon
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-09-28
A few missing config_suspend(, DVACT_POWERDOWN) constructs after
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
[next]