aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/hif/sdio/linux_sdio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-03ath6kl: Replace data type macros with kernel defined onesVasanthakumar Thiagarajan1-1/+0
2011-05-03ath6kl: Remove duplicate mbox_host_reg.hVasanthakumar Thiagarajan1-1/+1
2011-04-04ath6kl: remove chatty debug messages on ath6kl driver opsLuis R. Rodriguez1-7/+0
2011-04-04ath6kl: rename the pm ops to something more sensibleLuis R. Rodriguez1-10/+10
2011-04-04ath6kl: cleanup and move the ath6kl pm ops to be assigned staticallyLuis R. Rodriguez1-66/+64
2011-04-04ath6kl: style cleanup on struct sdio_driver componentsLuis R. Rodriguez1-87/+85
2011-04-04ath6kl: cleanup allocation and getting of the hif devLuis R. Rodriguez1-37/+28
2011-04-04ath6kl: propagate errors on hifEnableFunc() failuresLuis R. Rodriguez1-6/+6
2011-04-04ath6kl: propagate errors on module setupLuis R. Rodriguez1-18/+14
2011-04-04ath6kl: s|A_FREE|kfree|gLuis R. Rodriguez1-5/+5
2011-03-14ath6kl: remove-typedef HIF_DEVICELuis R. Rodriguez3-57/+57
2011-03-14ath6kl: remove-typedef HIF_SCATTER_REQLuis R. Rodriguez2-9/+9
2011-03-14ath6kl: remove-typedef HIF_SCATTER_REQ_PRIVLuis R. Rodriguez2-12/+10
2011-03-14ath6kl: remove-typedef HIF_SCATTER_ITEMLuis R. Rodriguez1-1/+1
2011-03-14ath6kl: remove-typedef HIF_DEVICE_SCATTER_SUPPORT_INFOLuis R. Rodriguez3-4/+4
2011-03-14ath6kl: remove-typedef HIF_DEVICE_OS_DEVICE_INFOLuis R. Rodriguez1-1/+1
2011-03-14ath6kl: remove-typedef HIF_DEVICE_MBOX_INFOLuis R. Rodriguez1-2/+2
2011-03-14ath6kl: remove-tyepdef DL_LIST and PDL_LIST pointerLuis R. Rodriguez2-2/+2
2011-03-14staging: ath6kl: Remove NULL check before kfreeIlia Mirkin1-3/+1
2011-03-11staging: ath6kl: remove-typedef: A_UCHARLuis R. Rodriguez2-3/+3
2011-02-18staging: ath6kl: Fixing memory leakVipin Mehta1-0/+1
2011-02-02staging: ath6kl: Remove #define A_OKJoe Perches2-27/+27
2011-02-02staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches1-1/+1
2011-02-02staging: ath6kl: Convert A_INT32 to s32Joe Perches1-5/+5
2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches3-25/+25
2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches1-2/+2
2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches3-8/+8
2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches3-20/+20
2011-01-31staging: ath6kl: Remove A_FAILED macroJoe Perches2-4/+4
2011-01-31staging: ath6kl: Remove A_SUCCESS macroJoe Perches1-2/+2
2011-01-31staging: ath6kl: Convert enum A_STATUS to intJoe Perches3-34/+34
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-09staging, ath6kl: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-1/+1
2010-11-03staging: ath6kl: Fixing the driver to use modified mmc_host structureVipin Mehta1-2/+2
2010-09-02staging: add ath6kl driver for AR6003 chipVipin Mehta3-0/+1825