Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281123
b: refs/heads/master
c: 98c9373
h: refs/heads/master
i:
  281121: 16fd870
  281119: 3513602
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent dd092b9 commit 63a214f
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 38 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df94aba81f81c50ff3f4774c121217b03aaf4f27
refs/heads/master: 98c9373d31b63ac7c8c180a2cb5a3b2476e4074e
2 changes: 2 additions & 0 deletions trunk/drivers/staging/iio/imu/adis16400.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,14 @@ struct adis16400_chip_info {
* @tx: transmit buffer
* @rx: receive buffer
* @buf_lock: mutex to protect tx and rx
* @filt_int: integer part of requested filter frequency
**/
struct adis16400_state {
struct spi_device *us;
struct iio_trigger *trig;
struct mutex buf_lock;
struct adis16400_chip_info *variant;
int filt_int;

u8 tx[ADIS16400_MAX_TX] ____cacheline_aligned;
u8 rx[ADIS16400_MAX_RX] ____cacheline_aligned;
Expand Down
Loading

0 comments on commit 63a214f

Please sign in to comment.