Philipp Zabel | a23a175 | 2009-02-17 10:06:41 +0100 | [diff] [blame] | 1 | /* MFD cell driver data for the DS1WM driver */ |
| 2 | |
| 3 | struct ds1wm_driver_data { |
| 4 | int active_high; |
Philipp Zabel | 7d33ccb | 2009-02-17 10:09:19 +0100 | [diff] [blame] | 5 | int clock_rate; |
Jean-François Dagenais | f607e7f | 2011-07-08 15:39:44 -0700 | [diff] [blame] | 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; |
Philipp Zabel | a23a175 | 2009-02-17 10:06:41 +0100 | [diff] [blame] | 13 | }; |