Here are some w1 patches that have been in the -mm tree for a long time.
They move some files into different locations, add a new driver, and fix
some bugs.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/w1-2.6.git/
or from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6.git/
if it isn't synced up yet.
The full patch series will sent to the linux-kernel mailing list, if
anyone wants to see them.
thanks,
greg k-h
Documentation/w1/masters/ds2482 | 31 +
drivers/w1/Kconfig | 60 --
drivers/w1/Makefile | 10
drivers/w1/ds_w1_bridge.c | 208 ---------
drivers/w1/dscore.c | 795 --------------------------------------
drivers/w1/dscore.h | 166 -------
drivers/w1/masters/Kconfig | 50 ++
drivers/w1/masters/Makefile | 13
drivers/w1/masters/ds2482.c | 564 ++++++++++++++++++++++++++
drivers/w1/masters/ds_w1_bridge.c | 174 ++++++++
drivers/w1/masters/dscore.c | 795 ++++++++++++++++++++++++++++++++++++++
drivers/w1/masters/dscore.h | 166 +++++++
drivers/w1/masters/matrox_w1.c | 247 +++++++++++
drivers/w1/matrox_w1.c | 261 ------------
drivers/w1/slaves/Kconfig | 38 +
drivers/w1/slaves/Makefile | 12
drivers/w1/slaves/w1_ds2433.c | 329 +++++++++++++++
drivers/w1/slaves/w1_smem.c | 71 +++
drivers/w1/slaves/w1_therm.c | 268 ++++++++++++
drivers/w1/w1.c | 21 -
drivers/w1/w1.h | 34 +
drivers/w1/w1_ds2433.c | 329 ---------------
drivers/w1/w1_family.c | 2
drivers/w1/w1_int.c | 15
drivers/w1/w1_io.c | 2
drivers/w1/w1_smem.c | 71 ---
drivers/w1/w1_therm.c | 268 ------------
27 files changed, 2823 insertions(+), 2177 deletions(-)
Adrian Bunk:
W1: misc cleanups
W1: fix W1_MASTER_DS9490_BRIDGE dependencies
Andrew Morton:
W1: u64 is not long long
Evgeniy Polyakov:
W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into 'w1/slaves'
W1: Add the DS2482 I2C-to-w1 bridge driver.
W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'.
Patrick McHardy:
W1: Remove incorrect MODULE_ALIAS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]