summaryrefslogtreecommitdiff
path: root/sys/external/bsd/vchiq/dist
AgeCommit message (Expand)Author
2022-02-06vchiq(4): Fix llvm build with only one loff_t definition.martin
2021-12-19Don't redefine stuff that common now hasriastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-15use fdtbus_intr_establish_xnamejmcneill
2020-12-01Do not attach vchiq(4) in big-endian mode.rin
2020-12-01Fix style of error message.rin
2020-11-03state struct should use fixed size types. NFCI.mlelstv
2020-11-03Fix build on aa64skrll
2020-09-26Define isb(), dsb(option), and dmb(option)skrll
2020-09-26Trailing whitespaceskrll
2020-02-22build fixjmcneill
2020-01-22align with upstream for 64bit compatibility.mlelstv
2019-12-31Split vchiq into separate fdt and acpi attachments.jmcneill
2018-08-28Remove stuff now in sys/external/bsd/commonskrll
2018-08-09One newline is enough.gson
2018-08-07One newline is enough.gson
2017-12-10FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this.skrll
2017-11-30add fo_name so we can identify the fileops in a simple way.christos
2017-11-05Use IPL_VM and IST_MPSAFE instead of IPL_SCHEDskrll
2017-09-21Spaces to TABskrll
2017-09-11keep dsb in vchiq code.maya
2017-09-11Use common barrier.h rather than separate implementation. NFCImaya
2017-09-11Include opt_multiprocessor.h for MULTIPROCESSORmaya
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-02-05Don't call _sema_init twice on various objects... remote_event_createskrll
2017-01-12Sync with latest github/raspberrypi/linux sourcesskrll
2017-01-12Use some macros for magic numbers and correct return value.skrll
2017-01-12Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.hskrll
2017-01-08xxx: gcc avoid bogus ssp warningchristos
2016-01-15add sysctl nodes to configure vchiq log levels.mlelstv
2015-07-29When expanding an inline function make sure you get the argument orderskrll
2015-07-29Expand the bcm2835_intr_establish inline.skrll
2015-01-28It turns out we needed to track pid all along, so revert the lwp trackingskrll
2015-01-23More count vs ret confusion. Need to send notification if count != 0.skrll
2014-12-20Allow more space for temp string buffer in service stats display.nat
2014-12-20Enable state/stats information on vchiq device read.nat
2014-10-25G/C some unused code.skrll
2014-09-02expose vchi_get_peer_versionjmcneill
2014-09-02IPL_VM -> IPL_SCHED, and callout_stop -> callout_haltjmcneill
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-16From https://github.com/raspberrypi/linux/commit/517d5c1c9ceb7bf94c4e56e4fb97...jmcneill
2014-05-01First argument of vchiq_log_info is the log level, not a boolean.joerg
2014-04-25Trailing whitespaceskrll
2014-04-19Deal in 4KB pages for vchiq regardless of ARM page size.skrll
2014-04-19Wrap a long line.skrll
2014-04-19Comment KNFskrll
2014-04-17Fix count vs ret confusion. ret is only set on error when count == 0 -skrll
2014-04-12Remove buggy linux completion API emulation and use the common version.skrll