Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Side by Side Diff: chromeos/drivers/ath6kl/hif/sdio/linux_sdio/nativemmcstack_readme.txt

Issue 646055: Atheros AR600x driver + build glue (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 HIF support for native Linux MMC Stack.
2 paull@atheros.com
3
4 11/6/09
5 Added patches for the MMC stacks Standard Host Controller for 2.6.30 and 2.6.32
6 Patches enable ENE board support and speed up transfers for any Standard Host Co ntroller
7 linux2.6.30_mmc_std_host.patch
8 linuxMMC_std_host_2.6.32-rc5sdio.patch
9
10
11 2/18/2009
12 Added patch for Freescale MX35 SD host driver. tested with SD25 AR6102 Olca 2.1. 2
13
14 12/18/2008
15 Tested on Freescale MX27 and OMAP3530 Beageleboard Linux ver 2.6.28
16 adds DMA bounce buffer support
17 hif.c ver 5 and hif.h ver 4 are for the old HTC/HIF interface and shouold be use able with 2.1 drivers
18 ver 6 and 5 are for the new HTC/HIF interface
19 For older Linux MMC stack versions, comment out in hif.c hifDeviceInserted() the lines:
20 /* give us some time to enable, in ms */
21 func->enable_timeout = 100;
22 it is only required on some platforms, eg Beagleboard.
23
24 7/18/2008
25
26 a. tested on Fedora Core 9 kernel 2.6.25.6, x86 with ENE standrad host controlle r,using the Olca 2.1.1RC.15
27 b. requires applying the linux2.6.25.6mmc.patch to the kernel drivers/mmc direct ory
28 c. through put is 20-22mbs up/down link
29 d. new platform type is:
30 ATH_PLATFORM=LOCAL_i686_NATIVEMMC-SDIO
31 TARGET_TYPE=AR6002
32 e. known issues: unloading the driver on Fedora Core 9 after conecting to an AP seems to not be complete.
33
34
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698