Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
07c161bcd7ff6d119f828402a776c9e43a50a851
07c161b
mmc: sdhci: sdhci_execute_tuning() must delete timer
by Adrian Hunter
· 8 years ago
8842fd1
mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()
by Adrian Hunter
· 8 years ago
33a57ad
mmc: sdhci: Do not reset cmd or data circuits that are in use
by Adrian Hunter
· 8 years ago
0293d50
mmc: sdhci: Factor out sdhci_auto_cmd12()
by Adrian Hunter
· 8 years ago
4e9f8fe
mmc: sdhci: Allow for finishing multiple requests
by Adrian Hunter
· 8 years ago
d7422fb
mmc: sdhci: Separate timer timeout for command and data requests
by Adrian Hunter
· 8 years ago
56a590d
mmc: sdhci: Factor out sdhci_data_line_cmd()
by Adrian Hunter
· 8 years ago
5d0d11c
mmc: sdhci: Ensure all requests get errored out
by Adrian Hunter
· 8 years ago
5a8a3fe
mmc: sdhci: Clear pointers when a request finishes
by Adrian Hunter
· 8 years ago
ed1563d
mmc: sdhci: Track whether a reset is pending
by Adrian Hunter
· 8 years ago
0cc563c
mmc: sdhci: Factor out sdhci_needs_reset()
by Adrian Hunter
· 8 years ago
a6d3bdd
mmc: sdhci: Factor out sdhci_finish_mrq()
by Adrian Hunter
· 8 years ago
43dea09
mmc: sdhci: Move host->data warning
by Adrian Hunter
· 8 years ago
a4c73ab
mmc: sdhci: Reduce the use of host->mrq
by Adrian Hunter
· 8 years ago
ea96802
mmc: sdhci: Get rid of host->busy_handle
by Adrian Hunter
· 8 years ago
7c89a3d
mmc: sdhci: Record what command is using the data lines
by Adrian Hunter
· 8 years ago
e0a5640
mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start
by Adrian Hunter
· 8 years ago
64ed8dd
mmc: sdhci: Get rid of redundant BUG_ONs
by Adrian Hunter
· 8 years ago
6bde868
mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()
by Adrian Hunter
· 8 years ago
00884b6
mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe()
by Adrian Hunter
· 8 years ago
6132a3b
mmc: sdhci: Add sdhci_read_caps()
by Adrian Hunter
· 8 years ago
28da358
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
by Adrian Hunter
· 8 years ago
8cb851a
mmc: sdhci: Make signal voltage support explicit
by Adrian Hunter
· 8 years ago
52f5336
mmc: sdhci: Split sdhci_add_host()
by Adrian Hunter
· 8 years ago
d3940f2
mmc: sdhci: Do not call implementations of mmc host ops directly
by Adrian Hunter
· 8 years ago
ae9c657
mmc: mediatek: perfer to use rise edge latching
by Chaotian Jing
· 8 years ago
ddc7138
mmc: mediatek: fix CMD21/CMD19 timeout issue
by Chaotian Jing
· 8 years ago
86beac3
mmc: mediatek: fix CRC error when calling mmc_select_hs400()
by Chaotian Jing
· 8 years ago
5462ff3
mmc: mediatek: do not tune data for HS400 mode
by Chaotian Jing
· 8 years ago
faecf41
mmc: dw_mmc: fix unmap sg twice when finding data err
by Shawn Lin
· 8 years ago
7e4bf1b
mmc: dw_mmc: add the card write threshold for HS400 mode
by Jaehoon Chung
· 8 years ago
16a3457
mmc: dw_mmc: remove the quirks flags
by Jaehoon Chung
· 8 years ago
e5a6135
mmc: dw_mmc: exynos: fix the NULL pointer dereference error
by Jaehoon Chung
· 8 years ago
65257a0
mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
by Seung-Woo Kim
· 8 years ago
46d1795
mmc: dw_mmc: Wait for data transfer after response errors.
by Doug Anderson
· 9 years ago
e5306c3
mmc: dw_mmc: fix 32bit little-endian access of des1 field
by Ben Dooks
· 8 years ago
7a3c567
mmc: dw_mmc: Consider HLE errors to be data and command errors
by Doug Anderson
· 10 years ago
af63762
mmc: dw_mmc: k3: add MMC_CAP_CMD23
by Jérôme Forissier
· 8 years ago
56f6911
mmc: dw_mmc: check card present before starting request
by Shawn Lin
· 8 years ago
c0834a5
mmc: dw_mmc: remove redundant of set_bit and clear_bit
by Shawn Lin
· 8 years ago
52e00b8
mmc: sh_mmcif: Use a 10s timeout in the error recovery path
by Ulf Hansson
· 8 years ago
549646a
mmc: sh_mmcif: Inform the mmc core about the max busy timeout
by Ulf Hansson
· 8 years ago
5b1c29bc
mmc: sh_mmcif: Use response type to know when to enable busy detection
by Ulf Hansson
· 8 years ago
dab3a28
mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO
by Ulf Hansson
· 8 years ago
1b8d79c
mmc: core: Allow hosts to specify non-support for SD commands
by Ulf Hansson
· 8 years ago
2801b95
mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
by Colin Ian King
· 8 years ago
a7c5367
mmc: sdhci: use pr_err for sdhci_dumpregs
by Chuanxiao Dong
· 8 years ago
860951c
mmc: host: use the defined function to check whether card is removable
by Jaehoon Chung
· 8 years ago
52c0624
phy: rockchip-emmc: Set phyctrl_frqsel based on card clock
by Douglas Anderson
· 8 years ago
352051e
phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()
by Douglas Anderson
· 8 years ago
1107545
Documentation: phy: Let the rockchip eMMC PHY get an exported card clock
by Douglas Anderson
· 8 years ago
c390f21
mmc: sdhci-of-arasan: Add ability to export card clock
by Douglas Anderson
· 8 years ago
6db90c5
Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
by Douglas Anderson
· 8 years ago
3ea4666e
mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399
by Douglas Anderson
· 8 years ago
6582019
Documentation: mmc: sdhci-of-arasan: Add soc-ctl-syscon for corecfg regs
by Douglas Anderson
· 8 years ago
ca572f4
mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes
by Douglas Anderson
· 8 years ago
49f9ccd
phy: rockchip-emmc: Increase lock time allowance
by Douglas Anderson
· 8 years ago
675f65c
phy: rockchip-emmc: reindent the register definitions
by Brian Norris
· 8 years ago
36b5d46
phy: rockchip-emmc: configure default output tap delay
by Brian Norris
· 8 years ago
d748577
phy: rockchip-emmc: configure frequency range and drive impedance
by Shawn Lin
· 8 years ago
4d54a25
phy: rockchip-emmc: give DLL some extra time to be ready
by Shawn Lin
· 8 years ago
476bf3d
mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
by Al Cooper
· 8 years ago
d3b2cd0
mmc: DT: sdhci-brcmstb: Add device tree bindings
by Al Cooper
· 8 years ago
d806b46
mmc: block: Fix tag condition with packed writes
by Adrian Hunter
· 8 years ago
5320226
mmc: core: Disable HPI for certain Hynix eMMC cards
by Pratibhasagar V
· 8 years ago
8b7be8f
mmc: core: Only change mode if mmc_select_bus_width() is successful
by Peter Griffin
· 8 years ago
c6d8fd6
mmc: Set pref erase size based on size
by Gwendal Grignou
· 8 years ago
7eb1649
mmc: sdhci-bcm2835: remove driver
by Stefan Wahren
· 8 years ago
46cd175
DT: bindings: remove bcm2835-sdhci
by Stefan Wahren
· 8 years ago
649c605
mmc: mmc: Fix HS switch failure in mmc_select_hs400()
by Ziyuan Xu
· 8 years ago
987aa5f8
mmc: mmc: fix switch timeout issue caused by jiffies precision
by Chaotian Jing
· 8 years ago
08573ea
mmc: mmc: do not use CMD13 to get status after speed mode switch
by Chaotian Jing
· 8 years ago
87a18a6
mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()
by Chaotian Jing
· 8 years ago
e613cc4
mmc: sdhci: Fix sdhci_card_busy()
by Adrian Hunter
· 8 years ago
7c42dbf
mmc: tmio: make a cast explicit
by Wolfram Sang
· 8 years ago
a05c846
mmc: sdhci-of-arasan: implement enhanced strobe callback
by Shawn Lin
· 8 years ago
bc26235
mmc: debugfs: add HS400 enhanced strobe description
by Shawn Lin
· 8 years ago
81ac2af
mmc: core: implement enhanced strobe support
by Shawn Lin
· 8 years ago
ef29c0e
mmc: core: add mmc-hs400-enhanced-strobe support
by Shawn Lin
· 8 years ago
a60119c
Documentation: mmc: add mmc-hs400-enhanced-strobe
by Shawn Lin
· 8 years ago
2810984
MAINTAINERS: Add file patterns for mmc device tree bindings
by Geert Uytterhoeven
· 8 years ago
84d6260
mmc: sdhci: fix wakeup configuration
by Ludovic Desroches
· 8 years ago
e87c856
mmc: block: correct 4KB alignment check
by Yuan, Juntao
· 8 years ago
1473bdd
mmc: sdhci: remove comment regarding timeout during tuning
by Simon Horman
· 8 years ago
a2a16c7
mmc: sh_mobile_sdhi: properly document R-Car versions
by Wolfram Sang
· 8 years ago
523d939
Linux 4.7
by Linus Torvalds
· 8 years ago
68093c4
Merge tag 'ceph-for-4.7-rc8' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
107df03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
88083e9
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
b1386ce
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
d15ae81
Merge tag 'drm-fixes-for-v4.7-rc8-intel-kbl' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
3f2625d
Merge tag 'drm-fixes-for-v4.7-rc8-intel' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
2321884
Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 8 years ago
7825e0c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
48d4ca5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
897473f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
3aa536d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
f1894d8
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
ee62f09
Merge tag 'gpio-v4.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
62cd69d
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 8 years ago
Next »