Changeset 4726
- Timestamp:
- 10/20/08 16:52:57 (5 years ago)
- Location:
- developers/werner/wlan-spi/patches-tracking
- Files:
-
- 2 added
- 2 edited
-
hif-linux-sdio.patch (modified) (2 diffs)
-
s3c-mmc-hdrmig-fix.patch (added)
-
s3c-mmc-sdio-int.patch (added)
-
series (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/wlan-spi/patches-tracking/hif-linux-sdio.patch
r4714 r4726 26 26 =================================================================== 27 27 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 28 +++ ktrack/drivers/ar6000/hif/hif2.c 2008-10-1 5 22:32:07.000000000 -020029 @@ -0,0 +1,6 33@@28 +++ ktrack/drivers/ar6000/hif/hif2.c 2008-10-17 04:26:14.000000000 -0200 29 @@ -0,0 +1,625 @@ 30 30 +/* 31 31 + * hif2.c - HIF layer re-implementation for the Linux SDIO stack … … 556 556 + /* @@@ cleanup */ 557 557 + } 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 ? */ 567 559 +#if 0 568 560 + sdio_f0_writeb(func, SDIO_CCCR_CAP_E4MI, SDIO_CCCR_CAPS, &ret); -
developers/werner/wlan-spi/patches-tracking/series
r4716 r4726 1 1 # 2 # This patch stack i ffor the Openmoko stable-tracking branch. Before applying2 # This patch stack is for the Openmoko stable-tracking branch. Before applying 3 3 # the patches, you need to remove the Atheros SDIO stack as follows: 4 4 # … … 25 25 #hif-direct-interrupt.patch 26 26 #hif-can-do-async.patch 27 s3c-mmc-hdrmig-fix.patch 28 s3c-mmc-sdio-int.patch
Note: See TracChangeset
for help on using the changeset viewer.
