11 Feb, 2016
1 commit
-
This path fix spelling typos found in Documentation/i2c.
Signed-off-by: Masanari Iida
Signed-off-by: Jonathan Corbet
08 Sep, 2014
1 commit
-
The example code provided with the i2c device interface documentation
won't compile since it uses the reserved word "register" to name a
variable.The compiler fails with this error message:
error: expected identifier or '(' before '=' token
__u8 register = 0x20; /* Device register to access */
^Rename the variable "register" to simply "reg" in the example code.
Another couple of typos has been fixed as well.
[Change "! =" to "!=".]Signed-off-by: Jose Alarcon Roldan
Signed-off-by: Randy Dunlap
Acked-by: Wolfram Sang
Signed-off-by: Linus Torvalds
14 Oct, 2008
2 commits
-
I wrote this explanation to answer a question on the i2c mailing list,
and thought it would be good to have in the kernel documentation.Signed-off-by: Jean Delvare
-
* Clarify some points.
* Point developers to i2c-tools instead of lm_sensors.
* Fix coding style in code examples.Signed-off-by: Jean Delvare
14 Oct, 2007
1 commit
-
Rename I2C_FUNC_SMBUS_HWPEC_CALC as I2C_FUNC_SMBUS_PEC, and list that
functionality as always available through the software implementation.
Update documentation accordingly (and list similar requirements).The way it's currently packaged doesn't present the capability in a
useful way.Signed-off-by: David Brownell
Signed-off-by: Jean Delvare
12 Jul, 2005
2 commits
-
Upon suggestion by Nils Roeder, here is an update to the i2c
documentation to clarify which header files user-space applications
relying on the i2c-dev interface should include.Signed-off-by: Jean Delvare
Signed-off-by: Greg Kroah-Hartman -
Fix documentation to match code in include/linux/i2c-dev.h
Signed-off-by: Jan Veldeman
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!