Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e544d700e2dac1584a8172c4dc347d81ede203bd
/
drivers
/
mmc
/
card
/
block.c
e544d700
mmc: block: Add MMC write packing statistics
by Maya Erez
· 13 years ago
63c61d6
mmc: block: Add write packing control
by Maya Erez
· 13 years ago
968c774
mmc: core: Support packed write command for eMMC4.5 device
by Seungwon Jeon
· 13 years ago
7fc4a6a
mmc: card: adding specific timeout to the sanitize request
by Yaniv Gardi
· 13 years ago
f886c80
mmc: support BKOPS feature for eMMC v4.5
by Jaehoon Chung
· 13 years ago
463bb95
mmc: card: Adding support for sanitize in eMMC 4.5
by Maya Erez
· 13 years ago
3a18bbd
mmc: quirks: Fix data timeout values for certain SanDisk eMMC cards
by Pratibhasagar V
· 13 years ago
c63f0e5
mmc: block: claim host in mmc_blk_set_blksize() only if required
by Subhash Jadavani
· 13 years ago
48ec4d1
mmc: block: support no access to boot partitions
by Adrian Hunter
· 13 years ago
dc5bc78
mmc: core: add workaround for controllers with broken multiblock reads
by Paul Walmsley
· 14 years ago
f876490
mmc: core: Add cache control for eMMC4.5 device
by Seungwon Jeon
· 14 years ago
a3777a7
mmc: core: new discard feature support at eMMC v4.5
by Kyungmin Park
· 14 years ago
ed1ac8a
mmc: core: mmc sanitize feature support for v4.5
by Kyungmin Park
· 14 years ago
4495671
mmc: block: fix boot partition switch error path
by Adrian Hunter
· 14 years ago
9ac56f3
mmc: block: add eMMC hardware reset support
by Adrian Hunter
· 14 years ago
bb929d5
mmc: fix integer assignments to pointer
by Venkatraman S
· 14 years ago
f011eff
mmc: block: fixed NULL pointer dereference
by Jaehoon Chung
· 14 years ago
91fd00b
mmc: block: add handling for two parallel block requests in issue_rw_rq
by Per Forlin
· 14 years ago
d737c89
mmc: block: move error path in issue_rw_rq to a separate function.
by Per Forlin
· 14 years ago
a69554e4
mmc: block: add a block request prepare function
by Per Forlin
· 14 years ago
cb86e7b
mmc: block: add member in mmc queue struct to hold request data
by Per Forlin
· 14 years ago
cfefa14
mmc: card: Kill block requests if card is removed
by Sujit Reddy Thumma
· 14 years ago
d074fa2
Merge remote-tracking branch 'common/android-3.0' into msm-3.0
by Bryan Huntsman
· 14 years ago
f410473
mmc: block: Improve logging of handling emmc timeouts
by Ken Sumrall
· 14 years ago
2080390
mmc: block: add checking of r/w command response
by Russell King - ARM Linux
· 14 years ago
91d56b5
mmc: block: improve error recovery from command channel errors
by Russell King - ARM Linux
· 14 years ago
6be918e
mmc: block: allow get_card_status() to return error status
by Russell King - ARM Linux
· 14 years ago
72407e9
mmc: remove MMC bus legacy suspend/resume method
by Chuanxiao Dong
· 14 years ago
3f2bc4d
Initial Contribution
by Bryan Huntsman
· 14 years ago
e55d4fa
Merge commit 'v3.0-rc5' into android-3.0
by Colin Cross
· 14 years ago
d09408a
mmc: queue: append partition subname to queue thread name
by Adrian Hunter
· 14 years ago
ddd6fa7
mmc: block: switch card to User Data Area when removing the block driver
by Adrian Hunter
· 14 years ago
fa746fa
mmc_block: Allow more than 8 partitions per card
by Colin Cross
· 15 years ago
9da9109
mmc: block: Resume multi-block reads after transient read errors.
by David Ding
· 16 years ago
c87f8d4
mmc: mmcblk: Add support for deferred SD bus resume
by San Mehat
· 16 years ago
f0d8997
mmc: core: Block CMD23 support for UHS104/SDXC cards.
by Andrei Warkentin
· 14 years ago
d0c97cf
mmc: core: Use CMD23 for multiblock transfers when we can.
by Andrei Warkentin
· 14 years ago
aea253e
mmc: card: fix potential null dereference of 'idata'
by Vladimir Motyka
· 14 years ago
cb87ea2
mmc: core: Add mmc CMD+ACMD passthrough ioctl
by John Calixto
· 14 years ago
641c318
mmc: block: init force_ro sysfs attribute
by Rabin Vincent
· 14 years ago
f06c915
mmc: Ensure hardware partitions don't mess with mmcblk device naming.
by Andrei Warkentin
· 14 years ago
24f5b53
mmc: initialize struct mmc_request at declaration time
by Chris Ball
· 14 years ago
a61ad2b
mmc: initialize struct mmc_data at declaration time
by Chris Ball
· 14 years ago
1278dba
mmc: initialize struct mmc_command at declaration time
by Chris Ball
· 14 years ago
62929e4
mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.
by Chris Ball
· 14 years ago
6a7a6b4
mmc: quirks: Fix erase/trim for certain SanDisk cards.
by Andrei Warkentin
· 14 years ago
6f60c22
mmc: quirks: Support for block quirks.
by Andrei Warkentin
· 14 years ago
371a689
mmc: MMC boot partitions support.
by Andrei Warkentin
· 14 years ago
1a258db
mmc: card: block.c cleanup for host claim/release.
by Andrei Warkentin
· 14 years ago
f4c5522
mmc: Reliable write support.
by Andrei Warkentin
· 14 years ago
3362177
mmc: Fix the block device read only flag
by Marc-André Hébert
· 15 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 15 years ago
5e71b7a
mmc: make number of mmcblk minors configurable
by Olof Johansson
· 15 years ago
0f8d8ea
mmc: Fixes for Dual Data Rate (DDR) support
by Adrian Hunter
· 15 years ago
dfc13e8
mmc: MMC 4.4 DDR support
by Hanumath Prasad
· 15 years ago
12578f6
mmc: Use snprintf, not sprintf.
by JiebingLi
· 15 years ago
2a48fc0
block: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
4980454
mmc_block: add support for secure discard
by Adrian Hunter
· 15 years ago
bd788c9
mmc_block: add discard support
by Adrian Hunter
· 15 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 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
5fa83ce
mmc_block: fix queue cleanup
by Adrian Hunter
· 16 years ago
0a74ff2
mmc_block: fix probe error cleanup bug
by Jarkko Lavinen
· 16 years ago
7d92df6
mmc_block: add dev_t initialization check
by Anna Lemehova
· 16 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 16 years ago
051913d
mmc_block: do not DMA to stack
by Ben Dooks
· 16 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 16 years ago
e4b6363
Merge branch 'master' into for-2.6.31
by Jens Axboe
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
548d2de
mmc_block: be prepared for oversized requests
by Pierre Ossman
· 16 years ago
6b0b628
mmc: add MODALIAS linkage for MMC/SD devices
by Andy Whitcroft
· 16 years ago
444122f
MMC: fix bug - SDHC card capacity not correct
by Yi Li
· 17 years ago
6a79e39
mmc_block: ensure all sectors that do not have errors are read
by Adrian Hunter
· 17 years ago
504f191
mmc_block: print better error messages
by Adrian Hunter
· 17 years ago
b7a0321
mmc: trivial annotation of 'blocks'
by Harvey Harrison
· 17 years ago
a5a1561
[PATCH] switch mmc
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
46b5e34
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 17 years ago
0884669
mmc_block: hard code 512 byte block size
by Pierre Ossman
· 17 years ago
f3eb0aa
mmc_block: inform block layer about sector count restriction
by Pierre Ossman
· 17 years ago
ef5bef3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
f331c02
block: don't depend on consecutive minor space
by Tejun Heo
· 17 years ago
a7bbb57
[SCSI] mmc_block: use generic helper to print capacities
by Pierre Ossman
· 17 years ago
5c0a95c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 17 years ago
9d4e98e
mmc_block: handle error from mmc_register_driver()
by Akinobu Mita
· 17 years ago
70bb089
drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()
by Andrew Morton
· 17 years ago
b41e9c7
mmc_block: use proper sg iterators
by Pierre Ossman
· 17 years ago
23af603
mmc: remove multiwrite capability
by Pierre Ossman
· 17 years ago
979ce72
mmc_block: wait for card even on failures
by Pierre Ossman
· 17 years ago
203c801
mmc: Fix crash in mmc_block on 64-bit
by Ben Collins
· 17 years ago
fd53983
blk_end_request: changing mmc (take 4)
by Kiyoshi Ueda
· 18 years ago
1dff314
mmc: Avoid re-using minor numbers before the original device is closed.
by David Woodhouse
· 18 years ago
d198f10
mmc_block: check card state after write
by Pierre Ossman
· 18 years ago
7213d17
MMC/SD card driver learns SPI
by David Brownell
· 18 years ago
be0192a
mmc: remove confusing flag
by Pierre Ossman
· 18 years ago
b146d26
mmc: mmc_set_data_timeout() parameter write is redundant
by Pierre Ossman
· 18 years ago
17b0429
mmc: remove custom error codes
by Pierre Ossman
· 18 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 18 years ago
98ccf14
mmc: bounce requests for simple hosts
by Pierre Ossman
· 18 years ago
9c9f2d6
mmc: clean up unused parts of block driver
by Pierre Ossman
· 18 years ago
Next »