From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v6 00/18] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver Date: Wed, 19 Feb 2014 10:02:49 -0500 Message-ID: <20140219150249.GG10134@htj.dyndns.org> References: <1392811320-3132-1-git-send-email-hdegoede@redhat.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <1392811320-3132-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Post: , List-Help: , List-Archive: List-Subscribe: , List-Unsubscribe: , Content-Disposition: inline To: Hans de Goede Cc: Maxime Ripard , Oliver Schinagl , Richard Zhu , Roger Quadros , Lee Jones , linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org Hello, On Wed, Feb 19, 2014 at 01:01:42PM +0100, Hans de Goede wrote: > Here is v6 of my patchset for adding ahci-sunxi support. This has been > tested with Allwinner A10, Allwinner A20 and Freeware imx6x SoCs, including > suspend / resume. Note that since my last revision the ahci_imx driver has > also grown imx53 sata support, it would be good if some-one could test that > with this series. Stopping review here. I really like where it's headed in general and most review points, except for lack of devres usage, are rather cosmetic. I'm not completely decided yet whether we can defer devres until later or should go for it in the first round. Thanks. -- tejun