diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-24 20:24:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-25 08:12:05 -0400 |
commit | 8ee3a24fdc237c76cead618a173740594287dd96 (patch) | |
tree | a19a58ee49166c02dce5bdb35262bb48c2078e8c /drivers/ata | |
parent | 3c0cec035e5b06b638fb52ccd7383bbd5bcede35 (diff) | |
parent | 3337b291442e31b1db0ff5975f74fec7d9741794 (diff) |
Merge branch '2020-08-24-misc-improvements'
- Squashfs compression support
- Coverity fixes
- XEN guest updates
- Finish previous MediaTek updates
- Arm Total Compute platform support
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/mtk_ahci.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/ata/mtk_ahci.c b/drivers/ata/mtk_ahci.c index 8e09c5f9e6..4ad260a5bb 100644 --- a/drivers/ata/mtk_ahci.c +++ b/drivers/ata/mtk_ahci.c @@ -2,12 +2,10 @@ /* * MTK SATA platform driver * - * (C) Copyright 2020 - * Mediatek + * Copyright (C) 2020 MediaTek Inc. * - * Author: Frank Wunderlich <frank-w@public-files.de> - * based on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c * Author: Ryder Lee <ryder.lee@mediatek.com> + * Author: Frank Wunderlich <frank-w@public-files.de> */ #include <common.h> |