1. c5d7e5e i2c: davinci: Avoid zero value of CLKH by Alexander Sverdlin · 6 years ago
  2. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  3. 87cb5b4 i2c: davinci: Increase module clock frequency by Alexander Sverdlin · 8 years ago
  4. 35780e8 i2c: davinci: Optimize clock generation on Keystone SoC by Alexander Sverdlin · 9 years ago
  5. 955fc95 i2c: davinci: Optimize SCL generation by Alexander Sverdlin · 9 years ago
  6. 41c8d45 i2c: davinci: Avoid sending to own address by Alexander Sverdlin · 9 years ago
  7. 72a956c i2c: davinci: Refactor i2c_davinci_wait_bus_not_busy() by Alexander Sverdlin · 9 years ago
  8. 7ef97e9 i2c: davinci: use ICPFUNC to toggle I2C as gpio for bus recovery by Grygorii Strashko · 9 years ago
  9. 2e65676 i2c: davinci: use bus recovery infrastructure by Grygorii Strashko · 9 years ago
  10. d9e1f44 i2c: davinci: fixup wait_for_completion_timeout handling by Nicholas Mc Guire · 9 years ago
  11. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  12. 9689519 Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  13. 9ea359f i2c: davinci: generate STP always when NACK is received by Grygorii Strashko · 9 years ago
  14. 2c6ef04 i2c: davinci: switch to use platform_get_irq by Grygorii Strashko · 9 years ago
  15. 900ef80 i2c: davinci: don't use interruptible completion by Mike Looijmans · 10 years ago
  16. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  17. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  18. adcb82a i2c: i2c-davinci: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  19. 2f392dc i2c: i2c-davinci: deprecate class based instantiation by Wolfram Sang · 10 years ago
  20. a238dcf i2c: davinci: raw read and write endian fix by Taras Kondratiuk · 11 years ago
  21. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  22. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  23. 4e90532 i2c: remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  24. 1e2c239 i2c: davinci: Fix bad dev_get_platdata() conversion by Olof Johansson · 11 years ago
  25. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  26. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  27. 9adad4d i2c: davinci: remove useless mach/hardware include by Santosh Shilimkar · 11 years ago
  28. 3cc2d00 drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  29. c4df500 i2c: davinci: drop superfluous {get|put}_device by Wolfram Sang · 11 years ago
  30. 8579684 i2c: davinci: update to devm_* API by Vishwanathrao Badarkhe, Manish · 11 years ago
  31. adf68ac i2c: davinci: rename recover bus functions by Wolfram Sang · 11 years ago
  32. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  33. 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  34. 2bdbfa9 i2c: davinci: preparation for switch to common clock framework by Murali Karicheri · 12 years ago
  35. ec2a083 ARM: davinci: move platform_data definitions by Arnd Bergmann · 12 years ago
  36. 5c3d8a4 i2c: davinci: add OF support by Heiko Schocher · 12 years ago
  37. 9868a06 i2c: davinci: Free requested IRQ in remove by Marcus Folkesson · 12 years ago
  38. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  39. c5b4afe i2c-davinci: Fix TX setup for more SoCs by Jon Povey · 14 years ago
  40. 4bba0fd i2c-davinci: Fix race when setting up for TX by Jon Povey · 14 years ago
  41. 8574faf i2c: davinci: bus recovery procedure to clear the bus by Philby John · 14 years ago
  42. 82c0de1 i2c: davinci: Add cpufreq support by Chaithrika U S · 14 years ago
  43. 68f15de i2c: davinci: Add suspend/resume support by Chaithrika U S · 14 years ago
  44. 5ae5b11 i2c: davinci: Add helper functions for power management by Chaithrika U S · 14 years ago
  45. c062a25 i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage by Chaithrika U S · 14 years ago
  46. c6c7c72 i2c: davinci: Fix smbus Oops with AIC33 usage by Dirk Behme · 16 years ago
  47. 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
  48. 5933082 i2c: Use resource_size by Julia Lawall · 15 years ago
  49. 7605fa3 i2c-davinci: behave with i2cdetect by David Brownell · 15 years ago
  50. e164dde i2c-davinci: convert clock usage after clkdev conversion by Kevin Hilman · 15 years ago
  51. 98a679c i2c-davinci: Fix timeout handling by Jean Delvare · 15 years ago
  52. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  53. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  54. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  55. 2e74378 i2c-davinci: Initialize cmd_complete sooner by Troy Kisky · 16 years ago
  56. 5a0d5f5 i2c-davinci: Fix signal handling bug by Troy Kisky · 16 years ago
  57. 0ab56e2 i2c-davinci: Remove useless IVR read by Troy Kisky · 16 years ago
  58. d868caa i2c-davinci: Move dev_dbg statement for more output by Troy Kisky · 16 years ago
  59. cc99ff7 i2c-davinci: Ensure clock between 7-12 MHz by Troy Kisky · 16 years ago
  60. add8eda i2c: Fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  61. 08882d2 i2c: Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  62. b73a9ae i2c-davinci: Fix lost interrupt by Troy Kisky · 16 years ago
  63. 2caeac8 i2c: Don't uselessly set i2c_adapter.retries by Jean Delvare · 16 years ago
  64. fce3ff0 i2c: Add missing spaces in split log messages by Joe Perches · 16 years ago
  65. 95a7f10 i2c: Add DaVinci I2C controller support by Vladimir Barinov · 17 years ago