index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: dw_mmc: introduce timer for broken command transfer over scheme
Addy Ke
2017-08-30
1
-0
/
+48
*
mmc: dw_mmc: move controller reset before driver init
liwei
2017-08-30
1
-6
/
+6
*
mmc: dw_mmc: explicitly request exclusive reset control
Philipp Zabel
2017-08-30
1
-1
/
+1
*
mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT
Shawn Lin
2017-07-27
1
-1
/
+1
*
mmc: dw_mmc: remove the unnecessary slot variable
Jaehoon Chung
2017-06-29
1
-8
/
+5
*
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
Jaehoon Chung
2017-06-29
1
-17
/
+16
*
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
Jaehoon Chung
2017-06-29
1
-9
/
+7
*
mmc: dw_mmc: change the array of slots
Jaehoon Chung
2017-06-29
1
-12
/
+9
*
mmc: dw_mmc: remove the loop about finding slots
Jaehoon Chung
2017-06-29
1
-79
/
+36
*
mmc: dw_mmc: deprecated the "num-slots" property
Jaehoon Chung
2017-06-29
1
-13
/
+8
*
mmc: dw_mmc: Use device_property_read instead of of_property_read
David Woods
2017-06-20
1
-12
/
+12
*
Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"
Ulf Hansson
2017-06-20
1
-8
/
+2
*
mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
Ulf Hansson
2017-06-20
1
-0
/
+7
*
mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
Ulf Hansson
2017-06-20
1
-3
/
+22
*
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
2017-04-24
1
-11
/
+3
*
mmc: dw_mmc: improve dw_mci_reset a bit
Shawn Lin
2017-04-24
1
-18
/
+20
*
mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
Shawn Lin
2017-04-24
1
-41
/
+40
*
mmc: dw_mmc: remove declaration of dw_mci_card_busy
Shawn Lin
2017-04-24
1
-2
/
+0
*
mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration
Shawn Lin
2017-04-24
1
-42
/
+41
*
mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration
Shawn Lin
2017-04-24
1
-22
/
+20
*
mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
Shawn Lin
2017-04-24
1
-66
/
+65
*
mmc: dw_mmc: improve the timeout polling code
Shawn Lin
2017-04-24
1
-53
/
+39
*
mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
Douglas Anderson
2017-04-18
1
-2
/
+9
*
mmc: dw_mmc: silent verbose log when calling from PM context
Shawn Lin
2017-02-13
1
-5
/
+7
*
mmc: dw_mmc: Add fifo watermark alignment property
Jun Nie
2017-02-13
1
-2
/
+9
*
mmc: dw_mmc: Add fifo address property
Jun Nie
2017-02-13
1
-1
/
+5
*
mmc: dw_mmc: Remove the public dw_mmc header file
Ulf Hansson
2017-02-13
1
-1
/
+0
*
mmc: dw_mmc: force setup bus if active slots exist
Ziyuan Xu
2017-01-23
1
-3
/
+4
*
mmc: dw_mmc: display the clock message only one time when card is polling
Jaehoon Chung
2016-12-05
1
-1
/
+12
*
mmc: dw_mmc: add the debug message for polling and non-removable
Jaehoon Chung
2016-12-05
1
-2
/
+16
*
mmc: dw_mmc: check the "present" variable before checking flags
Jaehoon Chung
2016-12-05
1
-1
/
+2
*
mmc: dw_mmc: add missing codes for runtime resume
Joonyoung Shim
2016-12-05
1
-1
/
+15
*
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
2016-11-29
1
-2
/
+1
*
mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
Jaehoon Chung
2016-11-29
1
-0
/
+2
*
mmc: dw_mmc: remove the unnecessary mmc_data structure
Jaehoon Chung
2016-11-29
1
-4
/
+2
*
mmc: dw_mmc: use the cookie's enum values for post/pre_req()
Jaehoon Chung
2016-11-29
1
-20
/
+19
*
mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
Jaehoon Chung
2016-11-29
1
-10
/
+5
*
mmc: dw_mmc: use the hold register when send stop command
Jaehoon Chung
2016-11-29
1
-0
/
+3
*
mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K
Jaehoon Chung
2016-11-29
1
-1
/
+1
*
mmc: dw_mmc: fix the debug message for checking card's present
Jaehoon Chung
2016-11-29
1
-5
/
+2
*
mmc: dw_mmc: display the real register value on debugfs
Jaehoon Chung
2016-11-29
1
-6
/
+8
*
mmc: dw_mmc: fix spelling mistake in dev_dbg message
Colin Ian King
2016-11-29
1
-2
/
+2
*
mmc: dw_mmc: remove system PM callback
Shawn Lin
2016-11-29
1
-54
/
+27
*
mmc: dw_mmc: disable biu clk if possible
Shawn Lin
2016-11-29
1
-0
/
+13
*
mmc: dw_mmc: add runtime PM callback
Shawn Lin
2016-11-29
1
-2
/
+30
*
mmc: dw_mmc: fix the error handling for dma operation
Jaehoon Chung
2016-11-21
1
-0
/
+1
*
mmc: dw_mmc: add the "reset" as name of reset controller
Jaehoon Chung
2016-11-07
1
-1
/
+1
*
mmc: dw_mmc: remove the deprecated "supports-highspeed" property
Jaehoon Chung
2016-09-26
1
-5
/
+0
*
mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth
Shawn Lin
2016-09-26
1
-4
/
+1
*
mmc: dw_mmc: use macro to define ring buffer size
Shawn Lin
2016-09-26
1
-5
/
+10
[next]