index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
/
sdio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: use atomic bitops to represent adapter status variables
Ganapathi Bhat
2018-07-31
1
-6
/
+6
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-4
/
+5
*
mwifiex: support sysfs initiated device coredump
Arend Van Spriel
2018-05-23
1
-0
/
+12
*
Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"
Brian Norris
2018-01-16
1
-2
/
+0
*
mwifiex: cancel pcie/sdio work in remove/shutdown handler
Xinming Hu
2018-01-08
1
-0
/
+2
*
mwifiex: refactor device dump code to make it generic for usb interface
Xinming Hu
2018-01-08
1
-4
/
+10
*
mwifiex: fix compile warning of unused variable
Shawn Lin
2017-07-28
1
-1
/
+2
*
mwifiex: use variable interface header length
Xinming Hu
2017-05-31
1
-6
/
+6
*
mwifiex: initiate card-specific work atomically
Brian Norris
2017-05-18
1
-11
/
+5
*
mwifiex: Fix invalid port issue
Ganapathi Bhat
2017-04-13
1
-2
/
+2
*
mwifiex: catch mwifiex_fw_dpc() errors properly in reset
Brian Norris
2017-04-05
1
-1
/
+4
*
mwifiex: fix kernel crash after shutdown command timeout
Brian Norris
2017-03-20
1
-2
/
+2
*
mwifiex: fix for unaligned reads
Devidas Puranik
2017-03-20
1
-10
/
+13
*
mwifiex: get rid of global save_adapter and sdio_work
Xinming Hu
2017-01-12
1
-18
/
+21
*
mwifiex: get rid of __mwifiex_sdio_remove helper
Xinming Hu
2017-01-12
1
-8
/
+3
*
mwifiex: sdio card reset enhancement
Xinming Hu
2017-01-12
1
-40
/
+33
*
mwifiex: use module_*_driver helper macros
Amitkumar Karwar
2017-01-12
1
-28
/
+1
*
mwifiex: get rid of global user_rmmod flag
Xinming Hu
2017-01-12
1
-23
/
+4
*
mwifiex: code rearrangement in pcie.c and sdio.c
Xinming Hu
2017-01-12
1
-171
/
+165
*
mwifiex: wait firmware dump complete during card remove process
Xinming Hu
2017-01-12
1
-3
/
+12
*
mwifiex: get rid of drv_info* adapter variables
Xinming Hu
2017-01-12
1
-2
/
+4
*
mwifiex: sdio: fix use after free issue for save_adapter
Amitkumar Karwar
2016-12-30
1
-0
/
+6
*
mwifiex: Removed unused 'pkt_type' variable
Kirtika Ruchandani
2016-11-29
1
-3
/
+0
*
mwifiex: Remove unused 'pm_flag' variable
Kirtika Ruchandani
2016-11-29
1
-2
/
+0
*
mwifiex: cleanup wake-IRQ handling if suspend fails
Brian Norris
2016-11-25
1
-0
/
+1
*
mwifiex: sdio: don't check for NULL sdio_func
Brian Norris
2016-11-19
1
-25
/
+15
*
mwifiex: reset card->adapter during device unregister
Xinming Hu
2016-11-19
1
-0
/
+1
*
mwifiex: resolve suspend() race with async FW init failure
Brian Norris
2016-11-19
1
-2
/
+10
*
mwifiex: don't pretend to resume while remove()'ing
Brian Norris
2016-11-19
1
-3
/
+0
*
mwifiex: resolve races between async FW init (failure) and device removal
Brian Norris
2016-11-19
1
-11
/
+7
*
mwifiex: Enable WoWLAN for both sdio and pcie
Rajat Jain
2016-11-19
1
-67
/
+5
*
mwifiex: Allow mwifiex early access to device structure
Rajat Jain
2016-11-19
1
-4
/
+1
*
mwifiex: don't do unbalanced free()'ing in cleanup_if()
Brian Norris
2016-11-18
1
-6
/
+10
*
mwifiex: report wakeup for wowlan
Rajat Jain
2016-11-17
1
-0
/
+8
*
mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()
Amitkumar Karwar
2016-09-14
1
-1
/
+3
*
mwifiex: add manufacturing mode support
Xinming Hu
2016-09-09
1
-1
/
+1
*
mwifiex: fix link error against sdio
Arnd Bergmann
2016-06-18
1
-0
/
+14
*
mwifiex: use better message and error code when OF node doesn't match
Javier Martinez Canillas
2016-06-16
1
-2
/
+2
*
mwifiex: don't print an error if an optional DT property is missing
Javier Martinez Canillas
2016-06-16
1
-1
/
+1
*
mwifiex: check if mwifiex_sdio_probe_of() fails and return error
Javier Martinez Canillas
2016-06-16
1
-2
/
+7
*
mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()
Javier Martinez Canillas
2016-06-16
1
-2
/
+2
*
mwifiex: consolidate mwifiex_sdio_probe() error paths
Javier Martinez Canillas
2016-06-16
1
-6
/
+11
*
mwifiex: propagate mwifiex_add_card() errno code in mwifiex_sdio_probe()
Javier Martinez Canillas
2016-06-16
1
-4
/
+4
*
mwifiex: propagate sdio_enable_func() errno code in mwifiex_sdio_probe()
Javier Martinez Canillas
2016-06-16
1
-1
/
+1
*
mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF node
Javier Martinez Canillas
2016-06-16
1
-3
/
+3
*
mwifiex: remove misleading GFP_DMA flag in buffer allocations
Mathias Krause
2016-06-14
1
-2
/
+2
*
mwifiex: fixup error messages
Wei-Ning Huang
2016-05-11
1
-2
/
+3
*
mwifiex: fw download does not release sdio bus during failure
Marty Faltesek
2016-04-27
1
-2
/
+1
*
mwifiex: add platform specific wakeup interrupt support
Xinming Hu
2016-04-26
1
-0
/
+77
*
mwifiex: remove redundant GFP_DMA flag
Xinming Hu
2016-04-07
1
-4
/
+3
[next]