aboutsummaryrefslogtreecommitdiff
path: root/common/bouncebuf.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
2023-08-22common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut1-1/+1
2023-01-27common: bouncebuf: Use dma-mapping for cache opsAndrew Davis1-6/+7
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut1-5/+15
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2014-09-15Fix a few printf argument verification warningsVasili Galka1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-27common: rework bouncebuf implementationStephen Warren1-34/+41
2012-10-22COMMON: Implement common bounce bufferMarek Vasut1-0/+92