Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f9ef817ac4793fb0fa19961620afd475701f057f
/
drivers
/
i2c
/
i2c-dev.c
ab89573
i2c: fix kernel memory disclosure in dev interface
by Vlad Tsyrklevich
· 8 years ago
5136ed4
i2c-dev: don't get i2c adapter via i2c_dev
by viresh kumar
· 8 years ago
e6be18f
i2c: dev: use after free in detach
by Dan Carpenter
· 8 years ago
72a71f8
i2c: dev: don't start function name with 'return'
by Wolfram Sang
· 8 years ago
d6760b1
i2c: dev: switch from register_chrdev to cdev API
by Erico Nunes
· 9 years ago
a876607
i2c: i2c-dev: sort includes
by Wolfram Sang
· 9 years ago
9e685c8
i2c-dev: Fix I2C_SLAVE ioctl comment
by Jean Delvare
· 9 years ago
c57d3e7
i2c-dev: Fix typo in ioctl name reference
by Jean Delvare
· 9 years ago
ca1f8da
i2c: remove FSF address
by Wolfram Sang
· 10 years ago
45f176a
i2c: i2c-dev: Create 'name' attribute automatically
by Guenter Roeck
· 11 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
838bfa6
i2c-dev: Add support for I2C_M_RECV_LEN
by Jean Delvare
· 12 years ago
5694f8a
i2c: Update the FSF address
by Jean Delvare
· 13 years ago
a699ed6f
i2c-dev: Use memdup_user
by Thomas Meyer
· 13 years ago
eff245c
i2c: Make i2cdev_notifier_call static
by Shubhrajyoti D
· 13 years ago
9ea3e94
i2c-dev: Use standard bus notification mechanism
by Jean Delvare
· 14 years ago
97cc4d4
i2c: Let i2c_parent_is_i2c_adapter return the parent adapter
by Jean Delvare
· 14 years ago
0826374
i2c: Multiplexed I2C bus core support
by Michael Lawnick
· 14 years ago
f1c2e33
i2c-dev: Use memdup_user
by Julia Lawall
· 14 years ago
35a56c5
i2c-dev: Remove unnecessary kmalloc casts
by Joe Perches
· 14 years ago
ae5624f
i2c-dev: Fix all coding style issues
by Farid Hammane
· 14 years ago
0be16c3
i2c-dev: Remove unnecessary casts
by H Hartley Sweeten
· 14 years ago
9669f54
i2c: Remove big kernel lock from i2cdev_open
by Vincent Sanders
· 15 years ago
cd97f39
i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT
by Jean Delvare
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
e74783e
i2c-dev: Return correct error code on class_create() failure
by Sven Wegener
· 16 years ago
2ce5b34
i2c: correct some size_t printk formats
by David Brownell
· 16 years ago
1cc4376
device create: i2c: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
dc221ea
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
by Linus Torvalds
· 16 years ago
f6a7110
i2c-dev: Delete empty detach_client callback
by Jean Delvare
· 16 years ago
77e38bf
i2c: Push ioctl BKL down into the i2c code
by Alan Cox
· 16 years ago
3db633e
i2c: cdev lock_kernel() pushdown
by Jonathan Corbet
· 16 years ago
dba7997
i2c-dev: Split i2cdev_ioctl
by Jean Delvare
· 17 years ago
9b766b8
i2c: Stop using the redundant client list
by David Brownell
· 17 years ago
96acafe
i2c: Spelling fixes
by Joe Perches
· 17 years ago
bd4217d
i2c-dev: Unbound new-style i2c clients aren't busy
by Jean Delvare
· 17 years ago
907135a
i2c-dev: "how does it work" comments
by David Brownell
· 17 years ago
53be795
i2c: Remove i2c_algorithm.algo_control()
by David Brownell
· 17 years ago
e265cfa
i2c-dev: Reject I2C_M_RECV_LEN
by David Brownell
· 17 years ago
4b2643d
i2c: Fix the i2c_smbus_read_i2c_block_data() prototype
by Jean Delvare
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
2b8693c
[PATCH] mark struct file_operations const 3
by Arjan van de Ven
· 18 years ago
07125ab
i2c: Refactor a kfree in i2c-dev
by Jean Delvare
· 18 years ago
3bacb36
i2c: Fix return value check in i2c-dev
by Akinobu Mita
· 18 years ago
438d6c2
i2c: Whitespace cleanups
by David Brownell
· 18 years ago
2c003e8
i2c: Use put_user instead of copy_to_user where possible
by Jean Delvare
· 18 years ago
cba0a12
[PATCH] struct path: convert i2c-drivers
by Josef Sipek
· 18 years ago
ac11d06
I2C: convert i2c-dev to use struct device instead of struct class_device
by Greg Kroah-Hartman
· 18 years ago
b32d20d
i2c-dev: attach/detach_adapter cleanups
by Jean Delvare
· 18 years ago
defcb46
i2c: __must_check fixes, i2c-dev
by Jean Delvare
· 18 years ago
22f76e7
i2c-dev: Drop the client template
by Jean Delvare
· 18 years ago
f3b3aad
i2c-dev: Use a list for data storage
by Jean Delvare
· 18 years ago
9455e4c
i2c-dev: Cleanups
by Jean Delvare
· 18 years ago
4941b39
[PATCH] I2C: I2C controllers go into right place on sysfs
by David Brownell
· 18 years ago
d564bae
[PATCH] i2c: drop empty i2c_driver.command implementations
by Laurent Riffard
· 19 years ago
79472132
[PATCH] I2C: move i2c-dev to use dynamic class devices
by Greg Kroah-Hartman
· 19 years ago
2b48716
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
35d8b2e
[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11
by Laurent Riffard
· 19 years ago
8a99475
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
by Jean Delvare
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
0dc9a32
[PATCH] I2C: remove devfs support from i2c-dev driver
by Greg Kroah-Hartman
· 19 years ago
5263ebb
[PATCH] i2c: kzalloc conversion, other drivers
by Deepak Saxena
· 19 years ago
e8aafcb
[PATCH] i2c: Cleanup i2c-dev ioctl debug message
by Jean Delvare
· 19 years ago
b6d7b3d
[PATCH] I2C: Improve core debugging messages
by Jean Delvare
· 19 years ago
d68a861
[PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c
by Tobias Klauser
· 19 years ago
f0bb60e
[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup
by Alexey Dobriyan
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago