1. 8557793 i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr by Yingjoe Chen · 5 years ago
  2. 57cd3fa i2c: dev: prevent adapter retries and timeout being set as minus value by Yi Zeng · 5 years ago
  3. ab89573 i2c: fix kernel memory disclosure in dev interface by Vlad Tsyrklevich · 7 years ago
  4. 5136ed4 i2c-dev: don't get i2c adapter via i2c_dev by viresh kumar · 8 years ago
  5. e6be18f i2c: dev: use after free in detach by Dan Carpenter · 8 years ago
  6. 72a71f8 i2c: dev: don't start function name with 'return' by Wolfram Sang · 8 years ago
  7. d6760b1 i2c: dev: switch from register_chrdev to cdev API by Erico Nunes · 8 years ago
  8. a876607 i2c: i2c-dev: sort includes by Wolfram Sang · 8 years ago
  9. 9e685c8 i2c-dev: Fix I2C_SLAVE ioctl comment by Jean Delvare · 9 years ago
  10. c57d3e7 i2c-dev: Fix typo in ioctl name reference by Jean Delvare · 9 years ago
  11. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  12. 45f176a i2c: i2c-dev: Create 'name' attribute automatically by Guenter Roeck · 11 years ago
  13. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  14. 838bfa6 i2c-dev: Add support for I2C_M_RECV_LEN by Jean Delvare · 12 years ago
  15. 5694f8a i2c: Update the FSF address by Jean Delvare · 12 years ago
  16. a699ed6f i2c-dev: Use memdup_user by Thomas Meyer · 12 years ago
  17. eff245c i2c: Make i2cdev_notifier_call static by Shubhrajyoti D · 12 years ago
  18. 9ea3e94 i2c-dev: Use standard bus notification mechanism by Jean Delvare · 13 years ago
  19. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  20. 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 14 years ago
  21. f1c2e33 i2c-dev: Use memdup_user by Julia Lawall · 14 years ago
  22. 35a56c5 i2c-dev: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  23. ae5624f i2c-dev: Fix all coding style issues by Farid Hammane · 14 years ago
  24. 0be16c3 i2c-dev: Remove unnecessary casts by H Hartley Sweeten · 14 years ago
  25. 9669f54 i2c: Remove big kernel lock from i2cdev_open by Vincent Sanders · 14 years ago
  26. cd97f39 i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT by Jean Delvare · 15 years ago
  27. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  28. e74783e i2c-dev: Return correct error code on class_create() failure by Sven Wegener · 16 years ago
  29. 2ce5b34 i2c: correct some size_t printk formats by David Brownell · 16 years ago
  30. 1cc4376 device create: i2c: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  31. dc221ea Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  32. f6a7110 i2c-dev: Delete empty detach_client callback by Jean Delvare · 16 years ago
  33. 77e38bf i2c: Push ioctl BKL down into the i2c code by Alan Cox · 16 years ago
  34. 3db633e i2c: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  35. dba7997 i2c-dev: Split i2cdev_ioctl by Jean Delvare · 16 years ago
  36. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 16 years ago
  37. 96acafe i2c: Spelling fixes by Joe Perches · 16 years ago
  38. bd4217d i2c-dev: Unbound new-style i2c clients aren't busy by Jean Delvare · 16 years ago
  39. 907135a i2c-dev: "how does it work" comments by David Brownell · 16 years ago
  40. 53be795 i2c: Remove i2c_algorithm.algo_control() by David Brownell · 17 years ago
  41. e265cfa i2c-dev: Reject I2C_M_RECV_LEN by David Brownell · 17 years ago
  42. 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 17 years ago
  43. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  44. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  45. 07125ab i2c: Refactor a kfree in i2c-dev by Jean Delvare · 17 years ago
  46. 3bacb36 i2c: Fix return value check in i2c-dev by Akinobu Mita · 17 years ago
  47. 438d6c2 i2c: Whitespace cleanups by David Brownell · 17 years ago
  48. 2c003e8 i2c: Use put_user instead of copy_to_user where possible by Jean Delvare · 17 years ago
  49. cba0a12 [PATCH] struct path: convert i2c-drivers by Josef Sipek · 17 years ago
  50. ac11d06 I2C: convert i2c-dev to use struct device instead of struct class_device by Greg Kroah-Hartman · 18 years ago
  51. b32d20d i2c-dev: attach/detach_adapter cleanups by Jean Delvare · 18 years ago
  52. defcb46 i2c: __must_check fixes, i2c-dev by Jean Delvare · 18 years ago
  53. 22f76e7 i2c-dev: Drop the client template by Jean Delvare · 18 years ago
  54. f3b3aad i2c-dev: Use a list for data storage by Jean Delvare · 18 years ago
  55. 9455e4c i2c-dev: Cleanups by Jean Delvare · 18 years ago
  56. 4941b39 [PATCH] I2C: I2C controllers go into right place on sysfs by David Brownell · 18 years ago
  57. d564bae [PATCH] i2c: drop empty i2c_driver.command implementations by Laurent Riffard · 18 years ago
  58. 79472132 [PATCH] I2C: move i2c-dev to use dynamic class devices by Greg Kroah-Hartman · 18 years ago
  59. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 18 years ago
  60. 35d8b2e [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 by Laurent Riffard · 18 years ago
  61. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 18 years ago
  62. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  63. 0dc9a32 [PATCH] I2C: remove devfs support from i2c-dev driver by Greg Kroah-Hartman · 19 years ago
  64. 5263ebb [PATCH] i2c: kzalloc conversion, other drivers by Deepak Saxena · 19 years ago
  65. e8aafcb [PATCH] i2c: Cleanup i2c-dev ioctl debug message by Jean Delvare · 19 years ago
  66. b6d7b3d [PATCH] I2C: Improve core debugging messages by Jean Delvare · 19 years ago
  67. d68a861 [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c by Tobias Klauser · 19 years ago
  68. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago