i2c: Clarify which clients are auto-removed
[safe/jmp/linux-2.6] / drivers / i2c / i2c-core.c
2009-03-28 Jean Delvarei2c: Clarify which clients are auto-removed
2009-03-24 Ming LeiDriver core: implement uevent suppress in kobject
2009-02-24 Roel Kluini2c: Fix misplaced parentheses
2009-01-07 Kay Sieversi2c: Replace bus_id with dev_name(), dev_set_name()
2008-11-28 Jean Delvarei2c: Remove i2c clients in reverse order
2008-10-22 Anton Vorontsovi2c: Add info->archdata field
2008-10-14 Prakash Morthai2c: Restore i2c_smbus_process_call function
2008-10-14 David Brownelli2c: Do earlier driver model init
2008-10-14 David Brownelli2c: Guard against oopses from bad init sequences
2008-08-28 Jean Delvarei2c: Prevent log spam on some DVB adapters
2008-08-28 Marc Pignati2c: Fix device_init_wakeup place
2008-08-10 Jean Delvarei2c: Check for address business before creating clients
2008-08-10 Hans Verkuili2c: Fix NULL pointer dereference in i2c_new_probed_device
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_for_each_device...
2008-07-16 Jean Delvarei2c: Clear i2c_adapter.dev on adapter removal
2008-07-14 Jean Delvarei2c: Add detection capability to new-style drivers
2008-07-14 Jean Delvarei2c: Call client_unregister for new-style devices too
2008-07-14 Jon Smirli2c: Export the i2c_bus_type symbol
2008-07-14 Jean Delvarei2c: Simplify i2c_device_probe
2008-07-14 Jean Delvarei2c: Simplify i2c_del_driver()
2008-07-14 Matthias Kaehlckei2c: Use list_for_each_entry_safe
2008-07-14 David Brownelli2c: i2c_use_client() defends against NULL
2008-07-14 David Brownelli2c: Kerneldoc for most I/O calls
2008-07-14 Jean Delvarei2c: Delete unused function i2c_smbus_write_quick
2008-07-14 David Brownelli2c-core: Return -Errno, not -1
2008-07-14 Jean Delvarei2c-core: Remove needless include
2008-07-14 Dave Youngi2c: Use class_for_each_device
2008-05-18 Jean Delvarei2c: Kill the old driver matching scheme
2008-05-11 Jean Delvarei2c: Match dummy devices by type
2008-04-29 Jean Delvarei2c: Add support for device alias names
2008-04-22 Harvey Harrisoni2c: Replace remaining __FUNCTION__ occurrences
2008-04-19 Matthew WilcoxConvert asm/semaphore.h users to linux/semaphore.h
2008-03-23 Randy Dunlapi2c: Fix docbook problem
2008-03-12 Hans Verkuili2c: Keep client->driver and client->dev.driver in...
2008-01-27 David Brownelli2c: Add i2c_new_dummy() utility
2008-01-27 Jean Delvarei2c: Drop legacy locking in i2c_new_probed_device
2008-01-27 Jean Delvarei2c: Limit locking scope in i2c_detach_client
2008-01-27 David Brownelli2c-remove-redundant-i2c_client-list.patch
2008-01-27 David Brownelli2c: Stop using the redundant client list
2008-01-27 Mike Rapoporti2c: Support i2c_transfer in atomic contexts
2008-01-27 Jean Delvarei2c: Rename main mutex
2008-01-27 Jean Delvarei2c: Drop redundant i2c_driver.list
2008-01-27 Jean Delvarei2c: Drop redundant i2c_adapter.list
2008-01-27 Jean Delvarei2c: Change prototypes of refcounting functions
2008-01-27 Jean Delvarei2c: Use the driver model reference counting
2008-01-27 Mark M. Hoffmani2c: Constify client address data
2007-11-15 Jean Delvarei2c: Make i2c_check_addr static
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-13 David Brownelli2c: Remove i2c_algorithm.algo_control()
2007-10-13 David Brownelli2c: Document struct i2c_msg
2007-10-13 Adrian Bunki2c-core: Make some code static
2007-10-13 David Brownelli2c: New-style devices can support driver model wakeup...
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-07-19 Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-07-19 Jean Delvarei2c: Delete the i2c-isa pseudo bus driver
2007-07-12 Jean Delvarei2c: Fix the i2c_smbus_read_i2c_block_data() prototype
2007-07-12 David Brownelli2c: Add kernel documentation
2007-05-22 David Brownelli2c: Legacy i2c drivers shouldn't issue uevents
2007-05-01 Jean Delvarei2c: Restore i2c_smbus_read_block_data
2007-05-01 Jean Delvarei2c: Make i2c_del_driver a void function
2007-05-01 Jean Delvarei2c: Add i2c_new_probed_device()
2007-05-01 David Brownelli2c: i2c EXPORT_SYMBOL cleanup
2007-05-01 David Brownelli2c: Add i2c_add_numbered_adapter()
2007-05-01 David Brownelli2c: Add i2c_board_info and i2c_new_device()
2007-05-01 David Brownelli2c: i2c stack can remove()
2007-05-01 David Brownelli2c: i2c stack can probe()
2007-05-01 Jean Delvarei2c: Emulate SMBus block read over I2C
2007-05-01 David Brownelli2c: Rename dev_to_i2c_adapter()
2007-05-01 David Brownelli2c: Class attribute cleanup
2007-05-01 David Brownelli2c: i2c_register_driver() cleanup
2007-05-01 Jean Delvarei2c: i2c_adapter devices need no driver
2007-05-01 Jean Delvarei2c: Kill i2c_adapter.class_dev
2007-02-13 Jean Delvarei2c: Remove the warning on missing adapter device
2007-02-13 David Brownelli2c: Add driver suspend/resume/shutdown support
2007-02-13 Jean Delvarei2c: completion header cleanups
2007-01-04 David Brownelli2c: Migration aids for i2c_adapter.dev removal
2006-12-10 Jean Delvarei2c: Use the __ATTR macro where possible
2006-12-10 David Brownelli2c: Whitespace cleanups
2006-12-10 Jiri Kosinai2c: Add support for nested i2c bus locking
2006-09-30 Jean Delvare[PATCH] i2c: Prevent deadlock on i2c client registration
2006-09-26 Jean Delvarei2c: Warn on i2c client creation failure
2006-09-26 Jean Delvarei2c-core: Drop useless bitmaskings
2006-09-26 Jean Delvarei2c: __must_check fixes (core drivers)
2006-07-12 Mark M. Hoffman[PATCH] i2c: Fix 'ignore' module parameter handling...
2006-06-22 Krzysztof Halasa[PATCH] i2c: Mark block write buffers as const
2006-03-23 Jean Delvare[PATCH] i2c: Optimize core_lists mutex usage
2006-03-23 Ingo Molnar[PATCH] i2c: Semaphore to mutex conversions, part 2
2006-03-23 Jean Delvare[PATCH] i2c: Speed up block transfers
2006-03-23 Arjan van de Ven[PATCH] I2C: Convert i2c to mutexes
2006-02-06 Jean Delvare[PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.
2006-01-13 Russell King[PATCH] Add i2c_bus_type probe and remove methods
2006-01-06 Jean Delvare[PATCH] i2c: I2C_DF_NOTIFY removal comment cleanups
2006-01-06 Greg Kroah-Hartman[PATCH] I2C: Make i2c_add_driver automatically set...
2006-01-06 Laurent Riffard[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 3 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 2 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Rework client usage count, 1 of 3
2006-01-06 Jean Delvare[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-10-28 Jean Delvare[PATCH] i2c: SMBus PEC support rewrite, 2 of 3
next