1. 38f41f2 i2c-stub: Allow user to disable some commands by Jean Delvare · 15 years ago
  2. 4710317 i2c-stub: Implement I2C block support by Jean Delvare · 15 years ago
  3. 69b0089 i2c: Refactor for_each callbacks by Jean Delvare · 15 years ago
  4. 7e2193a i2c-i801: Retry on lost arbitration by Jean Delvare · 15 years ago
  5. 9669f54 i2c: Remove big kernel lock from i2cdev_open by Vincent Sanders · 15 years ago
  6. ccfbbd0 i2c: Simplify i2c_detect_address by Jean Delvare · 15 years ago
  7. c7b25a9 i2c: Drop probe, ignore and force module parameters by Jean Delvare · 15 years ago
  8. abe3838 i2c: Add missing __devinit markers to old i2c adapter drivers by Jean Delvare · 15 years ago
  9. da44bde i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR by Jean Delvare · 15 years ago
  10. 194684e i2c: Prevent priority inversion on top of bus lock by Mika Kuoppala · 15 years ago
  11. a0c11cd i2c-voodoo3: Delete by Jean Delvare · 15 years ago
  12. bc6286e i2c-powermac: Drop temporary name buffer by Jean Delvare · 15 years ago
  13. 6dfa5ca i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus by Jean Delvare · 15 years ago
  14. d7d838a i2c-powermac: Log errors by Jean Delvare · 15 years ago
  15. 02864d5 i2c-powermac: Refactor i2c_powermac_smbus_xfer by Jean Delvare · 15 years ago
  16. 6f7e549 i2c-powermac: Reject unsupported I2C transactions by Jean Delvare · 15 years ago
  17. dddc66f i2c/chips: Move ds1682 to drivers/misc by Wolfram Sang · 15 years ago
  18. af5fdf8 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  19. bbd2d9c i2c: Fix userspace_device list corruption by Jean Delvare · 15 years ago
  20. 5f5bfb0 i2c/tsl2550: Fix lux value in extended mode by Michele Jr De Candia · 15 years ago
  21. f8d5e5a ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq by Russell King · 15 years ago
  22. a7d73d8 i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes by Kevin Wells · 15 years ago
  23. b2f125b i2c: i2c-pnx: Limit minimum jiffie timeout to 2 by Kevin Wells · 15 years ago
  24. 3806e94b i2c-piix4: Modify code name SB900 to Hudson-2 by Crane Cai · 15 years ago
  25. 45da790 i2c-mpc: Do not generate STOP after read. by Joakim Tjernlund · 15 years ago
  26. db3a3d4 i2c: imx: disable clock when it's possible to save power. by Richard Zhao · 15 years ago
  27. a4094a7 i2c: imx: only imx1 needs disable delay by Richard Zhao · 15 years ago
  28. 43309f3 i2c: imx: check busy bit when START/STOP by Richard Zhao · 15 years ago
  29. 18669ea i2c: Hide probe errors caused by ACPI resource conflicts by Jean Delvare · 15 years ago
  30. e96c928 ACPI: i2c-scmi: don't use acpi_device_uid() by Bjorn Helgaas · 15 years ago
  31. baea7b9 Merge branch 'origin' into for-linus by Russell King · 15 years ago
  32. 40aba21 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  33. 28f9f19 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 15 years ago
  34. 5d3f333 [PATCH] i2c-imx: make bus available early by Wolfram Sang · 15 years ago
  35. b0999cc i2c-mv64xxx: correct mv64xxx_i2c_intr() return type by Mikael Pettersson · 15 years ago
  36. cfd550e i2c: Clearly mark ACPI drivers as such by Jean Delvare · 15 years ago
  37. dc98542 i2c: Add driver for SMBus Control Method Interface by Crane Cai · 15 years ago
  38. 449d2c7 i2c-pnx: Correct use of request_region/request_mem_region by Julia Lawall · 15 years ago
  39. 76b3e28 i2c-piix4: Add AMD SB900 SMBus device ID by Crane Cai · 15 years ago
  40. e7c5c49 i2c/chips: Remove deprecated pcf8574 driver by Wolfram Sang · 15 years ago
  41. 732d481 i2c/chips: Remove deprecated pca9539 driver by Wolfram Sang · 15 years ago
  42. 8f67eeb i2c/chips: Remove deprecated pcf8575 driver by Wolfram Sang · 15 years ago
  43. fce96f3 i2c/scx200_acb: Provide more information on bus errors by Willy Tarreau · 15 years ago
  44. 2bb5095 i2c: Provide compatibility links for i2c adapters by Jean Delvare · 15 years ago
  45. 4f8cf82 i2c: Convert i2c adapters to bus devices by Jean Delvare · 15 years ago
  46. 51298d1 i2c: Convert i2c clients to a device type by Jean Delvare · 15 years ago
  47. ac78094 i2c/tsl2550: Use combined SMBus transactions by Jean Delvare · 15 years ago
  48. 27693ce i2c-taos-evm: Switch echo off to improve performance by Jean Delvare · 15 years ago
  49. d7c46dd [ARM] pxa: update dependancy of pxa i2c module by Haojian Zhuang · 15 years ago
  50. f1a3b99 i2c: Runtime PM for SuperH Mobile I2C by Magnus Damm · 15 years ago
  51. 8400146 Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  52. c37faaf i2c-stu300: I2C STU300 stability updates by Linus Walleij · 15 years ago
  53. 6114978 i2c-omap: Enable workaround for Errata 1.153 based on by Moiz Sonasath · 15 years ago
  54. dd11976a i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts by Moiz Sonasath · 15 years ago
  55. dcc4ec2 i2c-omap: Fix I2C status ACK by Nishanth Menon · 15 years ago
  56. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  57. cd086d3 i2c-omap: OMAP3430 Silicon Errata 1.153 by Sonasath, Moiz · 15 years ago
  58. 04c688d i2c-omap: In case of a NACK|ARDY|AL return from the ISR by Sonasath, Moiz · 15 years ago
  59. bfb6b65 i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT register by Sonasath, Moiz · 15 years ago
  60. ccb3bc1 i2c-sh_mobile: change module_init() to subsys_initcall() by Magnus Damm · 15 years ago
  61. 783fd6f i2c: strncpy does not null terminate string by Roel Kluin · 15 years ago
  62. 0e014e9 i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value by Peter Korsgaard · 15 years ago
  63. b4093d6 Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  64. 96f699a i2c/tsl2550: Fix lux value in dark environment by Michele Jr De Candia · 15 years ago
  65. 6a6c6189 I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 by Magnus Damm · 15 years ago
  66. 57f4d4f I2C: Rework i2c-pxa suspend_late()/resume_early() by Magnus Damm · 15 years ago
  67. 5933082 i2c: Use resource_size by Julia Lawall · 15 years ago
  68. 7605fa3 i2c-davinci: behave with i2cdetect by David Brownell · 15 years ago
  69. e164dde i2c-davinci: convert clock usage after clkdev conversion by Kevin Hilman · 15 years ago
  70. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  71. 47749b1 i2c: fix build bug in i2c-designware.c by Ingo Molnar · 15 years ago
  72. 1ab52cf i2c: driver for the Synopsys DesignWare I2C controller by Baruch Siach · 15 years ago
  73. dc1972d i2c: Fix stuck transaction on cpm-i2c driver by Michael Trimarchi · 15 years ago
  74. ff0f242 i2c-omap: Fix build breaking typo cpu_is_omap_2430 by Tony Lindgren · 15 years ago
  75. 5c6fb00 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  76. f18c41d i2c: Use rwsem instead of mutex for board info by Rodolfo Giometti · 15 years ago
  77. 99cd8e2 i2c: Add a sysfs interface to instantiate devices by Jean Delvare · 15 years ago
  78. 35fc37f i2c: Limit core locking to the necessary sections by Jean Delvare · 15 years ago
  79. e549c2b i2c: Kill the redundant client list by Jean Delvare · 15 years ago
  80. 1e40ac1 i2c: Kill is_newstyle_driver by Jean Delvare · 15 years ago
  81. f8a227e i2c: Merge i2c_attach_client into i2c_new_device by Jean Delvare · 15 years ago
  82. 36789b5 i2c: Drop i2c_probe function by Jean Delvare · 15 years ago
  83. 729d6dd i2c: Get rid of the legacy binding model by Jean Delvare · 15 years ago
  84. 352da98 i2c: Kill client_register and client_unregister methods by Jean Delvare · 15 years ago
  85. b71a107 Merge commit 'gcl/merge' into next by Benjamin Herrenschmidt · 15 years ago
  86. 87c441e powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function by Wolfgang Denk · 15 years ago
  87. 4eaad8a i2c-stu300: Make driver depend on MACH_U300 by Linus Walleij · 15 years ago
  88. 933a2ae i2c-s3c2410: use resource_size() by Ben Dooks · 15 years ago
  89. c6ffdde i2c: Use resource_size macro by Linus Walleij · 15 years ago
  90. 18904c0 i2c: ST DDC I2C U300 bus driver v3 by Linus Walleij · 15 years ago
  91. 6df263c i2c-bfin-twi: pull in io.h for ioremap() by Mike Frysinger · 15 years ago
  92. 4858704 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  93. 0fa2133 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  94. a231591 i2c-viapro: Add new PCI device ID for VX855 by Harald Welte · 15 years ago
  95. 4b364f2 i2c/chips: Move max6875 to drivers/misc/eeprom by Wolfram Sang · 15 years ago
  96. c52cf01 i2c: Do not give adapters a default parent by Jean Delvare · 15 years ago
  97. fa1b2ca i2c: Do not probe for TV chips on Voodoo3 adapters by Jean Delvare · 15 years ago
  98. 66b650f i2c: Retry automatically on arbitration loss by Clifford Wolf · 15 years ago
  99. 1cf92b4 i2c: Remove void casts by Jack Stone · 15 years ago
  100. 7dafd23 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago