1. ec0ad86 staging: greybus: move core include files to include/linux/greybus/ by Greg Kroah-Hartman · 5 years ago[Renamed (89%) from drivers/staging/greybus/greybus.h]
  2. baeeb02 staging: greybus: fix up SPDX comment in .h files by Greg Kroah-Hartman · 5 years ago
  3. 863dbc5 staging: greybus: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  4. eb50fd3 staging: greybus: add SPDX identifiers to all greybus driver files by Greg Kroah-Hartman · 7 years ago
  5. bdfb95c staging: greybus: remove timesync protocol support by Greg Kroah-Hartman · 8 years ago
  6. 948c622 staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.h by Greg Kroah-Hartman · 8 years ago
  7. 30a3bf7 greybus: interface: add runtime pm support by David Lin · 8 years ago
  8. c05d471 greybus: Remove legacy suspend/resume callbacks by Viresh Kumar · 9 years ago
  9. 970dc85 greybus: timesync: Add timesync core driver by Bryan O'Donoghue · 9 years ago
  10. 428888a greybus: legacy: remove legacy driver support by David Lin · 9 years ago
  11. b15d97d greybus: core: add module abstraction by Johan Hovold · 9 years ago
  12. a6e5b01 greybus: core: make the control object be a device by Johan Hovold · 9 years ago
  13. 8ec589b greybus: firmware: convert to bundle driver by Johan Hovold · 9 years ago
  14. 13da9e1 greybus: core: add drvdata accessors by Johan Hovold · 9 years ago
  15. 0f37860 greybus: kill the endo by Johan Hovold · 9 years ago
  16. 88f7b96 greybus: svc: register svc device at hello by Johan Hovold · 9 years ago
  17. 2adaefb greybus: hd: make host device a device by Johan Hovold · 9 years ago
  18. 3823c61 greybus: add class matching macro by Johan Hovold · 9 years ago
  19. 9784a59 greybus: remove unique-id matching by Johan Hovold · 9 years ago
  20. 358e940 greybus: fix bundle-id match macros by Johan Hovold · 9 years ago
  21. 2537636 greybus: hd: rename host-device structure by Johan Hovold · 9 years ago
  22. 7bc6faa greybus: create host-device compilation unit by Johan Hovold · 9 years ago
  23. 04fdd6a greybus: remove obsolete comment by Johan Hovold · 9 years ago
  24. 0e30550 greybus: remove unused connection device type by Johan Hovold · 9 years ago
  25. e96e616 greybus: remove unused host-device id by Johan Hovold · 9 years ago
  26. 92cc1d2 greybus: endo: move greybus_endo_setup() to endo.c by Viresh Kumar · 9 years ago
  27. c69b98d greybus: core: remove uevent handling for gb_connection by Greg Kroah-Hartman · 9 years ago
  28. 608ab2f greybus: es1,es2: add USB vendor command to timestamp by Bryan O'Donoghue · 9 years ago
  29. 3afe952 greybus: hd: remove connection-create/destroy callbacks by Johan Hovold · 9 years ago
  30. d7ea30a5 greybus: hd: add optional cport enable and disable callbacks by Johan Hovold · 9 years ago
  31. 8afd831 greybus: Greybus driver: add a new callbacks to driver by Alexandre Bailon · 9 years ago
  32. 1dc5392 greybus: fix cport-id defines by Johan Hovold · 9 years ago
  33. 144670c greybus: add num_cports field to greybus hd by Fabien Parent · 9 years ago
  34. d706ef8 greybus: Merge branch 'master' into branch 'svc'. by Greg Kroah-Hartman · 9 years ago
  35. 90f1b61 greybus: Add firmware protocol driver by Viresh Kumar · 9 years ago
  36. ca539a6 greybus: remove svc_msg.h by Viresh Kumar · 9 years ago
  37. 260998e greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  38. 8476ec6 greybus: greybus.h: remove greybus_svc_in() by Greg Kroah-Hartman · 9 years ago
  39. 75a60ed greybus: svc: connection: ask SVC to create connections by Perry Hung · 9 years ago
  40. 38e7b48 greybus: get rid of old svc-protocol by Viresh Kumar · 9 years ago
  41. 3eac885 greybus: svc: revert svc changes to keep things working for a while. by Greg Kroah-Hartman · 9 years ago
  42. d874215 greybus: remove svc_msg.h by Viresh Kumar · 9 years ago
  43. d187576 greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  44. 90c807e greybus: greybus.h: remove greybus_svc_in() by Greg Kroah-Hartman · 9 years ago
  45. 9c1552d greybus: svc: connection: ask SVC to create connections by Perry Hung · 9 years ago
  46. 0af7268 greybus: get rid of old svc-protocol by Viresh Kumar · 9 years ago
  47. d3d4484 greybus: svc: Add helpers to create AP<->SVC connection by Viresh Kumar · 9 years ago
  48. 3e136cc greybus: operation/esx: fix message-cancellation lifetime bugs by Johan Hovold · 10 years ago
  49. 7e9017d greybus: svc: Drop svc_set_route_send() by Viresh Kumar · 10 years ago
  50. cdee4f7 greybus: Add control protocol support by Viresh Kumar · 10 years ago
  51. fd7b435 greybus: Revert "greybus: reserve host cport id 0" by Greg Kroah-Hartman · 10 years ago
  52. 88d18a9 greybus: reserve host cport id 0 by Alex Elder · 10 years ago
  53. fb690ca greybus: rename HOST_DEV_CPORT_ID_MAX by Alex Elder · 10 years ago
  54. 821c620 greybus: introduce cport_id_valid() by Alex Elder · 10 years ago
  55. 3d0421e greybus: remove __init from .h files by Greg Kroah-Hartman · 10 years ago
  56. 47ed2c9 greybus: tag core init and exit functions by Alex Elder · 10 years ago
  57. fd1c2e5 greybus: core: rename greybus_deregister() by Alex Elder · 10 years ago
  58. 30c6d9d greybus: introduce SVC protocol by Alex Elder · 10 years ago
  59. 4441f47 greybus: update copyrights by Alex Elder · 10 years ago
  60. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 10 years ago
  61. 22e17ed greybus: rename "gpbridge.h" by Alex Elder · 10 years ago
  62. e9385e5 greybus: include "gpbridge.h" from "greybus.h" by Alex Elder · 10 years ago
  63. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 10 years ago
  64. d966820 greybus: remove unused prototypes from header by Johan Hovold · 10 years ago
  65. a4d9150 greybus: endo: hook up endos into the device tree by Greg Kroah-Hartman · 10 years ago
  66. 0f035ac greybus: endo: add endo structures and logic by Greg Kroah-Hartman · 10 years ago
  67. 24ef485 greybus: drop host-driver buffer headroom by Johan Hovold · 10 years ago
  68. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 10 years ago
  69. cbba76f greybus: remove obsolete buffer-alignment requirement by Johan Hovold · 10 years ago
  70. 9f5f30e712 greybus: driver corresponds to a bundle, not interface by Viresh Kumar · 10 years ago
  71. 48f7047 greybus: debugfs: we shouldn't care if debugfs is working or not by Greg Kroah-Hartman · 10 years ago
  72. e8f824b greybus: Export greybus debugfs folder by Alexandre Bailon · 10 years ago
  73. df67155 greybus: add module support by Greg Kroah-Hartman · 10 years ago
  74. 1cd56a8 greybus: greybus_host_device: rename modules -> interfaces by Greg Kroah-Hartman · 10 years ago
  75. 13e6aac greybus: interface: we really are creating/destroying interfaces not modules. by Greg Kroah-Hartman · 10 years ago
  76. edb0e0b greybus: interface: rename greybus_interface_block_id to greybus_interface_id by Greg Kroah-Hartman · 10 years ago
  77. 4ab9b3c greybus: interface: s/gb_interface_block/gb_interface/g by Greg Kroah-Hartman · 10 years ago
  78. a93938a greybus: rename interface_block.[c|h] -> interface.[c|h] by Greg Kroah-Hartman · 10 years ago
  79. 1db0a5f greybus: bundle: s/gb_interface/gb_bundle/g by Greg Kroah-Hartman · 10 years ago
  80. 3bdec69 greybus: bundle: rename interface.[c|h] to bundle.[c|h] by Greg Kroah-Hartman · 10 years ago
  81. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  82. 2f0c8aa greybus: driver matching: Greybus drivers bind to interface blocks, not modules by Greg Kroah-Hartman · 10 years ago
  83. ab88eb5 greybus: interface_block: move sysfs files into the interface_block.c file by Greg Kroah-Hartman · 10 years ago
  84. 8ede6e3 greybus: interface_block: rename the sysfs files to not have 'module' in them by Greg Kroah-Hartman · 10 years ago
  85. 4ec7b07 greybus: interface_block: s/gb_module/gb_interface_block/ by Greg Kroah-Hartman · 10 years ago
  86. e505222 greybus: interface_block: rename module.[c|h] to interface_block.[c|h] by Greg Kroah-Hartman · 10 years ago
  87. 835fb5e greybus: enforce a buffer headroom maximum size by Alex Elder · 10 years ago
  88. 8b33730 greybus: have greybus allocate its own buffers by Alex Elder · 10 years ago
  89. e238e64 greybus: kill the last gbuf remnants by Alex Elder · 10 years ago
  90. 58a5bdc greybus: send buffers without gbufs by Alex Elder · 10 years ago
  91. a9163b2 greybus: cancel buffers via magic cookie by Alex Elder · 10 years ago
  92. 9ec5411 greybus: free space without gbufs by Alex Elder · 10 years ago
  93. d2a259f greybus: allocate space without gbufs by Alex Elder · 10 years ago
  94. 06a4a06 greybus: improve data buffer alignment by Alex Elder · 10 years ago
  95. 374e6a2 greybus: kill off the last of gbuf.c by Alex Elder · 10 years ago
  96. 4e5007e greybus: kill the gbuf slab cache by Alex Elder · 10 years ago
  97. bb88896 greybus: move gbuf initialization to caller by Alex Elder · 10 years ago
  98. 3c3cef4 greybus: move the definition of struct gbuf by Alex Elder · 10 years ago
  99. 2f528c8 greybus: kill gbuf->kref by Alex Elder · 10 years ago
  100. 6e5dd0b greybus: kill greybus_{get,put}_gbuf() by Alex Elder · 10 years ago