From: s.trumtrar@pengutronix.de (Steffen Trumtrar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/4] reset: add driver for socfpga
Date: Wed, 16 Apr 2014 09:13:50 +0200 [thread overview]
Message-ID: <20140416071350.GI16054@pengutronix.de> (raw)
In-Reply-To: <1397602483.3330.2.camel@linux-builds1>
On Tue, Apr 15, 2014 at 05:54:43PM -0500, Dinh Nguyen wrote:
> On Tue, 2014-04-15 at 09:56 +0200, Steffen Trumtrar wrote:
> > Add a reset-controller driver for the socfpga platform.
> > The reset-controller has four banks with up to 32 entries all encapsulated in
> > one module block.
> >
> > Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> > Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
> > ---
> >
> > Notes:
> > Changes since v2:
> > - remove superfluous ret in probe function
> > - add Acked-by
> >
> > Changes since v1:
> > - use BITS_PER_LONG everywhere instead of MAX_BANK_WIDTH
> > - print pdev->dev.of_node->full_name on error
> > - use proper IS_ERR/PTR_ERR
> >
>
> I've applied this series to rocketboards linux-socfpga-next/drivers and
> linux-socfpga-next/next-dt.
>
\o/
Thanks,
Steffen
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
WARNING: multiple messages have this Message-ID (diff)
From: Steffen Trumtrar <s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Dinh Nguyen <dinguyen-EIB2kfCEclfQT0dZR+AlfA@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Randy Dunlap <rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
Subject: Re: [PATCH v3 1/4] reset: add driver for socfpga
Date: Wed, 16 Apr 2014 09:13:50 +0200 [thread overview]
Message-ID: <20140416071350.GI16054@pengutronix.de> (raw)
In-Reply-To: <1397602483.3330.2.camel@linux-builds1>
On Tue, Apr 15, 2014 at 05:54:43PM -0500, Dinh Nguyen wrote:
> On Tue, 2014-04-15 at 09:56 +0200, Steffen Trumtrar wrote:
> > Add a reset-controller driver for the socfpga platform.
> > The reset-controller has four banks with up to 32 entries all encapsulated in
> > one module block.
> >
> > Signed-off-by: Steffen Trumtrar <s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> > Acked-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> > ---
> >
> > Notes:
> > Changes since v2:
> > - remove superfluous ret in probe function
> > - add Acked-by
> >
> > Changes since v1:
> > - use BITS_PER_LONG everywhere instead of MAX_BANK_WIDTH
> > - print pdev->dev.of_node->full_name on error
> > - use proper IS_ERR/PTR_ERR
> >
>
> I've applied this series to rocketboards linux-socfpga-next/drivers and
> linux-socfpga-next/next-dt.
>
\o/
Thanks,
Steffen
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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:[~2014-04-16 7:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 7:56 [PATCH v3 1/4] reset: add driver for socfpga Steffen Trumtrar
2014-04-15 7:56 ` Steffen Trumtrar
2014-04-15 7:56 ` [PATCH v3 2/4] Documentation: dt: socfpga: add reset-cells property Steffen Trumtrar
2014-04-15 7:56 ` Steffen Trumtrar
2014-04-15 7:56 ` [PATCH v3 3/4] Documentation: dt: reset: move socfpga-reset Steffen Trumtrar
2014-04-15 7:56 ` Steffen Trumtrar
2014-04-15 7:56 ` [PATCH v3 4/4] ARM: socfpga: dts: add reset-controller Steffen Trumtrar
2014-04-15 7:56 ` Steffen Trumtrar
2014-04-15 22:54 ` [PATCH v3 1/4] reset: add driver for socfpga Dinh Nguyen
2014-04-15 22:54 ` Dinh Nguyen
2014-04-16 7:13 ` Steffen Trumtrar [this message]
2014-04-16 7:13 ` Steffen Trumtrar
2014-04-15 23:06 ` Dinh Nguyen
2014-04-15 23:06 ` Dinh Nguyen
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=20140416071350.GI16054@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--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.