aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2006-03-24fix typos "wich" -> "which"Gravatar Uwe Zeisberger 1-1/+1
2006-03-23[PATCH] w1: use kthread api.Gravatar Evgeniy Polyakov 3-65/+28
2006-03-23[PATCH] W1: u64 is not long longGravatar Andrew Morton 1-2/+5
2006-03-23[PATCH] W1: Remove incorrect MODULE_ALIASGravatar Patrick McHardy 1-2/+0
2006-03-23[PATCH] fix W1_MASTER_DS9490_BRIDGE dependenciesGravatar Adrian Bunk 1-1/+1
2006-03-23[PATCH] w1: misc cleanupsGravatar Adrian Bunk 5-15/+18
2006-03-23[PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Gravatar Evgeniy Polyakov 3-0/+576
2006-03-23[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Gravatar Evgeniy Polyakov 13-91/+126
2006-03-23[PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' ...Gravatar Evgeniy Polyakov 4-40/+40
2006-01-10spelling: s/usefull/useful/Gravatar Adrian Bunk 1-1/+1
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-7/+7
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Gravatar Kay Sievers 1-7/+7
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGravatar Greg Kroah-Hartman 1-1/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversGravatar Jesper Juhl 1-4/+2
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-10-14[PATCH] Dallas's 1-wire bus compile errorGravatar Evgeniy Polyakov 1-2/+1
2005-09-12[PATCH] crc16: remove w1 specific comments.Gravatar Evgeniy Polyakov 1-1/+5
2005-09-08[PATCH] w1_ds2433: Added crc16 protection and read caching.Gravatar Evgeniy Polyakov 3-7/+125
2005-09-08[PATCH] w1: added private family data into w1_slave strucutre.Gravatar Evgeniy Polyakov 1-0/+1
2005-09-08[PATCH] w1: Added DS2433 driver - family id update.Gravatar Evgeniy Polyakov 1-0/+1
2005-09-08[PATCH] w1: Added DS2433 driver.Gravatar Evgeniy Polyakov 3-0/+230
2005-09-08[PATCH] w1: Decreased debug level.Gravatar Evgeniy Polyakov 1-6/+4
2005-09-08[PATCH] w1: Detouching bug fixed.Gravatar Evgeniy Polyakov 3-51/+51
2005-09-08[PATCH] w1: Added add/remove slave callbacks.Gravatar Evgeniy Polyakov 6-126/+94
2005-09-08[PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects t...Gravatar Evgeniy Polyakov 3-9/+27
2005-09-08[PATCH] w1: Added inline functions on top of container_of().Gravatar Evgeniy Polyakov 4-20/+29
2005-09-08[PATCH] w1: Fixed 64bit compilation warning.Gravatar Evgeniy Polyakov 1-1/+1
2005-09-08[PATCH] w1: hotplug support.Gravatar Evgeniy Polyakov 2-14/+82
2005-09-08[PATCH] W1: Sync with w1/ds9490 tree.Gravatar Evgeniy Polyakov 3-96/+99
2005-09-08[PATCH] W1: w1_netlink: New init/fini netlink callbacks.Gravatar Evgeniy Polyakov 3-10/+34
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createGravatar Patrick McHardy 1-1/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksGravatar Patrick McHardy 1-1/+1
2005-08-29[NETLINK]: w1_int.c: fix default netlink groupGravatar Evgeniy Polyakov 1-1/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Gravatar Harald Welte 1-1/+3
2005-08-12[PATCH] w1: more debug level decrease.Gravatar Evgeniy Polyakov 1-1/+1
2005-07-29[PATCH] w1: kconfig/Makefile fix.Gravatar Evgeniy Polyakov 1-1/+1
2005-07-24[W1]: Do not use NFLOG netlink number.Gravatar David S. Miller 1-1/+1
2005-07-11[PATCH] w1: fix CRC calculation on bigendian platforms.Gravatar Evgeniy Polyakov 1-3/+2
2005-06-25[PATCH] Cleanup patch for process freezingGravatar Christoph Lameter 1-2/+2
2005-06-21[PATCH] w1: fix compiler warningsGravatar Evgeniy Polyakov 1-0/+1
2005-06-21[PATCH] w1: reconnect feature.Gravatar Evgeniy Polyakov 5-25/+67
2005-06-21[PATCH] w1: Adds a default family so that new slave families will show up in ...Gravatar Evgeniy Polyakov 1-12/+27
2005-06-21[PATCH] w1: Adds a sysfs entry (w1_master_search) that allows you to disable/...Gravatar Evgeniy Polyakov 3-1/+51
2005-06-21[PATCH] w1: Added the triplet w1 master method and changes w1_search() to use...Gravatar Evgeniy Polyakov 4-94/+175
2005-06-21[PATCH] w1: Cleans up usage of touch_bit/w1_read_bit/w1_write_bit.Gravatar Evgeniy Polyakov 3-12/+70
2005-06-21[PATCH] w1_therm: removed duplicated family id.Gravatar Evgeniy Polyakov 1-5/+1
2005-06-21[PATCH] w1: fix build issuesGravatar Greg Kroah-Hartman 1-16/+0
2005-06-21[PATCH] w1: new family structure.Gravatar Evgeniy Polyakov 5-33/+2
2005-06-21[PATCH] w1: cleanups.Gravatar Evgeniy Polyakov 14-256/+171
2005-06-21[PATCH] w1_smem: support for new simple rom family [0x81 id].Gravatar Evgeniy Polyakov 2-5/+24