From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Jiri Slaby <jslaby@suse.cz>,
Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-serial@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Randy Dunlap <rdunlap@infradead.org>,
Russell King <linux@arm.linux.org.uk>,
Michal Simek <michal.simek@xilinx.com>,
Grant Likely <grant.likely@linaro.org>
Subject: Re: [RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver
Date: Thu, 24 Apr 2014 16:22:47 -0700 [thread overview]
Message-ID: <20140424232247.GA10457@kroah.com> (raw)
In-Reply-To: <c1835108-0033-4219-89e9-2f02c82b1e27@VA3EHSMHS026.ehs.local>
On Fri, Apr 18, 2014 at 09:11:28AM -0700, Sören Brinkmann wrote:
> Hi Greg,
>
> did you have a chance to look at this yet?
Patches 1-7 now applied, thanks.
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver
Date: Thu, 24 Apr 2014 16:22:47 -0700 [thread overview]
Message-ID: <20140424232247.GA10457@kroah.com> (raw)
In-Reply-To: <c1835108-0033-4219-89e9-2f02c82b1e27@VA3EHSMHS026.ehs.local>
On Fri, Apr 18, 2014 at 09:11:28AM -0700, S?ren Brinkmann wrote:
> Hi Greg,
>
> did you have a chance to look at this yet?
Patches 1-7 now applied, thanks.
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Jiri Slaby <jslaby@suse.cz>,
Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-serial@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Randy Dunlap <rdunlap@infradead.org>,
Russell King <linux@arm.linux.org.uk>,
Michal Simek <michal.simek@xilinx.com>,
Grant Likely <grant.likely@linaro.org>
Subject: Re: [RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver
Date: Thu, 24 Apr 2014 16:22:47 -0700 [thread overview]
Message-ID: <20140424232247.GA10457@kroah.com> (raw)
In-Reply-To: <c1835108-0033-4219-89e9-2f02c82b1e27@VA3EHSMHS026.ehs.local>
On Fri, Apr 18, 2014 at 09:11:28AM -0700, Sören Brinkmann wrote:
> Hi Greg,
>
> did you have a chance to look at this yet?
Patches 1-7 now applied, thanks.
greg k-h
next prev parent reply other threads:[~2014-04-24 23:19 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-05 0:23 [RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 2/9] tty: xuartps: Initialize ports according to aliases Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 3/9] tty: xuartps: Clean up Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 4/9] tty: xuartps: Print warning in clock notifier Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 5/9] tty: xuartps: Refactor read-modify-writes Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 6/9] tty: xuartps: Don't write IRQ disable register to enable interrupts Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
[not found] ` <1396657425-31029-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2014-04-05 0:23 ` [RESEND PATCH v3 7/9] tty: xuartps: Rebrand driver as Cadence UART Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` [RESEND PATCH v3 8/9] tty: cadence: Document DT binding Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-23 6:29 ` Michal Simek
2014-04-23 6:29 ` Michal Simek
2014-04-05 0:23 ` [RESEND PATCH v3 9/9] ARM: zynq: DT: Migrate UART to Cadence binding Soren Brinkmann
2014-04-05 0:23 ` Soren Brinkmann
2014-04-23 6:29 ` Michal Simek
2014-04-23 6:29 ` Michal Simek
2014-04-18 16:11 ` [RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver Sören Brinkmann
2014-04-18 16:11 ` Sören Brinkmann
2014-04-18 16:11 ` Sören Brinkmann
2014-04-24 23:22 ` Greg Kroah-Hartman [this message]
2014-04-24 23:22 ` Greg Kroah-Hartman
2014-04-24 23:22 ` Greg Kroah-Hartman
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=20140424232247.GA10457@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gnomes@lxorguk.ukuu.org.uk \
--cc=grant.likely@linaro.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jslaby@suse.cz \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=michal.simek@xilinx.com \
--cc=pawel.moll@arm.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=rdunlap@infradead.org \
--cc=robh+dt@kernel.org \
--cc=soren.brinkmann@xilinx.com \
/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.