| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: Add i2c_new_dummy() utility | David Brownell | 2008-01-27 | 1 | -1/+58 |
* | i2c: Drop legacy locking in i2c_new_probed_device | Jean Delvare | 2008-01-27 | 1 | -2/+0 |
* | i2c: Limit locking scope in i2c_detach_client | Jean Delvare | 2008-01-27 | 1 | -1/+2 |
* | i2c-remove-redundant-i2c_client-list.patch | David Brownell | 2008-01-27 | 1 | -14/+8 |
* | i2c: Stop using the redundant client list | David Brownell | 2008-01-27 | 1 | -32/+46 |
* | i2c: Support i2c_transfer in atomic contexts | Mike Rapoport | 2008-01-27 | 1 | -1/+11 |
* | i2c: Rename main mutex | Jean Delvare | 2008-01-27 | 1 | -15/+15 |
* | i2c: Drop redundant i2c_driver.list | Jean Delvare | 2008-01-27 | 1 | -23/+35 |
* | i2c: Drop redundant i2c_adapter.list | Jean Delvare | 2008-01-27 | 1 | -14/+10 |
* | i2c: Change prototypes of refcounting functions | Jean Delvare | 2008-01-27 | 1 | -4/+20 |
* | i2c: Use the driver model reference counting | Jean Delvare | 2008-01-27 | 1 | -44/+2 |
* | i2c: Constify client address data | Mark M. Hoffman | 2008-01-27 | 1 | -2/+2 |
* | i2c: Make i2c_check_addr static | Jean Delvare | 2007-11-15 | 1 | -2/+1 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 1 | -1/+1 |
* | i2c: Remove i2c_algorithm.algo_control() | David Brownell | 2007-10-13 | 1 | -22/+0 |
* | i2c: Document struct i2c_msg | David Brownell | 2007-10-13 | 1 | -1/+16 |
* | i2c-core: Make some code static | Adrian Bunk | 2007-10-13 | 1 | -4/+3 |
* | i2c: New-style devices can support driver model wakeup flags | David Brownell | 2007-10-13 | 1 | -1/+3 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -6/+2 |
* | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 | Linus Torvalds | 2007-07-19 | 1 | -2/+0 |
|\ |
|
| * | i2c: Delete the i2c-isa pseudo bus driver | Jean Delvare | 2007-07-19 | 1 | -2/+0 |
* | | i2c: Fix the i2c_smbus_read_i2c_block_data() prototype | Jean Delvare | 2007-07-12 | 1 | -5/+7 |
* | | i2c: Add kernel documentation | David Brownell | 2007-07-12 | 1 | -0/+13 |
|/ |
|
* | i2c: Legacy i2c drivers shouldn't issue uevents | David Brownell | 2007-05-22 | 1 | -2/+3 |
* | i2c: Restore i2c_smbus_read_block_data | Jean Delvare | 2007-05-01 | 1 | -0/+16 |
* | i2c: Make i2c_del_driver a void function | Jean Delvare | 2007-05-01 | 1 | -9/+3 |
* | i2c: Add i2c_new_probed_device() | Jean Delvare | 2007-05-01 | 1 | -0/+63 |
* | i2c: i2c EXPORT_SYMBOL cleanup | David Brownell | 2007-05-01 | 1 | -36/+28 |
* | i2c: Add i2c_add_numbered_adapter() | David Brownell | 2007-05-01 | 1 | -26/+100 |
* | i2c: Add i2c_board_info and i2c_new_device() | David Brownell | 2007-05-01 | 1 | -4/+86 |
* | i2c: i2c stack can remove() | David Brownell | 2007-05-01 | 1 | -4/+61 |
* | i2c: i2c stack can probe() | David Brownell | 2007-05-01 | 1 | -42/+99 |
* | i2c: Emulate SMBus block read over I2C | Jean Delvare | 2007-05-01 | 1 | -8/+26 |
* | i2c: Rename dev_to_i2c_adapter() | David Brownell | 2007-05-01 | 1 | -2/+2 |
* | i2c: Class attribute cleanup | David Brownell | 2007-05-01 | 1 | -17/+13 |
* | i2c: i2c_register_driver() cleanup | David Brownell | 2007-05-01 | 1 | -4/+3 |
* | i2c: i2c_adapter devices need no driver | Jean Delvare | 2007-05-01 | 1 | -13/+1 |
* | i2c: Kill i2c_adapter.class_dev | Jean Delvare | 2007-05-01 | 1 | -33/+1 |
* | i2c: Remove the warning on missing adapter device | Jean Delvare | 2007-02-13 | 1 | -3/+2 |
* | i2c: Add driver suspend/resume/shutdown support | David Brownell | 2007-02-13 | 1 | -21/+44 |
* | i2c: completion header cleanups | Jean Delvare | 2007-02-13 | 1 | -0/+1 |
* | i2c: Migration aids for i2c_adapter.dev removal | David Brownell | 2007-01-04 | 1 | -4/+24 |
* | i2c: Use the __ATTR macro where possible | Jean Delvare | 2006-12-10 | 1 | -7/+4 |
* | i2c: Whitespace cleanups | David Brownell | 2006-12-10 | 1 | -27/+27 |
* | i2c: Add support for nested i2c bus locking | Jiri Kosina | 2006-12-10 | 1 | -1/+1 |
* | [PATCH] i2c: Prevent deadlock on i2c client registration | Jean Delvare | 2006-09-30 | 1 | -12/+13 |
* | i2c: Warn on i2c client creation failure | Jean Delvare | 2006-09-26 | 1 | -2/+7 |
* | i2c-core: Drop useless bitmaskings | Jean Delvare | 2006-09-26 | 1 | -5/+5 |
* | i2c: __must_check fixes (core drivers) | Jean Delvare | 2006-09-26 | 1 | -10/+43 |
* | [PATCH] i2c: Fix 'ignore' module parameter handling in i2c-core | Mark M. Hoffman | 2006-07-12 | 1 | -2/+2 |