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