Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317201
b: refs/heads/master
c: cadb695
h: refs/heads/master
i:
  317199: 980be72
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent f71add6 commit 9d9e71f
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 12 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: 4571b39b0b08ff855707011c6f7fa04ceb43e5ca
refs/heads/master: cadb695113f6f30b0a19a0437dbcf000e1d3419a
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5064.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#define AD5064_MAX_DAC_CHANNELS 8
#define AD5064_MAX_VREFS 4
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5360.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#define AD5360_CMD(x) ((x) << 22)
#define AD5360_ADDR(x) ((x) << 16)
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/iio/dac/ad5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"


#define AD5380_REG_DATA(x) (((x) << 2) | 3)
#define AD5380_REG_OFFSET(x) (((x) << 2) | 2)
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5421.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include <linux/iio/events.h>
#include "dac.h"
#include "ad5421.h"


Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5446.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#include "ad5446.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/dac/ad5504.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include <linux/iio/events.h>
#include "dac.h"

#include "ad5504.h"

static int ad5504_spi_write(struct spi_device *spi, u8 addr, u16 val)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/dac/ad5624r_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#include "ad5624r.h"

static int ad5624r_spi_write(struct spi_device *spi,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5686.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#define AD5686_DAC_CHANNELS 4

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/iio/dac/ad5764.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#define AD5764_REG_SF_NOP 0x0
#define AD5764_REG_SF_CONFIG 0x1
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/dac/ad5791.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "dac.h"

#include "ad5791.h"

static int ad5791_spi_write(struct spi_device *spi, u8 addr, u32 val)
Expand Down

0 comments on commit 9d9e71f

Please sign in to comment.