From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: dts: sun8i: Orangepi Plus dts improvements
Date: Mon, 21 Mar 2016 09:03:48 +0100 [thread overview]
Message-ID: <20160321080348.GB30977@lukather> (raw)
In-Reply-To: <1458489636-2825-1-git-send-email-hdegoede@redhat.com>
On Sun, Mar 20, 2016 at 05:00:28PM +0100, Hans de Goede wrote:
> Hi Maxime and Chen-Yu,
>
> Here is a series with various improvements for the Orangepi Plus dts.
> Some (most) of these patches have been submitted before, esp. the USB
> ones have multiple revisions before. But I lost count of their version,
> so I'm posting this as a "new" set.
>
> About the USB patches, these rely on the patches to add support for
> multiple-reset controllers to ohci-platform / ehci-platform. These
> patches are all acked up and will go upstream as soon as v4.6-rc1 is
> released (they depend on changes which will go into v4.6-rc1).
>
> The old ohci-platform / ehci-platform will only look at the first reset
> specified in the dt and as such will fail to load with the new dt nodes
> (because they cannot talk to the controller).
>
> I've also included a v6 of Krzysztof Adamski <k@japko.eu> leds / switches
> patch, fixing the comments you had in your review of v5. I've done this
> to avoid conflicts with my other patches.
Applied all but patch 6, which was in already.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160321/3b151be5/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
Krzysztof Adamski <k@japko.eu>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH 0/8] ARM: dts: sun8i: Orangepi Plus dts improvements
Date: Mon, 21 Mar 2016 09:03:48 +0100 [thread overview]
Message-ID: <20160321080348.GB30977@lukather> (raw)
In-Reply-To: <1458489636-2825-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]
On Sun, Mar 20, 2016 at 05:00:28PM +0100, Hans de Goede wrote:
> Hi Maxime and Chen-Yu,
>
> Here is a series with various improvements for the Orangepi Plus dts.
> Some (most) of these patches have been submitted before, esp. the USB
> ones have multiple revisions before. But I lost count of their version,
> so I'm posting this as a "new" set.
>
> About the USB patches, these rely on the patches to add support for
> multiple-reset controllers to ohci-platform / ehci-platform. These
> patches are all acked up and will go upstream as soon as v4.6-rc1 is
> released (they depend on changes which will go into v4.6-rc1).
>
> The old ohci-platform / ehci-platform will only look at the first reset
> specified in the dt and as such will fail to load with the new dt nodes
> (because they cannot talk to the controller).
>
> I've also included a v6 of Krzysztof Adamski <k@japko.eu> leds / switches
> patch, fixing the comments you had in your review of v5. I've done this
> to avoid conflicts with my other patches.
Applied all but patch 6, which was in already.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-03-21 8:03 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 16:00 [PATCH 0/8] ARM: dts: sun8i: Orangepi Plus dts improvements Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 1/8] ARM: dts: sun8i: Add mmc2_8bit_pins to sun8i-h3.dtsi Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 2/8] ARM: dts: sun8i: Add support for H3 usb clocks Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 3/8] ARM: dts: sun8i: Add usbphy and usb host controller nodes Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 4/8] ARM: dts: sun8i: Enable USB host controllers on Orangepi Plus boards Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 5/8] ARM: dts: sun8i: Enable IR receiver " Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 6/8] ARM: dts: sun8i: Add leds and switches " Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 7/8] ARM: dts: sun8i: Add wifi dt node " Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:00 ` [PATCH 8/8] ARM: dts: sun8i: Add eMMC " Hans de Goede
2016-03-20 16:00 ` Hans de Goede
2016-03-20 16:05 ` [PATCH 0/8] ARM: dts: sun8i: Orangepi Plus dts improvements Chen-Yu Tsai
2016-03-20 16:05 ` Chen-Yu Tsai
2016-03-20 18:41 ` [linux-sunxi] " Hans de Goede
2016-03-20 18:41 ` Hans de Goede
2016-03-21 8:03 ` Maxime Ripard [this message]
2016-03-21 8:03 ` Maxime Ripard
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=20160321080348.GB30977@lukather \
--to=maxime.ripard@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.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.