From 589b14a75bcbdc57ac7c8424e61cd6db5eb33262 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 22 Sep 2009 16:46:00 -0700 Subject: [PATCH] --- yaml --- r: 164781 b: refs/heads/master c: b73b255956119111dc18fa063d1e3a0bb3f06328 h: refs/heads/master i: 164779: d5e1b99a85079ceebb7cb49418fc9edeec179edc v: v3 --- [refs] | 2 +- trunk/include/linux/spi/spi.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 69074cf92399..36c128055752 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44dab88e7cc99d1d2caa9a8936e09d9a98a6761a +refs/heads/master: b73b255956119111dc18fa063d1e3a0bb3f06328 diff --git a/trunk/include/linux/spi/spi.h b/trunk/include/linux/spi/spi.h index c47c4b4da97e..eb25cedb995b 100644 --- a/trunk/include/linux/spi/spi.h +++ b/trunk/include/linux/spi/spi.h @@ -207,6 +207,8 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) * each slave has a chipselect signal, but it's common that not * every chipselect is connected to a slave. * @dma_alignment: SPI controller constraint on DMA buffers alignment. + * @mode_bits: flags understood by this controller driver + * @flags: other constraints relevant to this driver * @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.