aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell1-1/+58
2008-01-27i2c: Drop legacy locking in i2c_new_probed_deviceJean Delvare1-2/+0
2008-01-27i2c: Limit locking scope in i2c_detach_clientJean Delvare1-1/+2
2008-01-27i2c-remove-redundant-i2c_client-list.patchDavid Brownell1-14/+8
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-32/+46
2008-01-27i2c: Support i2c_transfer in atomic contextsMike Rapoport1-1/+11
2008-01-27i2c: Rename main mutexJean Delvare1-15/+15
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare1-23/+35
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare1-14/+10
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-4/+20
2008-01-27i2c: Use the driver model reference countingJean Delvare1-44/+2
2008-01-27i2c: Constify client address dataMark M. Hoffman1-2/+2
2007-11-15i2c: Make i2c_check_addr staticJean Delvare1-2/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell1-22/+0
2007-10-13i2c: Document struct i2c_msgDavid Brownell1-1/+16
2007-10-13i2c-core: Make some code staticAdrian Bunk1-4/+3
2007-10-13i2c: New-style devices can support driver model wakeup flagsDavid Brownell1-1/+3
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-6/+2
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-2/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare1-2/+0
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-5/+7
2007-07-12i2c: Add kernel documentationDavid Brownell1-0/+13
2007-05-22i2c: Legacy i2c drivers shouldn't issue ueventsDavid Brownell1-2/+3
2007-05-01i2c: Restore i2c_smbus_read_block_dataJean Delvare1-0/+16
2007-05-01i2c: Make i2c_del_driver a void functionJean Delvare1-9/+3
2007-05-01i2c: Add i2c_new_probed_device()Jean Delvare1-0/+63
2007-05-01i2c: i2c EXPORT_SYMBOL cleanupDavid Brownell1-36/+28
2007-05-01i2c: Add i2c_add_numbered_adapter()David Brownell1-26/+100
2007-05-01i2c: Add i2c_board_info and i2c_new_device()David Brownell1-4/+86
2007-05-01i2c: i2c stack can remove()David Brownell1-4/+61
2007-05-01i2c: i2c stack can probe()David Brownell1-42/+99
2007-05-01i2c: Emulate SMBus block read over I2CJean Delvare1-8/+26
2007-05-01i2c: Rename dev_to_i2c_adapter()David Brownell1-2/+2
2007-05-01i2c: Class attribute cleanupDavid Brownell1-17/+13
2007-05-01i2c: i2c_register_driver() cleanupDavid Brownell1-4/+3
2007-05-01i2c: i2c_adapter devices need no driverJean Delvare1-13/+1
2007-05-01i2c: Kill i2c_adapter.class_devJean Delvare1-33/+1
2007-02-13i2c: Remove the warning on missing adapter deviceJean Delvare1-3/+2
2007-02-13i2c: Add driver suspend/resume/shutdown supportDavid Brownell1-21/+44
2007-02-13i2c: completion header cleanupsJean Delvare1-0/+1
2007-01-04i2c: Migration aids for i2c_adapter.dev removalDavid Brownell1-4/+24
2006-12-10i2c: Use the __ATTR macro where possibleJean Delvare1-7/+4
2006-12-10i2c: Whitespace cleanupsDavid Brownell1-27/+27
2006-12-10i2c: Add support for nested i2c bus lockingJiri Kosina1-1/+1
2006-09-30[PATCH] i2c: Prevent deadlock on i2c client registrationJean Delvare1-12/+13
2006-09-26i2c: Warn on i2c client creation failureJean Delvare1-2/+7
2006-09-26i2c-core: Drop useless bitmaskingsJean Delvare1-5/+5
2006-09-26i2c: __must_check fixes (core drivers)Jean Delvare1-10/+43
2006-07-12[PATCH] i2c: Fix 'ignore' module parameter handling in i2c-coreMark M. Hoffman1-2/+2