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
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-03-01
Remove unused table driven omgpio bits.
Jonathan Gray
2017-03-01
remove remaining parts of the table driven approach to attaching edma
Jonathan Gray
2017-03-01
Dynamically attach edma(4) using the FDT.
Jonathan Gray
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2016-10-25
Remove now unused disable_l2_if_needed interface.
Jonathan Gray
2016-10-23
stop disabling the external pl310 l2 cache on pandaboard
Jonathan Gray
2016-10-08
Use the fdt root node instead of board ids to gate omap4 specific code.
Jonathan Gray
2016-10-08
Only set the highspeed bit in bus_clock if highspeed is supported
Jonathan Gray
2016-10-03
Disable sitaracm and add a new ompinmux driver for omap pin muxing/pad
Jonathan Gray
2016-10-02
Set IFCAP_VLAN_MTU capability in cpsw(4). Avoids
Jonathan Gray
2016-09-15
Add omwugen(4) a driver for the TI logic that generates wakeup events
Jonathan Gray
2016-08-19
avoid using an uninitialised variable with zero length iic_exec calls
Jonathan Gray
2016-08-15
Move the com(4) fdt attachment driver to a more generic location and
Patrick Wildt
2016-08-12
Switch omap to the generic ofw pinctrl framework.
Jonathan Gray
2016-08-11
Dynamically attach omgpio(4) using the FDT.
Jonathan Gray
2016-08-11
Dynamically attach omehci using the FDT.
Jonathan Gray
2016-08-06
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-06
Dynamically attach intc(4) using the FDT and switch omap/am335x
Jonathan Gray
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-07-18
Add additional i2c and mmc prcm module enum values for devices that
Jonathan Gray
2016-07-17
Adapt kettenis' pinctrl changes in imx to sitaracm and
Jonathan Gray
2016-07-17
use the fdt root node instead of board ids to test for am335x
Jonathan Gray
2016-07-17
Set function pointers based on the fdt root node instead of board ids.
Jonathan Gray
2016-07-17
Set function pointers based on the fdt root node instead of board ids.
Jonathan Gray
2016-07-15
Remove duplicated line in omap mmc driver, which would cause
Tom Cosgrove
2016-07-10
Instead of attaching the omap device based on board ids follow imx
Jonathan Gray
2016-07-10
Remove now unused definitions for drivers that have been converted to
Jonathan Gray
2016-07-09
Use mac address and phy id from the fdt. Store settings for a second
Jonathan Gray
2016-06-26
Dynamically attach cpsw(4) with the FDT.
Jonathan Gray
2016-06-26
Dynamically attach tiiic using the FDT.
Jonathan Gray
2016-06-26
add a missing argument specified in format string so this builds again
Jonathan Gray
2016-06-26
destatic
Jonathan Gray
2016-06-26
Dynamically attach omdog(4) using the FDT.
Jonathan Gray
2016-06-19
omap4 uart is compatible with omap3 uart but has it's own compatible string
Jonathan Gray
2016-06-19
dynamically attach omap uart with fdt
Jonathan Gray
2016-06-18
Stop setting the 4-bit mode capability flag for now.
Jonathan Gray
2016-06-18
Dynamically attach ommmc with fdt. Offset the start of the memory region
Jonathan Gray
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
2016-06-05
Reset the bus width back to 1-bit when resetting the host.
Jonathan Gray
2016-06-04
Remove model specific strings keyed off the board id.
Jonathan Gray
2016-05-20
Add a workaround for software reset described in the TI docs where we
Jonathan Gray
2016-05-20
add init_mainbus() hooks for the other armv7 platforms
Jonathan Gray
2016-05-07
set the high speed enable bit if the timing isn't SDMMC_TIMING_LEGACY
Jonathan Gray
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-02
add an empty ommmc_dump_regs() to fix the SDHC_DEBUG build
Jonathan Gray
[next]