mbox series

[0/2] ieee802154: mcr20a: clean and improve the driver

Message ID 20180831214642.30711-1-liuxuenetmail@gmail.com (mailing list archive)
Headers show
Series ieee802154: mcr20a: clean and improve the driver | expand

Message

Xue Liu Aug. 31, 2018, 9:46 p.m. UTC
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(-)