On Thu, 2005-06-30 at 09:07 -0500, bgardner at Wabtec.com wrote: > Evgeniy, Hello, Ben. > I finally have a working driver for w1 family 23. > Along the way, I made a few changes to the w1 slave stuff. > I also learned how to use quilt, so this wasn't nearly as painful as the last > patch set. =) > The patches depend on each other and should be applied in the following order. >From the first view I do not have objection, thought not quite sure why do we need id/name sysfs file, since id without CRC already lives in directory name? > w1-select-slave.diff > I added w1_reset_select_slave() > This function resets the w1 bus and either sends a skip rom (0xCC) or the full > select ROM + id. If there is only 1 slave present, it does skip rom. > > w1-select-slave-use.diff > I changed w1-therm to use w1_reset_select_slave. > > w1-container-of.diff > I added three inline function to hide the use of container_of(). > - dev_to_w1_slave() > - kobj_to_w1_slave() > - dev_to_w1_master() > > w1-slave-sysfs.diff > Every slave now has at least two sysfs files: > - id : an 8 byte binary file that holds the 64 bit id > example: [23 6c dc 1c 00 00 00 43] > - name : the name, example: [23-0000001cdc6c] > Family ops is now two callback functions: add_slave() and remove_slave(). > The family driver is responsible for creating any other sysfs entries. > This patch updates w1-smem (which is pretty much empty) and w1-therm. > > w1-ds2433.diff > The driver for family 23. > > Would you take a moment to review and try it out to make sure I didn't break > anything? Sure. I'm feeling so guilty about uncommented bigendian-fix patch - I hope I will test everything this week. > Thanks, > Ben