Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6b907199f4b068fb2d763077d562654b7b985a42
/
drivers
/
mmc
/
sdhci.c
6b90719
mmc: sdhci: fix chip detect gpio property name
by Baruch Siach
· 5 years ago
2eddc00
mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
by Faiz Abbas
· 5 years ago
375acf8
mmc: sdhci: Make set_ios_post() return int
by Faiz Abbas
· 5 years ago
ab61966
mmc: sdhci: Make sdhci_set_clock() non static
by Faiz Abbas
· 5 years ago
f08f9d7
mmc: sdhci: Add support for sdhci-caps-mask
by Faiz Abbas
· 5 years ago
c8a0ec0
mmc: sdhci: Implement SDHCI card detect
by T Karthik Reddy
· 5 years ago
3863f7e
mmc: sdhci: Read cd-gpio from devicetree
by T Karthik Reddy
· 5 years ago
4c082a6
mmc: sdhci: Add Support for ADMA2
by Faiz Abbas
· 6 years ago
8710250
mmc: sdhci: Move DMA handling to prepare_dma() function
by Faiz Abbas
· 6 years ago
b97e99f
mmc: sdhci: Fix MMC HS200 tuning command failures
by Siva Durga Prasad Paladugu
· 6 years ago
5d88ba7
mmc: sdhci: Update sdhci_send_command() to handle HS200
by Siva Durga Prasad Paladugu
· 6 years ago
cf6ba6f
mmc: sdhci: Check that ops are defined
by Ramon Fried
· 7 years ago
c0290b4
mmc: sdhci: Read capabilities register1 and update host caps
by Siva Durga Prasad Paladugu
· 7 years ago
1f67b49
mmc: sdhci: Invoke platform specific tuning and delay routines
by Siva Durga Prasad Paladugu
· 7 years ago
db620bd
mmc: sdhci: Handle execute tuning command in sdhci_send_command
by Siva Durga Prasad Paladugu
· 7 years ago
9fccd8a
mmc: sdhci: Add support for disabling clock
by Siva Durga Prasad Paladugu
· 7 years ago
dbad7b4
mmc: Changed the datatype of the variable to handle 64-bit arch
by Vipul Kumar
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
576a018
mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE
by Hannes Schmelzer
· 7 years ago
45256c4
mmc: sdhci: change data transfer failure into debug message
by Masahiro Yamada
· 7 years ago
ea5b7c0
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
by Masahiro Yamada
· 7 years ago
730636b
mmc: sdhci: do not compare pointer to 0
by Heinrich Schuchardt
· 7 years ago
65da8be
mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT
by Jorge Ramirez-Ortiz
· 7 years ago
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· 7 years ago
ab877fe
mmc: sdhci: Fix maximum clock for programmable clock mode
by Wenyou Yang
· 8 years ago
d9b7023
mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.
by Alex Deymo
· 8 years ago
002b4fa
mmc: sdhci: only flush cache for data command
by Kevin Liu
· 8 years ago
a3554ef
mmc: sdhci: Add support for optional controller specific set_ios_post()
by Stefan Roese
· 8 years ago
e916103
mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
by Stefan Roese
· 8 years ago
bc47e0e
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
by Stefan Herbrechtsmeier
· 8 years ago
eeb91ad
mmc: sdhci: fix NULL pointer access when host->ops is not set
by Masahiro Yamada
· 8 years ago
bc00a54
mmc: sdhci: combine the Host controller v3.0 feature into one condition
by Jaehoon Chung
· 8 years ago
f7558ee
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
by Jaehoon Chung
· 8 years ago
46d3c03
mmc: sdhci: move the callback function into sdhci_ops
by Jaehoon Chung
· 8 years ago
b6cd1d3
mmc: change the set_ios return type from void to int
by Jaehoon Chung
· 8 years ago
730a595
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
by Jaehoon Chung
· 8 years ago
9174eb4
mmc: pic32_sdhci: move the code to pic32_sdhci.c
by Jaehoon Chung
· 8 years ago
1e81af8
mmc: sdhci: remove the unused code about testing Card detect
by Jaehoon Chung
· 8 years ago
665152e
mmc: sdhci: disable the 8bit mode when host doesn't support it
by Jaehoon Chung
· 8 years ago
124f6ce
mmc: move some SDHCI related options to Kconfig
by Masahiro Yamada
· 8 years ago
c5b62c3
mmc: sdhci: assign to clk_mul when host version is upper than SD3.0
by Jaehoon Chung
· 8 years ago
6b4026d
mmc: sdhci: fix the "misaligned operation at range" for cache
by Jaehoon Chung
· 8 years ago
fc6c1c6
mmc: sdhci: use the generic error number
by Jaehoon Chung
· 8 years ago
6c5b359
mmc: sdhci: use the host version value in sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
3d73404
mmc: sdhci: Add the programmable clock mode support
by Wenyou Yang
· 8 years ago
9625011
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT
by Masahiro Yamada
· 8 years ago
d451231
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
by Masahiro Yamada
· 8 years ago
27bfb71
mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
by Masahiro Yamada
· 8 years ago
4b33877
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
by Masahiro Yamada
· 8 years ago
da957dd
mmc: sdhci: move error message to more relevant place
by Masahiro Yamada
· 8 years ago
ea04d90
mmc: sdhci: move sdhci_reset() call to sdhci_init()
by Masahiro Yamada
· 8 years ago
fcc8c76
mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA
by Jaehoon Chung
· 8 years ago
8a5ffbb
mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
1ebd242
mmc: sdhci: remove the unused argument for sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
5c47c40
mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"
by Jaehoon Chung
· 8 years ago
7825d20
mmc: use the generic error number
by Jaehoon Chung
· 8 years ago
d0d1b25
mmc: sdhci: set to INT_DATA_END when there are data
by Jaehoon Chung
· 8 years ago
a63aaa0
mmc: sdhci: clean up timeout detection
by Masahiro Yamada
· 8 years ago
2da5125
mmc: sdhci: Disable internal clock enable bit
by Siva Durga Prasad Paladugu
· 9 years ago
b97f0fa
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
b084207
dm: mmc: sdhci: Refactor configuration setup to support DM
by Simon Glass
· 8 years ago
d478083
mmc: increase MMC SDHCI read status timeout
by Steve Rae
· 8 years ago
97c78e8
dm: mmc: Convert sdhci to support CONFIG_BLK
by Simon Glass
· 9 years ago
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
be03317
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
by Andrei Pistirica
· 9 years ago
b0fbb49
mmc: sdhci: Clear high speed if not supported
by Siva Durga Prasad Paladugu
· 9 years ago
09456d9
mmc: sdhci: Fix the SD clock stop sequence
by Wenyou Yang
· 9 years ago
13a547f
mmc: sdhci.c: Add config option to use a fixed buffer for transfers
by Stefan Roese
· 9 years ago
42817a4
mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
by Stefan Roese
· 9 years ago
8e5db91
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· 10 years ago
45ad229
sdhci: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
55327dc
mmc: sdhci: don't clobber adjacent registers
by Matt Reimer
· 10 years ago
9651f59
mmc: sdhci: fix bus width switching on Samsung SoCs
by Matt Reimer
· 10 years ago
ee54c7b
sdhci: make local functions static
by Jeroen Hofstee
· 10 years ago
2c85046
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
e7bef3a
mmc: Convert mmc struct's name array to a pointer
by Pantelis Antoniou
· 11 years ago
c9e7591
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· 11 years ago
4355813
mmc: Minor cleanup of sdhci.c
by Darwin Rambo
· 11 years ago
adccccf
mmc: sdhci: Avoid commands errors by simple timeout adaptation.
by Przemyslaw Marczak
· 11 years ago
7d48a73
Fix wrong sdhci host control register read and write
by Juhyun \(Justin\) Oh
· 11 years ago
46e627c
mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
by Jaehoon Chung
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
08706be
mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards
by Jagannadha Sutradharudu Teki
· 12 years ago
85c3d46c
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
d56a52a
mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization
by Łukasz Majewski
· 12 years ago
020f261
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
8e634a9
mmc: add no simultaenous power and vdd
by Mela Custodio
· 12 years ago
0fba4c2
mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd
by Tushar Behera
· 12 years ago
f77f058
mmc: sdhci: add the DMA select for SDMA
by Jaehoon Chung
· 12 years ago
30686bd
mmc: sdhci: increase the timeout value for data transfer
by Jaehoon Chung
· 12 years ago
b1929ea
mmc: s5p_sdhci: add the set_mmc_clk for cmu control
by Jaehoon Chung
· 12 years ago
456f34a
mmc: Add a SDHCI quirk for boards that have no CD
by Joe Hershberger
· 12 years ago
38f2f31
mmc: Fix version check for clock API in sdhci driver
by Joe Hershberger
· 12 years ago
53889ed
mmc: add the quirk to use the sdhci for samsung-soc
by Jaehoon Chung
· 13 years ago
89237a8
mmc: sdhci: add the quirk for broken r1b response
by Jaehoon Chung
· 13 years ago
b9c8b77
mmc: Implement card detection.
by Thierry Reding
· 13 years ago
8241d40
mmc: sdhci: fix sdma bug for large file transfer
by Lei Wen
· 13 years ago
6c13c66
mmc: sdhci: add timeout for data transfer
by Lei Wen
· 13 years ago
5a1108e
mmc: sdhci: add mmc structure for host
by Lei Wen
· 13 years ago
5b30be0
mmc: sdhci: fix cache flush
by Lei Wen
· 13 years ago
Next »