Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c3c09c9522f806bd12d0c85dfdb8d2b8578d0da1
/
drivers
/
mmc
/
host
/
mxs-mmc.c
6f726f4
mmc: mxs: fix card detection in case of 'broken-cd' flag set
by Roman Peniaev
· 11 years ago
9176998
mmc: mxs: fix card detection function for broken card detect
by Daniel Willmann
· 11 years ago
d1a1dfb
mmc: mxs: use mmc_of_parse to parse devicetree properties
by Sascha Hauer
· 11 years ago
abd37cc
mmc: mxs: use mmc_gpio_get_ro for detecting read-only status
by Sascha Hauer
· 11 years ago
6c3331d
mmc: mxs: use standard flag for cd inverted
by Sascha Hauer
· 11 years ago
a91fe27
mmc: mxs: use standard flag for broken card detection
by Sascha Hauer
· 11 years ago
c5f4bc8
mmc: mxs: use standard flag for non-removable status
by Sascha Hauer
· 11 years ago
6835907
mmc: mxs-mmc: Move away from using deprecated APIs
by Ulf Hansson
· 11 years ago
02c18c4
mmc: mxs-mmc: Check the return value from stmp_reset_block()
by Fabio Estevam
· 11 years ago
a5adbff
mmc: mxs-mmc: Use devm_clk_get()
by Fabio Estevam
· 11 years ago
dcac5fe
mmc: mxs-mmc: Let device core handle pinctrl
by Fabio Estevam
· 11 years ago
113a87f
mmc: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
0c5ce16
mmc: mxs-mmc: fix error return code in mxs_mmc_probe()
by Wei Yongjun
· 12 years ago
38f56f3
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
1d53196
mmc: mxs-mmc: add broken-cd property
by Hector Palacios
· 12 years ago
5086e5f
mmc: mxs-mmc: add non-removable property
by Marc Kleine-Budde
· 12 years ago
4c0c9be
mmc: mxs-mmc: add cd-inverted property
by Marc Kleine-Budde
· 12 years ago
0e91e43
mmc: mxs-mmc: move to use generic DMA helper
by Shawn Guo
· 12 years ago
ed5dc23
Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 12 years ago
fd63ac7
mmc: mxs-mmc: Fix warning due to incorrect type
by Fabio Estevam
· 12 years ago
e7be434
mmc: mxs-mmc: Add MODULE_ALIAS()
by Fabio Estevam
· 12 years ago
a3e2cd7
mmc: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
d6ed91a
mmc: mxs-mmc: Remove platform data
by Fabio Estevam
· 12 years ago
4c5bb2e
mmc: mxs-mmc: Fix merge issue causing build error
by Marek Vasut
· 12 years ago
ac48f6c
Merge tag 'v3.6-rc6' into spi-mxs
by Mark Brown
· 12 years ago
fc108d2
mmc: mxs-mmc: fix deadlock caused by recursion loop
by Lauri Hintsala
· 12 years ago
1af36b2
mmc: mxs-mmc: fix deadlock in SDIO IRQ case
by Lauri Hintsala
· 12 years ago
65defb9
mmc: spi: Pull out common DMA parts from MXS MMC
by Marek Vasut
· 12 years ago
1308239
mmc: spi: Pull out the SSP clock configuration function
by Marek Vasut
· 12 years ago
829c1bf
mmc: spi: Pull out parts shared between MMC and SPI
by Marek Vasut
· 12 years ago
600a991
mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP
by Marek Vasut
· 12 years ago
8be3d3b
mmc: spi: Move SSP register definitions into separate file
by Marek Vasut
· 12 years ago
b6e76f1
mmc: mxs-mmc: Add wp-inverted property
by Marek Vasut
· 12 years ago
4dc5a79
mmc: mxs-mmc: enable regulator for mmc slot
by Shawn Guo
· 12 years ago
a3e545e
mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
by Marek Vasut
· 13 years ago
6de4d81
mmc: mxs-mmc: add device tree support
by Shawn Guo
· 13 years ago
31b0ff5
mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host
by Shawn Guo
· 13 years ago
b60188c
mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host
by Shawn Guo
· 13 years ago
df06bfc
mmc: mxs-mmc: use devm_* helper to make cleanup simpler
by Shawn Guo
· 13 years ago
81f38ee
mmc: mxs-mmc: move header from mach into linux folder
by Shawn Guo
· 13 years ago
ef9b4d3
mmc: mxs-mmc: get rid of the use of cpu_is_xxx
by Shawn Guo
· 13 years ago
e0bf141
mmc: mxs-mmc: let ssp_is_old take host as parameter
by Shawn Guo
· 13 years ago
70e6020
mmc: mxs-mmc: use global stmp_device functionality
by Shawn Guo
· 13 years ago
9c92cf2
mmc: mxs-mmc: adopt pinctrl support
by Shawn Guo
· 13 years ago
d04525e
dma: mxs-dma: enable channel in device_issue_pending call
by Shawn Guo
· 13 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
921de86
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
by Huang Shijie
· 13 years ago
3946860
mxs-dma : move the mxs dma.h to a more common place
by Huang Shijie
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
4b8be38
Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
d1f81a6
mmc: convert drivers/mmc/host/* to use module_platform_driver()
by Axel Lin
· 13 years ago
efdfc52
mmc: mxs-mmc: convert to clk_prepare/clk_unprepare
by Shawn Guo
· 13 years ago
a4e3e86
mmc: mxs-mmc: fix the dma_transfer_direction migration
by Shawn Guo
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
05f5799
mmc-host: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
88b4767
mmc: Add module.h to drivers/mmc users assuming implicit presence.
by Paul Gortmaker
· 13 years ago
d982dcd
mmc: mxs-mmc: fix clock rate setting
by Koen Beel
· 13 years ago
e4243f1
mmc: mxs-mmc: add mmc host driver for i.MX23/28
by Shawn Guo
· 14 years ago