aboutsummaryrefslogtreecommitdiff
path: root/common/iotrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-11trace: Remove the const from write functionsSimon Glass1-3/+3
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried1-2/+11
2018-06-18iotrace: move record definitons to header fileRamon Fried1-27/+0
2018-06-07common: iotrace: add timestamp to iotrace recordsRamon Fried1-1/+3
2018-06-07iotrace: add IO region limitRamon Fried1-0/+27
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2014-06-20Add an I/O tracing featureSimon Glass1-0/+169