1. f8811c7 greybus: power_supply: reverse version check for new psy API by Sandeep Patil · 8 years ago
  2. 68b1309 greybus: power_supply: convert to bundle driver by Viresh Kumar · 8 years ago
  3. 7e9fba8 greybus: power_supply: Break supply setup into two parts by Viresh Kumar · 8 years ago
  4. 9d15134 greybus: power_supply: rework get descriptors by Rui Miguel Silva · 8 years ago
  5. adb57cf greybus: power_supply: fix check for configured supply by Rui Miguel Silva · 8 years ago
  6. accad1b greybus: power_supply: fix use after free of power supply by Rui Miguel Silva · 8 years ago
  7. f921fb1 greybus: power_supply: fix leak getting string properties by Rui Miguel Silva · 8 years ago
  8. d9eafd5 greybus: power_supply: fix error path at supplies setup by Rui Miguel Silva · 8 years ago
  9. 23f25ba greybus: power_supply: free supplies at release by Rui Miguel Silva · 8 years ago
  10. ff85f72 greybus: power_supply: fix unregister on error path by Rui Miguel Silva · 8 years ago
  11. 7ccac20d greybus: power_supply: do not release failed supply alloc by Rui Miguel Silva · 8 years ago
  12. e0d91ff greybus: power_supply: fix lock imbalance in init error path by Johan Hovold · 8 years ago
  13. ffe2e24 greybus: power_supply: rework and operation changes by Rui Miguel Silva · 9 years ago
  14. 2724be0 greybus: battery: move implementation to power_supply by Rui Miguel Silva · 9 years ago
  15. 4648884 greybus: battery: move battery file to power_supply by Rui Miguel Silva · 9 years ago[Renamed from drivers/staging/greybus/battery.c]
  16. cd414d4 greybus: battery: fix class-device parent by Johan Hovold · 9 years ago
  17. ce83294 greybus: battery: Move request/response structure/definitions to greybus_protocols.h by Viresh Kumar · 9 years ago
  18. f8cbc30 greybus: battery: Drop get_version support by Viresh Kumar · 9 years ago
  19. 8cbd20a greybus: battery: Use (already defined) major/minor macros by Viresh Kumar · 9 years ago
  20. e619e85 greybus: battery: fix panic on operation error by Perry Hung · 9 years ago
  21. 5c58640 greybus: battery: use feature tag rather than kernel version by Alex Elder · 9 years ago
  22. 9ade6d3 greybus: battery: free struct on error in caller by Alex Elder · 9 years ago
  23. a549be51 greybus: battery: update for 4.1 power supply api changes by Greg Kroah-Hartman · 9 years ago
  24. 89210f6 greybus: remove unused version-response structs by Viresh Kumar · 9 years ago
  25. 36e79de greybus: create get_version() routines with the help of a macro by Viresh Kumar · 9 years ago
  26. 98abb41 greybus: Remove "gb-" prefix from .c files by Viresh Kumar · 9 years ago[Renamed from drivers/staging/greybus/gb-battery.c]
  27. 347fedb greybus: rename battery-gb.c to gb-battery.c by Greg Kroah-Hartman · 9 years ago[Renamed from drivers/staging/greybus/battery-gb.c]
  28. 7422a1e greybus: protocol: name protocols. by Greg Kroah-Hartman · 10 years ago
  29. 7dd2626 greybus: battery-gb: move the battery protocol out to a stand-alone module by Greg Kroah-Hartman · 10 years ago
  30. 7c7d5b9 greybus: protocol: switch gb_protocol_register() to return an int by Greg Kroah-Hartman · 10 years ago
  31. 4ab9b3c greybus: interface: s/gb_interface_block/gb_interface/g by Greg Kroah-Hartman · 10 years ago
  32. 1db0a5f greybus: bundle: s/gb_interface/gb_bundle/g by Greg Kroah-Hartman · 10 years ago
  33. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  34. 4ec7b07 greybus: interface_block: s/gb_module/gb_interface_block/ by Greg Kroah-Hartman · 10 years ago
  35. 6b7dff8 greybus: battery-gb.c: add new functions from Greybus spec document. by Greg Kroah-Hartman · 10 years ago
  36. d5671a6 greybus: battery-gb: convert to use gb_operation_sync by Greg Kroah-Hartman · 10 years ago
  37. 23383de greybus: use errno for operation result by Alex Elder · 10 years ago
  38. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  39. c08b1dd greybus: dynamically allocate requests and responses by Alex Elder · 10 years ago
  40. 25d0f81 greybus: remove status from all responses by Alex Elder · 10 years ago
  41. 0bbfe04 greybus: fix battery_operation() by Alex Elder · 10 years ago
  42. f8fb05e greybus: add an incoming request receive method by Alex Elder · 10 years ago
  43. 5d9fd7e greybus: move methods into protocol by Alex Elder · 10 years ago
  44. 19d03de greybus: register preallocated protocols by Alex Elder · 10 years ago
  45. cea54c1 greybus: Remove id_table usages by Greg Kroah-Hartman · 10 years ago
  46. 5e8e8ff greybus: battery-gb: remove some #if 0 code by Greg Kroah-Hartman · 10 years ago
  47. 3689f97 greybus: begin abstracting connection operations by Alex Elder · 10 years ago
  48. 6507cce greybus: FIXME/XXX removals: We have proper reference counting now by Greg Kroah-Hartman · 10 years ago
  49. 0369a45 greybus: battery-gb: Allow kernel values to get out of sync with greybus spec by Greg Kroah-Hartman · 10 years ago
  50. c9346e1 greybus: battery-gb.c: fix memory leak found by Viresh by Greg Kroah-Hartman · 10 years ago
  51. cc66239 greybus: Merge branch 'gregkh_work' into master by Greg Kroah-Hartman · 10 years ago
  52. 697e55d greybus: improve module cleanup code by Alex Elder · 10 years ago
  53. fb305c3 greybus: stash power supply pointer in connection by Alex Elder · 10 years ago
  54. c0855bf greybus: battery-gb: Add battery communication with the module by Greg Kroah-Hartman · 10 years ago
  55. 09c521d greybus: drop gb_* device fields from gb_module by Alex Elder · 10 years ago
  56. 2bb7eae greybus: battery: some hooking up to the greybus core by Greg Kroah-Hartman · 10 years ago
  57. 43789c3 greybus: battery-gb: provide accessors for a few more functions by Greg Kroah-Hartman · 10 years ago
  58. 051fb04 greybus: don't assume subdevs are valid by Alex Elder · 10 years ago
  59. e1e9dbd greybus: isolate greybus module code by Alex Elder · 10 years ago
  60. 778c69c greybus: rename struct greybus_device by Alex Elder · 10 years ago
  61. fe32704 greybus: minor whitespace cleanups to make checkpatch.pl happy by Greg Kroah-Hartman · 10 years ago
  62. d47aa76 greybus: battery FIXME added by Greg Kroah-Hartman · 10 years ago
  63. 33ea3a3 greybus: add battery module by Greg Kroah-Hartman · 10 years ago