Age | Commit message (Expand) | Author | Files | Lines |
2017-11-06 | ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problem | Stefan Schmidt | 1 | -4/+4 |
2017-11-06 | ieee802154: cc2520: use __func__ macro for debug messages | Stefan Schmidt | 1 | -6/+4 |
2017-11-06 | ieee802154: cc2520: fix some kernel coding style errors | Stefan Schmidt | 1 | -1/+2 |
2016-01-03 | ieee802154: cc2520: Check CRC & add promiscuous | Brad Campbell | 1 | -23/+122 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-08-11 | cc2520: set the default fifo pin value from platform data | Yong Li | 1 | -0/+1 |
2015-07-23 | net: ieee802154: Remove redundant spi driver bus initialization | Antonio Borneo | 1 | -1/+0 |
2015-06-09 | ieee802154: cc2520: check for return values in cc2520_filter() | Stefan Schmidt | 1 | -10/+13 |
2015-06-07 | mac802154: remove aack hw flag | Alexander Aring | 1 | -2/+1 |
2015-06-07 | mac802154: remove unneeded vif struct | Alexander Aring | 1 | -1/+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 |
2015-05-19 | ieee802154: introduce wpan_phy_supported | Alexander Aring | 1 | -1/+1 |
2015-03-18 | cc2520: Add support for CC2591 amplifier. | Brad Campbell | 1 | -8/+47 |
2015-03-18 | cc2520: Do not store platform_data in spi_device | Brad Campbell | 1 | -49/+46 |
2015-02-02 | ieee802154: cc2520: Fix space before , coding style issue | Mohammad Jamal | 1 | -2/+2 |
2015-02-02 | ieee802154: cc2520: Replace shift operations by BIT macro | Mohammad Jamal | 1 | -3/+3 |
2014-12-30 | cc2520: fix zero perm_extended_addr address | Varka Bhadram | 1 | -0/+1 |
2014-12-30 | cc2520: remove 'ret' goto label | Varka Bhadram | 1 | -10/+4 |
2014-12-30 | cc2520: use devm_kzalloc(.., sizeof(*pointer), ..) pattern | Varka Bhadram | 1 | -2/+1 |
2014-12-30 | net: ieee802154: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 1 | -7/+0 |
2014-12-19 | ieee802154/cc2520: Remove extra blank lines | Stefan Schmidt | 1 | -2/+0 |
2014-12-05 | cc2520: adds terminating newline | Varka Bhadram | 1 | -1/+1 |
2014-11-05 | mac802154: add ieee802154_vif struct | Alexander Aring | 1 | -0/+1 |
2014-10-30 | mac802154: add hardware address filter flag | Alexander Aring | 1 | -1/+2 |
2014-10-29 | mac802154: remove might_sleep from driver layer | Alexander Aring | 1 | -1/+0 |
2014-10-29 | mac802154: ops: declare channel and page as u8 | Alexander Aring | 1 | -1/+1 |
2014-10-29 | mac802154: declare struct ieee802154_ops as const | Alexander Aring | 1 | -1/+1 |
2014-10-27 | ieee802154: drivers: use dev_alloc_skb | Alexander Aring | 1 | -1/+1 |
2014-10-26 | mac802154: tx: add support for xmit_async callback | Alexander Aring | 1 | -1/+1 |
2014-10-25 | ieee802154: rename ieee802154_dev to ieee802154_hw | Alexander Aring | 1 | -25/+25 |
2014-10-25 | ieee802154: move ieee802154 header | Alexander Aring | 1 | -1/+1 |
2014-10-25 | ieee802154: move wpan-phy.h to cfg802154.h | Alexander Aring | 1 | -1/+1 |
2014-10-25 | mac802154: fix typo IEEE802515 to IEEE802154 | Alexander Aring | 1 | -4/+4 |
2014-06-23 | ieee802154: cc2520: adds driver for TI CC2520 radio | Varka Bhadram | 1 | -0/+1039 |