summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154/at86rf230.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-19at86rf230: set cca_modes supported flagsAlexander Aring1-0/+6
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring1-2/+7
2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring1-4/+4
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring1-1/+2
2015-05-19ieee802154: change transmit power to mbmAlexander Aring1-1/+2
2015-05-19ieee802154: change transmit power to s32Alexander Aring1-1/+1
2015-04-30at86rf230: add slp_tr support to start txAlexander Aring1-6/+21
2015-04-30at86rf230: change state change if from trx_offAlexander Aring1-6/+18
2015-04-30at86rf230: remove unnecessary tx state changeAlexander Aring1-13/+3
2015-04-30at86rf230: add TX_ARET_ON for calibration timeoutAlexander Aring1-2/+3
2015-04-30at86rf230: move cal_timeout to state changeAlexander Aring1-3/+5
2015-04-30at86rf230: remove tabs after defineAlexander Aring1-152/+152
2015-04-30at86rf230: Add macro for TRX STATE MASKChristoffer Holmstedt1-2/+4
2015-04-09mac802154: fix transmission power datatypeVarka Bhadram1-1/+1
2015-03-27at86rf230: fix is_tx while error handlingAlexander Aring1-0/+1
2015-03-27at86rf230: remove unnecessary spinlockAlexander Aring1-9/+0
2015-03-17at86rf230: fix at86rf230_read_subreg succeed handlingAlexander Aring1-1/+1
2015-03-14at86rf230: fix volatile regmap registersAlexander Aring1-0/+2
2015-03-14at86rf230: add support for calibration timeoutAlexander Aring1-14/+58
2015-03-14at86rf230: replace state change sleeps with hrtimerAlexander Aring1-10/+29
2015-03-14at86rf230: init xtal_trim with zeroAlexander Aring1-1/+1
2015-03-03at86rf230: restore trx len when neededAlexander Aring1-4/+8
2015-03-03at86rf230: remove multiple dereferencing for ctxAlexander Aring1-13/+12
2015-03-03at86rf230: remove multiple dereferencing for irqAlexander Aring1-11/+14
2015-03-03at86rf230: refactor receive handlingAlexander Aring1-20/+14
2015-03-03at86rf230: cleanup and squash stack variableAlexander Aring1-2/+1
2015-03-03at86rf230: add transmit retry supportAlexander Aring1-3/+21
2015-02-27at86rf230: add warning if edge-triggered irqAlexander Aring1-0/+4
2015-02-27at86rf230: add irq low-level for polarityAlexander Aring1-1/+2
2015-02-27at86rf230: add irqmask mode settingAlexander Aring1-0/+5
2015-02-27at86rf230: remove tx_timeoutAlexander Aring1-5/+0
2015-02-27at86rf230: add support for external xtal trimAlexander Aring1-4/+50
2015-02-27at86rf230: copy pdata to driver allocated spaceAlexander Aring1-26/+25
2015-02-15at86rf230: assign wait_for_completion_timeout to appropriately typed varNicholas Mc Guire1-1/+1
2015-01-06at86rf230: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2014-12-19at86rf230: cleanup check on trac statusAlexander Aring1-5/+3
2014-12-19at86rf230: remove version check for AT86RF212Andrey Yurovsky1-10/+6
2014-12-19at86rf230: fix register read for part versionAndrey Yurovsky1-1/+1
2014-12-19at86rf230: remove unnecessary assignAlexander Aring1-1/+0
2014-12-19at86rf230: fix context pointer handlingAlexander Aring1-1/+1
2014-12-19at86rf230: make at86rf230_async_error inlineAlexander Aring1-1/+1
2014-12-19at86rf230: remove if branchAlexander Aring1-4/+1
2014-12-19ieee802154/at86rf230: Fix typo unkown -> unknownStefan Schmidt1-1/+1
2014-12-19ieee802154/at86rf230: Align to opening parenthesisStefan Schmidt1-4/+4
2014-12-19ieee802154/at86rf230: Remove unneeded blank linesStefan Schmidt1-2/+0
2014-12-19at86rf230: add reset state cca handlingAlexander Aring1-0/+2
2014-12-19ieee802154: rework cca settingAlexander Aring1-2/+28
2014-11-17at86rf230: fix commentation for symbol durationAlexander Aring1-2/+2
2014-11-13at86rf230: remove interframe spacing time workaroundAlexander Aring1-23/+37
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring1-1/+1