1. 33ea3a3 greybus: add battery module by Greg Kroah-Hartman · 10 years ago
  2. 43cc32a greybus: first cut at parsing svc messages sent to the AP by Greg Kroah-Hartman · 10 years ago
  3. 68f1fc4 greybus: more hd work by Greg Kroah-Hartman · 10 years ago
  4. a39879f greybus: host controller additions by Greg Kroah-Hartman · 10 years ago
  5. d6e0e1c greybus: add es1_ap_desc.c to describe the ES1 USB device descriptors by Greg Kroah-Hartman · 10 years ago
  6. f0e49eb greybus: uart-gb: remove unneeded THIS_MODULE setting by Greg Kroah-Hartman · 10 years ago
  7. 7fabc88 greybus: uart-gb.c: dynamically allocate device numbers by Marti Bolivar · 10 years ago
  8. f8089c0 greybus: uart-gb.c: replace alloc_tty_driver with tty_alloc_driver by Marti Bolivar · 10 years ago
  9. 48123e0 greybus: add proper packing to all greybus message types by Greg Kroah-Hartman · 10 years ago
  10. 3be03d4 greybus: minor checkpatch cleanups by Greg Kroah-Hartman · 10 years ago
  11. 06340ef greybus: split sysfs functions out to separate file. by Greg Kroah-Hartman · 10 years ago
  12. e24e725 greybus: greybus_string() by Greg Kroah-Hartman · 10 years ago
  13. 21ee411 greybus: module id attributes by Greg Kroah-Hartman · 10 years ago
  14. 291f3b9 greybus: serial number attribute added by Greg Kroah-Hartman · 10 years ago
  15. b94295e greybus: sysfs attributes for functions and more driver core integration. by Greg Kroah-Hartman · 10 years ago
  16. 526c5c8 greybus: start parsing descriptor fields by Greg Kroah-Hartman · 10 years ago
  17. a239f67 greybus: start parsing descriptor structures by Greg Kroah-Hartman · 10 years ago
  18. d94a44a greybus: export gb_new_ap_msg so that the es1 module can use it by Greg Kroah-Hartman · 10 years ago
  19. ec90987 greybus: turn off warnings for es1-ap-usb.c to make it easier to build for now... by Greg Kroah-Hartman · 10 years ago
  20. 6dca7b9 greybus: get field names right for descriptors by Greg Kroah-Hartman · 10 years ago
  21. 6584c8a greybus: s/greybus_device_id/greybus_module_id/g by Greg Kroah-Hartman · 10 years ago
  22. d587780 greybus: more changes due to name changes in the greybus document by Greg Kroah-Hartman · 10 years ago
  23. 712d659 greybus: greybus.h: tiny movement around by Greg Kroah-Hartman · 10 years ago
  24. 3772f16 greybus: header file s/u8/__u8/g by Greg Kroah-Hartman · 10 years ago
  25. 80ebe8a greybus: greybus_desc.h created by Greg Kroah-Hartman · 10 years ago
  26. b9b2a46 greybus: split svc msg out into separate header file by Greg Kroah-Hartman · 10 years ago
  27. 2ecd536 greybus: more structure definitions added by Greg Kroah-Hartman · 10 years ago
  28. be1e2e9 greybus: structures added by Greg Kroah-Hartman · 10 years ago
  29. de536e3 greybus: ap message loop added. by Greg Kroah-Hartman · 10 years ago
  30. 27fb831 greybus: register the bus with the driver core and add framework for debugfs files. by Greg Kroah-Hartman · 10 years ago
  31. 6f83ab7 greybus: es1-ap-usb: more init framework added. by Greg Kroah-Hartman · 10 years ago
  32. f1eec30 greybus: first framework for the es1 ap controller by Greg Kroah-Hartman · 10 years ago
  33. 8bf23e8 greybus: actually get the devm() change to build... by Greg Kroah-Hartman · 10 years ago
  34. e5f167f greybus: can't use devm anymore, we aren't tieing into the driver model lifecycle :( by Greg Kroah-Hartman · 10 years ago
  35. ba4468d4 greybus: initial framework for ES1 usb AP driver by Greg Kroah-Hartman · 10 years ago
  36. eca17c5 greybus: uart: tie into gb core properly by Greg Kroah-Hartman · 10 years ago
  37. 56f1057 greybus: sdio: tie into gb core properly by Greg Kroah-Hartman · 10 years ago
  38. 426f29d greybus: gpio: tie into gb core properly by Greg Kroah-Hartman · 10 years ago
  39. 3d9efaa greybus: i2c: use same naming convention everywhere by Greg Kroah-Hartman · 10 years ago
  40. e7e0782 greybus: i2c: tie to the proper place on the greybus_device by Greg Kroah-Hartman · 10 years ago
  41. db6e1fd greybus: hook up sdio, gpio, and tty into the greybus core. by Greg Kroah-Hartman · 10 years ago
  42. 503c1cd greybus: static module_init/exit functions by Greg Kroah-Hartman · 10 years ago
  43. 199d68d greybus: start moving the function types into the greybus core by Greg Kroah-Hartman · 10 years ago
  44. caaa8a8 greybus: uart-gb: a few minor bug fixes by Alex Elder · 10 years ago
  45. ff5f0b3 greybus: uart-gb: improve minor device number error checking by Alex Elder · 10 years ago
  46. e68453e greybus: uart-gb: now builds, more framework added by Greg Kroah-Hartman · 10 years ago
  47. a18e151 greybus: more uart work by Greg Kroah-Hartman · 10 years ago
  48. ff45c26 greybus: uart-gb: more work on tty functions by Greg Kroah-Hartman · 10 years ago
  49. 79c822b greybus: uart framework added, doesn't build by Greg Kroah-Hartman · 10 years ago
  50. e9023d2 greybus: gpio-gb.c: it now builds properly by Greg Kroah-Hartman · 10 years ago
  51. c16854c greybus: gpio driver by Greg Kroah-Hartman · 10 years ago
  52. d5d1903 greybus: add framework for 'struct gbuf' by Greg Kroah-Hartman · 10 years ago
  53. 83ddaaa greybus: Greybus SD/MMC host driver by Greg Kroah-Hartman · 10 years ago
  54. 776f136 greybus: greybus.h: tiny coding style cleanups by Greg Kroah-Hartman · 10 years ago
  55. 53419e0 greybus: i2c-gb: actually add the i2c adapter properly... by Greg Kroah-Hartman · 10 years ago
  56. 4c009fa greybus: update README with info on how to build and contact me. by Greg Kroah-Hartman · 10 years ago
  57. 06823c3 greybus: README and .gitignore updates by Greg Kroah-Hartman · 10 years ago
  58. c8a797a greybus: Import most recent greybus code to new repo. by Greg Kroah-Hartman · 10 years ago
  59. cd26f1b greybus: Initial commit by Greg Kroah-Hartman · 10 years ago