]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/mfd/ds1wm.h
Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[mirror_ubuntu-artful-kernel.git] / include / linux / mfd / ds1wm.h
CommitLineData
a23a1757
PZ
1/* MFD cell driver data for the DS1WM driver */
2
3struct ds1wm_driver_data {
4 int active_high;
7d33ccbe 5 int clock_rate;
f607e7fc
JFD
6 /* in milliseconds, the amount of time to */
7 /* sleep following a reset pulse. Zero */
8 /* should work if your bus devices recover*/
9 /* time respects the 1-wire spec since the*/
10 /* ds1wm implements the precise timings of*/
11 /* a reset pulse/presence detect sequence.*/
12 unsigned int reset_recover_delay;
a23a1757 13};