1. 90224e6 i2c: drivers: Use generic definitions for bus frequencies by Andy Shevchenko · 4 years, 10 months ago
  2. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  3. 31184d8 i2c: mv64xxx: Apply errata delay only in standard mode by Gregory CLEMENT · 7 years ago
  4. 1534156 i2c: mv64xxx: Fix clock resource by adding an optional bus clock by Gregory CLEMENT · 7 years ago
  5. a9e94bb i2c: mv64xxx: Remove useless test before clk_disable_unprepare by Gregory CLEMENT · 7 years ago
  6. 9024ca1 i2c: mv64xxx: explicitly request exclusive reset control by Philipp Zabel · 8 years ago
  7. 9242e72 i2c: use dev_get_drvdata() to get private data in suspend/resume hooks by Masahiro Yamada · 7 years ago
  8. 88ad60c i2c: mv64xxx: don't override deferred probing when getting irq by Thomas Petazzoni · 8 years ago
  9. 074363a i2c: mv64xxx: simplify optional reset handling by Philipp Zabel · 8 years ago
  10. a4f64ae i2c: mv64xxx: add suspend/resume support by Grzegorz Jaszczyk · 8 years ago
  11. f3a36fb i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionals by Thomas Petazzoni · 9 years ago
  12. 7071935 i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare} by Thomas Petazzoni · 9 years ago
  13. 9f4d6f1 i2c: mv64xxx: handle probe deferral for the clock by Thomas Petazzoni · 9 years ago
  14. bba61f5 i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs by Hans de Goede · 9 years ago
  15. 0729a04 i2c: mv64xxx: really allow I2C offloading by Hezi Shahmoon · 9 years ago
  16. 00d8689 i2c: mv64xxx: rework offload support to fix several problems by Thomas Petazzoni · 10 years ago
  17. 1259869 i2c: mv64xxx: use BIT() macro for register value definitions by Thomas Petazzoni · 10 years ago
  18. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  19. 0ce4bc1 i2c: mv64xxx: continue probe when clock-frequency is missing by Chen-Yu Tsai · 10 years ago
  20. 8c49086 i2c: i2c-mv64xxx: Drop class based scanning to improve bootup time by Wolfram Sang · 11 years ago
  21. 5ed9d92 i2c: mv64xxx: Change i2c compatibles for sunxi by Maxime Ripard · 11 years ago
  22. 5fe29d4 i2c: i2c-mv64xxx: deprecate class based instantiation by Wolfram Sang · 11 years ago
  23. f2a67d0 i2c: mv64xxx: Fix reset controller handling by Maxime Ripard · 11 years ago
  24. 485ecdf i2c: mv64xxx: refactor initialization for new msgs by Wolfram Sang · 11 years ago
  25. b0200ab i2c: mv64xxx: directly call send_start when initializing transfer by Wolfram Sang · 11 years ago
  26. 4c5b38e i2c: mv64xxx: refactor send_start by Wolfram Sang · 11 years ago
  27. c7dcb1f i2c: mv64xxx: Add support for the Allwinner A31 I2C driver by Maxime Ripard · 11 years ago
  28. 370136b i2c: mv64xxx: Add reset deassert call by Maxime Ripard · 11 years ago
  29. 79970db i2c: mv64xxx: refactor message start to ensure proper initialization by Wolfram Sang · 11 years ago
  30. 6cf70ae i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs by Gregory CLEMENT · 11 years ago
  31. 4e90532 i2c: remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  32. 85b3a93 i2c: mv64xxx: Do not use writel_relaxed() by Thierry Reding · 11 years ago
  33. c1a9946 i2c: mv64xxx: Fix some build warnings by Thierry Reding · 11 years ago
  34. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 12 years ago
  35. c1d15b6 i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889) by Gregory CLEMENT · 11 years ago
  36. 930ab3d i2c: mv64xxx: Add I2C Transaction Generator support by Gregory CLEMENT · 11 years ago
  37. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  38. 4c730a0 i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided by Gregory CLEMENT · 12 years ago
  39. 6faa353 i2c: mv64xxx: Fix transfer error code by Guenter Roeck · 12 years ago
  40. 3d66ac7 i2c: mv64xxx: Add Allwinner sun4i compatible by Maxime Ripard · 12 years ago
  41. 004e8ed i2c: mv64xxx: make the registers offset configurable by Maxime Ripard · 12 years ago
  42. 683e69b i2c: mv64xxx: Add macros to access parts of registers by Maxime Ripard · 12 years ago
  43. 4243fa0 I2C: mv64xxx: fix race between FSM/interrupt and process context by Russell King · 12 years ago
  44. 3420afb I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io() by Russell King · 12 years ago
  45. aa6bce5 I2C: mv64xxx: remove I2C_M_NOSTART code by Russell King · 12 years ago
  46. 0c195af I2C: mv64xxx: fix error handling for request_irq() by Russell King · 12 years ago
  47. 2c91110 I2C: mv64xxx: use devm_kzalloc() by Russell King · 12 years ago
  48. 4c5c95f I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put() by Russell King · 12 years ago
  49. 16874b0 I2C: mv64xxx: use devm_ioremap_resource() by Russell King · 12 years ago
  50. d5ac456 I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs() by Russell King · 12 years ago
  51. d295a86 i2c: mv64xxx: work around signals causing I2C transactions to be aborted by Russell King · 12 years ago
  52. bf51a8c i2c: Ignore return value of i2c_del_adapter() by Lars-Peter Clausen · 12 years ago
  53. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  54. b61d157 I2C: MV64XYZ: Add Device Tree support by Andrew Lunn · 13 years ago
  55. d61a909 i2c-mv64xxxx: allow more than one driver instance by Florian Fainelli · 13 years ago
  56. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 13 years ago
  57. eda6bee i2c-mv64xxx: send repeated START between messages in xfer by Rodolfo Giometti · 14 years ago
  58. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 15 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  60. da44bde i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR by Jean Delvare · 15 years ago
  61. b0999cc i2c-mv64xxx: correct mv64xxx_i2c_intr() return type by Mikael Pettersson · 15 years ago
  62. c6ffdde i2c: Use resource_size macro by Linus Walleij · 16 years ago
  63. 8a52c6b i2c: Adapter timeout is in jiffies by Jean Delvare · 16 years ago
  64. bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 16 years ago
  65. 1745522 i2c: Delete many unused adapter IDs by Jean Delvare · 16 years ago
  66. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 17 years ago
  67. 2f0a8df [I2C] i2c-mv64xxx: Don't set i2c_adapter.retries by Jean Delvare · 17 years ago
  68. a083279 [I2C] Split mv643xx I2C platform support by Tzachi Perelstein · 17 years ago
  69. a07ad1c i2c-mv64xxx: Reinitialize hw and driver on I2C bus hang by Dale Farnsworth · 17 years ago
  70. 65b22ad i2c-mv64xxx: Use i2c_add_numbered_adapter by Dale Farnsworth · 18 years ago
  71. 2096b95 i2c: Shrink struct i2c_client by David Brownell · 18 years ago
  72. 12a917f i2c: Declare more i2c_adapter parent devices by Jean Delvare · 18 years ago
  73. 3269bb6 i2c-mv64xxx: Fix random oops at boot by Maxime Bizon · 18 years ago
  74. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  75. 8f9082c i2c: Constify i2c_algorithm declarations, part 2 by Jean Delvare · 18 years ago
  76. 4894473 [PATCH] handle errors returned by platform_get_irq*() by David Vrabel · 19 years ago
  77. e91c021 [PATCH] i2c: i2c-mv64xxx fix transaction abortion by Mark A. Greer · 19 years ago
  78. dfded4a [PATCH] i2c: Fix i2c-mv64xxx compilation error by Mark A. Greer · 19 years ago
  79. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  80. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  81. 5263ebb [PATCH] i2c: kzalloc conversion, other drivers by Deepak Saxena · 19 years ago
  82. 0cf3628 [PATCH] Owner field additions to many i2c drivers, 2 of 5 by Laurent Riffard · 19 years ago
  83. d1b2f0a [PATCH] i2c: bug fix for busses/i2c-mv64xxx.c by Jean Delvare · 19 years ago
  84. c7a4653 [PATCH] I2C: Kill i2c_algorithm.id (5/7) by Jean Delvare · 19 years ago
  85. 1d8b9e1 [PATCH] I2C: Kill i2c_algorithm.id (4/7) by Jean Delvare · 19 years ago
  86. 9751858 [PATCH] I2C: Kill i2c_algorithm.name (1/7) by Jean Delvare · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago