All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add API to retrieve the Bluetooth Device Address (BD_ADDR)
@ 2018-09-25 18:53 Matthias Kaehlcke
  2018-09-25 18:53 ` [PATCH v3 1/2] Compiler Attributes: naked can be shared Matthias Kaehlcke
  2018-09-25 18:53 ` [PATCH v3 2/2] device property: Add device_get_bd_address() and fwnode_get_bd_address() Matthias Kaehlcke
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Kaehlcke @ 2018-09-25 18:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J . Wysocki, Sakari Ailus,
	Marcin Wojtas, Andy Shevchenko, Sinan Kaya, Marcel Holtmann,
	Johan Hedberg, Andrew Morton, Pekka Enberg, Masahiro Yamada,
	Alexey Dobriyan
  Cc: linux-kernel, linux-bluetooth, Balakrishna Godavarthi,
	Loic Poulain, Brian Norris, Matthias Kaehlcke

On some systems the Bluetooth Device Address (BD_ADDR) isn't stored
on the Bluetooth chip itself. One way to configure the BD address is
through the device tree. The btqcomsmd driver is an example, it can
read the BD address from the DT property 'local-bd-address'. It is
also planned to extend the hci_qca driver to support setting the BD
address through the DT.

To avoid redundant open-coded reading of 'local-bd-address' and error
handling this series adds an API to retrieve the BD address of a device
and adapts the btqcomsmd driver to use this API.

Matthias Kaehlcke (1):
  device property: Add device_get_bd_address() and
    fwnode_get_bd_address()

Miguel Ojeda (1):
  Compiler Attributes: naked can be shared

 drivers/base/property.c           | 46 +++++++++++++++++++++++++++++++
 include/linux/compiler-gcc.h      |  8 ------
 include/linux/compiler_types.h    |  8 ++++++
 include/linux/property.h          | 18 ++++++++++++
 include/linux/types.h             |  5 ++++
 include/net/bluetooth/bluetooth.h |  5 ----
 6 files changed, 77 insertions(+), 13 deletions(-)

-- 
2.19.0.605.g01d371f741-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-25 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 18:53 [PATCH v3 0/2] Add API to retrieve the Bluetooth Device Address (BD_ADDR) Matthias Kaehlcke
2018-09-25 18:53 ` [PATCH v3 1/2] Compiler Attributes: naked can be shared Matthias Kaehlcke
2018-09-25 19:03   ` Matthias Kaehlcke
2018-09-25 18:53 ` [PATCH v3 2/2] device property: Add device_get_bd_address() and fwnode_get_bd_address() Matthias Kaehlcke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.