index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
/
sdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
mwifiex: use variable interface header length
Xinming Hu
1
-6
/
+6
2017-05-18
mwifiex: initiate card-specific work atomically
Brian Norris
1
-11
/
+5
2017-04-13
mwifiex: Fix invalid port issue
Ganapathi Bhat
1
-2
/
+2
2017-04-05
mwifiex: catch mwifiex_fw_dpc() errors properly in reset
Brian Norris
1
-1
/
+4
2017-03-20
mwifiex: fix kernel crash after shutdown command timeout
Brian Norris
1
-2
/
+2
2017-03-20
mwifiex: fix for unaligned reads
Devidas Puranik
1
-10
/
+13
2017-01-12
mwifiex: get rid of global save_adapter and sdio_work
Xinming Hu
1
-18
/
+21
2017-01-12
mwifiex: get rid of __mwifiex_sdio_remove helper
Xinming Hu
1
-8
/
+3
2017-01-12
mwifiex: sdio card reset enhancement
Xinming Hu
1
-40
/
+33
2017-01-12
mwifiex: use module_*_driver helper macros
Amitkumar Karwar
1
-28
/
+1
2017-01-12
mwifiex: get rid of global user_rmmod flag
Xinming Hu
1
-23
/
+4
2017-01-12
mwifiex: code rearrangement in pcie.c and sdio.c
Xinming Hu
1
-171
/
+165
2017-01-12
mwifiex: wait firmware dump complete during card remove process
Xinming Hu
1
-3
/
+12
2017-01-12
mwifiex: get rid of drv_info* adapter variables
Xinming Hu
1
-2
/
+4
2016-12-30
mwifiex: sdio: fix use after free issue for save_adapter
Amitkumar Karwar
1
-0
/
+6
2016-11-29
mwifiex: Removed unused 'pkt_type' variable
Kirtika Ruchandani
1
-3
/
+0
2016-11-29
mwifiex: Remove unused 'pm_flag' variable
Kirtika Ruchandani
1
-2
/
+0
2016-11-25
mwifiex: cleanup wake-IRQ handling if suspend fails
Brian Norris
1
-0
/
+1
2016-11-19
mwifiex: sdio: don't check for NULL sdio_func
Brian Norris
1
-25
/
+15
2016-11-19
mwifiex: reset card->adapter during device unregister
Xinming Hu
1
-0
/
+1
2016-11-19
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
1
-2
/
+10
2016-11-19
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
1
-3
/
+0
2016-11-19
mwifiex: resolve races between async FW init (failure) and device removal
Brian Norris
1
-11
/
+7
2016-11-19
mwifiex: Enable WoWLAN for both sdio and pcie
Rajat Jain
1
-67
/
+5
2016-11-19
mwifiex: Allow mwifiex early access to device structure
Rajat Jain
1
-4
/
+1
2016-11-18
mwifiex: don't do unbalanced free()'ing in cleanup_if()
Brian Norris
1
-6
/
+10
2016-11-17
mwifiex: report wakeup for wowlan
Rajat Jain
1
-0
/
+8
2016-09-14
mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()
Amitkumar Karwar
1
-1
/
+3
2016-09-09
mwifiex: add manufacturing mode support
Xinming Hu
1
-1
/
+1
2016-06-18
mwifiex: fix link error against sdio
Arnd Bergmann
1
-0
/
+14
2016-06-16
mwifiex: use better message and error code when OF node doesn't match
Javier Martinez Canillas
1
-2
/
+2
2016-06-16
mwifiex: don't print an error if an optional DT property is missing
Javier Martinez Canillas
1
-1
/
+1
2016-06-16
mwifiex: check if mwifiex_sdio_probe_of() fails and return error
Javier Martinez Canillas
1
-2
/
+7
2016-06-16
mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()
Javier Martinez Canillas
1
-2
/
+2
2016-06-16
mwifiex: consolidate mwifiex_sdio_probe() error paths
Javier Martinez Canillas
1
-6
/
+11
2016-06-16
mwifiex: propagate mwifiex_add_card() errno code in mwifiex_sdio_probe()
Javier Martinez Canillas
1
-4
/
+4
2016-06-16
mwifiex: propagate sdio_enable_func() errno code in mwifiex_sdio_probe()
Javier Martinez Canillas
1
-1
/
+1
2016-06-16
mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF node
Javier Martinez Canillas
1
-3
/
+3
2016-06-14
mwifiex: remove misleading GFP_DMA flag in buffer allocations
Mathias Krause
1
-2
/
+2
2016-05-11
mwifiex: fixup error messages
Wei-Ning Huang
1
-2
/
+3
2016-04-27
mwifiex: fw download does not release sdio bus during failure
Marty Faltesek
1
-2
/
+1
2016-04-26
mwifiex: add platform specific wakeup interrupt support
Xinming Hu
1
-0
/
+77
2016-04-07
mwifiex: remove redundant GFP_DMA flag
Xinming Hu
1
-4
/
+3
2016-03-07
mwifiex: do not set multiport flag for tx/rx single packet
Xinming Hu
1
-0
/
+6
2016-03-07
mwifiex: add sdio multiport aggregation debug information
Xinming Hu
1
-0
/
+10
2016-01-29
mwifiex: use SYNC flag for canceling host sleep
Amitkumar Karwar
1
-1
/
+1
2016-01-29
mwifiex: firmware download enhancements
chunfan chen
1
-14
/
+19
2016-01-07
mwifiex: increase priority for critical message
Xinming Hu
1
-2
/
+2
2016-01-07
mwifiex: correctly handling kzalloc
Insu Yun
1
-0
/
+11
2015-11-18
mwifiex: move under marvell vendor directory
Kalle Valo
1
-0
/
+2684