Just committed.
i2c mux support CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: devices/Config.lb drivers/generic/debug/debug_dev.c CVS: include/device/device.h include/device/smbus.h CVS: mainboard/tyan/s2885/Config.lb mainboard/tyan/s2885/auto.c CVS: mainboard/tyan/s2885/irq_tables.c CVS: mainboard/tyan/s4882/Config.lb northbridge/amd/amdk8/debug.c CVS: southbridge/amd/amd8111/amd8111_acpi.c CVS: Added Files: CVS: devices/smbus_ops.c drivers/i2c/adm1026/Config.lb CVS: drivers/i2c/adm1026/adm1026.c drivers/i2c/adm1026/chip.h CVS: drivers/i2c/adm1027/Config.lb drivers/i2c/adm1027/adm1027.c CVS: drivers/i2c/adm1027/chip.h drivers/i2c/i2cmux/Config.lb CVS: drivers/i2c/i2cmux/chip.h drivers/i2c/i2cmux/i2cmux.c CVS: drivers/i2c/lm63/Config.lb drivers/i2c/lm63/chip.h CVS: drivers/i2c/lm63/lm63.c CVS: ----------------------------------------------------------------------
-----Original Message----- From: YhLu Sent: Wednesday, December 01, 2004 2:18 PM To: ebiederman@lnxi.com Cc: linuxbios@clustermatic.org Subject: RE: print_smbus_regs_all
Please check the code.
I add set_link member to switch link on i2mux.
Regards
YH
-----Original Message----- From: ebiederman@lnxi.com [mailto:ebiederman@lnxi.com] Sent: Wednesday, December 01, 2004 1:49 PM To: YhLu Cc: linuxbios@clustermatic.org Subject: Re: print_smbus_regs_all
YhLu YhLu@tyan.com writes:
I add some code to debug_device to dump smbus for S4882.
Please let me know if you need me to commit it.
I don't know about need but I think it could be handy to have. Especially as we don't have many users of i2c code in the tree at the present time.
Eric