index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
dhd_sdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-07
brcmfmac: cleanup helper functions in sdio remove path
Arend van Spriel
1
-29
/
+10
2013-12-19
brcmfmac: remove brcmf_sdio_disconnect() function
Arend van Spriel
1
-30
/
+21
2013-12-19
brcmfmac: use consistent function names in dhd_sdio.c
Arend van Spriel
1
-179
/
+167
2013-12-19
brcmfmac: reduce function parameters in sdio send/receive calls
Arend van Spriel
1
-15
/
+5
2013-12-19
brcmfmac: use consistent function names in bcmsdh.c
Arend van Spriel
1
-164
/
+160
2013-12-19
brcmfmac: get rid of some void pointer parameters
Arend van Spriel
1
-9
/
+4
2013-12-19
brcmfmac: remove regs parameter from sdio probe functions
Arend van Spriel
1
-7
/
+4
2013-12-19
brcmfmac: remove brcmf_sdio_regrw_helper() from header file
Arend van Spriel
1
-2
/
+2
2013-12-19
brcmfmac: use sdio functions to enable/disable F2
Arend van Spriel
1
-27
/
+6
2013-12-02
brcmfmac: use platform specific alignment in SDIO
Arend van Spriel
1
-28
/
+22
2013-12-02
brcmfmac: determine alignment values during probe
Arend van Spriel
1
-24
/
+24
2013-12-02
brcmfmac: add host tx glomming support
Franky Lin
1
-100
/
+227
2013-12-02
brcmfmac: add firmware and nvram file name for bcm4339
Franky Lin
1
-1
/
+6
2013-12-02
brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()
Arend van Spriel
1
-2
/
+2
2013-12-02
brcmfmac: replace dongle command list with .preinit() callback
Arend van Spriel
1
-28
/
+30
2013-12-02
brcmfmac: add separate function for passing bus tx overhead
Arend van Spriel
1
-1
/
+3
2013-10-18
brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg support
Arend van Spriel
1
-1
/
+1
2013-10-18
brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg support
Arend van Spriel
1
-42
/
+64
2013-10-18
brcmfmac: add tracepoint for capturing the SDPCM header
Arend van Spriel
1
-0
/
+3
2013-10-04
brcmfmac: rework rx path bus interface
Arend van Spriel
1
-8
/
+4
2013-10-04
brcmfmac: Use fw filename and nvram based of devid for sdio.
Hante Meuleman
1
-74
/
+133
2013-10-04
brcmfmac: reserve memory for bus layer in sk_buff::cb
Franky Lin
1
-5
/
+10
2013-08-16
brcmfmac: use configurable sdio bus header length for tx packet
Franky Lin
1
-14
/
+16
2013-08-16
brcmfmac: streamline sdio bus header code
Franky Lin
1
-123
/
+120
2013-08-16
brcmfmac: remove align from brcmf_bus structure
Franky Lin
1
-8
/
+17
2013-08-16
brcmfmac: abstract tx packet processing functions
Franky Lin
1
-69
/
+168
2013-08-16
brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()
Arend van Spriel
1
-1
/
+0
2013-08-16
brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()
Arend van Spriel
1
-2
/
+3
2013-06-18
brcmfmac: add sdio sg list support
Franky Lin
1
-78
/
+4
2013-06-18
brcmfmac: remove redundant chip ID check in dhd_sdio
Franky Lin
1
-22
/
+0
2013-06-18
brcmfmac: simplify dpc handling using atomic operations
Arend van Spriel
1
-58
/
+12
2013-06-12
brcmfmac: Take bus flowcontrol at credit mgmt into account.
Hante Meuleman
1
-1
/
+1
2013-04-12
brcmfmac: define and use platform specific data for SDIO.
Hante Meuleman
1
-14
/
+15
2013-04-12
brcmfmac: Add 43143 SDIO support.
Hante Meuleman
1
-0
/
+2
2013-04-12
brcmfmac: add BCM4335 sdio interface support
Franky Lin
1
-0
/
+2
2013-04-12
brcmfmac: setup SDIO reset behavior
Piotr Haber
1
-7
/
+31
2013-04-12
brcmfmac: add support for dongle ARM CR4 core
Franky Lin
1
-4
/
+11
2013-04-12
brcmfmac: move chip download state code to sdio_chip.c
Franky Lin
1
-196
/
+9
2013-04-12
brcmfmac: aggregate dongle ram access interface
Franky Lin
1
-92
/
+28
2013-04-12
brcmfmac: support save&restore firmware feature
Piotr Haber
1
-12
/
+250
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+3
2013-04-08
brcmfmac: add hexadecimal trace of message payload
Arend van Spriel
1
-0
/
+1
2013-04-08
brcmfmac: firmware shared data version fix
Piotr Haber
1
-2
/
+2
2013-04-08
brcmfmac: read firmware console without trap indication
Piotr Haber
1
-16
/
+14
2013-04-03
brcmfmac: add dedicated log level for low-level sdio debugging
Arend van Spriel
1
-17
/
+17
2013-04-03
brcmfmac: add optional bus callback definition for tx queue cleanup
Arend van Spriel
1
-0
/
+10
2013-04-03
brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignment
Arend van Spriel
1
-19
/
+6
2013-04-03
brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() function
Arend van Spriel
1
-4
/
+3
2013-04-03
brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()
Arend van Spriel
1
-1
/
+1
2013-04-03
brcmfmac: do not proceed if fail to download nvram to dongle
Franky Lin
1
-3
/
+3
[prev]
[next]