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