From: Peter Hurley <peter@hurleysoftware.com>
To: Kevin Cernekee <cernekee@gmail.com>
Cc: Grant Likely <grant.likely@linaro.org>,
Greg KH <gregkh@linuxfoundation.org>, Jiri Slaby <jslaby@suse.cz>,
Rob Herring <robh@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Florian Fainelli <f.fainelli@gmail.com>,
"linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Linux MIPS Mailing List <linux-mips@linux-mips.org>
Subject: Re: [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties
Date: Wed, 08 Apr 2015 13:56:33 -0400 [thread overview]
Message-ID: <55256BD1.4040604@hurleysoftware.com> (raw)
In-Reply-To: <551D6208.2060009@hurleysoftware.com>
Hi Kevin,
On 04/02/2015 11:36 AM, Peter Hurley wrote:
> On 03/28/2015 03:28 PM, Kevin Cernekee wrote:
>> Hi Peter,
>>
>> This is my latest work-in-progress, incorporating the feedback from
>> you and Grant:
>>
>> https://github.com/cernekee/linux/commits/endian
>>
>> Not sure if this code plays nice with your recent cleanups? If we're
>> touching the same files/functions we should probably coordinate.
>
> Ok, I'll look over your git tree and add whatever's required to
> earlycon.
Could you submit the first 5 patches from your 'endian' branch, so
that big-endian support can be added to earlycon?
Regards,
Peter Hurley
WARNING: multiple messages have this Message-ID (diff)
From: Peter Hurley <peter-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
To: Kevin Cernekee <cernekee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Greg KH
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
Jiri Slaby <jslaby-AlSwsSmVLrQ@public.gmane.org>,
Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Florian Fainelli
<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux MIPS Mailing List
<linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>
Subject: Re: [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties
Date: Wed, 08 Apr 2015 13:56:33 -0400 [thread overview]
Message-ID: <55256BD1.4040604@hurleysoftware.com> (raw)
In-Reply-To: <551D6208.2060009-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org>
Hi Kevin,
On 04/02/2015 11:36 AM, Peter Hurley wrote:
> On 03/28/2015 03:28 PM, Kevin Cernekee wrote:
>> Hi Peter,
>>
>> This is my latest work-in-progress, incorporating the feedback from
>> you and Grant:
>>
>> https://github.com/cernekee/linux/commits/endian
>>
>> Not sure if this code plays nice with your recent cleanups? If we're
>> touching the same files/functions we should probably coordinate.
>
> Ok, I'll look over your git tree and add whatever's required to
> earlycon.
Could you submit the first 5 patches from your 'endian' branch, so
that big-endian support can be added to earlycon?
Regards,
Peter Hurley
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-04-08 17:56 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 23:36 [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT Kevin Cernekee
2014-11-24 23:36 ` [PATCH V3 1/7] of: Add helper function to check MMIO register endianness Kevin Cernekee
2014-11-24 23:36 ` [PATCH V3 2/7] of/fdt: Add endianness helper function for early init code Kevin Cernekee
2014-11-24 23:36 ` [PATCH V3 3/7] of: Document {little,big,native}-endian bindings Kevin Cernekee
2015-03-02 13:14 ` Peter Hurley
2015-03-02 13:14 ` Peter Hurley
2015-03-02 14:56 ` Kevin Cernekee
2015-03-02 14:56 ` Kevin Cernekee
2015-03-02 16:08 ` Peter Hurley
2015-03-02 16:08 ` Peter Hurley
2015-03-02 16:28 ` Kevin Cernekee
2015-03-02 16:28 ` Kevin Cernekee
2015-03-02 17:45 ` Peter Hurley
2015-03-02 17:45 ` Peter Hurley
2015-03-02 18:57 ` Kevin Cernekee
2015-03-02 18:57 ` Kevin Cernekee
2015-03-20 23:48 ` Grant Likely
2015-03-20 23:48 ` Grant Likely
2014-11-24 23:36 ` [PATCH V3 4/7] serial: core: Add big-endian iotype Kevin Cernekee
2014-11-24 23:36 ` [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties Kevin Cernekee
2014-11-24 23:36 ` Kevin Cernekee
2015-03-01 22:23 ` Peter Hurley
2015-03-01 22:23 ` Peter Hurley
2015-03-28 1:36 ` Grant Likely
2015-03-28 1:36 ` Grant Likely
2015-03-28 17:01 ` Peter Hurley
2015-03-28 17:01 ` Peter Hurley
2015-03-28 19:28 ` Kevin Cernekee
2015-03-28 19:28 ` Kevin Cernekee
2015-04-02 15:36 ` Peter Hurley
2015-04-02 15:36 ` Peter Hurley
2015-04-08 17:56 ` Peter Hurley [this message]
2015-04-08 17:56 ` Peter Hurley
2015-04-02 16:15 ` Peter Hurley
2015-04-02 16:15 ` Peter Hurley
2015-04-02 13:32 ` Grant Likely
2015-04-02 13:32 ` Grant Likely
2015-04-02 15:33 ` Peter Hurley
2015-04-02 15:33 ` Peter Hurley
2015-04-02 13:46 ` Rob Herring
2015-04-02 13:46 ` Rob Herring
2015-04-02 15:35 ` Peter Hurley
2015-04-02 15:35 ` Peter Hurley
2015-04-06 17:36 ` Peter Hurley
2015-04-06 17:36 ` Peter Hurley
2015-04-06 21:07 ` Rob Herring
2015-04-06 21:07 ` Rob Herring
2014-11-24 23:36 ` [PATCH V3 6/7] serial: of_serial: Support big-endian register accesses Kevin Cernekee
2014-11-24 23:36 ` [PATCH V3 7/7] serial: 8250: Add support for big-endian MMIO accesses Kevin Cernekee
2014-11-24 23:55 ` [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT Florian Fainelli
2014-11-25 10:21 ` Arnd Bergmann
2014-11-25 15:10 ` Grant Likely
2014-11-25 17:38 ` Greg KH
2014-11-25 21:11 ` Greg KH
2014-11-26 13:14 ` Grant Likely
2015-02-21 20:53 ` Kevin Cernekee
2015-02-21 20:53 ` Kevin Cernekee
2015-02-21 22:18 ` Rob Herring
2015-02-21 22:18 ` Rob Herring
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=55256BD1.4040604@hurleysoftware.com \
--to=peter@hurleysoftware.com \
--cc=arnd@arndb.de \
--cc=cernekee@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-mips@linux-mips.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh@kernel.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.