Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
89a73cf52ba2ae4402c53487b71ec4475544f139
/
drivers
/
mmc
89a73cf
mmc: separate out reading EXT_CSD
by Pierre Ossman
· 18 years ago
1addfcd
mmc: break apart switch function
by Pierre Ossman
· 18 years ago
55556da
MMC: Fix handling of low-voltage cards
by Philip Langdale
· 18 years ago
4be34c9
MMC: Consolidate voltage definitions
by Philip Langdale
· 18 years ago
7ea239d
mmc: add bus handler
by Pierre Ossman
· 18 years ago
b2670b1
wbsd: check for data opcode earlier
by Pierre Ossman
· 18 years ago
da7fbe5
mmc: Separate out protocol ops
by Pierre Ossman
· 18 years ago
aaac1b4
mmc: Move core functions to subdir
by Pierre Ossman
· 18 years ago
b855885
mmc: deprecate mmc bus topology
by Pierre Ossman
· 18 years ago
b5af25b
mmc: remove card upon suspend
by Pierre Ossman
· 18 years ago
d2b46f6
mmc: allow suspended block driver to be removed
by Pierre Ossman
· 18 years ago
3b91e55
mmc: Flush pending detects on host removal
by Pierre Ossman
· 18 years ago
1c6a071
mmc: Move host and card drivers to subdirs
by Pierre Ossman
· 18 years ago
98ac216
mmc: Move queue functions to mmc_block
by Pierre Ossman
· 18 years ago
29041db
mmc: Move "present" marking
by Pierre Ossman
· 18 years ago
f74d132
mmc: Move OCR bit defines
by Pierre Ossman
· 18 years ago
9c2c0af
mmc: add type field to cards
by Pierre Ossman
· 18 years ago
85a18ad
mmc: MMC sector based cards
by Pierre Ossman
· 18 years ago
de85989
mmc: use right timing mode constant
by Pierre Ossman
· 18 years ago
91f8d01
tifm: layout fixes, small changes to comments and printfs
by Alex Dubov
· 18 years ago
13cdf48
tifm_sd: implement software scatter-gather
by Alex Dubov
· 18 years ago
5897d65
tifm_sd: fix resume handler
by Alex Dubov
· 18 years ago
72dc9d9
tifm_sd: replace command completion state machine with full checking
by Alex Dubov
· 18 years ago
dfef26d
tifm_sd: merge dma and pio request processing paths
by Alex Dubov
· 18 years ago
0007d48
tifm_sd: separate command flags, socket flags and register bit masks
by Alex Dubov
· 18 years ago
592d372
tifm_sd: remove wait for power off on remove
by Alex Dubov
· 18 years ago
b039d4a
tifm_sd: remove tifm_sd_terminate function
by Alex Dubov
· 18 years ago
e23f2b8
tifm: simplify bus match and uevent handlers
by Alex Dubov
· 18 years ago
4552f0c
tifm: hide details of interrupt processing from socket drivers
by Alex Dubov
· 18 years ago
5721dbf
wbsd: remove block crc test
by Pierre Ossman
· 18 years ago
976d927
mmc: enforce correct sg list
by Pierre Ossman
· 18 years ago
14d836e
mmc: cull sg list to match mmc request size
by Alex Dubov
· 18 years ago
bf62456
uevent: use add_uevent_var() instead of open coding it
by Eric Rannaud
· 18 years ago
2cb3320
[ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card recognition problems
by Pavel Pisa
· 18 years ago
a715dfc
sdhci: release irq during suspend
by Pierre Ossman
· 18 years ago
62df67a5
sdhci: make isr tolerant of read errors
by Mark Lord
· 18 years ago
cd9277c
mmc: require explicit support for high-speed
by Pierre Ossman
· 18 years ago
59b8175c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
a727fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 18 years ago
12c8345
tifm_sd: treat "status error" as normal command completion
by Alex Dubov
· 18 years ago
abc7166
mmc: wbsd: Remove stray kunmap_atomic()
by Pierre Ossman
· 18 years ago
9f3bed5
[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives
by Al Viro
· 18 years ago
acf1da4
mmc: sdhci: Stop asking for mail
by Pierre Ossman
· 18 years ago
52fbf9c
mmc: sdhci: Remove driver version
by Pierre Ossman
· 18 years ago
1615cc2
mmc: wbsd: Remove driver version
by Pierre Ossman
· 18 years ago
93a3ddc
[ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.h
by Andrew Victor
· 18 years ago
f9d429a
mmc: tifm: replace kmap with page_address
by Pierre Ossman
· 18 years ago
c70840e
mmc: sdhci: fix voltage ocr
by Pierre Ossman
· 18 years ago
2a22b14
mmc: sdhci: replace kmap with page_address
by Pierre Ossman
· 18 years ago
4a0ddbd
mmc: wbsd: replace kmap with page_address
by Pierre Ossman
· 18 years ago
df1c4b7
mmc: handle pci_enable_device() return value in sdhci
by Pierre Ossman
· 18 years ago
397411e
mmc: Proper unclaim in mmc_block
by Pierre Ossman
· 18 years ago
ae06eaf
mmc: Graceful fallback for fancy features
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
dba4acc
tifm_sd: add suspend and resume functionality
by Alex Dubov
· 18 years ago
50743f4
Remove unused return value from signal_irq callback
by Alex Dubov
· 18 years ago
2e8ce5e
tifm_sd: prettify
by Alex Dubov
· 18 years ago
8e02f85
tifm_sd: restructure initialization, removal and command handling
by Alex Dubov
· 18 years ago
83d420b
tifm_sd: fix hardware timeout setup
by Alex Dubov
· 18 years ago
0803dd0
tifm_sd: Switch software timeout handler from work_struct to timer
by Alex Dubov
· 18 years ago
255ef22
tifm_sd: use kmap_atomic instead of kmap for PIO data buffer
by Alex Dubov
· 18 years ago
1289335
tifm_sd: alter order of the states in the command handler
by Alex Dubov
· 18 years ago
fba68bd
mmc: Add support for SDHC cards
by Philip Langdale
· 18 years ago
9e9dc5f
mmc: Power quirk for ENE controllers
by Darren Salt
· 18 years ago
11354d0
mmc: let host be parent of cards
by Pierre Ossman
· 18 years ago
f22ee4e
mmc: replace host->card_busy
by Pierre Ossman
· 18 years ago
279bc44
mmc: au1xmmc: return errors for unknown response types
by Manuel Lauss
· 18 years ago
8299977
mmc: au1xmmc: implement proper ro switch detection
by Manuel Lauss
· 18 years ago
6f94990
mmc: Correct definition of R6
by Philip Langdale
· 18 years ago
1b3b263
omap: Update MMC response types
by Carlos Eduardo Aguiar
· 18 years ago
c70a1ce
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 18 years ago
e47c222
[ARM] Fix potential MMCI bug
by Russell King
· 18 years ago
a26b498
MMC: at91 mmc linkage updates
by David Brownell
· 18 years ago
3947a39
ARM: OMAP: fix MMC workqueue changes
by Kyungmin Park
· 18 years ago
99eeb8d
AT91 MMC update for 2.6.19
by Andrew Victor
· 18 years ago
a98087c
mmc: Change SDHCI iomem error to a warning
by Pierre Ossman
· 18 years ago
7b30d28
mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal
by Vitaly Wool
· 18 years ago
f3a8efa
AT91 MMC 5 : Minor cleanups
by Andrew Victor
· 18 years ago
df05a30
AT91 MMC 4 : Interrupt handler cleanup
by Andrew Victor
· 18 years ago
3dd3b03
AT91 MMC 3 : Move global mci_clk variable
by Andrew Victor
· 18 years ago
17ea059
AT91 MMC 2 : Use platform resources
by Andrew Victor
· 18 years ago
e0b19b8
AT91 MMC 1: Pass host structure.
by Andrew Victor
· 18 years ago
1709775
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 18 years ago
f0d1b0b
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
by David Howells
· 18 years ago
ea14fad
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
bf8c80a
mmc: fix au1xmmc build error
by Yoichi Yuasa
· 18 years ago
9e86619
mmc: pxamci compilation fix
by Sascha Hauer
· 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
4549df8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
fcaf71f
Driver core: convert mmc code to use struct device
by Greg Kroah-Hartman
· 18 years ago
8b7feff
mmc: correct request error handling
by Pierre Ossman
· 18 years ago
89b4e13
mmc: Flush block queue when removing card
by Pierre Ossman
· 18 years ago
077df88
mmc: sdhci high speed support
by Pierre Ossman
· 18 years ago
7ccd266
mmc: Support for high speed SD cards
by Pierre Ossman
· 18 years ago
7377812
mmc: Fix mmc_delay() function
by Pierre Ossman
· 18 years ago
e45a1bd
mmc: Add support for mmc v4 wide-bus modes
by Philip Langdale
· 18 years ago
Next »