aboutsummaryrefslogtreecommitdiffstats
path: root/common/bouncebuf.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* common: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut2023-08-221-1/+1
* common: bouncebuf: Use dma-mapping for cache opsAndrew Davis2023-01-271-6/+7
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: bouncebuf: Permit passing custom alignment check functionMarek Vasut2020-04-221-5/+15
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Fix a few printf argument verification warningsVasili Galka2014-09-151-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* common: rework bouncebuf implementationStephen Warren2012-11-271-34/+41
* COMMON: Implement common bounce bufferMarek Vasut2012-10-221-0/+92