1. 22 Sep, 2014 5 commits
  2. 20 Sep, 2014 2 commits
  3. 19 Sep, 2014 3 commits
  4. 14 Sep, 2014 8 commits
  5. 13 Sep, 2014 9 commits
  6. 11 Sep, 2014 3 commits
  7. 10 Sep, 2014 1 commit
    • Greg Kroah-Hartman's avatar
      greybus: pass appropriate type to create function · 3d545326
      Greg Kroah-Hartman authored
      Based on a patch from Alex Elder <elder@linaro.org>.
      
      Alex's original description:
      
      Every descriptor in a manifest is interpreted by greybus_new_module().
      We call a function to do initialization based on descriptor's type.
      
      Since we know the type of the descriptor at that point, we can pass
      to the called function the actual sub-type it needs (i.e., the union
      member associated with the type).  This allows those functions to
      be slightly simplified, and more focused.
      
      Also change some size variables to have size_t type, and simplify a
      few spots further by using sizeof(object) in place of sizeof(type).
      3d545326
  8. 09 Sep, 2014 9 commits