Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d2912cb15bdda8ba4a5dd73396ad62641af2f520
/
drivers
/
mmc
/
host
/
mxcmmc.c
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
2b77158
mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
by Alexander Shiyan
· 6 years ago
05b3a5e
mmc: mxcmmc: Drop unused includes
by Linus Walleij
· 6 years ago
5a94189
mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISR
by jun qian
· 6 years ago
3b1074b
mmc: mxcmmc: Fix missing parentheses and brace
by Kees Cook
· 6 years ago
d8edfc4
mmc: mxmmc: Use ifdef rather than __maybe_unused
by Ulf Hansson
· 7 years ago
a639bb7
mmc: mxmmc: include linux/highmem.h
by Arnd Bergmann
· 7 years ago
b189e75
mmc: mxcmmc: handle highmem pages
by Christoph Hellwig
· 7 years ago
2ee4f62
mmc: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
337d7c8
mmc: mxcmmc: catch all errors when getting regulators
by Wolfram Sang
· 7 years ago
c7ddaa2
mmc-host: mxcmmc: use setup_timer() helper.
by Allen
· 7 years ago
a2bc74c
mmc: mxcmmc: Handle return value of clk_prepare_enable
by Arvind Yadav
· 7 years ago
09954ea
mmc: mxcmmc: check the return value of mxcmci_finish_data
by Shawn Lin
· 8 years ago
f216c12
mmc: mxcmmc: fix error return code in mxcmci_probe()
by Gustavo A. R. Silva
· 8 years ago
860951c
mmc: host: use the defined function to check whether card is removable
by Jaehoon Chung
· 9 years ago
a735775
mmc: mxcmmc: remove the MMC_DATA_STREAM flag
by Jaehoon Chung
· 9 years ago
6d91641
mmc: host: mxcmmc: Simplify a trivial if-return sequence
by Fabio Estevam
· 10 years ago
7a8bf87
powerpc: Remove arch specific byteswappers from the MXC MMC driver
by David Gibson
· 10 years ago
18a0980
mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
by Matteo Facchinetti
· 10 years ago
adfa570
mmc: mxcmmc: fix race condition when dma finish a data transfer
by Matteo Facchinetti
· 10 years ago
2137f5d
mmc: remove .owner field for drivers using module_platform_driver
by Peter Griffin
· 10 years ago
bc3c177
mmc: mxcmmc: Use mmc_regulator_get_supply() API
by Alexander Shiyan
· 11 years ago
384a81d
mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPS
by Alexander Shiyan
· 11 years ago
01e4f95
mmc: mxcmmc: Convert to devm-* API
by Alexander Shiyan
· 11 years ago
bd190f9
mmc: mxcmmc: Move away from using deprecated APIs
by Ulf Hansson
· 11 years ago
b885769
mmc: mxcmmc: handle mmc_of_parse() errors during probe
by Simon Baatz
· 12 years ago
113a87f
mmc: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
e48fc15
mmc: mxcmmc: enable DMA support on mpc512x
by Anatolij Gustschin
· 12 years ago
4247705
mmc: mxcmmc: constify mxcmci_devtype
by Anatolij Gustschin
· 12 years ago
bcf5352
mmc: mxcmmc: use slot-gpio API for write-protect detection
by Anatolij Gustschin
· 12 years ago
c7ceab0
mmc: mxcmmc: add mpc512x SDHC support
by Anatolij Gustschin
· 12 years ago
70aa610
mmc: mxcmmc: fix race conditions for host->req and host->data access
by Anatolij Gustschin
· 12 years ago
7ff747c
mmc: mxcmmc: DT support
by Markus Pargmann
· 12 years ago
abd4190
mmc: mxcmmc: Fix bug when card is present during boot
by Alexander Shiyan
· 12 years ago
d01e4af
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
2cb5355
mmc: mxcmmc: fix SD cards not being detected sometimes.
by Javier Martin
· 12 years ago
b5932cc
Merge branch 'cleanups/dma' into next/cleanup
by Arnd Bergmann
· 12 years ago
6eb30ad
mmc: mxcmmc: Fix MODULE_ALIAS
by Fabio Estevam
· 12 years ago
7f917a8
mmc: mxcmmc: remove cpu_is_xxx by using platform_device_id
by Shawn Guo
· 12 years ago
943c2ac
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 12 years ago
f6ad0a4
mmc: mxcmmc: fix bug that may block a data transfer forever
by Javier Martin
· 12 years ago
82906b1
ARM: imx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
529aa29
mmc mxcmmc: do not depend on grouped clocks
by Sascha Hauer
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
258aea7
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
by Viresh Kumar
· 13 years ago
439aa0e
mmc: mxcmmc: add missing dma_async_issue_pending
by Sascha Hauer
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
d1f81a6
mmc: convert drivers/mmc/host/* to use module_platform_driver()
by Axel Lin
· 13 years ago
e58f516
mmc: mxcmmc: fix falling back to PIO
by Sascha Hauer
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
9524145
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
05f5799
mmc-host: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
a3c76eb
mmc: replace printk with appropriate display macro
by Girish K S
· 13 years ago
edae899
mmc: mxcmmc: explicitly includes mach/hardware.h
by Shawn Guo
· 13 years ago
6584cb8
ARM i.MX dma: Fix burstsize settings
by Sascha Hauer
· 14 years ago
f53fbde
mmc: mxcmmc: use dmaengine API
by Sascha Hauer
· 14 years ago
17d8020
mmc: mxcmmc: remove a unnecessary release_resource() call
by Axel Lin
· 14 years ago
d078d24
mmc: mxcmmc: update the regulator support code to the latest API
by Alberto Panizzo
· 14 years ago
74b6695
mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltage
by Alberto Panizzo
· 14 years ago
a36274e
mmc: Remove distinction between hw and phys segments
by Martin K. Petersen
· 14 years ago
a7d403c
mxcmmc: convert to pm_ops and enable/disable clock
by Eric Bénard
· 15 years ago
2dcf78c
Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD
by Uwe Kleine-König
· 15 years ago
16b3bf8
mxcmmc: add card detect through DAT3 possibility
by Eric Bénard
· 15 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 15 years ago
4a31f2e
ARM: mx3: Fix a race condition in mxcmmc
by Daniel Mack
· 15 years ago
3fcb027
ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling
by Daniel Mack
· 15 years ago
f441b99
ARM: MXC: mxcmmc: Teach the driver SDIO operations
by Daniel Mack
· 15 years ago
4725f6f
ARM: MXC: mxcmmc: misc cleanups
by Daniel Mack
· 15 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d759c37
mxcmmc: fixed max_seg_size value on initialization
by Vladimir Zapolskiy
· 15 years ago
3ad2f3fb
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
c0521ba
mxcmmc: fix error path in mxcmci_probe
by Uwe Kleine-König
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
99d9260
mxcmmc: remove frequency workaround
by Pierre Ossman
· 16 years ago
656217d
mxcmmc: Fix missing return value checking in DMA setup code.
by Martin Fuzzey
· 16 years ago
18489fa
mxcmmc : Reset the SDHC hardware if software timeout occurs.
by Martin Fuzzey
· 16 years ago
c499b06
mxcmmc: decrease minimum frequency to make MMC cards work
by Sascha Hauer
· 16 years ago
9563b1d
MX2/MX3 SDHC driver: rename platform driver
by Sascha Hauer
· 16 years ago
06277b5
mxcmmc: Do not pass clock name, we have only one clock for this device
by Sascha Hauer
· 16 years ago
d96be87
mmc: Add a MX2/MX3 specific SDHC driver
by Sascha Hauer
· 16 years ago