All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xue Liu <liuxuenetmail@gmail.com>
To: linux-wpan@vger.kernel.org, stefan@datenfreihafen.org,
	alex.aring@gmail.com
Subject: [PATCH 0/2] ieee802154: mcr20a: clean and improve the driver
Date: Fri, 31 Aug 2018 23:46:40 +0200	[thread overview]
Message-ID: <20180831214642.30711-1-liuxuenetmail@gmail.com> (raw)

The first patch replaces the magic numer with defined constants to make
the IRQ state more clearly.

The second patch removes the struct mcr20a_platform_data since it is not
widely used. Meanwhile gpiod family APIs are used to handle reset pin.

Xue Liu (2):
  ieee802154: mcr20a: Replace magic number with constants
  ieee802154: mcr20a: Remove struct mcr20a_platform_data

 drivers/net/ieee802154/mcr20a.c | 72 ++++++++-------------------------
 1 file changed, 17 insertions(+), 55 deletions(-)

-- 
2.17.0

             reply	other threads:[~2018-09-01  1:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 21:46 Xue Liu [this message]
2018-08-31 21:46 ` [PATCH 1/2] ieee802154: mcr20a: Replace magic number with constants Xue Liu
2018-09-27 15:27   ` Stefan Schmidt
2018-08-31 21:46 ` [PATCH 2/2] ieee802154: mcr20a: Remove struct mcr20a_platform_data Xue Liu
2018-09-27 15:44   ` Stefan Schmidt
2018-09-27 18:38     ` Xue Liu
2018-09-28 14:10       ` Stefan Schmidt

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=20180831214642.30711-1-liuxuenetmail@gmail.com \
    --to=liuxuenetmail@gmail.com \
    --cc=alex.aring@gmail.com \
    --cc=linux-wpan@vger.kernel.org \
    --cc=stefan@datenfreihafen.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.