Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249767
b: refs/heads/master
c: 298cd97
h: refs/heads/master
i:
  249765: b4ec8f3
  249763: 412e757
  249759: 67931ed
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed May 19, 2011
1 parent 5d8c017 commit 650b80e
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 820 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: f3736416e87001cab2112dd5186cb89490bbbb32
refs/heads/master: 298cd976e07f1a0ca56adffd80c237117e3e11af
8 changes: 4 additions & 4 deletions trunk/drivers/staging/iio/adc/max1363.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,24 @@ enum max1363_modes {
/**
* struct max1363_chip_info - chip specifc information
* @name: indentification string for chip
* @num_inputs: number of physical inputs on chip
* @bits: accuracy of the adc in bits
* @int_vref_mv: the internal reference voltage
* @monitor_mode: whether the chip supports monitor interrupts
* @mode_list: array of available scan modes
* @num_modes: the number of scan modes available
* @default_mode: the scan mode in which the chip starts up
* @channel: channel specification
* @num_channels: number of channels
*/
struct max1363_chip_info {
u8 num_inputs;
u8 bits;
u16 int_vref_mv;
bool monitor_mode;
const enum max1363_modes *mode_list;
int num_modes;
enum max1363_modes default_mode;
struct attribute_group *dev_attrs;
struct attribute_group *scan_attrs;
struct iio_chan_spec *channels;
int num_channels;
};

/**
Expand Down
Loading

0 comments on commit 650b80e

Please sign in to comment.