summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2008-05-11i2c: Match dummy devices by typeJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-03-23i2c: Fix docbook problemRandy Dunlap
2008-03-12i2c: Keep client->driver and client->dev.driver in syncHans Verkuil
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell
2008-01-27i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare
2008-01-27i2c: Limit locking scope in i2c_detach_clientJean Delvare
2008-01-27i2c-remove-redundant-i2c_client-list.patchDavid Brownell
2008-01-27i2c: Stop using the redundant client listDavid Brownell
2008-01-27i2c: Support i2c_transfer in atomic contextsMike Rapoport
2008-01-27i2c: Rename main mutexJean Delvare
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare
2008-01-27i2c: Use the driver model reference countingJean Delvare
2008-01-27i2c: Constify client address dataMark M. Hoffman
2007-11-15i2c: Make i2c_check_addr staticJean Delvare
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell
2007-10-13i2c: Document struct i2c_msgDavid Brownell
2007-10-13i2c-core: Make some code staticAdrian Bunk
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare
2007-07-12i2c: Add kernel documentationDavid Brownell
2007-05-22i2c: Legacy i2c drivers shouldn't issue ueventsDavid Brownell
2007-05-01i2c: Restore i2c_smbus_read_block_dataJean Delvare
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare
2007-05-01i2c: Add i2c_new_probed_device()Jean Delvare
2007-05-01i2c: i2c EXPORT_SYMBOL cleanupDavid Brownell
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell
2007-05-01i2c: i2c stack can remove()David Brownell
2007-05-01i2c: i2c stack can probe()David Brownell
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell
2007-05-01i2c: Class attribute cleanupDavid Brownell
2007-05-01i2c: i2c_register_driver() cleanupDavid Brownell
2007-05-01i2c: i2c_adapter devices need no driverJean Delvare
2007-05-01i2c: Kill i2c_adapter.class_devJean Delvare
2007-02-13i2c: Remove the warning on missing adapter deviceJean Delvare
2007-02-13i2c: Add driver suspend/resume/shutdown supportDavid Brownell
2007-02-13i2c: completion header cleanupsJean Delvare
2007-01-04i2c: Migration aids for i2c_adapter.dev removalDavid Brownell
2006-12-10i2c: Use the __ATTR macro where possibleJean Delvare
2006-12-10i2c: Whitespace cleanupsDavid Brownell