Release 4.12 include/linux/iio/dac/max517.h
/*
* MAX517 DAC driver
*
* Copyright 2011 Roland Stigge <stigge@antcom.de>
*
* Licensed under the GPL-2 or later.
*/
#ifndef IIO_DAC_MAX517_H_
#define IIO_DAC_MAX517_H_
struct max517_platform_data {
u16 vref_mv[8];
};
#endif /* IIO_DAC_MAX517_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Roland Stigge | 20 | 95.24% | 1 | 50.00% |
Antonio Fiol | 1 | 4.76% | 1 | 50.00% |
Total | 21 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.