Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d3e7a0dabd6f5c5f45fbde9ed48a18f09ea97dce
/
drivers
/
mmc
/
host
/
msm_sdcc.c
eaaceb6
mmc: msm_sdcc: Use platform_set|get_drvdata
by Ulf Hansson
· 10 years ago
29685f6
mmc: msm_sdcc: Move away from using deprecated APIs
by Ulf Hansson
· 11 years ago
7f371b9
msm_sdcc: Convert to clk_prepare/unprepare
by Stephen Boyd
· 12 years ago
805b3e4
mmc: msm_sdcc: Remove unnecessary include
by Stephen Boyd
· 12 years ago
1ef21f6
ARM: msm: move platform_data definitions
by Arnd Bergmann
· 13 years ago
482fce9
mmc: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
d1f81a6
mmc: convert drivers/mmc/host/* to use module_platform_driver()
by Axel Lin
· 13 years ago
a3c76eb
mmc: replace printk with appropriate display macro
by Girish K S
· 13 years ago
190657c
mmc: msm_sdcc: Handle dma resource not present case
by Subhash Jadavani
· 14 years ago
19207f0
mmc: msm_sdcc: Change initialization order of busclk_timer in probe
by Sahitya Tummala
· 14 years ago
4a268e0
mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
by Sahitya Tummala
· 14 years ago
4a92fe8
msm: mmc: Remove "pio_irq" resource
by Sahitya Tummala
· 14 years ago
514d9ed
mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.
by Sahitya Tummala
· 14 years ago
dce7c75
mmc: msm_sdcc: Handle error cases in probe
by Sahitya Tummala
· 14 years ago
e91957e
msm: Implement init_card operation for MSM SDCC
by Alexander Tarasikov
· 14 years ago
435f3e3
mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setup
by Alexander Tarasikov
· 14 years ago
a8c91da
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 14 years ago
dffc55a
mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg()
by Linus Walleij
· 14 years ago
7a89248
mmc: msm_sdcc: Add gpio handling function to driver
by Sahitya Tummala
· 14 years ago
727a99a
drivers: mmc: msm: remove clock disable in probe
by Daniel Walker
· 14 years ago
208028d
mmc: msm: fix dma usage not to use internal APIs
by Daniel Walker
· 14 years ago
0c521cc
mmc: msm_sdcc: Check for only DATA_END interrupt to end a request
by Sahitya Tummala
· 14 years ago
71dd910
mmc: msm_sdcc: Fix bug in PIO mode when data size is not word aligned
by Sahitya Tummala
· 14 years ago
b08bb35
mmc: msm_sdcc: Reset SDCC in case of data transfer errors
by Sahitya Tummala
· 14 years ago
d5137bd
mmc: msm_sdcc: Add prog done interrupt support
by Sahitya Tummala
· 14 years ago
62612cf
mmc: msm_sdcc: Fix possible circular locking dependency warning
by Sahitya Tummala
· 14 years ago
a36274e
mmc: Remove distinction between hw and phys segments
by Martin K. Petersen
· 14 years ago
eb3bbf8
Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
by Linus Torvalds
· 15 years ago
ce4327d
Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
by Linus Torvalds
· 15 years ago
762333e
drivers/mmc/host/msm-sdcc: remove dead config options
by Christian Dietrich
· 15 years ago
edd4dd0
mmc: msm_sdcc: Compile the driver for msm7x30
by Sahitya Tummala
· 15 years ago
b5d643d
msm: mmc: Add msm prefix to platform data structure
by Sahitya Tummala
· 15 years ago
08ecfde
mmc: msm: fix up build breakage on !PM
by Daniel Walker
· 15 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 15 years ago
da7806f
Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
by Linus Torvalds
· 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
1cd2296
drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support
by San Mehat
· 15 years ago
d0719e5
mmc: msm_sdcc: Fix issue where clocks could be disabled mid transaction
by San Mehat
· 15 years ago
6ac9ea6
mmc: msm_sdcc: Fix the dma exec function to use the proper delays
by San Mehat
· 15 years ago
91bb649
mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fire
by Dmitry Shmidt
· 15 years ago
24bbd7d
mmc: msm_sdcc: Enable busclk idle timer for power savings
by San Mehat
· 15 years ago
673ce00d
mmc: msm_sdcc: Don't disable interrupts while suspending
by San Mehat
· 15 years ago
b3b0ca8
mmc: msm_sdcc: Fix issue where we might not end a sucessfull request
by San Mehat
· 15 years ago
f474849
mmc: msm_sdcc: Featurize busclock power save and disable it by default
by San Mehat
· 15 years ago
c7fc937
mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabled
by San Mehat
· 15 years ago
56a8b5b
mmc: msm_sdcc: Reduce command timeouts and improve reliability.
by San Mehat
· 15 years ago
51905dc
mmc: msm_sdcc: Schedule clock disable after probe
by San Mehat
· 15 years ago
8b1c2ba
mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delays
by San Mehat
· 15 years ago
865c8064
mmc: msm_sdcc: Driver clocking/irq improvements
by San Mehat
· 15 years ago
5b00f40
msm: Add 'execute' datamover callback
by San Mehat
· 15 years ago
b3fa579
mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT register
by San Mehat
· 15 years ago
4adbbcc
mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling clocks
by San Mehat
· 15 years ago
5b8a2fb
msm_sdcc.c: missing brackets in msmsdcc_resume()
by Roel Kluin
· 15 years ago
3989d17
HTC Dream: mmc compilation fixes
by Pavel Machek
· 15 years ago
b5a74d6
msm_sdcc.c: move overly indented code to separate function
by Joe Perches
· 15 years ago
75d1452
msm_sdcc.c: stylistic cleaning
by Joe Perches
· 15 years ago
0a7ff7c
msm_sdcc.c: convert printk(KERN_<level> to pr_<level>(
by Joe Perches
· 15 years ago
9d2bd73
mmc: msm_sdccc: driver for HTC Dream
by San Mehat
· 15 years ago