index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ieee802154
/
at86rf230.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ieee802154: at86rf230: Replace of_gpio.h by proper one
Andy Shevchenko
2024-03-06
1
-2
/
+1
*
net: ieee802154: at86rf230: convert to use maple tree register cache
Bo Liu
2024-02-26
1
-1
/
+1
*
net: ieee802154: at86rf230: drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-03-15
1
-1
/
+1
*
ieee802154: at86rf230: switch to using gpiod API
Dmitry Torokhov
2023-02-01
1
-26
/
+26
*
ieee802154: at86rf230: drop support for platform data
Dmitry Torokhov
2023-02-01
1
-31
/
+11
*
Revert "at86rf230: convert to gpio descriptors"
Stefan Schmidt
2023-02-01
1
-25
/
+57
*
at86rf230: convert to gpio descriptors
Arnd Bergmann
2023-01-28
1
-57
/
+25
*
Stefan Schmidt says:
Jakub Kicinski
2022-05-02
1
-141
/
+22
|
\
|
*
net: ieee802154: at86rf230: Forward Tx trac errors
Miquel Raynal
2022-04-25
1
-106
/
+21
|
*
net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload frames
Miquel Raynal
2022-04-25
1
-2
/
+1
|
*
net: ieee802154: Drop duration settings when the core does it already
Miquel Raynal
2022-02-10
1
-33
/
+0
|
*
net: mac802154: Convert the symbol duration into nanoseconds
Miquel Raynal
2022-02-10
1
-11
/
+11
*
|
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2022-03-22
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+1
*
|
net: ieee802154: at86rf230: Stop leaking skb's
Miquel Raynal
2022-01-27
1
-2
/
+11
|
/
*
ieee802154: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-11
1
-15
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-12-10
1
-12
/
+1
*
ieee802154: at86rf230: use __func__ macro for debug messages
Stefan Schmidt
2018-07-09
1
-9
/
+4
*
ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem
Stefan Schmidt
2018-07-09
1
-1
/
+1
*
drivers/net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
at86rf230: Allow slow GPIO pins for "rstn"
Andrey Smirnov
2017-01-12
1
-2
/
+2
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-5
/
+4
*
at86rf230: fix cca ed values for rf233
Alexander Aring
2016-11-30
1
-5
/
+11
*
at86rf230: increase sleep to off timings
Alexander Aring
2016-04-20
1
-3
/
+3
*
at86rf230: fix state change handling on error
Alexander Aring
2016-02-23
1
-4
/
+3
*
at86rf230: fix race on error handling
Alexander Aring
2016-02-23
1
-4
/
+14
*
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2015-11-05
1
-1
/
+0
|
\
|
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
|
at86rf230: support edge triggered irq
Alexander Aring
2015-09-22
1
-122
/
+89
*
|
drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL
Stephen Rothwell
2015-09-22
1
-25
/
+10
*
|
at86rf230: detailed edge triggered irq warning
Alexander Aring
2015-09-17
1
-1
/
+1
*
|
at86rf230: add debugfs support
Alexander Aring
2015-09-17
1
-14
/
+144
*
|
at86rf230: interrupt tx with force trx_off
Alexander Aring
2015-09-17
1
-9
/
+1
*
|
at86rf230: change trac status check behaviour
Alexander Aring
2015-09-17
1
-25
/
+4
|
/
*
at86rf230: use STATE_TX_ARET mode only
Alexander Aring
2015-08-10
1
-38
/
+14
*
at86rf230: remove hrtimer on 1 usec delay
Alexander Aring
2015-07-30
1
-1
/
+3
*
at86rf230: cleanup start and stop callbacks
Alexander Aring
2015-06-16
1
-2
/
+2
*
at86rf230: add recommended csma backoffs settings
Alexander Aring
2015-06-16
1
-0
/
+11
*
at86rf230: fix phy settings while sleeping
Alexander Aring
2015-06-16
1
-20
/
+68
*
at86rf230: add support for sleep state
Alexander Aring
2015-06-15
1
-0
/
+38
*
at86rf230: use level high as fallback default
Alexander Aring
2015-06-15
1
-1
/
+1
*
mac802154: remove aack hw flag
Alexander Aring
2015-06-07
1
-1
/
+1
*
mac802154: remove unneeded vif struct
Alexander Aring
2015-06-07
1
-1
/
+0
*
at86rf230: add missing cca ed level values
Alexander Aring
2015-05-20
1
-2
/
+2
*
ieee802154: add support for atusb transceiver
Alexander Aring
2015-05-19
1
-197
/
+2
*
at86rf230: fix callback for aret handling
Alexander Aring
2015-05-19
1
-1
/
+1
*
at86rf230: add reset states of tx power level
Alexander Aring
2015-05-19
1
-0
/
+1
*
at86rf230: add cca ed level reset value
Alexander Aring
2015-05-19
1
-2
/
+5
[next]