mhm, maybe i should change commit-subject/message because there are only changes suggested from sam...same for part2
regards Frank > Gesendet: Donnerstag, 20. August 2020 um 15:40 Uhr > Von: "Frank Wunderlich" <[email protected]> > Betreff: [PATCH v5 3/8] ahci: mediatek: add ahci driver > > add AHCI driver ported from linux > 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 <[email protected]> > - * based on > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c > * Author: Ryder Lee <[email protected]> > + * Author: Frank Wunderlich <[email protected]> > */

