1. 9e3b184 i2c: xiic: Support forcing single-master in DT by Jaakko Laine · 4 years, 4 months ago
  2. 9106e45 i2c: xiic: Improve struct memory alignment by Jaakko Laine · 4 years, 4 months ago
  3. 0a9336e i2c: xiic: Change code alignment to 1 space only by Jaakko Laine · 4 years, 4 months ago
  4. 878508a i2c: xiic: fix indentation issue by Colin Ian King · 5 years ago
  5. 10b1700 i2c: xiic: Fix the clocking across bind unbind by Shubhrajyoti Datta · 5 years ago
  6. c9d0596 i2c: xiic: defer the probe if clock is not found by Venkatesh Yadav Abbarapu · 5 years ago
  7. b4c119d i2c: xiic: Add timeout to the rx fifo wait loop by Shubhrajyoti Datta · 5 years ago
  8. bf255be i2c: xiic: convert to use i2c_new_client_device() by Wolfram Sang · 5 years ago
  9. bcc156e i2c: xiic: Fix kerneldoc warnings by Shubhrajyoti Datta · 5 years ago
  10. 49b8095 i2c: xiic: Add max_read_len quirk by Robert Hancock · 6 years ago
  11. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  12. ae7304c i2c: xiic: Make the start and the byte count write atomic by Shubhrajyoti Datta · 6 years ago
  13. 30a6475 i2c: busses: make use of i2c_8bit_addr_from_msg by Peter Rosin · 7 years ago
  14. 3d8b7a4 Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18 by Wolfram Sang · 7 years ago
  15. 7072b75 i2c: xiic: move header to platform_data by Wolfram Sang · 7 years ago
  16. 1ee7cdb i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected" by Colin Ian King · 7 years ago
  17. 74d2331 i2c: xiic: Make suspend function names consistent by Moritz Fischer · 7 years ago
  18. 329430c i2c: busses: make i2c_adapter const by Bhumika Goyal · 7 years ago
  19. 9242e72 i2c: use dev_get_drvdata() to get private data in suspend/resume hooks by Masahiro Yamada · 7 years ago
  20. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  21. 36ecbca i2c: xiic: Implement power management by Shubhrajyoti Datta · 9 years ago
  22. 77c6801 i2c: xiic: Replace spinlock with mutex by Lars-Peter Clausen · 9 years ago
  23. d0fe525 i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer() by Lars-Peter Clausen · 9 years ago
  24. 9656eee i2c: Revert "i2c: xiic: Do not reset controller before every transfer" by Lars-Peter Clausen · 9 years ago
  25. 6b0c8dc i2c: xiic: Do not continue in case of errors in Rx by Shubhrajyoti Datta · 10 years ago
  26. 7f9906b i2c: xiic: Service all interrupts in isr by Shubhrajyoti Datta · 10 years ago
  27. 542e2a9 i2c: xiic: Remove the Addressed as slave interrupt by Shubhrajyoti Datta · 10 years ago
  28. b33aa25 i2c: xiic: Remove busy loop while waiting for bus busy by Shubhrajyoti Datta · 10 years ago
  29. e6c9a03 i2c: xiic: Remove the disabling of interrupts by Shubhrajyoti Datta · 10 years ago
  30. d701667 i2c: xiic: Do not reset controller before every transfer by Shubhrajyoti Datta · 10 years ago
  31. fcc2fac i2c: xiic: move the xiic_process to thread context by Shubhrajyoti Datta · 10 years ago
  32. 0387fc1 i2c: xiic: Remove the disabling of interrupts by Shubhrajyoti Datta · 10 years ago
  33. bea6ff0 i2c: xiic: Fix kerneldoc warnings by Shubhrajyoti Datta · 10 years ago
  34. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  35. 48ef3ca i2c: xiic: Fix big-endian register access by Thomas Gessler · 10 years ago
  36. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  37. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  38. 4db5bee i2c: i2c-xiic: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  39. a9965d7 i2c: i2c-xiic: deprecate class based instantiation by Wolfram Sang · 11 years ago
  40. 21d0b7c i2c: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. 168e722 i2c: xilinx: Use devm_* functions by Kedareswara rao Appana · 11 years ago
  42. 617bdcb i2c: xilinx: Do not enable irq before irq handler by Michal Simek · 11 years ago
  43. f1e9f89 i2c: xilinx: Fix i2c checkpatch warnings by Kedareswara rao Appana · 11 years ago
  44. 4edd65e i2c: Include linux/of.h header by Sachin Kamat · 11 years ago
  45. ab0dc7a i2c: xiic: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  46. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  47. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  48. c39e8e4 i2c: xiic: must always write 16-bit words to TX_FIFO by Steven A. Falco · 12 years ago
  49. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 12 years ago
  50. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  51. 3ac0b33 I2C: xiic: Add OF binding support by Lars-Peter Clausen · 13 years ago
  52. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 13 years ago
  53. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  54. 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 14 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  56. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 14 years ago
  57. 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
  58. 02ca6c4 Add include to i2c-xii.c to fix build error by Randy Dunlap · 15 years ago
  59. e1d5b65 i2c: Add support for Xilinx XPS IIC Bus Interface by Richard Röjfors · 15 years ago