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