index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
uwb
Commit message (
Expand
)
Author
Age
Files
Lines
*
uwb: add an ASIE sysfs attribute to uwb_rc devices
Thomas Pugliese
2014-09-23
1
-0
/
+99
*
uwb: create a uwb bus type and add in-range peer devices to it
Thomas Pugliese
2014-09-23
3
-4
/
+19
*
uwb: remove UWB build dependency on PCI
Thomas Pugliese
2014-09-23
1
-1
/
+0
*
uwb: update uwb device prints to be more useful
Thomas Pugliese
2014-09-23
1
-4
/
+4
*
uwb: line length cleanup
Thomas Pugliese
2014-09-23
1
-1
/
+2
*
uwb: init beacon cache entry before registering uwb device
Thomas Pugliese
2014-09-08
1
-4
/
+9
*
uwb/whci: use correct structure type name in sizeof
Julia Lawall
2014-08-01
1
-1
/
+1
*
uwb: fix variable set but not used warnings
Thomas Pugliese
2014-05-27
3
-7
/
+0
*
uwb: comment typo fix
Thomas Pugliese
2014-05-27
1
-1
/
+1
*
uwb: whitespace and line length cleanups
Thomas Pugliese
2014-05-27
1
-128
/
+166
*
uwb: add error messages when reservation establish fails
Thomas Pugliese
2014-05-27
2
-3
/
+15
*
uwb: fix channel change failure
Thomas Pugliese
2014-05-27
1
-1
/
+6
*
uwb: don't call spin_unlock_irq in a USB completion handler
Thomas Pugliese
2014-04-24
1
-4
/
+5
*
uwb: adds missing error handling
Daeseok Youn
2014-04-16
1
-1
/
+4
*
uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_change
Thomas Pugliese
2013-12-20
1
-2
/
+2
*
uwb: use uwb_rsv_callback instead of calling rsv->callback directly
Thomas Pugliese
2013-12-20
1
-1
/
+1
*
uwb: whitespace and comment cleanups
Thomas Pugliese
2013-12-20
3
-9
/
+9
*
uwb: add debug prints during channel change and beacon actions
Thomas Pugliese
2013-12-20
2
-1
/
+6
*
uwb: umc-dev: add missing put_device call
Levente Kurusa
2013-12-19
1
-0
/
+1
*
uwb: Use dev_is_pci() to check whether it is pci device
Yijing Wang
2013-12-08
1
-1
/
+1
*
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-11-07
1
-5
/
+8
|
\
|
*
uwb: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-10-16
1
-5
/
+8
*
|
UWB: clean up attribute use by using ATTRIBUTE_GROUPS()
Greg Kroah-Hartman
2013-10-29
1
-13
/
+3
|
/
*
uwb: Staticize local symbols
Jingoo Han
2013-08-19
1
-2
/
+2
*
UWB: fix sysfs warning on HWA device unplug.
Thomas Pugliese
2013-08-12
1
-2
/
+38
*
HWA RC: fix a kernel panic when unplugging the HWA dongle
Thomas Pugliese
2013-08-12
1
-1
/
+15
*
drivers: avoid format string in dev_set_name
Kees Cook
2013-07-03
1
-1
/
+1
*
USB: HWA: fix device probe failure
Thomas Pugliese
2013-06-24
2
-1
/
+4
*
UWB: HWA: add support for Alereon 5310 and 5611 devices
Thomas Pugliese
2013-06-06
1
-0
/
+6
*
uwb: use %*ph specifier to dump buffer
Andy Shevchenko
2013-06-03
1
-4
/
+3
*
usb: uwb: use correct locking calls for rc data
tpugliese
2013-05-21
2
-4
/
+4
*
uwb/whci: Use module_pci_driver to register driver
Peter Huewe
2013-05-21
1
-13
/
+1
*
uwb: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
*
driver-core: constify data for class_find_device()
Michał Mirosław
2013-02-06
1
-11
/
+10
*
uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()
Alexey Khoroshilov
2012-11-26
1
-0
/
+1
*
drivers/uwb: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2012-11-15
1
-2
/
+1
*
umc-bus.c: fix usage of device_trylock
Claudio Scordino
2012-10-25
1
-1
/
+1
*
uwb: fix error handling
Oliver Neukum
2012-04-18
1
-1
/
+2
*
uwb: fix use of del_timer_sync() in interrupt
Oliver Neukum
2012-04-18
1
-1
/
+11
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-05
1
-8
/
+1
*
uwb: use for_each_clear_bit()
Akinobu Mita
2012-03-23
1
-4
/
+2
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-01-09
1
-1
/
+1
|
\
|
*
uwb: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2011-12-09
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-01-08
1
-1
/
+1
|
\
\
|
*
|
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-12-02
1
-1
/
+1
|
|
/
*
|
USB: convert some miscellanies drivers to use module_usb_driver()
Greg Kroah-Hartman
2011-11-18
2
-30
/
+2
|
/
*
uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
2011-10-31
12
-0
/
+12
*
uwb: Add module.h to the real uwb modular users.
Paul Gortmaker
2011-10-31
2
-0
/
+2
*
drivers/uwb: fix implicit use of stat.h
Paul Gortmaker
2011-10-31
2
-0
/
+2
*
Remove unneeded version.h include from drivers/uwb/
Jesper Juhl
2011-09-15
1
-1
/
+0
[next]