summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2024-11-06Make edid_parse() take a device name as extra argument so that the fewMiod Vallat
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-08-20match the config_activate_children() sequences found in other usb hostTheo de Raadt
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-29remove unused armv7 specific find_first_bit()Jonathan Gray
2024-04-29remove unused intc_intr_bootstrap()Jonathan Gray
2024-04-29remove unused global varsJonathan Gray
2024-04-29remove prototypes for removed functionsJonathan Gray
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27dmtimer(4): initialize stathz, profhz as other drivers, platforms doScott Soule Cheloha
2023-01-25gptimer(4): switch to clockintrScott Soule Cheloha
2023-01-22gptimer(4): remove dead MD microtime(9) implementationScott Soule Cheloha
2023-01-17dmtimer(4): switch to clockintrScott Soule Cheloha
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-21initializion -> initializationJonathan Gray
2022-01-03Don't use != 0 to check whether a pointer is non-NULL.Jonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-16ansiJonathan Gray
2021-04-02Fix Dale's email addressTheo Buehler
2021-03-25remove uneeded includes in md armv7 filesJonathan Gray
2021-03-11spellingJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitMark Kettenis
2021-01-19Remove some unused #defines and remove some commented-out variables.Mark Kettenis
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.Christian Weisgerber
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3Jonathan Gray
2020-06-02use correct node when enabling phyJonathan Gray
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new busMark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Add support for the cd-gpios property.Mark Kettenis