summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-dev.c
Commit message (Expand)AuthorAge
* i2c: dev: use after free in detachDan Carpenter2016-05-28
* i2c: dev: don't start function name with 'return'Wolfram Sang2016-05-27
* i2c: dev: switch from register_chrdev to cdev APIErico Nunes2016-05-26
* i2c: i2c-dev: sort includesWolfram Sang2016-02-20
* i2c-dev: Fix I2C_SLAVE ioctl commentJean Delvare2015-10-23
* i2c-dev: Fix typo in ioctl name referenceJean Delvare2015-10-23
* i2c: remove FSF addressWolfram Sang2014-11-07
* i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck2013-09-30
* new helper: file_inode(file)Al Viro2013-02-22
* i2c-dev: Add support for I2C_M_RECV_LENJean Delvare2012-05-30
* i2c: Update the FSF addressJean Delvare2012-03-26
* i2c-dev: Use memdup_userThomas Meyer2012-01-12
* i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-23
* i2c-dev: Use standard bus notification mechanismJean Delvare2011-03-20
* i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2010-10-24
* i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-11
* i2c-dev: Use memdup_userJulia Lawall2010-08-11
* i2c-dev: Remove unnecessary kmalloc castsJoe Perches2010-08-11
* i2c-dev: Fix all coding style issuesFarid Hammane2010-05-21
* i2c-dev: Remove unnecessary castsH Hartley Sweeten2010-05-21
* i2c: Remove big kernel lock from i2cdev_openVincent Sanders2009-12-06
* i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2009-02-24
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* i2c-dev: Return correct error code on class_create() failureSven Wegener2008-09-24
* i2c: correct some size_t printk formatsDavid Brownell2008-08-10
* device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-21
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-15
|\
| * i2c-dev: Delete empty detach_client callbackJean Delvare2008-07-14
| * i2c: Push ioctl BKL down into the i2c codeAlan Cox2008-07-14
* | i2c: cdev lock_kernel() pushdownJonathan Corbet2008-05-18
|/
* i2c-dev: Split i2cdev_ioctlJean Delvare2008-04-22
* i2c: Stop using the redundant client listDavid Brownell2008-01-27
* i2c: Spelling fixesJoe Perches2008-01-14
* i2c-dev: Unbound new-style i2c clients aren't busyJean Delvare2007-11-15
* i2c-dev: "how does it work" commentsDavid Brownell2007-11-15
* i2c: Remove i2c_algorithm.algo_control()David Brownell2007-10-13
* i2c-dev: Reject I2C_M_RECV_LENDavid Brownell2007-10-13
* i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-12
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-12
* i2c: Refactor a kfree in i2c-devJean Delvare2006-12-10
* i2c: Fix return value check in i2c-devAkinobu Mita2006-12-10
* i2c: Whitespace cleanupsDavid Brownell2006-12-10
* i2c: Use put_user instead of copy_to_user where possibleJean Delvare2006-12-10
* [PATCH] struct path: convert i2c-driversJosef Sipek2006-12-08
* I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman2006-12-01
* i2c-dev: attach/detach_adapter cleanupsJean Delvare2006-09-26
* i2c: __must_check fixes, i2c-devJean Delvare2006-09-26
* i2c-dev: Drop the client templateJean Delvare2006-09-26
* i2c-dev: Use a list for data storageJean Delvare2006-09-26