1. 08 2月, 2013 2 次提交
  2. 11 10月, 2011 1 次提交
  3. 19 4月, 2011 3 次提交
    • I
      wl12xx: Handle platforms without level trigger interrupts · 341b7cde
      Ido Yariv 提交于
      Some platforms are incapable of triggering on level interrupts. Add a
      platform quirks member in the platform data structure, as well as an
      edge interrupt quirk which can be set on such platforms.
      
      When the interrupt is requested with IRQF_TRIGGER_RISING, IRQF_ONESHOT
      cannot be used, as we might miss interrupts that occur after the FW
      status is cleared and before the threaded interrupt handler exits.
      
      Moreover, when IRQF_ONESHOT is not set, iterating more than once in the
      threaded interrupt handler introduces a few race conditions between this
      handler and the hardirq handler. Currently this is worked around by
      limiting the loop to one iteration only. This workaround has an impact
      on performance. To remove to this restriction, the race conditions will
      need to be addressed.
      Signed-off-by: NIdo Yariv <ido@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      341b7cde
    • I
      wl12xx: Clean up and fix the 128x boot sequence · d29633b4
      Ido Yariv 提交于
      Clean up the boot sequence code & fix the following issues:
      1. Always read the registers' values and set the relevant bits instead of
         zeroing all other bits
      2. Handle cases where wl1271_top_reg_read returns an error
      3. Verify that the HW can detect the selected clock source
      4. Remove 128x PG10 initialization code
      5. Configure the MCS PLL to work in HP mode
      Signed-off-by: NIdo Yariv <ido@wizery.com>
      Reviewed-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      d29633b4
    • L
      wl12xx: add new board_tcxo_clock element to the platform data · 62c7d085
      Luciano Coelho 提交于
      This new value is a new type of clock setting that is used by wl128x
      chipsets.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      62c7d085
  4. 16 11月, 2010 1 次提交
  5. 30 9月, 2010 1 次提交
  6. 21 9月, 2010 3 次提交
  7. 26 8月, 2010 1 次提交
  8. 17 4月, 2010 1 次提交
  9. 19 11月, 2009 1 次提交
  10. 07 5月, 2009 1 次提交
  11. 17 4月, 2009 1 次提交
  12. 30 4月, 2008 1 次提交
  13. 20 3月, 2008 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 03 4月, 2006 1 次提交
  16. 08 9月, 2005 1 次提交
  17. 03 5月, 2005 1 次提交
  18. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4