From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v2 0/3] ATA/ARM: convert ARM/DaVinci to use libata PATA drivers Date: Tue, 21 Mar 2017 14:08:26 +0530 Message-ID: <3c115ec1-2d11-695e-eca7-25a75f71b96f@ti.com> References: <1489509414-11491-1-git-send-email-b.zolnierkie@samsung.com> <20170316213255.GF1480@htj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170316213255.GF1480@htj.duckdns.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tejun Heo , Bartlomiej Zolnierkiewicz Cc: Russell King , Sergei Shtylyov , Arnd Bergmann , Dmitry Eremin-Solenikov , Kevin Hilman , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-ide@vger.kernel.org On Friday 17 March 2017 03:02 AM, Tejun Heo wrote: > On Tue, Mar 14, 2017 at 05:36:51PM +0100, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> This patchset adds Palmchip BK3710 IDE controller driver to >> libata and switches ARM/DaVinci to use it (instead of the old >> IDE driver). >> >> Sekhar, please check that it still works after changes, thanks. >> >> Changes since v1 >> (https://www.spinics.net/lists/arm-kernel/msg567442.html): >> - addressed review comments from Sergei Shtylyov >> - fixed cycle_time unitialized variable issue >> >> Changes since v0.1 draft patch version >> (https://www.spinics.net/lists/arm-kernel/msg566932.html): >> - fixed cycle_time build warning >> - added platform support fixes from Sekhar >> - added defconfig changes from Sekhar >> - preserved platform support for the old IDE driver >> - split it on 3 patches > > Looks fine to me from libata side. Once it gets tested, how should > the patches be routed? I don't think it'd make sense to route them > separately. Hi Tejun, I can take the series through ARM-SoC tree with your ack. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756788AbdCUIjP (ORCPT ); Tue, 21 Mar 2017 04:39:15 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:60474 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753601AbdCUIjN (ORCPT ); Tue, 21 Mar 2017 04:39:13 -0400 Subject: Re: [PATCH v2 0/3] ATA/ARM: convert ARM/DaVinci to use libata PATA drivers To: Tejun Heo , Bartlomiej Zolnierkiewicz References: <1489509414-11491-1-git-send-email-b.zolnierkie@samsung.com> <20170316213255.GF1480@htj.duckdns.org> CC: Sergei Shtylyov , Kevin Hilman , Arnd Bergmann , Russell King , Dmitry Eremin-Solenikov , , , From: Sekhar Nori Message-ID: <3c115ec1-2d11-695e-eca7-25a75f71b96f@ti.com> Date: Tue, 21 Mar 2017 14:08:26 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170316213255.GF1480@htj.duckdns.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 17 March 2017 03:02 AM, Tejun Heo wrote: > On Tue, Mar 14, 2017 at 05:36:51PM +0100, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> This patchset adds Palmchip BK3710 IDE controller driver to >> libata and switches ARM/DaVinci to use it (instead of the old >> IDE driver). >> >> Sekhar, please check that it still works after changes, thanks. >> >> Changes since v1 >> (https://www.spinics.net/lists/arm-kernel/msg567442.html): >> - addressed review comments from Sergei Shtylyov >> - fixed cycle_time unitialized variable issue >> >> Changes since v0.1 draft patch version >> (https://www.spinics.net/lists/arm-kernel/msg566932.html): >> - fixed cycle_time build warning >> - added platform support fixes from Sekhar >> - added defconfig changes from Sekhar >> - preserved platform support for the old IDE driver >> - split it on 3 patches > > Looks fine to me from libata side. Once it gets tested, how should > the patches be routed? I don't think it'd make sense to route them > separately. Hi Tejun, I can take the series through ARM-SoC tree with your ack. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Tue, 21 Mar 2017 14:08:26 +0530 Subject: [PATCH v2 0/3] ATA/ARM: convert ARM/DaVinci to use libata PATA drivers In-Reply-To: <20170316213255.GF1480@htj.duckdns.org> References: <1489509414-11491-1-git-send-email-b.zolnierkie@samsung.com> <20170316213255.GF1480@htj.duckdns.org> Message-ID: <3c115ec1-2d11-695e-eca7-25a75f71b96f@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 17 March 2017 03:02 AM, Tejun Heo wrote: > On Tue, Mar 14, 2017 at 05:36:51PM +0100, Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> This patchset adds Palmchip BK3710 IDE controller driver to >> libata and switches ARM/DaVinci to use it (instead of the old >> IDE driver). >> >> Sekhar, please check that it still works after changes, thanks. >> >> Changes since v1 >> (https://www.spinics.net/lists/arm-kernel/msg567442.html): >> - addressed review comments from Sergei Shtylyov >> - fixed cycle_time unitialized variable issue >> >> Changes since v0.1 draft patch version >> (https://www.spinics.net/lists/arm-kernel/msg566932.html): >> - fixed cycle_time build warning >> - added platform support fixes from Sekhar >> - added defconfig changes from Sekhar >> - preserved platform support for the old IDE driver >> - split it on 3 patches > > Looks fine to me from libata side. Once it gets tested, how should > the patches be routed? I don't think it'd make sense to route them > separately. Hi Tejun, I can take the series through ARM-SoC tree with your ack. Thanks, Sekhar