1. 85a42dc staging: greybus: sdio: fix cmd_flags check for none response by Rui Miguel Silva · 8 years ago
  2. 2064ae5 staging: greybus: sdio: remove KERNEL_VERSION checks by Rui Miguel Silva · 8 years ago
  3. 7434564 staging: greybus: sdio: fix min() type check by Greg Kroah-Hartman · 8 years ago
  4. afbf725 greybus: sdio: increase maximum segment size by Rui Miguel Silva · 8 years ago
  5. 8f3972f greybus: SDIO: Add runtime pm support by Jackson Chang · 8 years ago
  6. d53cc1c greybus: sdio: add switch voltage operation by Rui Miguel Silva · 8 years ago
  7. 484a4d6 greybus: sdio: convert vdd kernel values to greybus by Rui Miguel Silva · 8 years ago
  8. e3b090e greybus: sdio: avoid extra memory operation at data transfer by Rui Miguel Silva · 8 years ago
  9. 64060fe greybus: gbphy: Remove protocol specific version handling by Viresh Kumar · 8 years ago
  10. ebc9e37 greybus: fix unbalanced mutex by Alex Elder · 8 years ago
  11. e54b106 greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere by Sandeep Patil · 8 years ago
  12. 3d64730 greybus: sdio: Create separate module by Viresh Kumar · 8 years ago
  13. dcd2086a greybus: SDIO: convert to a gpbridge driver by Greg Kroah-Hartman · 8 years ago
  14. 0ec3063 greybus: convert drivers to use connection->private set/get by Greg Kroah-Hartman · 9 years ago
  15. c7b0726 greybus: gpbridge.h: move protocol init/exit prototypes by Greg Kroah-Hartman · 9 years ago
  16. b933fa4 greybus: Prefix hexadecimal values with 0x while printing them by Viresh Kumar · 9 years ago
  17. b6789ee greybus: sdio: some cleanups in command function by Rui Miguel Silva · 9 years ago
  18. 10ed193 greybus: sdio: send data block details at command request by Rui Miguel Silva · 9 years ago
  19. 61c8057 greybus: sdio: use the bundle struct device instead of the connector by Greg Kroah-Hartman · 9 years ago
  20. f064b87 greybus: sdio: clarify operator precedence by Rui Miguel Silva · 9 years ago
  21. dcb8d8d greybus: sdio: convert greybus ocr values to mmc ones by Rui Miguel Silva · 9 years ago
  22. 6cac7dc greybus: sdio: fix card removable detection by Rui Miguel Silva · 9 years ago
  23. e0f875c greybus: sdio: add field to get_caps response by Rui Miguel Silva · 9 years ago
  24. b9154df greybus: sdio: fix work-queue leak and use-after-free by Johan Hovold · 9 years ago
  25. e526526 greybus: sdio: fix tear-down use-after-free by Johan Hovold · 9 years ago
  26. 7071ca1 greybus: sdio: Drop get_version support by Viresh Kumar · 9 years ago
  27. f1f6fa4 greybus: sdio: error out only for smaller payloads received by Viresh Kumar · 9 years ago
  28. 9ddf133 greybus: sdio: fix transfer buffer handling and blocks counting by Rui Miguel Silva · 9 years ago
  29. f85451d greybus: sdio: add need poll to host caps by Rui Miguel Silva · 9 years ago
  30. 73f4a52 greybus: sdio: check number of blocks in transfer by Rui Miguel Silva · 9 years ago
  31. 882edf5 greybus: sdio: pass only data pointer to tranfer funtion by Rui Miguel Silva · 9 years ago
  32. 7a5cd5a greybus: sdio: fix call to stop command if no data exist by Rui Miguel Silva · 9 years ago
  33. 08ccc9b greybus: sdio: fix return of get_cd and get_ro by Rui Miguel Silva · 9 years ago
  34. c36d31c greybus: sdio: rework of event handler by Rui Miguel Silva · 9 years ago
  35. ef0cc0e greybus: sdio: split cmd_flags to there meaning by Rui Miguel Silva · 9 years ago
  36. e18822e greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver() by Viresh Kumar · 9 years ago
  37. 93a99e8 greybus: sdio: correct the usage of mmc request in work queues handler by Phong Tran · 9 years ago
  38. 9b86bdf greybus: sdio: change the order of remove and free mmc host by Phong Tran · 9 years ago
  39. 5656ab9 greybus: sdio: fix defines for older kernels by Rui Miguel Silva · 9 years ago
  40. 3b6ecd6 greybus: sdio: extend sdio implementation by Rui Miguel Silva · 9 years ago
  41. bdac599 greybus: Use gb_gpbridge_protocol_init() by Viresh Kumar · 9 years ago
  42. 5357cf3 greybus: Remove "-gb" suffix from .c files by Viresh Kumar · 10 years ago[Renamed from drivers/staging/greybus/sdio-gb.c]
  43. 7422a1e greybus: protocol: name protocols. by Greg Kroah-Hartman · 10 years ago
  44. 7c7d5b9 greybus: protocol: switch gb_protocol_register() to return an int by Greg Kroah-Hartman · 10 years ago
  45. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  46. 64e6929 greybus: Pass '*ptr' to sizeof() wherever possible by Viresh Kumar · 10 years ago
  47. f8fb05e greybus: add an incoming request receive method by Alex Elder · 10 years ago
  48. 5d9fd7e greybus: move methods into protocol by Alex Elder · 10 years ago
  49. 19d03de greybus: register preallocated protocols by Alex Elder · 10 years ago
  50. cea54c1 greybus: Remove id_table usages by Greg Kroah-Hartman · 10 years ago
  51. a2f4763 greybus: sdio-gb: convert to the connection interface. by Greg Kroah-Hartman · 10 years ago
  52. 09c521d greybus: drop gb_* device fields from gb_module by Alex Elder · 10 years ago
  53. 051fb04 greybus: don't assume subdevs are valid by Alex Elder · 10 years ago
  54. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  55. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  56. 6584c8a greybus: s/greybus_device_id/greybus_module_id/g by Greg Kroah-Hartman · 10 years ago
  57. 56f1057 greybus: sdio: tie into gb core properly by Greg Kroah-Hartman · 10 years ago
  58. db6e1fd greybus: hook up sdio, gpio, and tty into the greybus core. by Greg Kroah-Hartman · 10 years ago
  59. 199d68d greybus: start moving the function types into the greybus core by Greg Kroah-Hartman · 10 years ago
  60. 83ddaaa greybus: Greybus SD/MMC host driver by Greg Kroah-Hartman · 10 years ago