From: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: Mark Greer <mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nfc-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v5 0/9] NFC: trf7970a: Fixups & convert to desc-based GPIO
Date: Thu, 27 Apr 2017 00:09:00 +0200 [thread overview]
Message-ID: <20170426220900.GA3717@zurbaran.ger.intel.com> (raw)
In-Reply-To: <20170425224356.11498-1-mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
Hi Mark,
On Tue, Apr 25, 2017 at 03:43:47PM -0700, Mark Greer wrote:
> These trf7970a driver patches do the following things:
> - add Mark Greer as the maintainer of the trf7970a driver
> - some minor fixups
> - remove support for 'vin-voltage-override' DT property
> - change the DTS example to indicate that EN and EN2 are active high GPIOs
> - convert the driver to use the descriptor-based GPIO interface
> - apply Lindent coding style fixes
>
> Based on nfc-next/master 4ea206395d3a ("nfc: fix get_unaligned_...() misuses")
>
> v4->v5:
> - Fixed whitespace issue in "NFC: trf7970a: Clean up coding style issues"
>
> v3->v4:
> - Rebased on nfc-next/master because patches in that branch conflict
> with the v3 version of this patch series.
> - Removed "NFC: trf7970a: Don't manage EN2 when not specified in DT"
> because a similar patch has already been accepted.
> - Added "NFC: trf7970a: Clean up coding style issues" because the reason
> I removed it in v3 no longer exists.
> - Reordered the patches to make more sense (I think)
>
> v2->v3:
> - Removed "[PATCH v2 5/7] NFC: trf7970a: Clean up coding style issues"
> because it will make merging patches from Geoff Lansberry and others
> hard to apply. I will resubmit once those patches have been merged
> or rejected.
> - Added a patch to remove 'vin-voltage-override' DT property support as
> proper DT regulator set up makes it unnecessary.
>
> v1->v2:
> - Commit description fixups only; no functional changes.
>
> Mark Greer (9):
> MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer
> NFC: trf7970a: Don't de-assert EN2 unless it was asserted
> NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()
> NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified
> NFC: trf7970a: Remove useless comment
> NFC: trf7970a: Remove support for 'vin-voltage-override' DT property
> NFC: trf7970a: Enable pins are active high not active low
> NFC: trf7970a: Convert to descriptor based GPIO interface
> NFC: trf7970a: Clean up coding style issues
All patches applied to nfc-next, thanks.
Cheers,
Samuel.
--
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
prev parent reply other threads:[~2017-04-26 22:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-25 22:43 [PATCH v5 0/9] NFC: trf7970a: Fixups & convert to desc-based GPIO Mark Greer
[not found] ` <20170425224356.11498-1-mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
2017-04-25 22:43 ` [PATCH v5 1/9] MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer Mark Greer
2017-04-25 22:43 ` [PATCH v5 2/9] NFC: trf7970a: Don't de-assert EN2 unless it was asserted Mark Greer
2017-04-25 22:43 ` [PATCH v5 3/9] NFC: trf7970a: Fix inaccurate comment in trf7970a_probe() Mark Greer
2017-04-25 22:43 ` [PATCH v5 4/9] NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified Mark Greer
2017-04-25 22:43 ` [PATCH v5 5/9] NFC: trf7970a: Remove useless comment Mark Greer
2017-04-25 22:43 ` [PATCH v5 6/9] NFC: trf7970a: Remove support for 'vin-voltage-override' DT property Mark Greer
[not found] ` <20170425224356.11498-7-mgreer-luAo+O/VEmrlveNOaEYElw@public.gmane.org>
2017-04-28 20:23 ` Rob Herring
2017-04-25 22:43 ` [PATCH v5 7/9] NFC: trf7970a: Enable pins are active high not active low Mark Greer
2017-04-25 22:43 ` [PATCH v5 8/9] NFC: trf7970a: Convert to descriptor based GPIO interface Mark Greer
2017-04-25 22:43 ` [PATCH v5 9/9] NFC: trf7970a: Clean up coding style issues Mark Greer
2017-04-26 22:09 ` Samuel Ortiz [this message]
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=20170426220900.GA3717@zurbaran.ger.intel.com \
--to=sameo-vuqaysv1563yd54fqh9/ca@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-nfc-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mgreer-luAo+O/VEmrlveNOaEYElw@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).