summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2014-10-251-4/+4
* ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-251-4/+0
* at86rf230: remove unnecessary print of async errorAlexander Aring2014-10-251-1/+0
* at86rf230: fix enable_irq handling on async spiAlexander Aring2014-10-251-80/+77
* at86rf230: fix race conditionAlexander Aring2014-10-251-1/+1
* at86rf230: add missing enable_irqAlexander Aring2014-10-251-0/+1
* at86rf230: squash unnecessary dereferencingAlexander Aring2014-10-251-1/+1
* at86rf230: correct at86rf2xx lifs timingsAlexander Aring2014-10-251-3/+3
* at86rf230: correct aret lifs and sifs handlingAlexander Aring2014-10-251-0/+5
* at86rf230: add missing error handlingAlexander Aring2014-10-251-1/+3
* at86rf230: fix errno on tx timeout handlingAlexander Aring2014-10-251-1/+1
* at86rf230: add new authorAlexander Aring2014-07-081-0/+1
* at86rf230: add sleep cycle timingAlexander Aring2014-07-081-1/+6
* at86rf230: add timing for channel switchAlexander Aring2014-07-081-1/+7
* at86rf230: rework reset to trx_off state changeAlexander Aring2014-07-081-1/+15
* at86rf230: rework state change and start/stopAlexander Aring2014-07-081-59/+67
* at86rf230: rework irq_pol settingAlexander Aring2014-07-081-5/+2
* at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring2014-07-081-5/+4
* at86rf230: rework transmit and receive handlingAlexander Aring2014-07-081-268/+571
* at86rf230: add support for at86rf23x desenseAlexander Aring2014-07-081-4/+18
* at86rf230: remove is212 and add driver dataAlexander Aring2014-07-081-23/+36
* at86rf230: rework detect device handlingAlexander Aring2014-07-081-107/+76
* at86rf230: add regmap supportAlexander Aring2014-07-081-105/+167
* mac802154: at86rf230: add hw flags and merge opsAlexander Aring2014-07-081-44/+37
* at86rf230: fix irq setupPhoebe Buckheister2014-06-231-1/+4
* at86rf230: remove function for setting irq polarityAlexander Aring2014-04-261-6/+1
* at86rf230: remove unnecessary state readAlexander Aring2014-04-261-7/+3
* at86rf230: remove unnecessary spi_set_drvdataAlexander Aring2014-04-261-1/+0
* at86rf230: reset irq line before irq requestAlexander Aring2014-04-261-4/+4
* at86rf230: remove unnecessary assignAlexander Aring2014-04-261-4/+1
* at86rf230: remove #ifdef CONFIG_OFAlexander Aring2014-04-261-2/+0
* at86rf230: add at86rf230_device_id tableAlexander Aring2014-04-261-0/+10
* at86rf230: make of_device_id constAlexander Aring2014-04-261-1/+1
* at86rf230: add missing MODULE_DEVICE_TABLEAlexander Aring2014-04-261-0/+1
* at86rf230: use devm_gpio_request_oneAlexander Aring2014-04-261-41/+12
* at86rf230: use devm_request_irqAlexander Aring2014-04-261-7/+4
* at86rf230: remove irq_type in request_irqAlexander Aring2014-04-261-2/+1
* at86rf230: use irq_get_trigger_typeAlexander Aring2014-04-261-20/+8
* at86rf230: fix __at86rf230_read_subreg functionAlexander Aring2014-04-151-1/+1
* at86rf230: remove check if AVDD settledAlexander Aring2014-04-151-8/+0
* at86rf230: fix MAX_CSMA_RETRIES parameterAlexander Aring2014-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-311-0/+2
|\
| * at86rf230: mask irq's before deregister deviceAlexander Aring2014-03-311-0/+2
* | at86rf230: add support for devicetreeAlexander Aring2014-03-171-1/+47
* | at86rf230: make reset pin optionallyAlexander Aring2014-03-171-13/+21
* | at86rf230: change reset timingsAlexander Aring2014-03-171-3/+3
* | at86rf230: move locking state in xmitAlexander Aring2014-03-171-1/+1
* | at86rf230: fix unexpected state changeAlexander Aring2014-03-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-5/+6
|\|
| * at86rf230: fix lockdep splatsAlexander Aring2014-03-131-5/+6