| Commit message (Expand) | Author | Age | Files | Lines |
* | mrf24j40: avoid uninitialized byte in SPI transfer to radio. | Walter Mack | 2016-07-12 | 1 | -0/+2 |
* | mrf24j40: apply the security-enabled bit on secured outbound frames | Alexandre Macabies | 2016-04-13 | 1 | -0/+4 |
* | mrf24j40: fix security-enabled processing on inbound frames | Alexandre Macabies | 2016-04-13 | 1 | -1/+9 |
* | mrf24j40: add writeable missing reg | Alexander Aring | 2016-02-23 | 1 | -0/+1 |
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2015-11-05 | 1 | -1/+0 |
|\ |
|
| * | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 2015-10-28 | 1 | -1/+0 |
* | | mrf24j40: remove trailing semicolon | Alexander Aring | 2015-09-24 | 1 | -1/+1 |
* | | mrf24j40: replace magic numbers | Alexander Aring | 2015-09-22 | 1 | -38/+98 |
* | | mrf24j40: change irq trigger type behaviour | Alexander Aring | 2015-09-22 | 1 | -3/+28 |
* | | mrf24j40: add promiscuous mode support | Alexander Aring | 2015-09-22 | 1 | -1/+21 |
* | | mrf24j40: add tx power support | Alexander Aring | 2015-09-22 | 1 | -0/+71 |
* | | mrf24j40: add cca ed level support | Alexander Aring | 2015-09-22 | 1 | -1/+49 |
* | | mrf24j40: add cca mode support | Alexander Aring | 2015-09-22 | 1 | -0/+40 |
* | | mrf24j40: add csma params support | Alexander Aring | 2015-09-22 | 1 | -1/+26 |
* | | mrf24j40: async interrupt handling | Alexander Aring | 2015-09-22 | 1 | -53/+40 |
* | | mrf24j40: rework rx handling to async rx handling | Alexander Aring | 2015-09-22 | 1 | -164/+118 |
* | | mrf24j40: rework tx handling to async tx handling | Alexander Aring | 2015-09-22 | 1 | -83/+78 |
* | | mrf24j40: change to frame delivery with crc | Alexander Aring | 2015-09-22 | 1 | -4/+1 |
* | | mrf24j40: use regmap for register access | Alexander Aring | 2015-09-22 | 1 | -97/+50 |
* | | mrf24j40: add regmap support | Alexander Aring | 2015-09-22 | 1 | -0/+312 |
* | | mrf24j40: add more register defines | Alexander Aring | 2015-09-22 | 1 | -0/+68 |
* | | mrf24j40: add random extended addr generation | Alexander Aring | 2015-09-22 | 1 | -0/+1 |
* | | mrf24j40: add default channel setting | Alexander Aring | 2015-09-22 | 1 | -0/+7 |
* | | mrf24j40: add device-tree support | Alexander Aring | 2015-09-22 | 1 | -0/+9 |
* | | mrf24j40: remove spi settings overwrite | Alexander Aring | 2015-09-22 | 1 | -3/+5 |
* | | mrf24j40: calling ieee802154_register_hw at last | Alexander Aring | 2015-09-22 | 1 | -10/+7 |
* | | mrf24j40: use ieee802154_alloc_hw for private data | Alexander Aring | 2015-09-22 | 1 | -16/+15 |
* | | mrf24j40: cleanup define identation | Alexander Aring | 2015-09-22 | 1 | -38/+38 |
|/ |
|
* | net: ieee802154: Remove redundant spi driver bus initialization | Antonio Borneo | 2015-07-23 | 1 | -1/+0 |
* | ieee802154/mrf24j40: make sure we do not override return values | Stefan Schmidt | 2015-06-09 | 1 | -3/+4 |
* | mac802154: remove aack hw flag | Alexander Aring | 2015-06-07 | 1 | -2/+1 |
* | ieee802154: introduce wpan_phy_supported | Alexander Aring | 2015-05-19 | 1 | -1/+1 |
* | ieee802154/mrf24j40: Fix alignment of parenthesis | Stefan Schmidt | 2014-12-19 | 1 | -2/+2 |
* | ieee802154/mrf24j40: Fix typo begining -> beginning | Stefan Schmidt | 2014-12-19 | 1 | -1/+1 |
* | mac802154: add hardware address filter flag | Alexander Aring | 2014-10-29 | 1 | -1/+2 |
* | mac802154: ops: declare channel and page as u8 | Alexander Aring | 2014-10-28 | 1 | -2/+1 |
* | mac802154: declare struct ieee802154_ops as const | Alexander Aring | 2014-10-28 | 1 | -1/+1 |
* | ieee802154: drivers: use dev_alloc_skb | Alexander Aring | 2014-10-27 | 1 | -1/+1 |
* | mac802154: tx: add support for xmit_async callback | Alexander Aring | 2014-10-26 | 1 | -1/+1 |
* | ieee802154: rename ieee802154_dev to ieee802154_hw | Alexander Aring | 2014-10-25 | 1 | -24/+24 |
* | ieee802154: move ieee802154 header | Alexander Aring | 2014-10-25 | 1 | -1/+1 |
* | ieee802154: move wpan-phy.h to cfg802154.h | Alexander Aring | 2014-10-25 | 1 | -1/+1 |
* | mac802154: fix typo IEEE802515 to IEEE802154 | Alexander Aring | 2014-10-25 | 1 | -4/+4 |
* | ieee802154: mac802154: remove FSF address | Alexander Aring | 2014-10-25 | 1 | -4/+0 |
* | ieee802154: mrf24j40: Add support for MRF24J40MC | Simon Vincent | 2014-10-25 | 1 | -2/+30 |
* | mrf24j40: use pr_* / dev_* instead of printk() | Varka Bhadram | 2014-09-24 | 1 | -7/+7 |
* | mrf24j40: remove unnecessary return statement | Varka Bhadram | 2014-09-24 | 1 | -2/+0 |
* | mrf24j40: fix Missing a blank line after declarations | Varka Bhadram | 2014-09-24 | 1 | -0/+3 |
* | mrf24j40: separate h/w init and add checkings | Varka Bhadram | 2014-06-18 | 1 | -26/+89 |
* | mrf24j40: add device managed APIs | Varka Bhadram | 2014-06-12 | 1 | -20/+13 |