alistair23-linux/drivers/uwb
Viresh Kumar 621a5f7ad9 debugfs: Pass bool pointer to debugfs_create_bool()
Its a bit odd that debugfs_create_bool() takes 'u32 *' as an argument,
when all it needs is a boolean pointer.

It would be better to update this API to make it accept 'bool *'
instead, as that will make it more consistent and often more convenient.
Over that bool takes just a byte.

That required updates to all user sites as well, in the same commit
updating the API. regmap core was also using
debugfs_{read|write}_file_bool(), directly and variable types were
updated for that to be bool as well.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-04 11:36:07 +01:00
..
i1480
address.c
allocator.c
beacon.c
driver.c uwb: create a uwb bus type and add in-range peer devices to it 2014-09-23 22:04:44 -07:00
drp-avail.c
drp-ie.c
drp.c usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks 2015-02-13 21:21:38 -08:00
est.c
hwa-rc.c
ie-rcv.c
ie.c
Kconfig uwb: remove UWB build dependency on PCI 2014-09-23 22:04:44 -07:00
lc-dev.c uwb: lc-dev: Remove unused function 2015-01-25 20:48:28 +08:00
lc-rc.c uwb: add an ASIE sysfs attribute to uwb_rc devices 2014-09-23 22:05:26 -07:00
Makefile
neh.c
pal.c
radio.c
reset.c
rsv.c uwb: Remove bogus colon after newline from debug message 2014-11-03 15:45:04 -08:00
scan.c
umc-bus.c uwb: Remove umc bus legacy suspend/resume support 2015-03-18 17:27:03 +01:00
umc-dev.c
umc-drv.c
uwb-debug.c debugfs: Pass bool pointer to debugfs_create_bool() 2015-10-04 11:36:07 +01:00
uwb-internal.h uwb: create a uwb bus type and add in-range peer devices to it 2014-09-23 22:04:44 -07:00
uwbd.c
whc-rc.c
whci.c uwb/whci: Delete an unnecessary check before the function call "umc_device_unregister" 2015-03-18 16:56:40 +01:00