Changeset 4726


Ignore:
Timestamp:
10/20/08 16:52:57 (5 years ago)
Author:
werner
Message:

Moving towards the use of SDIO interrupts instead of polling.

  • s3c-mmc-sdio-int.patch: Christer Weinigel's SDIO interrupt changes (doesn't work yet)
  • s3c-mmc-hdrmig-fix.patch: build fixes for recent header migration
  • hif-linux-sdio.patch: removed bus width change, which is done in the stack
  • series: added s3c-mmc-sdio-int.patch and s3c-mmc-hdrmig-fix.patch
Location:
developers/werner/wlan-spi/patches-tracking
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan-spi/patches-tracking/hif-linux-sdio.patch

    r4714 r4726  
    2626=================================================================== 
    2727--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    28 +++ ktrack/drivers/ar6000/hif/hif2.c    2008-10-15 22:32:07.000000000 -0200 
    29 @@ -0,0 +1,633 @@ 
     28+++ ktrack/drivers/ar6000/hif/hif2.c    2008-10-17 04:26:14.000000000 -0200 
     29@@ -0,0 +1,625 @@ 
    3030+/* 
    3131+ * hif2.c - HIF layer re-implementation for the Linux SDIO stack 
     
    556556+               /* @@@ cleanup */ 
    557557+       } 
    558 +#if 0 /* only for hw SDIO */ 
    559 +       sdio_f0_writeb(func, SDIO_BUS_CD_DISABLE | SDIO_BUS_WIDTH_4BIT, 
    560 +           SDIO_CCCR_IF, &ret); 
    561 +       if (ret) { 
    562 +               dev_err(dev, "sdio_f0_writeb(SDIO_CCCR_IF) returns %d\n", 
    563 +                   ret); 
    564 +               /* @@@ cleanup */ 
    565 +       } 
    566 +#endif 
     558+       /* Set SDIO_BUS_CD_DISABLE in SDIO_CCCR_IF ? */ 
    567559+#if 0 
    568560+       sdio_f0_writeb(func, SDIO_CCCR_CAP_E4MI, SDIO_CCCR_CAPS, &ret); 
  • developers/werner/wlan-spi/patches-tracking/series

    r4716 r4726  
    11# 
    2 # This patch stack if for the Openmoko stable-tracking branch. Before applying 
     2# This patch stack is for the Openmoko stable-tracking branch. Before applying 
    33# the patches, you need to remove the Atheros SDIO stack as follows: 
    44# 
     
    2525#hif-direct-interrupt.patch 
    2626#hif-can-do-async.patch 
     27s3c-mmc-hdrmig-fix.patch 
     28s3c-mmc-sdio-int.patch 
Note: See TracChangeset for help on using the changeset viewer.