i2c: Document the message size limit
[safe/jmp/linux-2.6] / drivers / i2c / i2c-core.c
2010-03-02 Zhangfei Gaoi2c: Document the message size limit
2010-03-02 Mark Browni2c: Hook up runtime PM support
2010-01-16 Thadeu Lima de Sou... i2c: Do not use device name after device_unregister
2010-01-16 Tobias Klauseri2c-core: Storage class should be before const qualifier
2009-12-14 sonic zhangi2c-core: i2c bus should support PM entries in struct...
2009-12-14 Jean Delvarei2c: Get rid of struct i2c_client_address_data
2009-12-14 Jean Delvarei2c: Drop the kind parameter from detect callbacks
2009-12-06 Jean Delvarei2c: Refactor for_each callbacks
2009-12-06 Jean Delvarei2c: Simplify i2c_detect_address
2009-12-06 Jean Delvarei2c: Drop probe, ignore and force module parameters
2009-12-06 Mika Kuoppalai2c: Prevent priority inversion on top of bus lock
2009-11-26 Jean Delvarei2c: Fix userspace_device list corruption
2009-09-18 Jean Delvarei2c: Provide compatibility links for i2c adapters
2009-09-18 Jean Delvarei2c: Convert i2c adapters to bus devices
2009-09-18 Jean Delvarei2c: Convert i2c clients to a device type
2009-06-19 Rodolfo Giomettii2c: Use rwsem instead of mutex for board info
2009-06-19 Jean Delvarei2c: Add a sysfs interface to instantiate devices
2009-06-19 Jean Delvarei2c: Limit core locking to the necessary sections
2009-06-19 Jean Delvarei2c: Kill the redundant client list
2009-06-19 Jean Delvarei2c: Kill is_newstyle_driver
2009-06-19 Jean Delvarei2c: Merge i2c_attach_client into i2c_new_device
2009-06-19 Jean Delvarei2c: Drop i2c_probe function
2009-06-19 Jean Delvarei2c: Get rid of the legacy binding model
2009-06-19 Jean Delvarei2c: Kill client_register and client_unregister methods
2009-06-15 Jean Delvarei2c: Do not give adapters a default parent
2009-06-15 Clifford Wolfi2c: Retry automatically on arbitration loss
2009-06-15 Jack Stonei2c: Remove void casts
2009-04-13 Jean Delvarei2c: Let new-style drivers implement attach_adapter
2009-03-28 Zhenwen Xui2c-core: Some style cleanups
2009-03-28 Jean Delvarei2c: Set a default timeout value for all adapters
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
next