linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] add module_sdio_driver and enable a few users
@ 2019-03-13 21:01 sean.wang
  2019-03-13 21:01 ` [PATCH v1 1/3] mmc: sdio: Add helper macro for sdio_driver boilerplate sean.wang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sean.wang @ 2019-03-13 21:01 UTC (permalink / raw)
  To: marcel, johan.hedberg, ulf.hansson
  Cc: linux-bluetooth, linux-mediatek, linux-mmc, linux-kernel,
	Sean Wang

From: Sean Wang <sean.wang@mediatek.com>

Add module_sdio_driver exactly like the function module_usb_drivear offers to
and enable a few users to eliminate a few lines of boilerplate code per SDIO
driver.

Sean Wang (3):
  mmc: sdio: Add helper macro for sdio_driver boilerplate
  Bluetooth: mediatek: Use module_sdio_driver helper
  Bluetooth: btsdio: Use module_sdio_driver helper

 drivers/bluetooth/btmtksdio.c | 15 +--------------
 drivers/bluetooth/btsdio.c    | 15 +--------------
 include/linux/mmc/sdio_func.h | 12 ++++++++++++
 3 files changed, 14 insertions(+), 28 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2019-03-18 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 21:01 [PATCH v1 0/3] add module_sdio_driver and enable a few users sean.wang
2019-03-13 21:01 ` [PATCH v1 1/3] mmc: sdio: Add helper macro for sdio_driver boilerplate sean.wang
2019-03-13 21:01 ` [PATCH v1 2/3] Bluetooth: mediatek: Use module_sdio_driver helper sean.wang
2019-03-13 21:02 ` [PATCH v1 3/3] Bluetooth: btsdio: " sean.wang
2019-03-18 10:26 ` [PATCH v1 0/3] add module_sdio_driver and enable a few users Ulf Hansson
2019-03-18 17:17 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).