1. 0c4a59f OMAP: add TI TWL92330/Menelaus Power Management chip driver by Tony Lindgren · 17 years ago
  2. 05bd711 missing argument in bin_attribute ->read()/->write() by Al Viro · 17 years ago
  3. dc690d8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  4. e296fb7 i2c/tsl2550: Speed up initialization by Jean Delvare · 17 years ago
  5. a92c344 i2c: Add support for the TSL2550 by Rodolfo Giometti · 17 years ago
  6. 5162b75 i2c: New DS1682 chip driver by Grant Likely · 17 years ago
  7. 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 17 years ago
  8. ba7fbb7 i2c: Deprecate legacy RTC drivers by Jean Delvare · 17 years ago
  9. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  10. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  11. a3d25c2 PM: Separate hibernation code from suspend code by Rafael J. Wysocki · 17 years ago
  12. ab3bfca remove software_suspend() by Johannes Berg · 17 years ago
  13. 16538e6 Use menuconfig objects - I2C by Jan Engelhardt · 17 years ago
  14. 0ca9493 i2c/ds1374: Check workqueue creation status by Cyrill V. Gorcunov · 17 years ago
  15. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  16. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
  17. 5f84813 USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> by David Brownell · 18 years ago
  18. 81ffbc0 i2c/m41t00: Do not forget to write year by Philippe De Muyter · 18 years ago
  19. 8c1bc04 [PATCH] fix more workqueue build breakage (tps65010) by David Brownell · 18 years ago
  20. 763d9c0 i2c: fix broken ds1337 initialization by Dirk Eibach · 18 years ago
  21. 91c7c56 [PATCH] ... and more work_struct-induced breakage (mips) by Al Viro · 18 years ago
  22. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  23. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  24. 3a16f7b USB: move <linux/usb_otg.h> to <linux/usb/otg.h> by David Brownell · 18 years ago
  25. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  26. 7d9db67 i2c: __must_check fixes (chip drivers) by Jean Delvare · 18 years ago
  27. 4801bc2 [PATCH] i2c: tps65010 build fixes by David Brownell · 18 years ago
  28. 50436a4 [PATCH] pca9539: Honor the force parameter by Ben Gardner · 18 years ago
  29. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  30. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  31. aee6230 [PATCH] i2c: Suggest N for rare devices in Kconfig by Jean Delvare · 18 years ago
  32. 5e9f4f2 [PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85 by Mark A. Greer · 18 years ago
  33. e931b8d [PATCH] i2c: cleanup m41t00 by Mark A. Greer · 18 years ago
  34. 8db08de [PATCH] m41t00: fix bitmasks when writing to chip by David Barksdale · 18 years ago
  35. 8c750c0 [PATCH] i2c: convert m41t00 to use a workqueue by Mark A. Greer · 18 years ago
  36. 524465d [PATCH] i2c: convert ds1374 to use a workqueue by Jean Delvare · 18 years ago
  37. 6fc7f10 [PATCH] RTC subsystem: I2C cleanup by Alessandro Zummo · 18 years ago
  38. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  39. c006705 [PATCH] i2c: Cleanup isp1301_omap by Jean Delvare · 19 years ago
  40. 5c085d3 [PATCH] i2c: Semaphore to mutex conversions, part 2 by Ingo Molnar · 19 years ago
  41. b3585e4 [PATCH] I2C: Convert i2c to mutexes by Arjan van de Ven · 19 years ago
  42. 9ded96f [PATCH] IRQ type flags by Russell King · 19 years ago
  43. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  44. a9718b0 [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11 by Laurent Riffard · 19 years ago
  45. cde7859 [PATCH] i2c: Rework client usage count, 2 of 3 by Jean Delvare · 19 years ago
  46. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  47. 7e94436 [PATCH] i2c: Remove duplicate rtc8564 BCD macros by Nicolas Kaiser · 19 years ago
  48. f9e8957 [PATCH] i2c: Extend ds1337 initialization by Michael Burian · 19 years ago
  49. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  50. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  51. ef96274 [PATCH] i2c: ds1337 BCD conversion fix by James Chapman · 19 years ago
  52. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  53. 6344a8e [PATCH] i2c: Static function fixes, 4 of 4 by Ben Dooks · 19 years ago
  54. 6536c49 [PATCH] i2c: Static function fixes, 1 of 4 by Ben Dooks · 19 years ago
  55. 5263ebb [PATCH] i2c: kzalloc conversion, other drivers by Deepak Saxena · 19 years ago
  56. 4d4e5ce [PATCH] i2c: New Xicor X1205 RTC driver by Alessandro Zummo · 19 years ago
  57. 0cf3628 [PATCH] Owner field additions to many i2c drivers, 2 of 5 by Laurent Riffard · 19 years ago
  58. 00bffb6 [PATCH] i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structures by Jean Delvare · 19 years ago
  59. 30dac74 [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX by Jean Delvare · 19 years ago
  60. 82ca76b [PATCH] drivers: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  61. 8e14d6c [PATCH] i2c: chips/ds1374.c fixup by Mark A. Greer · 19 years ago
  62. a44e40b [PATCH] i2c: chips/m41t00.c fixup by Mark A. Greer · 19 years ago
  63. 4c9337d [PATCH] I2C: Centralize 24RF08 corruption prevention by Jean Delvare · 19 years ago
  64. 303760b [PATCH] hwmon: hwmon vs i2c, second round (07/11) by Jean Delvare · 19 years ago
  65. f4b5026 [PATCH] hwmon: hwmon vs i2c, second round (06/11) by Jean Delvare · 19 years ago
  66. 2ed2dc3 [PATCH] hwmon: hwmon vs i2c, second round (04/11) by Jean Delvare · 19 years ago
  67. 9fc6adf [PATCH] hwmon: hwmon vs i2c, second round (01/11) by Jean Delvare · 19 years ago
  68. 7bef559 [PATCH] I2C: refactor message in i2c_detach_client by Jean Delvare · 19 years ago
  69. 5071860 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9) by Jean Delvare · 19 years ago
  70. 17f990c [PATCH] I2C: max6875 code cleanup by bgardner@wabtec.com · 19 years ago
  71. a61fc68 [PATCH] I2C: add kobj_to_i2c_client by bgardner@wabtec.com · 19 years ago
  72. a8decc6 [PATCH] I2C: fix max6875 build error by Greg Kroah-Hartman · 19 years ago
  73. bc769ff [PATCH] I2C: simplify max6875 driver by bgardner@wabtec.com · 19 years ago
  74. 0d73adc [PATCH] I2C: 24RF08 corruption prevention (again) by Jean Delvare · 19 years ago
  75. d91e169 [PATCH] I2C: ds1337 - fix 12/24 hour mode bug by Ladislav Michl · 19 years ago
  76. 8d5d45f [PATCH] I2C: Move hwmon drivers (2/3) by Jean Delvare · 19 years ago
  77. ad2f931 [PATCH] I2C: Move hwmon drivers (1/3) by Jean Delvare · 19 years ago
  78. 80efa8c [PATCH] I2C: SENSORS_ATXP1 must select I2C_SENSOR by Adrian Bunk · 19 years ago
  79. 2db3276 [PATCH] I2C: drop bogus eeprom comment by Jean Delvare · 19 years ago
  80. 5da69ba [PATCH] I2C: m41t00: fix incorrect kfree by Jean Delvare · 19 years ago
  81. 2146fec [PATCH] I2C: max6875 Kconfig update by Jean Delvare · 19 years ago
  82. 9ab1ee2 [PATCH] I2C: New max6875 driver may corrupt EEPROMs by Jean Delvare · 19 years ago
  83. 65fc50e [PATCH] I2C: minor TPS6501x cleanups by david-b@pacbell.net · 19 years ago
  84. 6328c0e [PATCH] I2C: Coding style cleanups to via686a by Denis Vlasenko · 19 years ago
  85. 164cad9 [PATCH] Don't fill up log with atxp1 vcore messages change message by Prakash Punnoor · 19 years ago
  86. 0087e5e [PATCH] I2C: fix ds1374 build by Andrew Morton · 19 years ago
  87. 7c7a530 [PATCH] I2C: w83781d: remove non-i2c sensor chips by Jean Delvare · 19 years ago
  88. a45cfe2 [PATCH] I2C: fix up ds1374.c driver so it will build. by Greg KH · 19 years ago
  89. c124a78 [PATCH] I2C: Add support for Maxim/Dallas DS1374 Real-Time Clock Chip (1/2) by Randy Vinson · 19 years ago
  90. 69dd204 [PATCH] I2C: add new pca9539 driver by bgardner@wabtec.com · 19 years ago
  91. 10c08f8 [PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h by Jean Delvare · 19 years ago
  92. c3bc4ca [PATCH] max6875: new i2c device driver by BGardner@Wabtec.com · 19 years ago
  93. 20ad93d [PATCH] I2C: drivers/i2c/chips/it87.c: use dynamic sysfs callbacks by Jean Delvare · 19 years ago
  94. bc51ae1 [PATCH] I2C: lm63 uses new sysfs callbacks by Jean Delvare · 19 years ago
  95. 1a86c05 [PATCH] I2C: lm83 uses new sysfs callbacks by Jean Delvare · 19 years ago
  96. 30d7394 [PATCH] I2C: lm90 uses new sysfs callbacks by Jean Delvare · 19 years ago
  97. eb071cb [PATCH] I2C: pcf8574 driver cleanup by Jean Delvare · 19 years ago
  98. 5d740fe [PATCH] I2C: KConfig update - some EXPERIMENTAL removal by R.Marek@sh.cvut.cz · 19 years ago
  99. 72cd799 [PATCH] I2C: add i2c driver for TPS6501x by David Brownell · 19 years ago
  100. 6f637a6 [PATCH] I2C: fix up some sysfs device attribute file parameters by Greg Kroah-Hartman · 19 years ago