aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-10ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-12-10ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-07-09ieee802154: at86rf230: use __func__ macro for debug messagesStefan Schmidt1-9/+4
2018-07-09ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problemStefan Schmidt1-1/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-01-12at86rf230: Allow slow GPIO pins for "rstn"Andrey Smirnov1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-5/+4
2016-11-30at86rf230: fix cca ed values for rf233Alexander Aring1-5/+11
2016-04-20at86rf230: increase sleep to off timingsAlexander Aring1-3/+3
2016-02-23at86rf230: fix state change handling on errorAlexander Aring1-4/+3
2016-02-23at86rf230: fix race on error handlingAlexander Aring1-4/+14
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-09-22at86rf230: support edge triggered irqAlexander Aring1-122/+89
2015-09-21drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULLStephen Rothwell1-25/+10
2015-09-17at86rf230: detailed edge triggered irq warningAlexander Aring1-1/+1
2015-09-17at86rf230: add debugfs supportAlexander Aring1-14/+144
2015-09-17at86rf230: interrupt tx with force trx_offAlexander Aring1-9/+1
2015-09-17at86rf230: change trac status check behaviourAlexander Aring1-25/+4
2015-08-10at86rf230: use STATE_TX_ARET mode onlyAlexander Aring1-38/+14
2015-07-30at86rf230: remove hrtimer on 1 usec delayAlexander Aring1-1/+3
2015-06-16at86rf230: cleanup start and stop callbacksAlexander Aring1-2/+2
2015-06-16at86rf230: add recommended csma backoffs settingsAlexander Aring1-0/+11
2015-06-16at86rf230: fix phy settings while sleepingAlexander Aring1-20/+68
2015-06-15at86rf230: add support for sleep stateAlexander Aring1-0/+38
2015-06-15at86rf230: use level high as fallback defaultAlexander Aring1-1/+1
2015-06-07mac802154: remove aack hw flagAlexander Aring1-1/+1
2015-06-07mac802154: remove unneeded vif structAlexander Aring1-1/+0
2015-05-20at86rf230: add missing cca ed level valuesAlexander Aring1-2/+2
2015-05-19ieee802154: add support for atusb transceiverAlexander Aring1-197/+2
2015-05-19at86rf230: fix callback for aret handlingAlexander Aring1-1/+1
2015-05-19at86rf230: add reset states of tx power levelAlexander Aring1-0/+1
2015-05-19at86rf230: add cca ed level reset valueAlexander Aring1-2/+5
2015-05-19at86rf230: rework tx cca energy detection levelAlexander Aring1-20/+59
2015-05-19at86rf230: rework tx power supportAlexander Aring1-19/+64
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