Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25985edcedea6396277003854657b5f3cb31a628
/
drivers
/
mmc
/
host
/
wbsd.c
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a36274e
mmc: Remove distinction between hw and phys segments
by Martin K. Petersen
· 14 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 14 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
32710e8
New mail address for Pierre Ossman
by Pierre Ossman
· 16 years ago
23af603
mmc: remove multiwrite capability
by Pierre Ossman
· 16 years ago
97067d5
wbsd: fix bad dma_addr_t conversion
by Pierre Ossman
· 16 years ago
9eeebd2
mmc: wbsd.c fix shadowing of 'dma' variable
by Tomas Winkler
· 16 years ago
08f80bb
mmc: change .get_ro() callback semantics
by Anton Vorontsov
· 16 years ago
cef3340
mmc: wbsd: initialize tasklets before requesting interrupt
by Chuck Ebbert
· 16 years ago
bc65c72
mmc: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
bd6dee6
mmc: sg fallout
by Jens Axboe
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
255d01a
mmc: remove BYTEBLOCK capability
by Pierre Ossman
· 17 years ago
17b0429
mmc: remove custom error codes
by Pierre Ossman
· 17 years ago
b3627bb
wbsd: fix section mismatch warnings
by Gabriel C
· 17 years ago
462f104
mmc: remove redundant debug information from sdhci and wbsd
by Pierre Ossman
· 17 years ago
70f1048
mmc: update header file paths
by Pierre Ossman
· 17 years ago
b2670b1
wbsd: check for data opcode earlier
by Pierre Ossman
· 18 years ago
1c6a071
mmc: Move host and card drivers to subdirs
by Pierre Ossman
· 18 years ago
[Renamed from drivers/mmc/wbsd.c]
f74d132
mmc: Move OCR bit defines
by Pierre Ossman
· 18 years ago
5721dbf
wbsd: remove block crc test
by Pierre Ossman
· 18 years ago
14d836e
mmc: cull sg list to match mmc request size
by Alex Dubov
· 18 years ago
abc7166
mmc: wbsd: Remove stray kunmap_atomic()
by Pierre Ossman
· 18 years ago
1615cc2
mmc: wbsd: Remove driver version
by Pierre Ossman
· 18 years ago
4a0ddbd
mmc: wbsd: replace kmap with page_address
by Pierre Ossman
· 18 years ago
5ba593a
mmc: Handle wbsd's stupid command list
by Pierre Ossman
· 18 years ago
55db890
mmc: Allow host drivers to specify max block count
by Pierre Ossman
· 18 years ago
fe4a3c7
mmc: Allow host drivers to specify a max block size
by Pierre Ossman
· 18 years ago
cdb54fa
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 18 years ago
fcaf71f
Driver core: convert mmc code to use struct device
by Greg Kroah-Hartman
· 18 years ago
ab7aefd
mmc: constify mmc_host_ops vectors
by David Brownell
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
643f720
[PATCH] mmc (mainly): add "or later" clause to licence statement.
by Pierre Ossman
· 18 years ago
42431ac
[MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hosts
by Russell King
· 18 years ago
db53f28
[MMC] Add multi block-write capability
by Russell King
· 18 years ago
dd2c609
[MMC] Another stray 'io' reference
by Pierre Ossman
· 18 years ago
916f3ac
[MMC] Fix base address configuration in wbsd
by Pierre Ossman
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
2c171bf
[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups
by Pavel Pisa
· 18 years ago
920e70c
[MMC] Move set_ios debugging into mmc.c
by Russell King
· 19 years ago
c656317
[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected
by Russell King
· 19 years ago
e922517
[MMC] Add MMC command type flags
by Russell King
· 19 years ago
cfa7f52
[MMC] Lindent wbsd driver
by Pierre Ossman
· 19 years ago
5e68d95
[MMC] wbsd pnp suspend
by Pierre Ossman
· 19 years ago
21500bb
[MMC] wbsd: convert to the new platfrom device interface
by Dmitry Torokhov
· 19 years ago
63648fb
[MMC] wbsd: make use of ARRAY_SIZE() macro
by Dmitry Torokhov
· 19 years ago
5643f00
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
by Linus Torvalds
· 19 years ago
402771c
[MMC] wbsd version 1.5
by Pierre Ossman
· 19 years ago
de1d09e
[MMC] Add MODULE_AUTHOR to wbsd
by Pierre Ossman
· 19 years ago
93968d7
[MMC] Use __devexit_p in wbsd
by Pierre Ossman
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
6044ec8
[PATCH] kfree cleanup: misc remaining drivers
by Jesper Juhl
· 19 years ago
d191634
[MMC] Use controller id instead of driver name for printks
by Pierre Ossman
· 19 years ago
25cc5e5
[MMC] Fix chip config in wbsd
by Pierre Ossman
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
19c1f3c
[MMC] wbsd suspend support
by Pierre Ossman
· 19 years ago
9480e30
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
by Russell King
· 19 years ago
210ce2a
[MMC] Clean up wbsd detection handling
by Pierre Ossman
· 19 years ago
fecf92b
[MMC] Remove trailing whitespace in wbsd
by Pierre Ossman
· 19 years ago
c4a72cb
[MMC] Add mmc_detect_change() delay support for wbsd driver
by Russell King
· 19 years ago
8dc0033
[MMC] Allow detection/removal to be delayed
by Richard Purdie
· 19 years ago
65ae211
[PATCH] mmc: wbsd Secure Digital support
by Pierre Ossman
· 19 years ago
1656fa5
[MMC] support for mmc chip select in wbsd
by Pierre Ossman
· 19 years ago
d366b64
[MMC] Add mmc_hostname() macro
by Russell King
· 19 years ago
3462b92
[PATCH] wbsd version bump
by Pierre Ossman
· 19 years ago
77933d7
[PATCH] clean up inline static vs static inline
by Jesper Juhl
· 19 years ago
3eee0d0
[PATCH] MMC: wbsd cleanups
by Adrian Bunk
· 19 years ago
6e6293d
[PATCH] MMC: wbsd delayed insertion
by Pierre Ossman
· 19 years ago
85bcc13
[PATCH] MMC: wbsd update
by Pierre Ossman
· 20 years ago
e5378ca
[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago