~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/linux/mfd/ds1wm.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
struct ds1wm_driver_data {
4
4
        int active_high;
5
5
        int clock_rate;
 
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;
6
13
};