summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-dev.c
AgeCommit message (Expand)AuthorLines
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck-9/+10
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2012-05-30i2c-dev: Add support for I2C_M_RECV_LENJean Delvare-4/+26
2012-03-26i2c: Update the FSF addressJean Delvare-1/+2
2012-01-12i2c-dev: Use memdup_userThomas Meyer-9/+4
2011-11-23i2c: Make i2cdev_notifier_call staticShubhrajyoti D-1/+1
2011-03-20i2c-dev: Use standard bus notification mechanismJean Delvare-21/+39
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare-7/+6
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick-1/+39
2010-08-11i2c-dev: Use memdup_userJulia Lawall-16/+6
2010-08-11i2c-dev: Remove unnecessary kmalloc castsJoe Perches-3/+1
2010-05-21i2c-dev: Fix all coding style issuesFarid Hammane-15/+15
2010-05-21i2c-dev: Remove unnecessary castsH Hartley Sweeten-3/+3
2009-12-06i2c: Remove big kernel lock from i2cdev_openVincent Sanders-16/+6
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare-1/+5
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman-3/+3
2008-09-24i2c-dev: Return correct error code on class_create() failureSven Wegener-1/+3
2008-08-10i2c: correct some size_t printk formatsDavid Brownell-2/+2
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman-3/+3
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds-10/+2
2008-07-14i2c-dev: Delete empty detach_client callbackJean Delvare-7/+0
2008-07-14i2c: Push ioctl BKL down into the i2c codeAlan Cox-3/+2
2008-05-18i2c: cdev lock_kernel() pushdownJonathan Corbet-6/+16
2008-04-22i2c-dev: Split i2cdev_ioctlJean Delvare-161/+168
2008-01-27i2c: Stop using the redundant client listDavid Brownell-17/+12
2008-01-14i2c: Spelling fixesJoe Perches-1/+1
2007-11-15i2c-dev: Unbound new-style i2c clients aren't busyJean Delvare-1/+25
2007-11-15i2c-dev: "how does it work" commentsDavid Brownell-1/+59
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell-2/+12
2007-10-13i2c-dev: Reject I2C_M_RECV_LENDavid Brownell-2/+4
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare-0/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-1/+1
2006-12-10i2c: Refactor a kfree in i2c-devJean Delvare-2/+1
2006-12-10i2c: Fix return value check in i2c-devAkinobu Mita-2/+2
2006-12-10i2c: Whitespace cleanupsDavid Brownell-17/+17
2006-12-10i2c: Use put_user instead of copy_to_user where possibleJean Delvare-2/+1
2006-12-08[PATCH] struct path: convert i2c-driversJosef Sipek-2/+2
2006-12-01I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman-13/+13
2006-09-26i2c-dev: attach/detach_adapter cleanupsJean Delvare-5/+5
2006-09-26i2c: __must_check fixes, i2c-devJean Delvare-3/+11
2006-09-26i2c-dev: Drop the client templateJean Delvare-9/+4
2006-09-26i2c-dev: Use a list for data storageJean Delvare-20/+25
2006-09-26i2c-dev: CleanupsJean Delvare-25/+8
2006-06-22[PATCH] I2C: I2C controllers go into right place on sysfsDavid Brownell-4/+1
2006-01-05[PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard-7/+0
2006-01-05[PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman-30/+20
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare-1/+0