1. 22 6月, 2012 2 次提交
  2. 12 4月, 2012 7 次提交
  3. 15 2月, 2012 1 次提交
    • L
      wl12xx: move partition table definition to io.c · 0becb14a
      Luciano Coelho 提交于
      Up till now we only needed to access the partition table in boot.c.
      But to add support for reading the MAC address from the FUSE in
      testmode, we will have to change the partition in testmode.c.
      
      Thus, we move the partition table to io.c and export it via io.h.  It
      makes more sense to have it in the io part anyway.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      0becb14a
  4. 11 10月, 2011 2 次提交
  5. 27 6月, 2011 2 次提交
  6. 19 4月, 2011 2 次提交
    • I
      wl12xx: Clean up the block size alignment code · 0da13da7
      Ido Yariv 提交于
      Simplify and clean up the block size alignment code:
      1. Set the block size according to the padding field type, as it cannot
         exceed the maximum value this field can hold.
      2. Move the alignment code into a function instead of duplicating it in
         multiple places.
      3. In the current implementation, the block_size member can be
         misleading because a zero value actually means that there's no need to
         align. Declare a block size alignment quirk instead.
      Signed-off-by: NIdo Yariv <ido@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      0da13da7
    • S
      wl12xx: 1281/1283 support - Add acx commands · 48a61477
      Shahar Levi 提交于
      New acx command that sets: Rx fifo enable reduced bus transactions
      in RX path. Tx bus transactions padding to SDIO block size that
      improve preference in Tx and essential for working with SDIO HS (48Mhz).
      The max SDIO block size is 256 when working with Tx bus transactions
      padding to SDIO block.
      
      Add new ops to SDIO & SPI that handles the win size change in case of
      transactions padding (relevant only for SDIO).
      
      [Fix endianess issues; simplify sdio-specific block_size handling;
      minor changes in comments; use "aligned_len" in one calculation
      instead of "pad" to avoid confusion -- Luca]
      Signed-off-by: NShahar Levi <shahar_levi@ti.com>
      Reviewed-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      48a61477
  7. 02 12月, 2010 1 次提交
  8. 22 11月, 2010 1 次提交
  9. 10 3月, 2010 4 次提交
  10. 20 2月, 2010 3 次提交
  11. 05 1月, 2010 1 次提交
  12. 28 10月, 2009 6 次提交
  13. 14 8月, 2009 1 次提交
  14. 11 7月, 2009 7 次提交