aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2008-05-11 20:37:05 +0200
committerJean Delvare <khali@hyperion.delvare>2008-05-11 20:37:05 +0200
commit1a31a88f4f1a14f0b28ec3c5c179b93a10b24a18 (patch)
tree523f713eb76f7df82eed8d076d244225515eaa30 /tools/perf/scripts/python
parenti2c-piix4: Blacklist two mainboards (diff)
downloadlinux-1a31a88f4f1a14f0b28ec3c5c179b93a10b24a18.tar.gz
linux-1a31a88f4f1a14f0b28ec3c5c179b93a10b24a18.zip
i2c: Improve smbus-protocol documentation
Improve the smbus-protocol documentation file somewhat: - Use the names of the SMBus protocol operations (from the 2.0 specification), not made-up-for-Linux names. - Add the name of the call used to execute each operation ... and point out that there are mismatches, where functions execute different protocol operations than their names specify. The most confusing examples are that "Read Byte" isn't executed by i2c_smbus_read_byte(), and that "Write Byte" isn't executed by i2c_smbus_write_byte(). When coding, that's not as bad as it may seem; but that case would seem to be worth fixing. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-17path: add is_ntfs_dotgit() helperJohannes Schindelin2-0/+34 2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King2-4/+7 2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King8-5/+45 2014-12-17utf8: add is_hfs_dotgit() helperJeff King2-0/+72 2014-12-17fsck: notice .git case-insensitivelyJeff King2-1/+2 2014-12-17t1450: refactor ".", "..", and ".git" fsck testsJeff King1-30/+27 2014-12-17verify_dotfile(): reject .git case-insensitivelyJeff King2-2/+4