Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c84b564e82777b00ab48178a88bc533ba62b9922
/
drivers
/
i2c
/
i2c-core.c
2bb5095
i2c: Provide compatibility links for i2c adapters
by Jean Delvare
· 15 years ago
4f8cf82
i2c: Convert i2c adapters to bus devices
by Jean Delvare
· 15 years ago
51298d1
i2c: Convert i2c clients to a device type
by Jean Delvare
· 15 years ago
f18c41d
i2c: Use rwsem instead of mutex for board info
by Rodolfo Giometti
· 15 years ago
99cd8e2
i2c: Add a sysfs interface to instantiate devices
by Jean Delvare
· 15 years ago
35fc37f
i2c: Limit core locking to the necessary sections
by Jean Delvare
· 15 years ago
e549c2b
i2c: Kill the redundant client list
by Jean Delvare
· 15 years ago
1e40ac1
i2c: Kill is_newstyle_driver
by Jean Delvare
· 15 years ago
f8a227e
i2c: Merge i2c_attach_client into i2c_new_device
by Jean Delvare
· 15 years ago
36789b5
i2c: Drop i2c_probe function
by Jean Delvare
· 15 years ago
729d6dd
i2c: Get rid of the legacy binding model
by Jean Delvare
· 15 years ago
352da98
i2c: Kill client_register and client_unregister methods
by Jean Delvare
· 15 years ago
c52cf01
i2c: Do not give adapters a default parent
by Jean Delvare
· 15 years ago
66b650f
i2c: Retry automatically on arbitration loss
by Clifford Wolf
· 15 years ago
1cf92b4
i2c: Remove void casts
by Jack Stone
· 15 years ago
9352986
i2c: Let new-style drivers implement attach_adapter
by Jean Delvare
· 16 years ago
09b8ce0
i2c-core: Some style cleanups
by Zhenwen Xu
· 16 years ago
8fcfef6
i2c: Set a default timeout value for all adapters
by Jean Delvare
· 16 years ago
acec211
i2c: Clarify which clients are auto-removed
by Jean Delvare
· 16 years ago
f67f129
Driver core: implement uevent suppress in kobject
by Ming Lei
· 16 years ago
f29d2e0
i2c: Fix misplaced parentheses
by Roel Kluin
· 16 years ago
27d9c18
i2c: Replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
79b93e1
i2c: Remove i2c clients in reverse order
by Jean Delvare
· 16 years ago
11f1f2a
i2c: Add info->archdata field
by Anton Vorontsov
· 16 years ago
596c88f
i2c: Restore i2c_smbus_process_call function
by Prakash Mortha
· 16 years ago
a10f9e7
i2c: Do earlier driver model init
by David Brownell
· 16 years ago
1d0b19c
i2c: Guard against oopses from bad init sequences
by David Brownell
· 16 years ago
4329cf8
i2c: Prevent log spam on some DVB adapters
by Jean Delvare
· 16 years ago
ee35425
i2c: Fix device_init_wakeup place
by Marc Pignat
· 16 years ago
c1159f9
i2c: Check for address business before creating clients
by Jean Delvare
· 16 years ago
b25b791
i2c: Fix NULL pointer dereference in i2c_new_probed_device
by Hans Verkuil
· 16 years ago
93562b5
Driver Core: add ability for class_for_each_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
bd4bc3d
i2c: Clear i2c_adapter.dev on adapter removal
by Jean Delvare
· 16 years ago
4735c98
i2c: Add detection capability to new-style drivers
by Jean Delvare
· 16 years ago
8508159
i2c: Call client_unregister for new-style devices too
by Jean Delvare
· 16 years ago
e9ca9eb
i2c: Export the i2c_bus_type symbol
by Jon Smirl
· 16 years ago
e045744
i2c: Simplify i2c_device_probe
by Jean Delvare
· 16 years ago
f7050bd
i2c: Simplify i2c_del_driver()
by Jean Delvare
· 16 years ago
6a03cd9
i2c: Use list_for_each_entry_safe
by Matthias Kaehlcke
· 16 years ago
6ea438e
i2c: i2c_use_client() defends against NULL
by David Brownell
· 16 years ago
a1cdeda
i2c: Kerneldoc for most I/O calls
by David Brownell
· 16 years ago
67c2e66
i2c: Delete unused function i2c_smbus_write_quick
by Jean Delvare
· 16 years ago
24a5bb7
i2c-core: Return -Errno, not -1
by David Brownell
· 16 years ago
7541549
i2c-core: Remove needless include
by Jean Delvare
· 16 years ago
7f101a9
i2c: Use class_for_each_device
by Dave Young
· 16 years ago
eb8a790
i2c: Kill the old driver matching scheme
by Jean Delvare
· 16 years ago
60b129d
i2c: Match dummy devices by type
by Jean Delvare
· 16 years ago
d2653e9
i2c: Add support for device alias names
by Jean Delvare
· 17 years ago
08882d2
i2c: Replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
8c07e46
i2c: Fix docbook problem
by Randy Dunlap
· 17 years ago
50c3304
i2c: Keep client->driver and client->dev.driver in sync
by Hans Verkuil
· 17 years ago
e9f1373
i2c: Add i2c_new_dummy() utility
by David Brownell
· 17 years ago
0b987dc
i2c: Drop legacy locking in i2c_new_probed_device
by Jean Delvare
· 17 years ago
9ddced1
i2c: Limit locking scope in i2c_detach_client
by Jean Delvare
· 17 years ago
86ec5ec
i2c-remove-redundant-i2c_client-list.patch
by David Brownell
· 17 years ago
9b766b8
i2c: Stop using the redundant client list
by David Brownell
· 17 years ago
cea443a
i2c: Support i2c_transfer in atomic contexts
by Mike Rapoport
· 17 years ago
caada32
i2c: Rename main mutex
by Jean Delvare
· 17 years ago
026526f
i2c: Drop redundant i2c_driver.list
by Jean Delvare
· 17 years ago
87c6c22
i2c: Drop redundant i2c_adapter.list
by Jean Delvare
· 17 years ago
e48d331
i2c: Change prototypes of refcounting functions
by Jean Delvare
· 17 years ago
bdc511f
i2c: Use the driver model reference counting
by Jean Delvare
· 17 years ago
bfb6df2
i2c: Constify client address data
by Mark M. Hoffman
· 17 years ago
5e31c2b
i2c: Make i2c_check_addr static
by Jean Delvare
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
53be795
i2c: Remove i2c_algorithm.algo_control()
by David Brownell
· 17 years ago
a64ec07
i2c: Document struct i2c_msg
by David Brownell
· 17 years ago
83eaaed
i2c-core: Make some code static
by Adrian Bunk
· 17 years ago
3bbb835
i2c: New-style devices can support driver model wakeup flags
by David Brownell
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
40b42f1
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
by Linus Torvalds
· 17 years ago
e24b8cb
i2c: Delete the i2c-isa pseudo bus driver
by Jean Delvare
· 17 years ago
4b2643d
i2c: Fix the i2c_smbus_read_i2c_block_data() prototype
by Jean Delvare
· 17 years ago
d64f73b
i2c: Add kernel documentation
by David Brownell
· 17 years ago
de81d2a
i2c: Legacy i2c drivers shouldn't issue uevents
by David Brownell
· 17 years ago
b86a1bc
i2c: Restore i2c_smbus_read_block_data
by Jean Delvare
· 18 years ago
b3e8209
i2c: Make i2c_del_driver a void function
by Jean Delvare
· 18 years ago
12b5053
i2c: Add i2c_new_probed_device()
by Jean Delvare
· 18 years ago
c056460
i2c: i2c EXPORT_SYMBOL cleanup
by David Brownell
· 18 years ago
6e13e64
i2c: Add i2c_add_numbered_adapter()
by David Brownell
· 18 years ago
9c1600e
i2c: Add i2c_board_info and i2c_new_device()
by David Brownell
· 18 years ago
a1d9e6e
i2c: i2c stack can remove()
by David Brownell
· 18 years ago
7b4fbc5
i2c: i2c stack can probe()
by David Brownell
· 18 years ago
209d27c
i2c: Emulate SMBus block read over I2C
by Jean Delvare
· 18 years ago
ef2c832
i2c: Rename dev_to_i2c_adapter()
by David Brownell
· 18 years ago
16ffadf
i2c: Class attribute cleanup
by David Brownell
· 18 years ago
4ad4eac
i2c: i2c_register_driver() cleanup
by David Brownell
· 18 years ago
b31366f
i2c: i2c_adapter devices need no driver
by Jean Delvare
· 18 years ago
fccb56e
i2c: Kill i2c_adapter.class_dev
by Jean Delvare
· 18 years ago
fe2c8d5
i2c: Remove the warning on missing adapter device
by Jean Delvare
· 18 years ago
f37dd80
i2c: Add driver suspend/resume/shutdown support
by David Brownell
· 18 years ago
b8d6f45
i2c: completion header cleanups
by Jean Delvare
· 18 years ago
b119dc3
i2c: Migration aids for i2c_adapter.dev removal
by David Brownell
· 18 years ago
7b77d06
i2c: Use the __ATTR macro where possible
by Jean Delvare
· 18 years ago
438d6c2
i2c: Whitespace cleanups
by David Brownell
· 18 years ago
6ea2303
i2c: Add support for nested i2c bus locking
by Jiri Kosina
· 18 years ago
77ed74d
[PATCH] i2c: Prevent deadlock on i2c client registration
by Jean Delvare
· 18 years ago
114fd18
i2c: Warn on i2c client creation failure
by Jean Delvare
· 18 years ago
7eff82c
i2c-core: Drop useless bitmaskings
by Jean Delvare
· 18 years ago
Next »