Commit Graph

111 Commits (2a9df5055a99df25533daf4041fdb99f0ed3463c)

Author SHA1 Message Date
Jean Delvare 4329cf8613 i2c: Prevent log spam on some DVB adapters 17 years ago
Marc Pignat ee35425c8e i2c: Fix device_init_wakeup place 17 years ago
Jean Delvare c1159f9e89 i2c: Check for address business before creating clients 17 years ago
Hans Verkuil b25b791b13 i2c: Fix NULL pointer dereference in i2c_new_probed_device 17 years ago
Greg Kroah-Hartman 93562b5376 Driver Core: add ability for class_for_each_device to start in middle of list 17 years ago
Jean Delvare bd4bc3dbde i2c: Clear i2c_adapter.dev on adapter removal 17 years ago
Jean Delvare 4735c98f84 i2c: Add detection capability to new-style drivers 17 years ago
Jean Delvare 8508159e2f i2c: Call client_unregister for new-style devices too 17 years ago
Jon Smirl e9ca9eb9d7 i2c: Export the i2c_bus_type symbol 17 years ago
Jean Delvare e0457442fd i2c: Simplify i2c_device_probe 17 years ago
Jean Delvare f7050bd716 i2c: Simplify i2c_del_driver() 17 years ago
Matthias Kaehlcke 6a03cd9311 i2c: Use list_for_each_entry_safe 17 years ago
David Brownell 6ea438ec8d i2c: i2c_use_client() defends against NULL 17 years ago
David Brownell a1cdedac63 i2c: Kerneldoc for most I/O calls 17 years ago
Jean Delvare 67c2e66571 i2c: Delete unused function i2c_smbus_write_quick 17 years ago
David Brownell 24a5bb7b18 i2c-core: Return -Errno, not -1 17 years ago
Jean Delvare 75415490d6 i2c-core: Remove needless include 17 years ago
Dave Young 7f101a9786 i2c: Use class_for_each_device 17 years ago
Jean Delvare eb8a790809 i2c: Kill the old driver matching scheme 17 years ago
Jean Delvare 60b129d7bf i2c: Match dummy devices by type 17 years ago
Jean Delvare d2653e9273 i2c: Add support for device alias names 17 years ago
Harvey Harrison 08882d2093 i2c: Replace remaining __FUNCTION__ occurrences 17 years ago
Matthew Wilcox 6188e10d38 Convert asm/semaphore.h users to linux/semaphore.h 17 years ago
Randy Dunlap 8c07e46f39 i2c: Fix docbook problem 17 years ago
Hans Verkuil 50c3304a5e i2c: Keep client->driver and client->dev.driver in sync 17 years ago
David Brownell e9f1373b64 i2c: Add i2c_new_dummy() utility 17 years ago
Jean Delvare 0b987dcd3a i2c: Drop legacy locking in i2c_new_probed_device 17 years ago
Jean Delvare 9ddced16bb i2c: Limit locking scope in i2c_detach_client 17 years ago
David Brownell 86ec5ec872 i2c-remove-redundant-i2c_client-list.patch 17 years ago
David Brownell 9b766b814d i2c: Stop using the redundant client list 17 years ago
Mike Rapoport cea443a81c i2c: Support i2c_transfer in atomic contexts 17 years ago
Jean Delvare caada32afe i2c: Rename main mutex 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
Jan Engelhardt 96de0e252c Convert files to UTF-8 and some cleanups 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
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 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
David Brownell d64f73be1b i2c: Add kernel documentation 18 years ago
David Brownell de81d2aaeb i2c: Legacy i2c drivers shouldn't issue uevents 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