kernel-ark/drivers/i2c
Daniel Silverstone c564e6ae6c i2c-s3c2410: Simplify bus frequency calculation
The platform data for the i2c-s3c2410 driver used to allow a min,
max and desired frequency for the I2C bus. This patch reduces it
to simply a desired frequency ceiling and corrects all the uses
of the platform data appropriately.

This means, for example, that on a system with a 66MHz fclk, a
request for 100KHz will achieve 65KHz which is safe and
acceptable, rather than 378KHz which it would have achieved
without this change.

Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk>
[ben-linux@fluff.org: tidy subject and description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-04-07 10:18:33 +01:00
..
algos i2c: Delete unused i2c-algo-sgi helper module 2009-04-06 18:12:25 +02:00
busses i2c-s3c2410: Simplify bus frequency calculation 2009-04-07 10:18:33 +01:00
chips Move the pcf8591 driver to hwmon 2009-03-30 21:46:43 +02:00
i2c-boardinfo.c
i2c-core.c i2c-core: Some style cleanups 2009-03-28 21:34:46 +01:00
i2c-core.h
i2c-dev.c i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT 2009-02-24 19:19:49 +01:00
Kconfig i2c: Let users select algorithm drivers manually again 2008-08-10 22:56:15 +02:00
Makefile