summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-dev.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: remove FSF addressWolfram Sang2014-11-071-5/+0
* i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck2013-09-301-9/+10
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* i2c-dev: Add support for I2C_M_RECV_LENJean Delvare2012-05-301-4/+26
* i2c: Update the FSF addressJean Delvare2012-03-261-1/+2
* i2c-dev: Use memdup_userThomas Meyer2012-01-121-9/+4
* i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-231-1/+1
* i2c-dev: Use standard bus notification mechanismJean Delvare2011-03-201-21/+39
* i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare2010-10-241-7/+6
* i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-111-1/+39
* i2c-dev: Use memdup_userJulia Lawall2010-08-111-16/+6
* i2c-dev: Remove unnecessary kmalloc castsJoe Perches2010-08-111-3/+1
* i2c-dev: Fix all coding style issuesFarid Hammane2010-05-211-15/+15
* i2c-dev: Remove unnecessary castsH Hartley Sweeten2010-05-211-3/+3
* i2c: Remove big kernel lock from i2cdev_openVincent Sanders2009-12-061-16/+6
* i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2009-02-241-1/+5
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* i2c-dev: Return correct error code on class_create() failureSven Wegener2008-09-241-1/+3
* i2c: correct some size_t printk formatsDavid Brownell2008-08-101-2/+2
* device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+3
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-151-10/+2
|\
| * i2c-dev: Delete empty detach_client callbackJean Delvare2008-07-141-7/+0
| * i2c: Push ioctl BKL down into the i2c codeAlan Cox2008-07-141-3/+2
* | i2c: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-6/+16
|/
* i2c-dev: Split i2cdev_ioctlJean Delvare2008-04-221-161/+168
* i2c: Stop using the redundant client listDavid Brownell2008-01-271-17/+12
* i2c: Spelling fixesJoe Perches2008-01-141-1/+1
* i2c-dev: Unbound new-style i2c clients aren't busyJean Delvare2007-11-151-1/+25
* i2c-dev: "how does it work" commentsDavid Brownell2007-11-151-1/+59
* i2c: Remove i2c_algorithm.algo_control()David Brownell2007-10-131-2/+12
* i2c-dev: Reject I2C_M_RECV_LENDavid Brownell2007-10-131-2/+4
* i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare2007-07-121-0/+9
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* i2c: Refactor a kfree in i2c-devJean Delvare2006-12-101-2/+1
* i2c: Fix return value check in i2c-devAkinobu Mita2006-12-101-2/+2
* i2c: Whitespace cleanupsDavid Brownell2006-12-101-17/+17
* i2c: Use put_user instead of copy_to_user where possibleJean Delvare2006-12-101-2/+1
* [PATCH] struct path: convert i2c-driversJosef Sipek2006-12-081-2/+2
* I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman2006-12-011-13/+13
* i2c-dev: attach/detach_adapter cleanupsJean Delvare2006-09-261-5/+5
* i2c: __must_check fixes, i2c-devJean Delvare2006-09-261-3/+11
* i2c-dev: Drop the client templateJean Delvare2006-09-261-9/+4
* i2c-dev: Use a list for data storageJean Delvare2006-09-261-20/+25
* i2c-dev: CleanupsJean Delvare2006-09-261-25/+8
* [PATCH] I2C: I2C controllers go into right place on sysfsDavid Brownell2006-06-221-4/+1
* [PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard2006-01-051-7/+0
* [PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman2006-01-051-30/+20
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-051-1/+0
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard2006-01-051-2/+4
OpenPOWER on IntegriCloud