1. 8465def staging: greybus: move the greybus core to drivers/greybus by Greg Kroah-Hartman · 5 years ago[Renamed from drivers/staging/greybus/core.c]
  2. ec0ad86 staging: greybus: move core include files to include/linux/greybus/ by Greg Kroah-Hartman · 5 years ago
  3. b7417e3 Staging: greybus: Alignment should match open parenthesis by Bhanusree Pola · 6 years ago
  4. f17f542 staging: greybus: align parameters to parentheses by Ioannis Valasakis · 6 years ago
  5. 9b76530 staging: greybus: shorten comparison to NULL 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. bdfb95c staging: greybus: remove timesync protocol support by Greg Kroah-Hartman · 8 years ago
  9. f5c93de greybus: pm: add error handling to bundle activation by Bartosz Golaszewski · 8 years ago
  10. 10a24b7 greybus: timesync: probe shouldn't complete until FrameTime sync does by Bryan O'Donoghue · 8 years ago
  11. 1f77b36 greybus: hd: arche-platform: implement greybus shutdown by David Lin · 9 years ago
  12. 61e13db greybus: bundle: add runtime pm support by David Lin · 9 years ago
  13. 2d48b5b greybus: bundle: add activate and deactivate by David Lin · 9 years ago
  14. 56278c7 greybus: hd: Export host device tracepoint from hd.c by Viresh Kumar · 9 years ago
  15. 129a6fb greybus: core: Make greybus_match_one_id() return bool by Viresh Kumar · 9 years ago
  16. aa62b5e greybus: bootrom: Compile as a separate module by Viresh Kumar · 9 years ago
  17. 82278bf greybus: fix forced disable of offloaded connections by Johan Hovold · 9 years ago
  18. 4a44842 greybus: timesync: Bind TimeSync into Greybus by Bryan O'Donoghue · 9 years ago
  19. 7aefe79 greybus: core: avoid I/O to disconnected interfaces by Johan Hovold · 9 years ago
  20. 1f79046 greybus: tracing: fix hd traces by Alex Elder · 9 years ago
  21. 428888a greybus: legacy: remove legacy driver support by David Lin · 9 years ago
  22. e4e5536 greybus: core: Rename greybus_module_match() by Viresh Kumar · 9 years ago
  23. 3e29bcf greybus: core: add MODULE uevent var for all control devices by Sandeep Patil · 9 years ago
  24. b15d97d greybus: core: add module abstraction by Johan Hovold · 9 years ago
  25. a6e5b01 greybus: core: make the control object be a device by Johan Hovold · 9 years ago
  26. 5a53e02 greybus: firmware: Rename to bootrom protocol by Viresh Kumar · 9 years ago
  27. 611924d greybus: expose full 32 bits of vid/pid to userspace by Greg Kroah-Hartman · 9 years ago
  28. 8ec589b greybus: firmware: convert to bundle driver by Johan Hovold · 9 years ago
  29. 98fdf5a greybus: core: defer connection creation to driver probe by Johan Hovold · 9 years ago
  30. 6ce4cc2 greybus: add bundle class to the bundle uevent by Greg Kroah-Hartman · 9 years ago
  31. 47a2e67 greybus: core: disable bundle connections on hot-unplug by Johan Hovold · 9 years ago
  32. 8442794 greybus: svc: drop legacy-protocol dependency by Johan Hovold · 9 years ago
  33. e217ae7 greybus: control: drop legacy-protocol dependency by Johan Hovold · 9 years ago
  34. 02a54dd greybus: core: add defensive connection disable post disconnect by Johan Hovold · 9 years ago
  35. fa8369c greybus: core: disable incoming operations pre disconnect by Johan Hovold · 9 years ago
  36. 5dda7e5 greybus: legacy: add legacy-protocol bundle driver by Johan Hovold · 9 years ago
  37. de14131 greybus: uevent: add GREYBUS_ID to uevent by Greg Kroah-Hartman · 9 years ago
  38. b77f932 greybus: core: fix greybus device matching by Johan Hovold · 9 years ago
  39. 3c48d1b greybus: core: fix greybus driver registration by Johan Hovold · 9 years ago
  40. c29c016 greybus: core: add bundle id to bundle uevents by Johan Hovold · 9 years ago
  41. c5e6b05 greybus: core: add interface id to interface and bundle uevents by Johan Hovold · 9 years ago
  42. f0960d0 greybus: core: add bus id to uevents by Johan Hovold · 9 years ago
  43. 0f37860 greybus: kill the endo by Johan Hovold · 9 years ago
  44. 88f7b96 greybus: svc: register svc device at hello by Johan Hovold · 9 years ago
  45. 2adaefb greybus: hd: make host device a device by Johan Hovold · 9 years ago
  46. 9f59263 greybus: interface: rename vendor and product attributes by Johan Hovold · 9 years ago
  47. 700001a greybus: move id-matching back to core by Johan Hovold · 9 years ago
  48. 7bc6faa greybus: create host-device compilation unit by Johan Hovold · 9 years ago
  49. fcfc762 greybus: connection: kill gb_hd_connections_exit by Johan Hovold · 9 years ago
  50. 92cc1d2 greybus: endo: move greybus_endo_setup() to endo.c by Viresh Kumar · 9 years ago
  51. c69b98d greybus: core: remove uevent handling for gb_connection by Greg Kroah-Hartman · 9 years ago
  52. 32b2b16 greybus: tracepoints: add tracepoints for host_device tx/rx by Bryan O'Donoghue · 9 years ago
  53. 5c8ad59 greybus: operation, core: hook tracepoints into message opertions by Bryan O'Donoghue · 9 years ago
  54. fda2381 greybus: connection: call gb_connection_exit() from gb_connection_destroy() by Viresh Kumar · 9 years ago
  55. 1a58a3b greybus: core: fix hd-creation error path by Johan Hovold · 9 years ago
  56. 144670c greybus: add num_cports field to greybus hd by Fabien Parent · 9 years ago
  57. d706ef8 greybus: Merge branch 'master' into branch 'svc'. by Greg Kroah-Hartman · 9 years ago
  58. 90f1b61 greybus: Add firmware protocol driver by Viresh Kumar · 9 years ago
  59. e75b82b greybus: initialize svc connection while creating hd by Viresh Kumar · 9 years ago
  60. 260998e greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  61. 38e7b48 greybus: get rid of old svc-protocol by Viresh Kumar · 9 years ago
  62. 3eac885 greybus: svc: revert svc changes to keep things working for a while. by Greg Kroah-Hartman · 9 years ago
  63. 9612f2b greybus: initialize svc connection while creating hd by Viresh Kumar · 9 years ago
  64. fe166c6 greybus: core: clean up ida memory for host controller by Greg Kroah-Hartman · 9 years ago
  65. d187576 greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  66. 0af7268 greybus: get rid of old svc-protocol by Viresh Kumar · 9 years ago
  67. dcd0500 greybus: svc: connection is created only once now by Viresh Kumar · 9 years ago
  68. e99f305 greybus: Cleanup connection leftovers by Viresh Kumar · 10 years ago
  69. ab69c4c greybus: svc: SVC is part of greybus core by Viresh Kumar · 10 years ago
  70. cdee4f7 greybus: Add control protocol support by Viresh Kumar · 10 years ago
  71. fd7b435 greybus: Revert "greybus: reserve host cport id 0" by Greg Kroah-Hartman · 10 years ago
  72. 88d18a9 greybus: reserve host cport id 0 by Alex Elder · 10 years ago
  73. fb690ca greybus: rename HOST_DEV_CPORT_ID_MAX by Alex Elder · 10 years ago
  74. 79dda60 greybus: endo: clean up id assignment code by Alex Elder · 10 years ago
  75. f35ab90 greybus: endo: define endo_init() and endo_exit() by Alex Elder · 10 years ago
  76. 190241a greybus: drop some unnecessary headers by Alex Elder · 10 years ago
  77. f2e2b06 greybus: endo: move endo id map declaration to endo.h by Phong Tran · 10 years ago
  78. fd1c2e5 greybus: core: rename greybus_deregister() by Alex Elder · 10 years ago
  79. 4a04187 greybus: Generate greybus wide unique ids for endo devices by Viresh Kumar · 10 years ago
  80. d67a39a greybus: Merge branch 'master' of github.com:gregkh/greybus by Greg Kroah-Hartman · 10 years ago
  81. 4441f47 greybus: update copyrights by Alex Elder · 10 years ago
  82. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 10 years ago
  83. 344943d greybus: endo: record AP interface id by Alex Elder · 10 years ago
  84. 8ea70fe greybus: core: return error code when creating host device by Alex Elder · 10 years ago
  85. 6b7d5a1f greybus: core: return error code when creating endo by Alex Elder · 10 years ago
  86. ee3ecf8 greybus: endo: pass endo_id to gb_endo_create() by Alex Elder · 10 years ago
  87. 8e929a8 greybus: core: add lower-limit for host-device buffers by Johan Hovold · 10 years ago
  88. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 10 years ago
  89. 51b5d8d greybus: interface: name routines consistently by Viresh Kumar · 10 years ago
  90. 6cf42a4 greybus: MODULE_LICENSE cleanup by Greg Kroah-Hartman · 10 years ago
  91. a4d9150 greybus: endo: hook up endos into the device tree by Greg Kroah-Hartman · 10 years ago
  92. 0f035ac greybus: endo: add endo structures and logic by Greg Kroah-Hartman · 10 years ago
  93. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 10 years ago
  94. 9f5f30e712 greybus: driver corresponds to a bundle, not interface by Viresh Kumar · 10 years ago
  95. 48f7047 greybus: debugfs: we shouldn't care if debugfs is working or not by Greg Kroah-Hartman · 10 years ago
  96. 337b068 greybus: core: Don't initialize greybus if it is disabled by Viresh Kumar · 10 years ago
  97. d71aaf2 greybus: core: place module_{init|exit}() right below the routines by Viresh Kumar · 10 years ago
  98. e1308c1 greybus: gpb: Create a "GP Bridge" kernel module by Greg Kroah-Hartman · 10 years ago
  99. df67155 greybus: add module support by Greg Kroah-Hartman · 10 years ago
  100. 1cd56a8 greybus: greybus_host_device: rename modules -> interfaces by Greg Kroah-Hartman · 10 years ago