- cc9c542 i2c: dev: copy userspace array safely by Philipp Stanner · 1 year, 4 months ago
- cdb55bd i2c: dev: make i2c_dev_class a static const structure by Ivan Orlov · 1 year, 7 months ago
- cd8fe5b Merge 6.3-rc5 into driver-core-next by Greg Kroah-Hartman · 1 year, 11 months ago
- 1aaba11 driver core: class: remove module * from class_create() by Greg Kroah-Hartman · 2 years ago
- 9e5f81f i2c: dev: Fix bus callback return values by Geert Uytterhoeven · 2 years ago
- cddf70d i2c: dev: fix notifier return values by Bartosz Golaszewski · 2 years, 2 months ago
- aef80e2 i2c: dev: Force case user pointers in compat_i2cdev_ioctl() by Andy Shevchenko · 2 years, 11 months ago
- 993eb48 i2c: dev: check return value when calling dev_set_name() by Andy Shevchenko · 2 years, 11 months ago
- bb43628 i2c: validate user data in compat ioctl by Pavel Skripkin · 3 years, 2 months ago
- 871dda4 Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 6 months ago
- b18f32d i2c: dev: Use sysfs_emit() in "show" functions by Andy Shevchenko · 3 years, 8 months ago
- 295e0e7 i2c: dev: Define pr_fmt() and drop duplication substrings by Andy Shevchenko · 3 years, 8 months ago
- 86ff25e i2c: dev: zero out array used for i2c reads from userspace by Greg Kroah-Hartman · 3 years, 7 months ago
- 3265a7e i2c: dev: Add __user annotation by Andreas Hecht · 3 years, 9 months ago
- 7158156 i2c: bail out early when RDWR parameters are wrong by Wolfram Sang · 4 years ago
- f80531c i2c: Use separate MODULE_AUTHOR() statements for multiple authors by Jarkko Nikula · 4 years, 9 months ago
- 1413ef6 i2c: dev: Fix the race between the release of i2c_dev and cdev by Kevin Hao · 5 years ago
- f01adfa i2c: dev: keep sorting of includes by Wolfram Sang · 5 years ago
- 38baf0b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- a0692f0 i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr by Yingjoe Chen · 6 years ago
- 8a6d508 i2c: expand minor range when registering chrdev region by Chengguang Xu · 6 years ago
- 6ebec961 i2c: dev: prevent adapter retries and timeout being set as minus value by Yi Zeng · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 23a2772 i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr() by Alexander Popov · 7 years ago
- 978336d i2c: dev: mark RDWR buffers as DMA_SAFE by Wolfram Sang · 7 years ago
- 7d5cb45 i2c compat ioctls: move to ->compat_ioctl() by Al Viro · 7 years ago
- 30f939f i2c: fix kernel memory disclosure in dev interface by Vlad Tsyrklevich · 8 years ago
- 5136ed4 i2c-dev: don't get i2c adapter via i2c_dev by viresh kumar · 9 years ago
- e6be18f i2c: dev: use after free in detach by Dan Carpenter · 9 years ago
- 72a71f8 i2c: dev: don't start function name with 'return' by Wolfram Sang · 9 years ago
- d6760b1 i2c: dev: switch from register_chrdev to cdev API by Erico Nunes · 9 years ago
- a876607 i2c: i2c-dev: sort includes by Wolfram Sang · 9 years ago
- 9e685c8 i2c-dev: Fix I2C_SLAVE ioctl comment by Jean Delvare · 9 years ago
- c57d3e7 i2c-dev: Fix typo in ioctl name reference by Jean Delvare · 10 years ago
- ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
- 45f176a i2c: i2c-dev: Create 'name' attribute automatically by Guenter Roeck · 11 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 838bfa6 i2c-dev: Add support for I2C_M_RECV_LEN by Jean Delvare · 13 years ago
- 5694f8a i2c: Update the FSF address by Jean Delvare · 13 years ago
- a699ed6f i2c-dev: Use memdup_user by Thomas Meyer · 13 years ago
- eff245c i2c: Make i2cdev_notifier_call static by Shubhrajyoti D · 13 years ago
- 9ea3e94 i2c-dev: Use standard bus notification mechanism by Jean Delvare · 14 years ago
- 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
- 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 15 years ago
- f1c2e33 i2c-dev: Use memdup_user by Julia Lawall · 15 years ago
- 35a56c5 i2c-dev: Remove unnecessary kmalloc casts by Joe Perches · 15 years ago
- ae5624f i2c-dev: Fix all coding style issues by Farid Hammane · 15 years ago
- 0be16c3 i2c-dev: Remove unnecessary casts by H Hartley Sweeten · 15 years ago
- 9669f54 i2c: Remove big kernel lock from i2cdev_open by Vincent Sanders · 15 years ago
- cd97f39 i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT by Jean Delvare · 16 years ago
- a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 17 years ago
- e74783e i2c-dev: Return correct error code on class_create() failure by Sven Wegener · 16 years ago
- 2ce5b34 i2c: correct some size_t printk formats by David Brownell · 17 years ago
- 1cc4376 device create: i2c: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
- dc221ea Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
- f6a7110 i2c-dev: Delete empty detach_client callback by Jean Delvare · 17 years ago
- 77e38bf i2c: Push ioctl BKL down into the i2c code by Alan Cox · 17 years ago
- 3db633e i2c: cdev lock_kernel() pushdown by Jonathan Corbet · 17 years ago
- dba7997 i2c-dev: Split i2cdev_ioctl by Jean Delvare · 17 years ago
- 9b766b8 i2c: Stop using the redundant client list by David Brownell · 17 years ago
- 96acafe i2c: Spelling fixes by Joe Perches · 17 years ago
- bd4217d i2c-dev: Unbound new-style i2c clients aren't busy by Jean Delvare · 17 years ago
- 907135a i2c-dev: "how does it work" comments by David Brownell · 17 years ago
- 53be795 i2c: Remove i2c_algorithm.algo_control() by David Brownell · 17 years ago
- e265cfa i2c-dev: Reject I2C_M_RECV_LEN by David Brownell · 17 years ago
- 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 18 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
- 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
- 07125ab i2c: Refactor a kfree in i2c-dev by Jean Delvare · 18 years ago
- 3bacb36 i2c: Fix return value check in i2c-dev by Akinobu Mita · 18 years ago
- 438d6c2 i2c: Whitespace cleanups by David Brownell · 18 years ago
- 2c003e8 i2c: Use put_user instead of copy_to_user where possible by Jean Delvare · 18 years ago
- cba0a12 [PATCH] struct path: convert i2c-drivers by Josef Sipek · 18 years ago
- ac11d06 I2C: convert i2c-dev to use struct device instead of struct class_device by Greg Kroah-Hartman · 19 years ago
- b32d20d i2c-dev: attach/detach_adapter cleanups by Jean Delvare · 19 years ago
- defcb46 i2c: __must_check fixes, i2c-dev by Jean Delvare · 19 years ago
- 22f76e7 i2c-dev: Drop the client template by Jean Delvare · 19 years ago
- f3b3aad i2c-dev: Use a list for data storage by Jean Delvare · 19 years ago
- 9455e4c i2c-dev: Cleanups by Jean Delvare · 19 years ago
- 4941b39 [PATCH] I2C: I2C controllers go into right place on sysfs by David Brownell · 19 years ago
- d564bae [PATCH] i2c: drop empty i2c_driver.command implementations by Laurent Riffard · 19 years ago
- 79472132 [PATCH] I2C: move i2c-dev to use dynamic class devices by Greg Kroah-Hartman · 19 years ago
- 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
- 35d8b2e [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 by Laurent Riffard · 19 years ago
- 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
- d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
- 0dc9a32 [PATCH] I2C: remove devfs support from i2c-dev driver by Greg Kroah-Hartman · 19 years ago
- 5263ebb [PATCH] i2c: kzalloc conversion, other drivers by Deepak Saxena · 19 years ago
- e8aafcb [PATCH] i2c: Cleanup i2c-dev ioctl debug message by Jean Delvare · 19 years ago
- b6d7b3d [PATCH] I2C: Improve core debugging messages by Jean Delvare · 20 years ago
- d68a861 [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c by Tobias Klauser · 20 years ago
- f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2