From: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>,
Zoltan HERPAI <wigyori-1V5s5g7wVVk@public.gmane.org>,
linux-arm-kernel
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [PATCH 6/9] ARM: dts: sun7i: Add board support for LinkSprite pcDuino V3
Date: Tue, 01 Jul 2014 09:30:18 +0200 [thread overview]
Message-ID: <53B2638A.3060206@redhat.com> (raw)
In-Reply-To: <CAGb2v64KMxXQ7QaRcsWxHbCLNJtWkh5sxj82C-y9GyNW7R+M_Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi,
On 07/01/2014 09:21 AM, Chen-Yu Tsai wrote:
> On Tue, Jul 1, 2014 at 3:12 PM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>> Hi,
>>
>> On 07/01/2014 04:22 AM, Chen-Yu Tsai wrote:
>>> On Tue, Jul 1, 2014 at 5:57 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>>>> From: Zoltan HERPAI <wigyori-1V5s5g7wVVk@public.gmane.org>
>>>>
>>>> The LinkSprite pcDuino V3 is an A20 based development board featuring
>>>> arduino compatible io headers, 1G RAM, 4G nand, sata, rtl8188cus usb wifi
>>>> and 100 Mbit ethernet using an ip101a phy:
>>>>
>>>> http://www.pcduino.com/pcduino-v3/
>>>>
>>>> Signed-off-by: Zoltan HERPAI <wigyori-1V5s5g7wVVk@public.gmane.org>
>>>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Various cleanups, correct led pins]
>>>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Add axp209, ir and gpio-keys nodes]
>>>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>>>>
>>>> --
>>>>
>>>> Changes since v2:
>>>> - update MMC entry to comply with upstream
>>>> - unify the 4 patches into one
>>>>
>>>> Changes since v1:
>>>> - fix cosmetic issues
>>>> - fix i2c entry
>>>> - remove unnecessary input bindings include
>>>> - add MMC support
>>>> ---
>>>> arch/arm/boot/dts/Makefile | 3 +-
>>>> arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 173 +++++++++++++++++++++++++++++++
>>>> 2 files changed, 175 insertions(+), 1 deletion(-)
>>>> create mode 100644 arch/arm/boot/dts/sun7i-a20-pcduino3.dts
>>>>
>>>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
>>>> index ed0de8b..fdc590e 100644
>>>> --- a/arch/arm/boot/dts/Makefile
>>>> +++ b/arch/arm/boot/dts/Makefile
>>>> @@ -380,7 +380,8 @@ dtb-$(CONFIG_MACH_SUN7I) += \
>>>> sun7i-a20-cubieboard2.dtb \
>>>> sun7i-a20-cubietruck.dtb \
>>>> sun7i-a20-i12-tvbox.dtb \
>>>> - sun7i-a20-olinuxino-micro.dtb
>>>> + sun7i-a20-olinuxino-micro.dtb \
>>>> + sun7i-a20-pcduino3.dtb
>>>
>>> You may need to rebase onto my sun8i ippo-q8h dts patch.
>>>
>>> https://patchwork.kernel.org/patch/4389951/
>>>
>>> There's a likely conflict in the Makefile here.
>>
>> Has that one already been accepted by Maxime ? I'm fine rebasing patches
>> on top of accepted stuff, but rebasing on pending stuff is not really
>> useful IMHO.
>
> Maxime replied stating he applied it. See the lower part of the patchwork
> page.
>
> AFAIK he's accepted my initial sun8i patches and CIR DT patches this cycle.
Ok, I'm not seeing anything for 3.17 here though:
https://github.com/mripard/linux/
Maxime, can you push a sunxi/dt-for-3.17 with what you currently have there?
Then I'll rebase this series on top, fix the commit msg thingie Chen pointed
out and send a v2.
Regards,
Hans
next prev parent reply other threads:[~2014-07-01 7:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 21:57 [PATCH 0/9] ARM: dts: sunxi: Various sunxi dts patches Hans de Goede
[not found] ` <1404165479-23785-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-06-30 21:57 ` [PATCH 1/9] ARM: dts: sunxi: Add #interrupt-cells to pinctrl nodes Hans de Goede
2014-06-30 21:57 ` [PATCH 2/9] ARM: dts: sun4i: Add AXP209 support to various boards Hans de Goede
2014-06-30 21:57 ` [PATCH 3/9] ARM: dts: sun7i: " Hans de Goede
2014-06-30 21:57 ` [PATCH 4/9] ARM: dts: sun7i: Rename sun7i-a20-ir to sun4i-a10-ir Hans de Goede
2014-06-30 21:57 ` [PATCH 5/9] ARM: dts: sun7i: Add ir receiver support to a20-i12-tvbox Hans de Goede
2014-06-30 21:57 ` [PATCH 6/9] ARM: dts: sun7i: Add board support for LinkSprite pcDuino V3 Hans de Goede
[not found] ` <1404165479-23785-7-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-07-01 2:22 ` Chen-Yu Tsai
[not found] ` <CAGb2v65mDnuwveUiTKU2J3b3jbNzRLvPjS+wXNEj2MRtDN4Q2w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-01 7:12 ` Hans de Goede
[not found] ` <53B25F60.2050704-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-07-01 7:21 ` Chen-Yu Tsai
[not found] ` <CAGb2v64KMxXQ7QaRcsWxHbCLNJtWkh5sxj82C-y9GyNW7R+M_Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-01 7:30 ` Hans de Goede [this message]
[not found] ` <53B2638A.3060206-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-07-01 7:59 ` Maxime Ripard
2014-06-30 21:57 ` [PATCH 7/9] ARM: dts: sun7i: Add new ba10-tvbox board Hans de Goede
[not found] ` <1404165479-23785-8-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-07-01 2:16 ` Chen-Yu Tsai
[not found] ` <CAGb2v66BO4W5Nrp-9X+20mK+7BObpdmc5x70BC5C7EGEHDcvew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-01 7:06 ` Hans de Goede
[not found] ` <53B25DF7.8050508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-07-01 8:01 ` Maxime Ripard
2014-06-30 21:57 ` [PATCH 8/9] ARM: dts: sun4i: Add ir controller nodes and pinmux Hans de Goede
2014-06-30 21:57 ` [PATCH 9/9] ARM: dts: sun4i: Add ir node to various boards Hans de Goede
2014-07-01 8:06 ` [PATCH 0/9] ARM: dts: sunxi: Various sunxi dts patches Maxime Ripard
2014-07-01 8:58 ` 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=53B2638A.3060206@redhat.com \
--to=hdegoede-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.org \
--cc=wigyori-1V5s5g7wVVk@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).