From: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Oliver Schinagl <oliver-dxLnbx3+1qmEVqv0pETR8A@public.gmane.org>,
Richard Zhu
<Hong-Xing.Zhu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
Date: Mon, 03 Feb 2014 23:08:52 +0100 [thread overview]
Message-ID: <52F01374.70405@redhat.com> (raw)
In-Reply-To: <CAL_JsqKnus+9rgLAQ990eD-1F6-2G-SuqYuPkmc+Tw6QP1CT4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi,
On 02/03/2014 05:31 PM, Rob Herring wrote:
> On Mon, Jan 20, 2014 at 10:44 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>> Hi All,
>>
>> Here is v4 of my patchset for adding ahci-sunxi support. It has grown quite
>> a bit since I've been going for a more generic approach this time and I've
>> also cleaned up the ahci-imx driver to use the same generic approach.
>
> I don't know if you missed it or just don't intend to refactor all
> AHCI drivers, but the highbank driver could benefit from this as well.
I don't intend to refactor all of them, esp. not the ones for which I don't
have hardware to test.
As they say: patches welcome :)
Regards,
Hans
WARNING: multiple messages have this Message-ID (diff)
From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver
Date: Mon, 03 Feb 2014 23:08:52 +0100 [thread overview]
Message-ID: <52F01374.70405@redhat.com> (raw)
In-Reply-To: <CAL_JsqKnus+9rgLAQ990eD-1F6-2G-SuqYuPkmc+Tw6QP1CT4g@mail.gmail.com>
Hi,
On 02/03/2014 05:31 PM, Rob Herring wrote:
> On Mon, Jan 20, 2014 at 10:44 AM, Hans de Goede <hdegoede@redhat.com> wrote:
>> Hi All,
>>
>> Here is v4 of my patchset for adding ahci-sunxi support. It has grown quite
>> a bit since I've been going for a more generic approach this time and I've
>> also cleaned up the ahci-imx driver to use the same generic approach.
>
> I don't know if you missed it or just don't intend to refactor all
> AHCI drivers, but the highbank driver could benefit from this as well.
I don't intend to refactor all of them, esp. not the ones for which I don't
have hardware to test.
As they say: patches welcome :)
Regards,
Hans
next prev parent reply other threads:[~2014-02-03 22:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 16:44 [PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver Hans de Goede
2014-01-20 16:44 ` Hans de Goede
[not found] ` <1390236303-22538-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-20 16:44 ` [PATCH RFC v4 01/10] libahci: Allow drivers to override start_engine Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:44 ` [PATCH RFC v4 02/10] libahci: Move ahci_host_priv declaration to include/linux/ahci.h Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:44 ` [PATCH RFC v4 03/10] ahci-platform: Pass ahci_host_priv ptr to ahci_platform_data init method Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:44 ` [PATCH RFC v4 04/10] ahci-platform: Add support for devices with more then 1 clock Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:44 ` [PATCH RFC v4 05/10] ahci-platform: Add support for an optional regulator for sata-target power Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:44 ` [PATCH RFC v4 06/10] ahci-platform: Add enable_ / disable_resources helper functions Hans de Goede
2014-01-20 16:44 ` Hans de Goede
2014-01-20 16:45 ` [PATCH RFC v4 07/10] ahci-platform: "Library-ise" ahci_probe functionality Hans de Goede
2014-01-20 16:45 ` Hans de Goede
2014-01-20 16:45 ` [PATCH RFC v4 08/10] ahci-platform: "Library-ise" suspend / resume functionality Hans de Goede
2014-01-20 16:45 ` Hans de Goede
2014-01-20 16:45 ` [PATCH RFC v4 09/10] ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform Hans de Goede
2014-01-20 16:45 ` Hans de Goede
2014-01-20 16:45 ` [PATCH RFC v4 10/10] ahci_imx: Port to library-ised ahci_platform Hans de Goede
2014-01-20 16:45 ` Hans de Goede
2014-01-22 6:51 ` Sascha Hauer
2014-01-22 6:51 ` Sascha Hauer
[not found] ` <20140122065151.GC16215-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-01-22 7:25 ` Hans de Goede
2014-01-22 7:25 ` Hans de Goede
2014-01-20 19:53 ` [PATCH RFC v4 00/10] ahci: library-ise ahci_platform, add sunxi driver and cleanup imx driver Ezaul Zillmer
[not found] ` <b8dd9fd4-02ce-4656-8b92-49f2ab82cc69-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-01-21 7:58 ` Hans de Goede
2014-01-21 7:58 ` [linux-sunxi] " Hans de Goede
[not found] ` <52DE288C.3020007-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-01-21 13:15 ` Ezaul Zillmer
2014-02-03 16:31 ` Rob Herring
2014-02-03 16:31 ` Rob Herring
[not found] ` <CAL_JsqKnus+9rgLAQ990eD-1F6-2G-SuqYuPkmc+Tw6QP1CT4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-03 22:08 ` Hans de Goede [this message]
2014-02-03 22:08 ` Hans de Goede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52F01374.70405@redhat.com \
--to=hdegoede-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=Hong-Xing.Zhu-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=oliver-dxLnbx3+1qmEVqv0pETR8A@public.gmane.org \
--cc=robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=rogerq-l0cyMroinI0@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.