aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorErnst Schwab <eschwab@online.de>2010-08-16 15:10:11 +0200
committerGrant Likely <grant.likely@secretlab.ca>2010-08-17 22:55:38 -0600
commit5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc (patch)
tree7b93dcd7903d9cc77992ac0c61f657d0acb67080 /include/linux/spi
parentof: fix missing headers for of_address_to_resource() in MTD and SysACE drivers (diff)
downloadlinux-dev-5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc.tar.xz
linux-dev-5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc.zip
spi.h: missing kernel-doc notation, please fix
Added comments in kernel-doc notation for previously added struct fields. Signed-off-by: Ernst Schwab <eschwab@online.de> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/spi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index ae0a5286f558..92e52a1e6af3 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -213,6 +213,9 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv)
* @dma_alignment: SPI controller constraint on DMA buffers alignment.
* @mode_bits: flags understood by this controller driver
* @flags: other constraints relevant to this driver
+ * @bus_lock_spinlock: spinlock for SPI bus locking
+ * @bus_lock_mutex: mutex for SPI bus locking
+ * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use
* @setup: updates the device mode and clocking records used by a
* device's SPI controller; protocol code may call this. This
* must fail if an unrecognized or unsupported mode is requested.