1. 23 10月, 2013 1 次提交
  2. 25 9月, 2013 1 次提交
  3. 21 6月, 2013 2 次提交
  4. 18 5月, 2012 1 次提交
  5. 07 3月, 2012 1 次提交
  6. 09 1月, 2012 1 次提交
  7. 22 12月, 2011 1 次提交
  8. 24 10月, 2011 3 次提交
  9. 23 3月, 2011 1 次提交
    • A
      mfd: mfd_cell is now implicitly available to mc13xxx drivers · 4ec1b54c
      Andres Salomon 提交于
      The cell's platform_data is now accessed with a helper function;
      change clients to use that, and remove the now-unused data_size.
      
      Note that mfd-core no longer makes a copy of platform_data, but the
      mc13xxx-core driver creates the pdata structures on the stack.  In
      order to get around that, the various ARM mach types that set the
      pdata have been changed to hold the variable in static (global) memory.
      Also note that __initdata references in aforementioned pdata structs
      have been dropped.
      Signed-off-by: NAndres Salomon <dilinger@queued.net>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      4ec1b54c
  10. 29 10月, 2010 1 次提交