1. b81beec staging: greybus: move es2 to drivers/greybus/ by Greg Kroah-Hartman · 5 years ago[Renamed (99%) from drivers/staging/greybus/es2.c]
  2. 8465def staging: greybus: move the greybus core to drivers/greybus by Greg Kroah-Hartman · 5 years ago
  3. ec0ad86 staging: greybus: move core include files to include/linux/greybus/ by Greg Kroah-Hartman · 5 years ago
  4. 8478c35 staging: greybus: Parenthesis alignment by Cristian Sicilia · 6 years ago
  5. 2eece0a staging: greybus: remove comparison to BOOL by Ioannis Valasakis · 6 years ago
  6. 863dbc5 staging: greybus: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  7. eb50fd3 staging: greybus: add SPDX identifiers to all greybus driver files by Greg Kroah-Hartman · 7 years ago
  8. a784e3e staging: greybus: mark expected switch fall-through in check_urb_status by Gustavo A. R. Silva · 7 years ago
  9. 563a841 staging: greybus: fix symbolic permission coding style issues by Gioh Kim · 8 years ago
  10. 461ab80 staging: greybus: fix "line over 80 characters" coding style issues by Gioh Kim · 8 years ago
  11. bdfb95c staging: greybus: remove timesync protocol support by Greg Kroah-Hartman · 8 years ago
  12. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  14. bdc0656 Merge 4.9-rc3 into staging-next by Greg Kroah-Hartman · 8 years ago
  15. 1305f2b greybus: es2: fix error return code in ap_probe() by Wei Yongjun · 8 years ago
  16. 7fec2bc staging: greybus: es2: fix arpc request size by Rui Miguel Silva · 8 years ago
  17. 9edae49 staging: greybus: es2: Use kmemdup instead of kmalloc and memcpy by sayli karnik · 8 years ago
  18. 948c622 staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.h by Greg Kroah-Hartman · 8 years ago
  19. 2722910 greybus: es2: fix up usb probe error messages by Greg Kroah-Hartman · 8 years ago
  20. 1521eb6 greybus: es2: No need to check before freeing an urb by Greg Kroah-Hartman · 8 years ago
  21. fc994f0 greybus: es2: remove unneeded BULK_* #defines by Greg Kroah-Hartman · 8 years ago
  22. 7330c48 greybus: es2: remove bulk_in array by Greg Kroah-Hartman · 8 years ago
  23. 403074b greybus: es2: remove bulk_out array by Greg Kroah-Hartman · 8 years ago
  24. 84d5077 greybus: es2: remove struct cport_to_ep by Greg Kroah-Hartman · 8 years ago
  25. b6c1bd3 greybus: es2: remove #if 0 code by Greg Kroah-Hartman · 8 years ago
  26. 4de0289 greybus: es2: use a single bulk ep pair for all greybus data by Sandeep Patil · 8 years ago
  27. 1b1732c greybus: es2: remove obsolete cport-reset ARPC by Johan Hovold · 8 years ago
  28. 2045c9f greybus: hd/es2: remove obsolete callbacks by Johan Hovold · 8 years ago
  29. 77e52b3 greybus: es2: implement shutdown callback by Johan Hovold · 8 years ago
  30. d2dee94 greybus: es2: implement flush callback by Johan Hovold · 8 years ago
  31. 5f62eab greybus: es2: fix memory leak in probe error path by Johan Hovold · 8 years ago
  32. 6471c00 greybus: hd/es2: add cport_clear callback and ARPC by Johan Hovold · 8 years ago
  33. 0e7cd0d greybus: hd/es2: add cport_quiesce callback and ARPC by Johan Hovold · 8 years ago
  34. a9dc1cf greybus: hd/es2: add cport_connected callback and ARPC by Johan Hovold · 8 years ago
  35. 7d0e76d greybus: arpc: move arpc definitions to their own header by Johan Hovold · 8 years ago
  36. 83d474f greybus: es2: fix USB vendor-request prefixes by Johan Hovold · 8 years ago
  37. 60793c9 greybus: es2: rename USB vendor-request timeout define by Johan Hovold · 8 years ago
  38. 54f34e1 greybus: es2: add define for ARPC CPort requests by Johan Hovold · 8 years ago
  39. 121bae2 greybus: es2: allow ARPC result to be ignored by Johan Hovold · 8 years ago
  40. 4ae2d96 greybus: es2: always set result value by Johan Hovold · 8 years ago
  41. c468999 greybus: es2: clean up ARPC symbol names by Johan Hovold · 8 years ago
  42. c0219cb greybus: es2: fix arpc active-list corruption by Johan Hovold · 8 years ago
  43. 178457e greybus: es2: fix arpc error message by Johan Hovold · 8 years ago
  44. fcba5d0 greybus: es2: fix arpc response-allocation error handling by Johan Hovold · 8 years ago
  45. 6a1d295 greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32 by Bryan O'Donoghue · 8 years ago
  46. 99ade17 greybus: get rid of a compile warning by Alex Elder · 8 years ago
  47. 165a74a greybus: es2: fix arpc response lookups by Johan Hovold · 8 years ago
  48. e818027 greybus: es2: Fix 'make check' warnings with arpc by Viresh Kumar · 8 years ago
  49. 3487394 greybus: es2: fix arpc return value by Johan Hovold · 8 years ago
  50. c14118a greybus: es2: Implement APBridgeA RPC (ARPC) by Alexandre Bailon · 8 years ago
  51. 9d9d377 greybus: es2: Add a new bulk in endpoint for APBridgeA RPC by Alexandre Bailon · 8 years ago
  52. 07af934 greybus: Revert "greybus: es2.c: don't use spin_lock_irq()" by Johan Hovold · 9 years ago
  53. 74ec759 greybus: es2: add support for greybus cport flags by Johan Hovold · 9 years ago
  54. fe90541 greybus: es2.c: don't use spin_lock_irq() by Viresh Kumar · 9 years ago
  55. 19cdabc greybus: Revert "greybus: don't use spin_lock_irq()" by Greg Kroah-Hartman · 9 years ago
  56. 5e2b639 greybus: don't use spin_lock_irq() by Viresh Kumar · 9 years ago
  57. 05e3095 greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset" by Viresh Kumar · 9 years ago
  58. 2d533cf greybus: ratelimit errors usually seen on unipro_reset by Vaibhav Hiremath · 9 years ago
  59. 495787a greybus: tracing: add timing traces by Alex Elder · 9 years ago
  60. 6adcf44 greybus: es2: reset cports at disable by Johan Hovold · 9 years ago
  61. 52033fd greybus: es2: Release reserved cports CDSI0 and CDSI1 by Vaibhav Agarwal · 9 years ago
  62. 1f79046 greybus: tracing: fix hd traces by Alex Elder · 9 years ago
  63. bae7c69 greybus: remove redundant latency-tag sanity checks by Johan Hovold · 9 years ago
  64. 5319a88 greybus: es2.c: Declare local __le64 not u64 by Bryan O'Donoghue · 9 years ago
  65. c8a657b greybus: hd: Add TimeSync APBridge commands by Bryan O'Donoghue · 9 years ago
  66. 045d356 greybus: es2: add support for CDSI1 allocation by Johan Hovold · 9 years ago
  67. e7b848c greybus: es2: clean up cport-reset handling by Johan Hovold · 9 years ago
  68. 0506150 greybus: es2: clean up CDSI CPort reservation by Johan Hovold · 9 years ago
  69. be5d01f greybus: es2: fix probe error handling by Johan Hovold · 9 years ago
  70. 2437f1c greybus: es2: move ap_disconnect() below ap_probe() by Viresh Kumar · 9 years ago
  71. 62de6e0 greybus: es2: don't protest when getting -ENOENT/ESHUTDOWN USB errors by Viresh Kumar · 9 years ago
  72. ecdd3a2 greybus: es2: disable cport-in after remove greybus host device by Viresh Kumar · 9 years ago
  73. a0f997b greybus: es2: Allow proper release of greybus host device by Viresh Kumar · 9 years ago
  74. 05a8491 greybus: es2: Fix apb_log null pointer exception by David Lin · 9 years ago
  75. aa2a545 greybus: hd: rename CPort-features callbacks by Johan Hovold · 9 years ago
  76. e70055b greybus: es2: implement the fct flow control requests by Fabien Parent · 9 years ago
  77. 478ce72 greybus: es2: fix cport-count error handling by Johan Hovold · 9 years ago
  78. e527338 greybus: APBridge: move APBridge request protocol to a common .h file by Greg Kroah-Hartman · 9 years ago
  79. ed4596e9 greybus: host: provide "generic" apbridge output calls by Greg Kroah-Hartman · 9 years ago
  80. a5a7723 greybus: es2: clean up csi-config request by Johan Hovold · 9 years ago
  81. ccb5803 greybus: es2: Don't use stack memory as USB request data by Laurent Pinchart · 9 years ago
  82. e715a54 greybus: es2: Fix endian conversion issues by Laurent Pinchart · 9 years ago
  83. 8e2b7da greybus: es2: Add support for CSI transmitter configuration by Laurent Pinchart · 9 years ago
  84. ed972e3 greybus: es2: demote dynamic-urb error message by Johan Hovold · 9 years ago
  85. a75fd8b greybus: es2: Reserve CPorts 16 and 17 by Laurent Pinchart · 9 years ago
  86. 100e900 greybus: use decimal notation for interfaces, bundles and cports by Johan Hovold · 9 years ago
  87. b933fa4 greybus: Prefix hexadecimal values with 0x while printing them by Viresh Kumar · 9 years ago
  88. 2f3db92 greybus: don't use %h and %hh for printing short and char variables by Viresh Kumar · 9 years ago
  89. bf6a61b greybus: es2: remove fake vendor/product ids by Viresh Kumar · 9 years ago
  90. 69166d2 greybus: es2: Send cport-id in wValue field to usb_control_msg() by Viresh Kumar · 9 years ago
  91. a520286 greybus: es2: clean up es2 destructor by Johan Hovold · 9 years ago
  92. c170047 greybus: hd: fix host-device life time issues by Johan Hovold · 9 years ago
  93. 57bc17f greybus: es2: add more structure to probe error handling by Johan Hovold · 9 years ago
  94. 74cd650 greybus: es2: fix debugfs dentry leak by Johan Hovold · 9 years ago
  95. f6624ca greybus: es2: separate stopping and deallocating urbs by Johan Hovold · 9 years ago
  96. 0ce68ce4 greybus: es2: separate urb allocation and submission by Johan Hovold · 9 years ago
  97. b6d8085 greybus: es2: fix endpoint requirement check by Johan Hovold · 9 years ago
  98. a51e8551 greybus: es2: fix use-after-free at disconnect by Johan Hovold · 9 years ago
  99. d6e139b greybus: hd: use common prefix for exported functions by Johan Hovold · 9 years ago
  100. a8cc020 greybus: hd: rename host-driver structure by Johan Hovold · 9 years ago