mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
c564e6ae6c
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> |
||
---|---|---|
.. | ||
include | ||
clock.c | ||
dev-fb.c | ||
dev-hsmmc1.c | ||
dev-hsmmc.c | ||
dev-i2c0.c | ||
dev-i2c1.c | ||
gpio-config.c | ||
gpio.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
pm-check.c | ||
pm.c | ||
pwm-clock.c | ||
time.c |