summaryrefslogtreecommitdiff
path: root/sys/contrib/vchiq/interface
AgeCommit message (Expand)Author
2025-11-14vchiq: add compat_freebsd32 ioctls and respective datatypesMarco Devesas Campos
2025-11-14arm64: Add support to vchiq and bcm2835_audio (plus some fixes)Marco Devesas Campos
2025-11-01vchiq: fix compilation error on armv7 in CI and local armv7 buildsAdrian Chadd
2025-10-29vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos
2025-10-26vchiq: update printf-s to more architecture-independent format specifiersAdrian Chadd
2025-08-25vchiq_arm: Don't free on errorWarner Losh
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-09-03vchiq(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2022-05-10vchiq: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-02-27vchiq: Add compat string for rpi4Marco Devesas Campos
2020-11-17vchiq: Rename timer func so they do not conflict with linuxkpiEmmanuel Vadot
2020-09-21vchi: rename bitset macros to avoid collision with bitset(9)D Scott Phillips
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2019-07-08Merge the vm_page hold and wire mechanisms.Mark Johnston
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-12-05sx: retire SX_NOADAPTIVEMateusz Guzik
2018-01-07vchiq: Use mallocarray() to provide kcalloc()Kristof Provost
2017-09-24Modernize the use of vm_page_unwire(). Since r288122, vm_page_unwire()Alan Cox
2017-04-17Remove unneeded include of vm_phys.h.Gleb Smirnoff
2017-02-11Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore
2016-12-26[vchi] replace non-reproducible __DATE__/__TIME__ with hardcoded stringOleksandr Tymoshenko
2016-11-15Reduce dmesg verbosity.Luiz Otavio O Souza
2016-11-08Fix improper use of "its".Bryan Drewery
2016-10-12Make VCHI driver compatible with upstream DTOleksandr Tymoshenko
2016-08-31Update VCHIQ driver to upstream version 4eda74f2Oleksandr Tymoshenko
2016-02-05ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun
2016-01-14Fix order of last two arguments of mtx_initOleksandr Tymoshenko
2015-11-23Fix inconsistent use of malloc type for cdev private data.Svatopluk Kraus
2015-11-10Fix slots DMA memory handling. It's similar to r290553.Svatopluk Kraus
2015-11-08Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocatedSvatopluk Kraus
2015-11-08vchiq interrupt is MP safe, add respective flag to bus_setup_intrOleksandr Tymoshenko
2015-11-08Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:Oleksandr Tymoshenko
2015-11-03Fix cache issues with bulk transfersOleksandr Tymoshenko
2015-11-01Synchronize with latest upstream VCHI code:Oleksandr Tymoshenko
2015-10-30Fix BULK read transfer if destination buffer is not cache line-aligned.Oleksandr Tymoshenko
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-03-19Use the dsb macro to use the correct instruction when building for ARMv7.Andrew Turner
2015-02-13Fix build without INVARIANTS/INVARIANT_SUPPORT:Oleksandr Tymoshenko
2015-02-12- Perform bus_dmamap_sync on pagelist structureOleksandr Tymoshenko
2015-02-09Do not mark shared structures as __packed, it leads to race conditionOleksandr Tymoshenko
2015-02-09Remove unused variablesOleksandr Tymoshenko
2015-02-08Act as a bus in attach method: probe and attach devicesOleksandr Tymoshenko
2015-02-05Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko