index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
dhd_sdio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
brcmfmac: (clean) Rename sdio related files.
Hante Meuleman
2014-10-30
1
-4276
/
+0
*
brcmfmac: (clean) Rename dhd_bus.h in bus.h
Hante Meuleman
2014-10-30
1
-1
/
+1
*
brcmfmac: (clean) Rename files dhd_dbg to debug
Hante Meuleman
2014-10-30
1
-1
/
+1
*
brcmfmac: Add wowl support for SDIO devices.
Hante Meuleman
2014-10-30
1
-0
/
+1
*
brcmfmac: Do not use strcpy and strcat
Daniel Kim
2014-07-31
1
-7
/
+18
*
brcmfmac: Make firmware path a module parameter
Daniel Kim
2014-07-15
1
-20
/
+27
*
brcmfmac: rework debugfs functions in the driver
Arend van Spriel
2014-07-15
1
-14
/
+75
*
brcmfmac: make use of seq_file API for debugfs entries
Arend van Spriel
2014-07-15
1
-75
/
+47
*
brcmfmac: Cleanup used device IDs.
Hante Meuleman
2014-07-15
1
-16
/
+16
*
brcmfmac: Increase max buffer size for receiving control message from dongle
Daniel Kim
2014-05-29
1
-4
/
+5
*
brcmfmac: use asynchronous firmware request in SDIO
Arend van Spriel
2014-05-29
1
-147
/
+124
*
brcmfmac: call brcmf_detach() unconditional in sdio .remove() callback
Arend van Spriel
2014-05-29
1
-3
/
+1
*
brcmfmac: rename nvram.[ch] for upcoming firmware handling functions
Arend van Spriel
2014-05-29
1
-3
/
+3
*
brcmfmac: remove .init() callback for internal bus interface
Arend van Spriel
2014-05-29
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-25
1
-1
/
+3
|
\
|
*
brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.
Dave Jones
2014-03-13
1
-1
/
+3
*
|
brcmfmac: reinit watchdog completion after handling watchdog
Arend van Spriel
2014-03-20
1
-0
/
+1
*
|
brcmfmac: assure active clock request upon entering SLEEP state
Arend van Spriel
2014-03-17
1
-11
/
+28
*
|
brcmfmac: Protect tx seq number for data and control
Hante Meuleman
2014-03-17
1
-106
/
+108
*
|
brcmfmac: add BCM4354 SDIO interface support
Franky Lin
2014-03-17
1
-1
/
+6
*
|
brcmfmac: Use atomic functions for intstatus update.
Hante Meuleman
2014-03-06
1
-14
/
+15
*
|
Revert "brcmfmac: Use atomic functions for intstatus update."
Arend van Spriel
2014-03-06
1
-6
/
+14
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-04
1
-10
/
+4
|
\
\
|
|
/
|
*
brcmfmac: fix txglomming scatter-gather packet transfers
Arend van Spriel
2014-02-20
1
-10
/
+4
*
|
brcmfmac: use pre-allocated scatter-gather table for txglomming
Arend van Spriel
2014-02-28
1
-7
/
+1
*
|
brcmfmac: Put frame sdio tx error handling in sub function.
Hante Meuleman
2014-02-28
1
-79
/
+33
*
|
brcmfmac: Use atomic functions for intstatus update.
Hante Meuleman
2014-02-28
1
-14
/
+6
*
|
brcmfmac: Small cleanup of redundant code.
Hante Meuleman
2014-02-28
1
-12
/
+6
*
|
brcmfmac: Remove immediate sleep support from SDIO.
Hante Meuleman
2014-02-28
1
-20
/
+0
*
|
brcmfmac: Minimize SDIO dpc scheduling.
Hante Meuleman
2014-02-28
1
-1
/
+1
*
|
brcmfmac: Correct header debug dump for sdio tx hdrs.
Hante Meuleman
2014-02-28
1
-2
/
+2
*
|
brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata()
Arend van Spriel
2014-02-28
1
-4
/
+2
*
|
brcmfmac: fix use of skb control buffer in SDIO driver part
Arend van Spriel
2014-02-28
1
-4
/
+6
*
|
brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()
Arend van Spriel
2014-02-12
1
-2
/
+2
*
|
brcmfmac: make chip related functions host interface independent
Arend van Spriel
2014-02-12
1
-89
/
+111
*
|
brcmfmac: on sdio remove first detach bus then stop worker.
Hante Meuleman
2014-02-12
1
-4
/
+4
*
|
brcmfmac: simplify sdio code download routine.
Hante Meuleman
2014-02-12
1
-23
/
+8
*
|
brcmfmac: rename sdio_chip.[ch]
Arend van Spriel
2014-02-12
1
-1
/
+1
*
|
brcmfmac: move SDIO specific functions
Arend van Spriel
2014-02-12
1
-1
/
+172
*
|
brcmfmac: enable firmware console logging functionality
Daniel Kim
2014-02-12
1
-66
/
+88
|
/
*
brcmfmac: handle SDIO card removal
Arend van Spriel
2014-01-16
1
-70
/
+50
*
brcmfmac: rename chip and core related structures
Arend van Spriel
2014-01-16
1
-1
/
+1
*
brcmfmac: rework firmware download code
Arend van Spriel
2014-01-16
1
-54
/
+33
*
brcmfmac: update core reset and disable routines.
Hante Meuleman
2014-01-16
1
-2
/
+6
*
brcmfmac: Create common nvram parsing routines.
Hante Meuleman
2014-01-16
1
-83
/
+83
*
brcmfmac: add support for bcm43362 device
Arend van Spriel
2014-01-09
1
-0
/
+5
*
brcmfmac: only disable clock when brcmf_sdio_bus_init() fails
Arend van Spriel
2014-01-06
1
-1
/
+1
*
brcmfmac: enable watchdog when bus initialization is complete
Arend van Spriel
2014-01-06
1
-1
/
+1
*
brcmfmac: correct detection of save&restore device capability
Arend van Spriel
2014-01-06
1
-7
/
+22
*
brcmfmac: cleanup helper functions in sdio probe path
Arend van Spriel
2014-01-06
1
-56
/
+34
[next]