aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-dev.c
AgeCommit message (Expand)Author
2019-02-15i2c: expand minor range when registering chrdev regionChengguang Xu
2019-01-11i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov
2017-12-03i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang
2017-09-20i2c compat ioctls: move to ->compat_ioctl()Al Viro
2017-01-12i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich
2016-07-08i2c-dev: don't get i2c adapter via i2c_devviresh kumar
2016-05-28i2c: dev: use after free in detachDan Carpenter
2016-05-27i2c: dev: don't start function name with 'return'Wolfram Sang
2016-05-26i2c: dev: switch from register_chrdev to cdev APIErico Nunes
2016-02-20i2c: i2c-dev: sort includesWolfram Sang
2015-10-23i2c-dev: Fix I2C_SLAVE ioctl commentJean Delvare
2015-10-23i2c-dev: Fix typo in ioctl name referenceJean Delvare
2014-11-07i2c: remove FSF addressWolfram Sang
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck
2013-02-22new helper: file_inode(file)Al Viro
2012-05-30i2c-dev: Add support for I2C_M_RECV_LENJean Delvare
2012-03-26i2c: Update the FSF addressJean Delvare
2012-01-12i2c-dev: Use memdup_userThomas Meyer
2011-11-23i2c: Make i2cdev_notifier_call staticShubhrajyoti D
2011-03-20i2c-dev: Use standard bus notification mechanismJean Delvare
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick
2010-08-11i2c-dev: Use memdup_userJulia Lawall
2010-08-11i2c-dev: Remove unnecessary kmalloc castsJoe Perches
2010-05-21i2c-dev: Fix all coding style issuesFarid Hammane
2010-05-21i2c-dev: Remove unnecessary castsH Hartley Sweeten
2009-12-06i2c: Remove big kernel lock from i2cdev_openVincent Sanders
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-09-24i2c-dev: Return correct error code on class_create() failureSven Wegener
2008-08-10i2c: correct some size_t printk formatsDavid Brownell
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds
2008-07-14i2c-dev: Delete empty detach_client callbackJean Delvare
2008-07-14i2c: Push ioctl BKL down into the i2c codeAlan Cox
2008-05-18i2c: cdev lock_kernel() pushdownJonathan Corbet
2008-04-22i2c-dev: Split i2cdev_ioctlJean Delvare
2008-01-27i2c: Stop using the redundant client listDavid Brownell
2008-01-14i2c: Spelling fixesJoe Perches
2007-11-15i2c-dev: Unbound new-style i2c clients aren't busyJean Delvare
2007-11-15i2c-dev: "how does it work" commentsDavid Brownell
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell
2007-10-13i2c-dev: Reject I2C_M_RECV_LENDavid Brownell
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-12-10i2c: Refactor a kfree in i2c-devJean Delvare
2006-12-10i2c: Fix return value check in i2c-devAkinobu Mita