Skip to content

Commit bb80a13

Browse files
committed
dmaengine: sdxi: ring: Add description, AMD copyright stmts
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 3d2ce9c commit bb80a13

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/dma/sdxi/ring.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
// SPDX-License-Identifier: GPL-2.0-only
2+
/*
3+
* SDXI descriptor ring state management. Handles advancing the write
4+
* index correctly and supplies "reservations" i.e. slices of the ring
5+
* to be filled with descriptors.
6+
*
7+
* Copyright (C) 2026 Advanced Micro Devices, Inc.
8+
*/
29
#include <kunit/visibility.h>
310
#include <linux/io-64-nonatomic-lo-hi.h>
411
#include <linux/lockdep.h>

drivers/dma/sdxi/ring.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
2+
/* Copyright (C) 2026 Advanced Micro Devices, Inc. */
23
#ifndef DMA_SDXI_RING_H
34
#define DMA_SDXI_RING_H
45

0 commit comments

Comments
 (0)