Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4cba4a59d81a1c77286210b81651ca11685ff480
/
drivers
/
mmc
/
sdhci.c
64341a6
mmc: sdhci: Use upper/lower_32_bits macros
by Michal Simek
· Wed Jul 29 15:42:26 2020 +0200
3ff634d
mmc: sdhci: Enable high speed conditional on the corresponding bit
by Faiz Abbas
· Thu Jul 23 09:42:19 2020 +0530
eaf6a60
mmc: Drop duplicate dm.h inclusion
by Simon Glass
· Sun Jul 19 10:15:45 2020 -0600
e1d8aa7
mmc: sdhci: Fix HISPD bit handling
by Jagan Teki
· Thu Jun 18 19:33:12 2020 +0530
4dcacfc
common: Drop linux/bitops.h from common header
by Simon Glass
· Sun May 10 11:40:13 2020 -0600
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
44354b0
mmc: sdhci: Use debug for not supported SDMA info message
by Matthias Brugger
· Tue May 12 12:02:06 2020 +0200
d9a86c1
mmc: sdhci: not return error when SDMA is not supported
by Jaehoon Chung
· Fri Mar 27 13:08:01 2020 +0900
2768593
mmc: sdhci: use phys2bus macro when dma address is accessed
by Jaehoon Chung
· Fri Mar 27 13:08:00 2020 +0900
529e6f0
mmc: zynq: parse dt when probing
by Benedikt Grassl
· Tue Apr 14 07:32:12 2020 +0200
d222921
sdhci: Add sdhci_deferred_probe() API
by Faiz Abbas
· Wed Feb 26 13:44:31 2020 +0530
cf61a5f
mmc: sdhci: fix missing cache invalidation after reading by DMA
by Masahiro Yamada
· Fri Feb 14 16:40:27 2020 +0900
97e7e82
mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA
by Masahiro Yamada
· Fri Feb 14 16:40:26 2020 +0900
a055e86
mmc: sdhci: remove unneeded casts
by Masahiro Yamada
· Fri Feb 14 16:40:24 2020 +0900
97eda29
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
by Masahiro Yamada
· Fri Feb 14 16:40:23 2020 +0900
32d1213
mmc: sdhci: reduce code duplication for aligned buffer
by Masahiro Yamada
· Fri Feb 14 16:40:22 2020 +0900
c3a17af
mmc: sdhci: put the aligned buffer pointer to struct sdhci_host
by Masahiro Yamada
· Fri Feb 14 16:40:21 2020 +0900
6333448
common: Move ARM cache operations out of common.h
by Simon Glass
· Thu Nov 14 12:57:39 2019 -0700
4c280a9
mmc: sdhci: make sdhci_get_cd static
by Baruch Siach
· Sun Nov 03 12:00:27 2019 +0200
2a1b663
mmc: sdhci: Add support for dt caps & caps mask
by T Karthik Reddy
· Mon Sep 02 16:34:31 2019 +0200
6b90719
mmc: sdhci: fix chip detect gpio property name
by Baruch Siach
· Mon Jul 22 19:14:06 2019 +0300
2eddc00
mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
by Faiz Abbas
· Tue Jun 11 00:43:40 2019 +0530
375acf8
mmc: sdhci: Make set_ios_post() return int
by Faiz Abbas
· Tue Jun 11 00:43:37 2019 +0530
ab61966
mmc: sdhci: Make sdhci_set_clock() non static
by Faiz Abbas
· Tue Jun 11 00:43:35 2019 +0530
f08f9d7
mmc: sdhci: Add support for sdhci-caps-mask
by Faiz Abbas
· Tue Jun 11 00:43:34 2019 +0530
c8a0ec0
mmc: sdhci: Implement SDHCI card detect
by T Karthik Reddy
· Tue Jun 25 13:39:04 2019 +0200
3863f7e
mmc: sdhci: Read cd-gpio from devicetree
by T Karthik Reddy
· Tue Jun 25 13:39:03 2019 +0200
4c082a6
mmc: sdhci: Add Support for ADMA2
by Faiz Abbas
· Tue Apr 16 23:06:58 2019 +0530
8710250
mmc: sdhci: Move DMA handling to prepare_dma() function
by Faiz Abbas
· Tue Apr 16 23:06:57 2019 +0530
b97e99f
mmc: sdhci: Fix MMC HS200 tuning command failures
by Siva Durga Prasad Paladugu
· Wed Jun 13 11:43:01 2018 +0530
5d88ba7
mmc: sdhci: Update sdhci_send_command() to handle HS200
by Siva Durga Prasad Paladugu
· Tue May 29 20:03:10 2018 +0530
cf6ba6f
mmc: sdhci: Check that ops are defined
by Ramon Fried
· Mon May 14 15:02:30 2018 +0300
c0290b4
mmc: sdhci: Read capabilities register1 and update host caps
by Siva Durga Prasad Paladugu
· Thu Apr 19 12:37:08 2018 +0530
1f67b49
mmc: sdhci: Invoke platform specific tuning and delay routines
by Siva Durga Prasad Paladugu
· Thu Apr 19 12:37:07 2018 +0530
db620bd
mmc: sdhci: Handle execute tuning command in sdhci_send_command
by Siva Durga Prasad Paladugu
· Thu Apr 19 12:37:05 2018 +0530
9fccd8a
mmc: sdhci: Add support for disabling clock
by Siva Durga Prasad Paladugu
· Thu Apr 19 12:37:04 2018 +0530
dbad7b4
mmc: Changed the datatype of the variable to handle 64-bit arch
by Vipul Kumar
· Thu May 03 12:20:54 2018 +0530
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
576a018
mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE
by Hannes Schmelzer
· Wed Mar 07 08:00:56 2018 +0100
45256c4
mmc: sdhci: change data transfer failure into debug message
by Masahiro Yamada
· Sat Dec 30 02:00:12 2017 +0900
ea5b7c0
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
by Masahiro Yamada
· Sat Dec 30 02:00:08 2017 +0900
730636b
mmc: sdhci: do not compare pointer to 0
by Heinrich Schuchardt
· Fri Nov 10 21:13:34 2017 +0100
65da8be
mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT
by Jorge Ramirez-Ortiz
· Thu Nov 02 15:10:21 2017 +0100
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· Sat Jul 29 11:35:31 2017 -0600
ab877fe
mmc: sdhci: Fix maximum clock for programmable clock mode
by Wenyou Yang
· Wed Apr 26 09:32:30 2017 +0800
d9b7023
mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.
by Alex Deymo
· Sun Apr 02 01:24:34 2017 -0700
002b4fa
mmc: sdhci: only flush cache for data command
by Kevin Liu
· Wed Mar 08 15:16:44 2017 +0800
a3554ef
mmc: sdhci: Add support for optional controller specific set_ios_post()
by Stefan Roese
· Mon Dec 12 08:24:56 2016 +0100
e916103
mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
by Stefan Roese
· Mon Dec 12 08:34:42 2016 +0100
bc47e0e
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
by Stefan Herbrechtsmeier
· Tue Jan 17 15:58:48 2017 +0100
eeb91ad
mmc: sdhci: fix NULL pointer access when host->ops is not set
by Masahiro Yamada
· Fri Jan 13 11:51:51 2017 +0900
bc00a54
mmc: sdhci: combine the Host controller v3.0 feature into one condition
by Jaehoon Chung
· Fri Dec 30 15:30:21 2016 +0900
f7558ee
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
by Jaehoon Chung
· Fri Dec 30 15:30:20 2016 +0900
46d3c03
mmc: sdhci: move the callback function into sdhci_ops
by Jaehoon Chung
· Fri Dec 30 15:30:18 2016 +0900
b6cd1d3
mmc: change the set_ios return type from void to int
by Jaehoon Chung
· Fri Dec 30 15:30:16 2016 +0900
730a595
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
by Jaehoon Chung
· Fri Dec 30 15:30:15 2016 +0900
9174eb4
mmc: pic32_sdhci: move the code to pic32_sdhci.c
by Jaehoon Chung
· Fri Dec 30 15:30:14 2016 +0900
1e81af8
mmc: sdhci: remove the unused code about testing Card detect
by Jaehoon Chung
· Fri Dec 30 15:30:13 2016 +0900
665152e
mmc: sdhci: disable the 8bit mode when host doesn't support it
by Jaehoon Chung
· Fri Dec 30 15:30:11 2016 +0900
124f6ce
mmc: move some SDHCI related options to Kconfig
by Masahiro Yamada
· Wed Dec 07 22:10:29 2016 +0900
c5b62c3
mmc: sdhci: assign to clk_mul when host version is upper than SD3.0
by Jaehoon Chung
· Fri Oct 21 20:52:35 2016 +0900
6b4026d
mmc: sdhci: fix the "misaligned operation at range" for cache
by Jaehoon Chung
· Thu Oct 13 10:33:06 2016 +0900
fc6c1c6
mmc: sdhci: use the generic error number
by Jaehoon Chung
· Mon Sep 26 08:10:02 2016 +0900
6c5b359
mmc: sdhci: use the host version value in sdhci_setup_cfg
by Jaehoon Chung
· Mon Sep 26 08:10:01 2016 +0900
3d73404
mmc: sdhci: Add the programmable clock mode support
by Wenyou Yang
· Sun Sep 18 09:01:22 2016 +0800
9625011
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT
by Masahiro Yamada
· Thu Aug 25 16:07:39 2016 +0900
d451231
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
by Masahiro Yamada
· Thu Aug 25 16:07:38 2016 +0900
27bfb71
mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
by Masahiro Yamada
· Thu Aug 25 16:07:37 2016 +0900
4b33877
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
by Masahiro Yamada
· Thu Aug 25 16:07:36 2016 +0900
da957dd
mmc: sdhci: move error message to more relevant place
by Masahiro Yamada
· Thu Aug 25 16:07:35 2016 +0900
ea04d90
mmc: sdhci: move sdhci_reset() call to sdhci_init()
by Masahiro Yamada
· Thu Aug 25 16:07:34 2016 +0900
fcc8c76
mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA
by Jaehoon Chung
· Fri Aug 05 14:13:36 2016 +0900
8a5ffbb
mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
by Jaehoon Chung
· Tue Jul 26 19:06:24 2016 +0900
1ebd242
mmc: sdhci: remove the unused argument for sdhci_setup_cfg
by Jaehoon Chung
· Tue Jul 26 19:06:23 2016 +0900
5c47c40
mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"
by Jaehoon Chung
· Tue Jul 26 19:03:49 2016 +0900
7825d20
mmc: use the generic error number
by Jaehoon Chung
· Tue Jul 19 16:33:36 2016 +0900
d0d1b25
mmc: sdhci: set to INT_DATA_END when there are data
by Jaehoon Chung
· Tue Jul 12 21:18:46 2016 +0900
a63aaa0
mmc: sdhci: clean up timeout detection
by Masahiro Yamada
· Sun Jul 10 00:40:22 2016 +0900
2da5125
mmc: sdhci: Disable internal clock enable bit
by Siva Durga Prasad Paladugu
· Thu Feb 25 12:51:50 2016 +0530
b97f0fa
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· Sun Jun 12 23:30:28 2016 -0600
b084207
dm: mmc: sdhci: Refactor configuration setup to support DM
by Simon Glass
· Sun Jun 12 23:30:27 2016 -0600
d478083
mmc: increase MMC SDHCI read status timeout
by Steve Rae
· Wed Jun 29 13:42:01 2016 -0700
97c78e8
dm: mmc: Convert sdhci to support CONFIG_BLK
by Simon Glass
· Sat May 14 14:03:04 2016 -0600
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· Mon Feb 29 15:25:51 2016 -0700
be03317
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
by Andrei Pistirica
· Thu Jan 28 15:30:18 2016 +0530
b0fbb49
mmc: sdhci: Clear high speed if not supported
by Siva Durga Prasad Paladugu
· Tue Jan 12 15:12:15 2016 +0530
09456d9
mmc: sdhci: Fix the SD clock stop sequence
by Wenyou Yang
· Tue Sep 22 14:59:25 2015 +0800
13a547f
mmc: sdhci.c: Add config option to use a fixed buffer for transfers
by Stefan Roese
· Mon Jun 29 14:58:09 2015 +0200
42817a4
mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
by Stefan Roese
· Mon Jun 29 14:58:08 2015 +0200
8e5db91
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· Mon Mar 23 17:57:00 2015 -0500
45ad229
sdhci: fix warnings on 64-bit builds
by Rob Herring
· Tue Mar 17 15:46:38 2015 -0500
55327dc
mmc: sdhci: don't clobber adjacent registers
by Matt Reimer
· Mon Feb 23 14:56:58 2015 -0700
9651f59
mmc: sdhci: fix bus width switching on Samsung SoCs
by Matt Reimer
· Thu Feb 19 11:22:53 2015 -0700
ee54c7b
sdhci: make local functions static
by Jeroen Hofstee
· Wed Oct 08 22:57:43 2014 +0200
2c85046
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· Tue Mar 11 19:34:20 2014 +0200
e7bef3a
mmc: Convert mmc struct's name array to a pointer
by Pantelis Antoniou
· Mon Mar 10 20:05:51 2014 +0200
c9e7591
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· Wed Feb 26 19:28:45 2014 +0200
4355813
mmc: Minor cleanup of sdhci.c
by Darwin Rambo
· Thu Dec 19 15:13:25 2013 -0800
Next »