1. 01 2月, 2013 1 次提交
  2. 24 1月, 2013 1 次提交
  3. 03 1月, 2013 2 次提交
  4. 07 12月, 2012 1 次提交
  5. 16 10月, 2012 1 次提交
  6. 13 6月, 2012 2 次提交
  7. 06 6月, 2012 1 次提交
  8. 18 4月, 2012 1 次提交
  9. 09 3月, 2012 1 次提交
  10. 08 3月, 2012 1 次提交
  11. 03 2月, 2012 2 次提交
  12. 25 1月, 2012 1 次提交
  13. 07 1月, 2012 1 次提交
  14. 16 12月, 2011 1 次提交
  15. 30 8月, 2011 1 次提交
  16. 21 7月, 2011 1 次提交
    • E
      iwlagn: simplify the bus architecture · d5934110
      Emmanuel Grumbach 提交于
      Call iwl_probe with a ready iwl_bus struct. This means that the bus layer
      assigns the irq, dev and iwl_bus_ops pointers to iwl_bus before giving it to
      iwl_probe.
      
      The device specific struct is allocated together with the common iwl_bus struct
      by the bus specific layer. The pointer to the aggregate struct is passed to the
      upper layer that holds a pointer to iwl_bus instead of an embedded iw_bus.
      The private data given to the PCI subsystem is now iwl_bus and not iwl_priv.
      
      Provide bus_* inliners on the way in order  to simplify the syntax.
      
      Rename iwl-pci.h -> iwl-bus.h since it is bus agnostic and represent the
      external of the bus layer.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      d5934110
  17. 18 6月, 2011 1 次提交
  18. 30 4月, 2011 1 次提交
  19. 23 4月, 2011 1 次提交
  20. 08 4月, 2011 2 次提交
  21. 03 4月, 2010 1 次提交
  22. 30 3月, 2010 1 次提交
    • T
      iwlwifi: don't include iwl-dev.h from iwl-devtrace.h · ed391f4e
      Tejun Heo 提交于
      iwl-devtrace.h is used to declare and define trace points and
      including iwl-dev.h from the file, which in turn includes other
      generic headers, can lead to problems like generating duplicate copies
      of generic trace points depending on the order of includes.  Don't
      include iwl-dev.h from iwl-devtrace.h but include it from its users -
      iwl-io.h and iwl-devtrace.c.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NReinette Chatre <reinette.chatre@intel.com>
      Cc: Zhu Yi <yi.zhu@intel.com>
      Cc: Intel Linux Wireless <ilw@linux.intel.com>
      Cc: Ingo Molnar <mingo@redhat.com>
      ed391f4e
  23. 20 1月, 2010 1 次提交
  24. 24 11月, 2009 1 次提交
  25. 12 11月, 2009 1 次提交
  26. 08 10月, 2009 1 次提交
  27. 23 5月, 2009 1 次提交
  28. 17 3月, 2009 1 次提交
  29. 10 2月, 2009 1 次提交
  30. 30 1月, 2009 3 次提交
  31. 20 12月, 2008 1 次提交
  32. 13 12月, 2008 3 次提交