Commit Graph

77 Commits (fc9b52cd8f5f459b88adcf67c47668425ae31a78)

Author SHA1 Message Date
David Brownell e9f1373b64 i2c: Add i2c_new_dummy() utility 17 years ago
David Brownell 9b766b814d i2c: Stop using the redundant client list 17 years ago
Jean Delvare 026526f5af i2c: Drop redundant i2c_driver.list 17 years ago
Jean Delvare 87c6c22945 i2c: Drop redundant i2c_adapter.list 17 years ago
Jean Delvare e48d33193d i2c: Change prototypes of refcounting functions 17 years ago
Jean Delvare bdc511f438 i2c: Use the driver model reference counting 17 years ago
Mark M. Hoffman bfb6df24fa i2c: Constify client address data 17 years ago
Jean Delvare 5e31c2bd3c i2c: Make i2c_check_addr static 17 years ago
David Brownell 6662cbb989 i2c: Rename the PEC functionality bit 18 years ago
David Brownell 08fb68bb4b i2c: Move i2c-dev interfaces to i2c-dev.h 18 years ago
David Brownell 53be795934 i2c: Remove i2c_algorithm.algo_control() 18 years ago
David Brownell a64ec07d3d i2c: Document struct i2c_msg 18 years ago
Adrian Bunk 83eaaed0d0 i2c-core: Make some code static 18 years ago
David Brownell 3bbb835d4c i2c: New-style devices can support driver model wakeup flags 18 years ago
Randy Dunlap aa3481d5e6 i2c.h kernel-doc additions 18 years ago
Jean Delvare e24b8cb4fa i2c: Delete the i2c-isa pseudo bus driver 18 years ago
Jean Delvare 4b2643d7d9 i2c: Fix the i2c_smbus_read_i2c_block_data() prototype 18 years ago
Mark M. Hoffman d75d53cd57 i2c: Fix sparse warning in i2c.h 18 years ago
David Brownell d64f73be1b i2c: Add kernel documentation 18 years ago
Jean Delvare b86a1bc8e3 i2c: Restore i2c_smbus_read_block_data 18 years ago
Jean Delvare b3e820968a i2c: Make i2c_del_driver a void function 18 years ago
Jean Delvare a97f1ed090 i2c: Move i2c-isa-only exported symbol declarations 18 years ago
Jean Delvare 12b5053ac5 i2c: Add i2c_new_probed_device() 18 years ago
David Brownell 6e13e64184 i2c: Add i2c_add_numbered_adapter() 18 years ago
David Brownell 9c1600eda4 i2c: Add i2c_board_info and i2c_new_device() 18 years ago
David Brownell a1d9e6e49f i2c: i2c stack can remove() 18 years ago
David Brownell 7b4fbc50fa i2c: i2c stack can probe() 18 years ago
Jean Delvare 209d27c3b1 i2c: Emulate SMBus block read over I2C 18 years ago
David Brownell ef2c8321f5 i2c: Rename dev_to_i2c_adapter() 18 years ago
David Brownell 2096b956d2 i2c: Shrink struct i2c_client 18 years ago
Jean Delvare b31366f439 i2c: i2c_adapter devices need no driver 18 years ago
Jean Delvare fccb56e4d8 i2c: Kill i2c_adapter.class_dev 18 years ago
David Brownell f37dd80ac2 i2c: Add driver suspend/resume/shutdown support 18 years ago
David Brownell 438d6c2c01 i2c: Whitespace cleanups 18 years ago
Jiri Kosina 6ea23039cb i2c: Add support for nested i2c bus locking 18 years ago
Jean Delvare 6d3aae9d74 i2c: Drop unimplemented slave functions 19 years ago
David Brownell af71ff690b i2c: Let drivers constify i2c_algorithm data 19 years ago
Jean Delvare 8ced8eee85 [PATCH] i2c-powermac: Fix master_xfer return value 19 years ago
Krzysztof Halasa 46f5ed753f [PATCH] i2c: Mark block write buffers as const 19 years ago
David Woodhouse a1b9298e55 Sanitise linux/i2c.h for userspace consumption 19 years ago
Ingo Molnar 5c085d369c [PATCH] i2c: Semaphore to mutex conversions, part 2 19 years ago
Jean Delvare 21bbd69182 [PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data. 19 years ago
Greg Kroah-Hartman de59cf9ed4 [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner 19 years ago
Laurent Riffard 35d8b2e6b8 [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 19 years ago
Jean Delvare 482c788ded [PATCH] i2c: i2c_get_client is gone 19 years ago
Jean Delvare cf02df7702 [PATCH] i2c: Rework client usage count, 3 of 3 19 years ago
Jean Delvare cde7859bda [PATCH] i2c: Rework client usage count, 2 of 3 19 years ago
Jean Delvare cb748fb201 [PATCH] i2c: Rework client usage count, 1 of 3 19 years ago
Jean Delvare 5d7b851dcc [PATCH] i2c: Drop i2c_driver.flags, 3 of 3 19 years ago
Jean Delvare 8a9947552d [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 19 years ago