lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Apr 2014 19:09:04 +0200
From:	Alexander Aring <alex.aring@...il.com>
To:	alex.bluesman.smirnov@...il.com
Cc:	dbaryshkov@...il.com, linux-zigbee-devel@...ts.sourceforge.net,
	netdev@...r.kernel.org, Alexander Aring <alex.aring@...il.com>
Subject: [PATCH net-next 00/14] at86rf230 cleanup

Hi,

this is the first patch series to cleanup the at86rf230 driver. Later I want
to implement regmap and a asynchron spi handling for transmit and receiving
frames.

- Alex

Alexander Aring (14):
  at86rf230: use irq_get_trigger_type
  devicetree: add at86rf230 bindings
  at86rf230: remove irq_type in request_irq
  at86rf230: use devm_request_irq
  at86rf230: use devm_gpio_request_one
  at86rf230: add missing MODULE_DEVICE_TABLE
  at86rf230: make of_device_id const
  at86rf230: add at86rf230_device_id table
  at86rf230: remove #ifdef CONFIG_OF
  at86rf230: remove unnecessary assign
  at86rf230: reset irq line before irq request
  at86rf230: remove unnecessary spi_set_drvdata
  at86rf230: remove unnecessary state read
  at86rf230: remove function for setting irq polarity

 .../bindings/net/ieee802154/at86rf230.txt          |  23 ++++
 drivers/net/ieee802154/at86rf230.c                 | 133 +++++++--------------
 include/linux/spi/at86rf230.h                      |  14 ---
 3 files changed, 65 insertions(+), 105 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt

-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ