summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
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
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-04-10KNF per naddy@ians
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyJonathan Gray
2018-09-19Free edid_buf after use so to fix possible memory leak.Claudio Jeker
2018-08-27ompinmux has been replaced by pinctrlJonathan Gray
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.Jonathan Gray
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedJonathan Gray