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