alistair23-linux/drivers/w1/slaves
NeilBrown 4b7e4f8289 w1: support auto-load of w1_bq27000 module.
1/ change request_module call to zero-pad single digit
   family numbers.  This appears to be the intention of
   the code, but not what it actually does.

   This means that the alias created for W1_FAMILY_SMEM_01
   might actually be useful.

2/ Define a family name for the BQ27000 battery charge monitor.
   Unfortunately this is the same number as W1_FAMILY_SMEM_01
   so if both a compiled on a system, one module might need to
   be blacklisted.

3/ Add a MODULE_ALIAS for the bq27000.

Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-26 19:09:02 -08:00
..
Kconfig w1: select crc16 library for ds2406 2014-06-23 12:38:08 -04:00
Makefile w1: new w1_ds2406 driver 2014-06-19 17:45:14 -07:00
w1_bq27000.c w1: support auto-load of w1_bq27000 module. 2014-11-26 19:09:02 -08:00
w1_ds28e04.c
w1_ds2406.c w1: new w1_ds2406 driver 2014-06-19 17:45:14 -07:00
w1_ds2408.c
w1_ds2413.c
w1_ds2423.c
w1_ds2431.c
w1_ds2433.c
w1_ds2760.c w1/slaves: use pr_* instead of printk 2014-06-19 17:46:51 -07:00
w1_ds2760.h
w1_ds2780.c
w1_ds2780.h
w1_ds2781.c
w1_ds2781.h
w1_smem.c
w1_therm.c