summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0Star
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* | at86rf230: support edge triggered irqAlexander Aring2015-09-221-122/+89Star
* | drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULLStephen Rothwell2015-09-221-25/+10Star
* | at86rf230: detailed edge triggered irq warningAlexander Aring2015-09-171-1/+1
* | at86rf230: add debugfs supportAlexander Aring2015-09-171-14/+144
* | at86rf230: interrupt tx with force trx_offAlexander Aring2015-09-171-9/+1Star
* | at86rf230: change trac status check behaviourAlexander Aring2015-09-171-25/+4Star
|/
* at86rf230: use STATE_TX_ARET mode onlyAlexander Aring2015-08-101-38/+14Star
* at86rf230: remove hrtimer on 1 usec delayAlexander Aring2015-07-301-1/+3
* at86rf230: cleanup start and stop callbacksAlexander Aring2015-06-161-2/+2
* at86rf230: add recommended csma backoffs settingsAlexander Aring2015-06-161-0/+11
* at86rf230: fix phy settings while sleepingAlexander Aring2015-06-161-20/+68
* at86rf230: add support for sleep stateAlexander Aring2015-06-151-0/+38
* at86rf230: use level high as fallback defaultAlexander Aring2015-06-151-1/+1
* mac802154: remove aack hw flagAlexander Aring2015-06-071-1/+1
* mac802154: remove unneeded vif structAlexander Aring2015-06-071-1/+0Star
* at86rf230: add missing cca ed level valuesAlexander Aring2015-05-201-2/+2
* ieee802154: add support for atusb transceiverAlexander Aring2015-05-191-197/+2Star
* at86rf230: fix callback for aret handlingAlexander Aring2015-05-191-1/+1
* at86rf230: add reset states of tx power levelAlexander Aring2015-05-191-0/+1
* at86rf230: add cca ed level reset valueAlexander Aring2015-05-191-2/+5
* at86rf230: rework tx cca energy detection levelAlexander Aring2015-05-191-20/+59
* at86rf230: rework tx power supportAlexander Aring2015-05-191-19/+64
* at86rf230: set cca_modes supported flagsAlexander Aring2015-05-191-0/+6
* cfg802154: introduce wpan phy flagsAlexander Aring2015-05-191-2/+7
* ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-191-4/+4
* ieee802154: change cca ed level to mbmAlexander Aring2015-05-191-1/+2
* ieee802154: change transmit power to mbmAlexander Aring2015-05-191-1/+2
* ieee802154: change transmit power to s32Alexander Aring2015-05-191-1/+1
* at86rf230: add slp_tr support to start txAlexander Aring2015-04-301-6/+21
* at86rf230: change state change if from trx_offAlexander Aring2015-04-301-6/+18
* at86rf230: remove unnecessary tx state changeAlexander Aring2015-04-301-13/+3Star
* at86rf230: add TX_ARET_ON for calibration timeoutAlexander Aring2015-04-301-2/+3
* at86rf230: move cal_timeout to state changeAlexander Aring2015-04-301-3/+5
* at86rf230: remove tabs after defineAlexander Aring2015-04-301-152/+152
* at86rf230: Add macro for TRX STATE MASKChristoffer Holmstedt2015-04-301-2/+4
* mac802154: fix transmission power datatypeVarka Bhadram2015-04-091-1/+1
* at86rf230: fix is_tx while error handlingAlexander Aring2015-03-271-0/+1
* at86rf230: remove unnecessary spinlockAlexander Aring2015-03-271-9/+0Star
* at86rf230: fix at86rf230_read_subreg succeed handlingAlexander Aring2015-03-171-1/+1
* at86rf230: fix volatile regmap registersAlexander Aring2015-03-141-0/+2
* at86rf230: add support for calibration timeoutAlexander Aring2015-03-141-14/+58
* at86rf230: replace state change sleeps with hrtimerAlexander Aring2015-03-141-10/+29
* at86rf230: init xtal_trim with zeroAlexander Aring2015-03-141-1/+1
* at86rf230: restore trx len when neededAlexander Aring2015-03-031-4/+8
* at86rf230: remove multiple dereferencing for ctxAlexander Aring2015-03-031-13/+12Star
* at86rf230: remove multiple dereferencing for irqAlexander Aring2015-03-031-11/+14
* at86rf230: refactor receive handlingAlexander Aring2015-03-031-20/+14Star
* at86rf230: cleanup and squash stack variableAlexander Aring2015-03-031-2/+1Star