Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cb60e3e65c1b96a4d6444a7a13dc7dd48bc15a2b
/
drivers
/
net
/
wireless
/
libertas
/
if_sdio.c
66d647e
libertas SDIO: convert to asynchronous firmware loading
by Daniel Drake
· 13 years ago
370803c
libertas: Firmware loading simplifications
by Daniel Drake
· 13 years ago
a7b957a
wireless, libertas: remove redundant NULL tests before calling release_firmware()
by Jesper Juhl
· 13 years ago
ac5c24e9
drivers/net: change moduleparam.h to module.h as required.
by Paul Gortmaker
· 14 years ago
7e1f79a
libertas: implement if_sdio runtime power management
by Daniel Drake
· 14 years ago
9a821f5
libertas: add sd8686 reset_card support
by Daniel Drake
· 14 years ago
d2ac49f
libertas_sdio: handle spurious interrupts
by Daniel Drake
· 14 years ago
f3a57fd
libertas: Use netdev_<level> or dev_<level> where possible
by Joe Perches
· 14 years ago
0e4e06a
libertas: Convert lbs_pr_<level> to pr_<level>
by Joe Perches
· 14 years ago
16ccdf0
libertas: fix invalid access
by Sven Neumann
· 14 years ago
731b203
libertas: Fix sd8686 firmware reload
by Paul Fox
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
608307e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
557de5e
libertas: if_sdio: fix buffer alignment in struct if_sdio_card
by Mike Rapoport
· 15 years ago
e569aa7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
3d32a58
libertas: [sdio] use common firmware request helper and new firmware locations
by Dan Williams
· 15 years ago
886275c
param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.
by Rusty Russell
· 15 years ago
66fceb6
libertas: Added callback functions to support SDIO suspend/resume.
by Amitkumar Karwar
· 15 years ago
8316324
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
ca962557
libertas: fix 8686 firmware loading regression
by Dan Williams
· 15 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
ac1a474
libertas: Davinci platforms need more time loading helper firmware
by Dan Williams
· 15 years ago
96021f0
libertas: consolidate SDIO firmware wait code
by Dan Williams
· 15 years ago
5c01d56
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
8a64c0f
libertas/sdio: 8686: set ECSI bit for 1-bit transfers
by Daniel Mack
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
a974a4b
libertas: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
4912545
libertas: Add auto deep sleep support for SD8385/SD8686/SD8688
by Amitkumar Karwar
· 15 years ago
23b149c
libertas: fix card cleanup order in SDIO driver
by Andrey Yurovsky
· 16 years ago
e0d6133
libertas: remove ps_supported flag, use fwcapinfo
by Andrey Yurovsky
· 16 years ago
6bc61f4
libertas: improve function init/shutdown handling for SD8688
by Bing Zhao
· 16 years ago
2c7e579
libertas: read SD8688 firmware status from new register
by Bing Zhao
· 16 years ago
d26285f8
libertas: implement function init/shutdown commands for SD8688
by Bing Zhao
· 16 years ago
b136a14
libertas: get SD8688 rx length with one CMD52
by Bing Zhao
· 16 years ago
e70a5ac
libertas: define macros for SDIO model numbers
by Bing Zhao
· 16 years ago
e45d8e5
libertas: add support for Marvell SD8688 chip
by Bing Zhao
· 16 years ago
9b02f41
libertas: use private SDIO workqueue to avoid scheduling latency
by Dan Williams
· 16 years ago
f5ac2b9
libertas: fix power save issue in libertas_sdio module
by Bing Zhao
· 16 years ago
2382792
libertas: use roundup instead of opencoding
by Ilpo Järvinen
· 16 years ago
ad3868b
mmc,sdio: helper function for transfer padding
by Pierre Ossman
· 17 years ago
6dfff89
libertas: treat firmware data as const
by David Woodhouse
· 17 years ago
7919b89
libertas: convert libertas driver to use an event/cmdresp queue
by Holger Schurig
· 17 years ago
7003b07
libertas: use priv->upld_buf for command responses
by David Woodhouse
· 17 years ago
7e22627
libertas: kill whitespace at end of lines
by David Woodhouse
· 17 years ago
ddac452
libertas: rename and re-type bufvirtualaddr to cmdbuf
by Dan Williams
· 17 years ago
4f67949
libertas: clean up lbs_interrupt()
by David Woodhouse
· 17 years ago
aa21c00
libertas: kill struct lbs_adapter
by David Woodhouse
· 17 years ago
c2df2ef
libertas: endianness fixes
by Holger Schurig
· 17 years ago
e775ed7
libertas: Consolidate lbs_host_to_card_done() function.
by David Woodhouse
· 17 years ago
69f9032
libertas: remove arbitrary typedefs
by Holger Schurig
· 17 years ago
4fb910f
libertas: mark module_init/exit functions as __init/__exit
by Andres Salomon
· 17 years ago
1007832
libertas: move to uniform lbs_/LBS_ namespace
by Holger Schurig
· 17 years ago
436c885
wireless/libertas support for 88w8385 sdio older revision
by Marc Pignat
· 17 years ago
51e6b71
libertas: make if_sdio align packets
by Pierre Ossman
· 17 years ago
727c26e
net: libertas sdio driver
by Pierre Ossman
· 17 years ago