Age | Commit message (Expand) | Author | Files | Lines |
2015-11-06 | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 3 | -3/+0 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 3 | -3/+0 |
2015-09-24 | mrf24j40: remove trailing semicolon | Alexander Aring | 1 | -1/+1 |
2015-09-22 | mrf24j40: replace magic numbers | Alexander Aring | 1 | -38/+98 |
2015-09-22 | mrf24j40: change irq trigger type behaviour | Alexander Aring | 1 | -3/+28 |
2015-09-22 | mrf24j40: add promiscuous mode support | Alexander Aring | 1 | -1/+21 |
2015-09-22 | mrf24j40: add tx power support | Alexander Aring | 1 | -0/+71 |
2015-09-22 | mrf24j40: add cca ed level support | Alexander Aring | 1 | -1/+49 |
2015-09-22 | mrf24j40: add cca mode support | Alexander Aring | 1 | -0/+40 |
2015-09-22 | mrf24j40: add csma params support | Alexander Aring | 1 | -1/+26 |
2015-09-22 | mrf24j40: async interrupt handling | Alexander Aring | 1 | -53/+40 |
2015-09-22 | mrf24j40: rework rx handling to async rx handling | Alexander Aring | 1 | -164/+118 |
2015-09-22 | mrf24j40: rework tx handling to async tx handling | Alexander Aring | 1 | -83/+78 |
2015-09-22 | mrf24j40: change to frame delivery with crc | Alexander Aring | 1 | -4/+1 |
2015-09-22 | mrf24j40: use regmap for register access | Alexander Aring | 1 | -97/+50 |
2015-09-22 | mrf24j40: add regmap support | Alexander Aring | 2 | -0/+313 |
2015-09-22 | mrf24j40: add more register defines | Alexander Aring | 1 | -0/+68 |
2015-09-22 | mrf24j40: add random extended addr generation | Alexander Aring | 1 | -0/+1 |
2015-09-22 | mrf24j40: add default channel setting | Alexander Aring | 1 | -0/+7 |
2015-09-22 | mrf24j40: add device-tree support | Alexander Aring | 1 | -0/+9 |
2015-09-22 | mrf24j40: remove spi settings overwrite | Alexander Aring | 1 | -3/+5 |
2015-09-22 | mrf24j40: calling ieee802154_register_hw at last | Alexander Aring | 1 | -10/+7 |
2015-09-22 | mrf24j40: use ieee802154_alloc_hw for private data | Alexander Aring | 1 | -16/+15 |
2015-09-22 | mrf24j40: cleanup define identation | Alexander Aring | 1 | -38/+38 |
2015-09-22 | at86rf230: support edge triggered irq | Alexander Aring | 1 | -122/+89 |
2015-09-22 | drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL | Stephen Rothwell | 1 | -25/+10 |
2015-09-17 | atusb: add handling for different chipnames | Alexander Aring | 1 | -2/+11 |
2015-09-17 | at86rf230: detailed edge triggered irq warning | Alexander Aring | 1 | -1/+1 |
2015-09-17 | at86rf230: add debugfs support | Alexander Aring | 3 | -14/+159 |
2015-09-17 | at86rf230: interrupt tx with force trx_off | Alexander Aring | 1 | -9/+1 |
2015-09-17 | at86rf230: change trac status check behaviour | Alexander Aring | 1 | -25/+4 |
2015-08-11 | cc2520: set the default fifo pin value from platform data | Yong Li | 1 | -0/+1 |
2015-08-10 | at86rf230: use STATE_TX_ARET mode only | Alexander Aring | 1 | -38/+14 |
2015-07-30 | at86rf230: remove hrtimer on 1 usec delay | Alexander Aring | 1 | -1/+3 |
2015-07-23 | net: ieee802154: Remove redundant spi driver bus initialization | Antonio Borneo | 2 | -2/+0 |
2015-06-16 | at86rf230: cleanup start and stop callbacks | Alexander Aring | 1 | -2/+2 |
2015-06-16 | at86rf230: add recommended csma backoffs settings | Alexander Aring | 1 | -0/+11 |
2015-06-16 | at86rf230: fix phy settings while sleeping | Alexander Aring | 1 | -20/+68 |
2015-06-15 | fakelb: add xmit_async after stop testcase | Alexander Aring | 1 | -0/+5 |
2015-06-15 | at86rf230: add support for sleep state | Alexander Aring | 1 | -0/+38 |
2015-06-15 | at86rf230: use level high as fallback default | Alexander Aring | 1 | -1/+1 |
2015-06-09 | ieee802154: cc2520: check for return values in cc2520_filter() | Stefan Schmidt | 1 | -10/+13 |
2015-06-09 | ieee802154/mrf24j40: make sure we do not override return values | Stefan Schmidt | 1 | -3/+4 |
2015-06-07 | mac802154: remove aack hw flag | Alexander Aring | 4 | -6/+4 |
2015-06-07 | mac802154: remove unneeded vif struct | Alexander Aring | 2 | -2/+0 |
2015-05-31 | cc2520: update current channel | Varka Bhadram | 1 | -0/+2 |
2015-05-31 | cc2520: update initial transmit power value | Varka Bhadram | 1 | -0/+2 |
2015-05-31 | cc2520: add set transmit power setting support | Varka Bhadram | 1 | -0/+102 |
2015-05-31 | cc2520: fix CC2591 handling | Varka Bhadram | 1 | -2/+8 |
2015-05-31 | cc2520: fix in default tx power setting | Varka Bhadram | 1 | -8/+0 |