aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-08i2c: dev: copy userspace array safelyPhilipp Stanner1-2/+2
2023-09-19i2c: dev: make i2c_dev_class a static const structureIvan Orlov1-9/+9
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-6/+18
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-09i2c: dev: Fix bus callback return valuesGeert Uytterhoeven1-6/+18
2023-01-17i2c: dev: fix notifier return valuesBartosz Golaszewski1-8/+8
2022-04-15i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko1-1/+1
2022-04-15i2c: dev: check return value when calling dev_set_name()Andy Shevchenko1-5/+10
2021-12-31i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-08-31Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+10
2021-08-11i2c: dev: Use sysfs_emit() in "show" functionsAndy Shevchenko1-1/+1
2021-08-11i2c: dev: Define pr_fmt() and drop duplication substringsAndy Shevchenko1-11/+9
2021-08-10i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman1-2/+3
2021-06-24i2c: dev: Add __user annotationAndreas Hecht1-1/+1
2021-03-18i2c: bail out early when RDWR parameters are wrongWolfram Sang1-2/+7
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-2/+2
2020-03-20i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-02-26i2c: dev: keep sorting of includesWolfram Sang1-1/+1
2019-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-27i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen1-0/+1
2019-02-15i2c: expand minor range when registering chrdev regionChengguang Xu1-1/+1
2019-01-11i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng1-0/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov1-1/+1
2017-12-03i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang1-0/+2
2017-09-20i2c compat ioctls: move to ->compat_ioctl()Al Viro1-88/+180
2017-01-12i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich1-1/+1
2016-07-08i2c-dev: don't get i2c adapter via i2c_devviresh kumar1-6/+1
2016-05-28i2c: dev: use after free in detachDan Carpenter1-1/+1
2016-05-27i2c: dev: don't start function name with 'return'Wolfram Sang1-3/+3
2016-05-26i2c: dev: switch from register_chrdev to cdev APIErico Nunes1-4/+15
2016-02-20i2c: i2c-dev: sort includesWolfram Sang1-7/+7
2015-10-23i2c-dev: Fix I2C_SLAVE ioctl commentJean Delvare1-10/+7
2015-10-23i2c-dev: Fix typo in ioctl name referenceJean Delvare1-3/+3
2014-11-07i2c: remove FSF addressWolfram Sang1-5/+0
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck1-9/+10
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-05-30i2c-dev: Add support for I2C_M_RECV_LENJean Delvare1-4/+26
2012-03-26i2c: Update the FSF addressJean Delvare1-1/+2
2012-01-12i2c-dev: Use memdup_userThomas Meyer1-9/+4
2011-11-23i2c: Make i2cdev_notifier_call staticShubhrajyoti D1-1/+1
2011-03-20i2c-dev: Use standard bus notification mechanismJean Delvare1-21/+39
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare1-7/+6
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick1-1/+39
2010-08-11i2c-dev: Use memdup_userJulia Lawall1-16/+6
2010-08-11i2c-dev: Remove unnecessary kmalloc castsJoe Perches1-3/+1
2010-05-21i2c-dev: Fix all coding style issuesFarid Hammane1-15/+15
2010-05-21i2c-dev: Remove unnecessary castsH Hartley Sweeten1-3/+3
2009-12-06i2c: Remove big kernel lock from i2cdev_openVincent Sanders1-16/+6
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare1-1/+5
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-09-24i2c-dev: Return correct error code on class_create() failureSven Wegener1-1/+3
2008-08-10i2c: correct some size_t printk formatsDavid Brownell1-2/+2
2008-07-21device create: i2c: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-07-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-10/+2
2008-07-14i2c-dev: Delete empty detach_client callbackJean Delvare1-7/+0
2008-07-14i2c: Push ioctl BKL down into the i2c codeAlan Cox1-3/+2
2008-05-18i2c: cdev lock_kernel() pushdownJonathan Corbet1-6/+16
2008-04-22i2c-dev: Split i2cdev_ioctlJean Delvare1-161/+168
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-17/+12
2008-01-14i2c: Spelling fixesJoe Perches1-1/+1
2007-11-15i2c-dev: Unbound new-style i2c clients aren't busyJean Delvare1-1/+25
2007-11-15i2c-dev: "how does it work" commentsDavid Brownell1-1/+59
2007-10-13i2c: Remove i2c_algorithm.algo_control()David Brownell1-2/+12
2007-10-13i2c-dev: Reject I2C_M_RECV_LENDavid Brownell1-2/+4
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-0/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-10i2c: Refactor a kfree in i2c-devJean Delvare1-2/+1
2006-12-10i2c: Fix return value check in i2c-devAkinobu Mita1-2/+2
2006-12-10i2c: Whitespace cleanupsDavid Brownell1-17/+17
2006-12-10i2c: Use put_user instead of copy_to_user where possibleJean Delvare1-2/+1
2006-12-08[PATCH] struct path: convert i2c-driversJosef Sipek1-2/+2
2006-12-01I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman1-13/+13
2006-09-26i2c-dev: attach/detach_adapter cleanupsJean Delvare1-5/+5
2006-09-26i2c: __must_check fixes, i2c-devJean Delvare1-3/+11
2006-09-26i2c-dev: Drop the client templateJean Delvare1-9/+4
2006-09-26i2c-dev: Use a list for data storageJean Delvare1-20/+25
2006-09-26i2c-dev: CleanupsJean Delvare1-25/+8
2006-06-22[PATCH] I2C: I2C controllers go into right place on sysfsDavid Brownell1-4/+1
2006-01-05[PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard1-7/+0
2006-01-05[PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman1-30/+20
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] I2C: remove devfs support from i2c-dev driverGreg Kroah-Hartman1-10/+0
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-2/+1
2005-10-28[PATCH] i2c: Cleanup i2c-dev ioctl debug messageJean Delvare1-2/+2
2005-09-05[PATCH] I2C: Improve core debugging messagesJean Delvare1-2/+3
2005-06-21[PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.cTobias Klauser1-1/+1
2005-06-21[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+552