aboutsummaryrefslogtreecommitdiff
path: root/Documentation/misc-devices/max6875
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03docs: misc-devices: convert files without extension to ReSTMauro Carvalho Chehab1-110/+0
Those files are also text files. Convert them to ReST and add to the misc-files index.rst. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/b7dc829809673bd8cffe0e7bbe9c9308681c6fe2.1561756511.git.mchehab+samsung@kernel.org Signed-off-by: Greg Kroah-Hartman <[email protected]>
2015-09-18Doc:misc-devices: Fix typo in Documentation/misc-devicesMasanari Iida1-1/+1
This patch fix spelling typos in Documentation/misc-devices. Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2009-10-04max6875: Discard obsolete detect methodJean Delvare1-2/+4
There is no point in implementing a detect callback for the MAX6875, as this device can't be detected. It was there solely to handle "force" module parameters to instantiate devices, but now we have a better sysfs interface that can do the same. So we can get rid of the ugly module parameters and the detect callback. This basically divides the binary module size by 2. Signed-off-by: Jean Delvare <[email protected]> Acked-by: Wolfram Sang <[email protected]> Acked-by: Ben Gardner <[email protected]>
2009-10-04i2c: Move misc devices documentationJean Delvare1-0/+108
Some times ago the eeprom and max6875 drivers moved to drivers/misc/eeprom, but their documentation did not follow. It's finally time to get rid of Documentation/i2c/chips. Signed-off-by: Jean Delvare <[email protected]> Cc: Ben Gardner <[email protected]> Acked-by: Wolfram Sang <[email protected]>