summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)AuthorFilesLines
2021-04-02Fix Dale's email addresstb1-2/+2
2021-03-25remove uneeded includes in md armv7 filesjsg17-79/+17
2021-03-11spellingjsg3-6/+6
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha2-4/+17
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitkettenis5-12/+12
2021-01-19Remove some unused #defines and remove some commented-out variables.kettenis1-6/+1
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick2-10/+16
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.naddy1-2/+2
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick1-3/+3
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick1-2/+2
2020-07-06Add support for timeconting in userland.pirofti1-2/+2
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3jsg1-3/+5
2020-06-02use correct node when enabling phyjsg1-3/+2
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-25change wsdisplay attribute type from long to uint32_tjsg2-6/+6
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg1-2/+2
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians1-5/+4
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new buskettenis7-11/+323
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.kettenis1-67/+5
2020-04-07Remove entry that is no longer needed.kettenis1-28/+1
2020-04-06Add support for the cd-gpios property.kettenis1-1/+23
2020-04-06Register controller with the gpio "framework".kettenis1-1/+61
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.kettenis1-10/+6
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.kettenis5-4/+170
2020-03-31Remove leftover that should have been removed in the previous commit.kettenis1-3/+1
2020-03-31Newer device trees no longer put the full physical address in the "reg"kettenis1-4/+9
2020-03-31Remove unused code. The padconf code has been replaced with thekettenis7-959/+3
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi1-2/+1
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedmpi1-4/+5
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofmpi1-7/+7
2019-12-25WSDISPLAYIO_GTYPE is u_int not intjsg1-2/+2
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatkettenis1-2/+2
2019-05-06Whitespace removalmlarkin12-41/+41
2019-05-06Whitespace and extra semicolon removal.mlarkin1-2/+2
2019-04-10KNF per naddy@ians1-8/+22
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyjsg1-2/+9
2018-09-19Free edid_buf after use so to fix possible memory leak.claudio1-2/+3
2018-08-27ompinmux has been replaced by pinctrljsg2-142/+1
2018-02-14prune files.* entries that refer to files not in treejsg1-15/+1
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.jsg1-2/+7
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.kettenis1-15/+9
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.jsg1-2/+2
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedjsg1-2/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt9-18/+9
2017-08-31Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.ians4-0/+4
2017-08-18change email address in licenses to ians@openbsd.orgians4-4/+4
2017-08-15Convert to FDT-based interrupt establish API.patrick1-4/+3
2017-08-15Apply KNF and fix whitespaces.patrick1-44/+43
2017-08-15Apply KNF and fix whitespaces.patrick2-102/+100
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians8-5/+1655