Re: [PATCH v3 1/2] ata: mediatek: add support for MediaTek SATA controller

2017-08-14 Thread Matthias Brugger
On 08/13/2017 08:38 PM, Tejun Heo wrote: On Sat, Aug 12, 2017 at 09:31:03AM +0800, Ryder Lee wrote: This adds support the AHCI-compliant Serial ATA controller present on MediaTek SoCs. Signed-off-by: Ryder Lee Looks good to me. Acked-by: Tejun Heo If others are okay with it, please le

Re: [PATCH v3 1/2] ata: mediatek: add support for MediaTek SATA controller

2017-08-13 Thread Tejun Heo
On Sat, Aug 12, 2017 at 09:31:03AM +0800, Ryder Lee wrote: > This adds support the AHCI-compliant Serial ATA controller present > on MediaTek SoCs. > > Signed-off-by: Ryder Lee Looks good to me. Acked-by: Tejun Heo If others are okay with it, please let me know how the patches should be rout

[PATCH v3 1/2] ata: mediatek: add support for MediaTek SATA controller

2017-08-11 Thread Ryder Lee
This adds support the AHCI-compliant Serial ATA controller present on MediaTek SoCs. Signed-off-by: Ryder Lee --- drivers/ata/Kconfig| 10 +++ drivers/ata/Makefile | 1 + drivers/ata/ahci_mtk.c | 196 + 3 files changed, 207 insertions(+)