Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6f243f6334f5f7126b3d91305b115d1628664440
6f243f6
mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded value
by Axel Lin
· 11 years ago
03a1685
mmc: omap: Use DIV_ROUND_UP instead of open coded
by Axel Lin
· 11 years ago
e6cc012
mmc: dw_mmc: Don't print data errors
by Doug Anderson
· 11 years ago
da91a8f
mmc: sdhci: track whether preset mode is currently enabled in hardware
by Russell King
· 11 years ago
24fbb3c
mmc: sdhci: move remaining power handling into sdhci_set_power()
by Russell King
· 11 years ago
e921a8b
mmc: sdhci: move regulator handling into sdhci_set_power()
by Russell King
· 11 years ago
b4f3b7c
mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling
by Russell King
· 11 years ago
c314b2b
mmc: sdhci: remove platform_suspend/platform_resume callbacks
by Russell King
· 11 years ago
723f792
mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks
by Russell King
· 11 years ago
850a29b
mmc: sdhci-esdhc-imx: remove emulation of uhs_mode
by Russell King
· 11 years ago
4b6f37d
mmc: sdhci: clean up sdhci_execute_tuning() decision
by Russell King
· 11 years ago
d975f12
mmc: sdhci: cache timing information locally
by Russell King
· 11 years ago
96d7b78
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
by Russell King
· 11 years ago
13e6450
mmc: sdhci: set_uhs_signaling() need not return a value
by Russell King
· 11 years ago
cb399da
mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning
by Russell King
· 11 years ago
10cf496
mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()
by Russell King
· 11 years ago
9d2fc80
mmc: sdhci-esdhc-imx: avoid DMA to kernel stack
by Russell King
· 11 years ago
1771059
mmc: sdhci: convert sdhci_set_clock() into a library function
by Russell King
· 11 years ago
1650d0c
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
by Russell King
· 11 years ago
373073e
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
by Russell King
· 11 years ago
91138ca
mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
by Russell King
· 11 years ago
d1e49f7
mmc: sdhci: convert ADMA descriptors to a coherent allocation
by Russell King
· 11 years ago
de0b65a
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
by Russell King
· 11 years ago
0718e59
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
by Russell King
· 11 years ago
03231f9
mmc: sdhci: convert reset into a library function
by Russell King
· 11 years ago
2317f56
mmc: sdhci: convert generic bus width setup to library function
by Russell King
· 11 years ago
5b4f1f6
mmc: sdhci: plug hole in disabling card detection interrupts
by Russell King
· 11 years ago
b537f94
mmc: sdhci: more efficient interrupt enable register handling
by Russell King
· 11 years ago
be13855
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
by Russell King
· 11 years ago
3560db8
mmc: sdhci: push card_tasklet into threaded irq handler
by Russell King
· 11 years ago
781e989
mmc: sdhci: convert to new SDIO IRQ handling
by Russell King
· 11 years ago
ef10433
mmc: sdhci: clean up sdio interrupt enable handling
by Russell King
· 11 years ago
4100500
mmc: sdhci: clean up interrupt handling
by Russell King
· 11 years ago
bf3b5ec
mmc: sdio_irq: rework sdio irq handling
by Russell King
· 11 years ago
197160d
mmc: sdhci: remove mdelay in eMMC tuning
by Nick Sanders
· 11 years ago
252f29a
MAINTAINERS: mmc: Update email for host driver maintainer
by Ulf Hansson
· 11 years ago
4d1f52f
mmc: core: Improve support for deferred regulators
by Tim Kryger
· 11 years ago
bc3c177
mmc: mxcmmc: Use mmc_regulator_get_supply() API
by Alexander Shiyan
· 11 years ago
6e9e406
mmc: atmel: don't test host->data
by Alexandre Belloni
· 11 years ago
b677b885
mmc: rtsx: fix possible linking error if built-in
by Arnd Bergmann
· 11 years ago
9176998
mmc: mxs: fix card detection function for broken card detect
by Daniel Willmann
· 11 years ago
1acee84
mmc: jz4740: don't wait for PRG_DONE after stop command with R1 response
by Alex Smith
· 11 years ago
c373eb4
mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
by Seungwon Jeon
· 11 years ago
0a5b643
mmc: add support for HS400 mode of eMMC5.0
by Seungwon Jeon
· 11 years ago
577fb13
mmc: rework selection of bus speed mode
by Seungwon Jeon
· 11 years ago
2385049
mmc: step power class after final selection of bus mode
by Seungwon Jeon
· 11 years ago
2415c0e
mmc: identify available device type to select
by Seungwon Jeon
· 11 years ago
cdc9917
mmc: drop the speed mode of card's state
by Seungwon Jeon
· 11 years ago
b78871d
mmc: mvsdio: workaround for spurious irqs
by Sebastian Hesselbarth
· 11 years ago
fcf902b
mmc: mvsdio: silence card detect notice
by Sebastian Hesselbarth
· 11 years ago
ceae98f
mmc: core: Try other signal levels during power up
by Tim Kryger
· 11 years ago
1b66e94
mmc: moxart: Add MOXA ART SD/MMC driver
by Jonas Jensen
· 11 years ago
c7f6558
mmc: Add realtek USB sdmmc host driver
by Roger Tseng
· 11 years ago
3beef62
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
by Axel Lin
· 11 years ago
ae0eb34
mmc: dw_mmc: restore the card-present checking point
by Jaehoon Chung
· 11 years ago
9795a84
mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()
by Jaehoon Chung
· 11 years ago
f16afa8
mmc: dw_mmc: remove unnecessary function.
by Jaehoon Chung
· 11 years ago
4a1b27a
mmc: dw_mmc: fix minor coding style.
by Jaehoon Chung
· 11 years ago
907abd5
mmc: dw_mmc: remove unused member variable.
by Jaehoon Chung
· 11 years ago
612de4c
mmc: dw_mmc: replace the bus_hz checking point
by Jaehoon Chung
· 11 years ago
d8a4fb0
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
by Jaehoon Chung
· 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
15a2e2a
mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops
by Sachin Kamat
· 11 years ago
5027251
mmc: rtsx: add R1-no-CRC mmc command type handle
by Micky Ching
· 11 years ago
573185c
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
by Ulf Hansson
· 11 years ago
f7bf11a
mmc: core: Use maximum timeout values in case TACC field is zero
by Stefan Wahren
· 11 years ago
d1e5821
mmc: Convert to use ATTRIBUTE_GROUPS
by Axel Lin
· 11 years ago
297d405
mmc: card.h: Use NULL instead of 0 for END_FIXUP
by Fabio Estevam
· 11 years ago
fa372a5
mmc: Delay the card_event callback into the mmc_rescan worker
by Markus Mayer
· 11 years ago
bb8175a
mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
cab3a80
mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
1a0ae37
mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
4039ff4
mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
5438ad9
mmc: omap: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
6dad6c9
mmc: mmci: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
79f7ae7
mmc: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
a798c10
Linux 3.15-rc2
by Linus Torvalds
· 11 years ago
372feac
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
5269519
Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 11 years ago
200bde2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
fd741ed
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent
by Ingo Molnar
· 11 years ago
ffa9188
perf tools: Improve error reporting
by Adrien BAK
· 11 years ago
922d0e4
perf tools: Adjust symbols in VDSO
by Vladimir Nikulichev
· 11 years ago
acb61fc
perf kvm: Fix 'Min time' counting in report command
by Alexander Yarygin
· 11 years ago
404ca80
coredump: fix va_list corruption
by Eric Dumazet
· 11 years ago
6d45969
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8f98f6f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8de3f7a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
b931242
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
a42892e
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next
by Dave Airlie
· 11 years ago
ebfc45e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
6e66d5d
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
25bfe4f
Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
60fbf2bd
Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
8cb652b
Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
575a292
Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
7e55f81
Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
ea2388f
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
b5a8cad
thp: close race between split and zap huge pages
by Kirill A. Shutemov
· 11 years ago
Next »