index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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: fix multiple drv_data NULL dereferences
James Hogan
2012-11-07
1
-12
/
+17
*
mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
Yuvaraj CD
2012-11-07
1
-14
/
+15
*
mmc: dw_mmc: remove _dev_info compile warning
Seungwon Jeon
2012-11-07
1
-1
/
+1
*
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
Ulf Hansson
2012-10-07
1
-5
/
+0
*
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
Seungwon Jeon
2012-10-03
1
-13
/
+2
*
mmc: dw_mmc: add support for implementation specific callbacks
Thomas Abraham
2012-10-03
1
-1
/
+46
*
mmc: dw_mmc: add device tree support
Thomas Abraham
2012-10-03
1
-7
/
+123
*
mmc: dw_mmc: add quirk to indicate missing write protect line
Thomas Abraham
2012-10-03
1
-1
/
+3
*
mmc: dw_mmc: lookup for optional biu and ciu clocks
Thomas Abraham
2012-10-03
1
-3
/
+49
*
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
Thomas Abraham
2012-10-03
1
-10
/
+13
*
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
Thomas Abraham
2012-10-03
1
-28
/
+28
*
mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot
Jaehoon Chung
2012-09-04
1
-1
/
+1
*
mmc: dw_mmc: Disable low power mode if SDIO interrupts are used
Doug Anderson
2012-09-04
1
-3
/
+38
*
mmc: dw_mmc: fix error handling in PIO mode
Seungwon Jeon
2012-09-04
1
-27
/
+2
*
mmc: dw_mmc: correct mishandling error interrupt
Seungwon Jeon
2012-09-04
1
-3
/
+1
*
mmc: dw_mmc: amend using error interrupt status
Seungwon Jeon
2012-09-04
1
-6
/
+5
*
mmc: dw_mmc: Fix null dma_ops access when use_dma is false
Jonathan Kliegman
2012-07-21
1
-1
/
+1
*
mmc: dw_mmc: Add check for IDMAC configuration
Girish K S
2012-07-21
1
-2
/
+13
*
mmc: dw_mmc: correct the calculation for CLKDIV
Seungwon Jeon
2012-06-06
1
-4
/
+5
*
mmc: dw_mmc: fix incorrect setting of host->data of NULL
Seungwon Jeon
2012-06-06
1
-1
/
+1
*
mmc: dw_mmc: fix the IDMAC sw reset
Seungwon Jeon
2012-06-06
1
-12
/
+12
*
mmc: dw_mmc: fix the transmission handling in IDMAC
Seungwon Jeon
2012-06-06
1
-1
/
+0
*
mmc: dw_mmc: Fixed sdio interrupt mask bit setting bug
Kyoungil Kim
2012-05-17
1
-2
/
+2
*
mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue
Thomas Abraham
2012-05-09
1
-8
/
+6
*
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
2012-04-20
1
-1
/
+2
*
mmc: dw_mmc: Fix switch from DMA to PIO
Seungwon Jeon
2012-04-20
1
-1
/
+3
*
mmc: dw_mmc: Regression fix for non-IDMAC DMA
Seungwon Jeon
2012-03-27
1
-16
/
+9
*
mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabled
Jaehoon Chung
2012-03-27
1
-1
/
+1
*
mmc: dw_mmc: shift with slot-id for CLKENA register
Jaehoon Chung
2012-03-25
1
-2
/
+2
*
mmc: dw_mmc: Add support for pre_req and post_req
Seungwon Jeon
2012-03-25
1
-27
/
+102
*
mmc: dw_mmc: Override blk_settings with platdata on IDMAC
Jaehoon Chung
2012-03-25
1
-8
/
+8
*
mmc: Support of PCI mode in the dw_mmc driver
Shashidhar Hiremath
2012-03-25
1
-102
/
+53
*
mmc: dw_mmc: add support for eMMC Power Off Notify feature
Jaehoon Chung
2012-03-25
1
-0
/
+5
*
mmc: dw_mmc: Fix PIO mode with support of highmem
Seungwon Jeon
2012-02-13
1
-69
/
+75
*
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
Jaehoon Chung
2012-01-12
1
-1
/
+1
*
mmc: dw_mmc: Clear the DDR mode for non-DDR
Seungwon Jeon
2012-01-12
1
-4
/
+7
*
mmc: dw_mmc: Support predefined mutiple block transfers
Seungwon Jeon
2012-01-11
1
-6
/
+28
*
mmc: dw_mmc: Remove unnecessary else clauses
Chris Ball
2012-01-11
1
-5
/
+0
*
mmc: dw_mmc: Add more capabilities field
Seungwon Jeon
2012-01-11
1
-0
/
+6
*
mmc: dw_mmc: use dev_pm_ops for dw_mmc controllers
Jaehoon Chung
2012-01-11
1
-9
/
+10
*
mmc: dw_mmc: modify DATA register offset
Jaehoon Chung
2011-10-26
1
-21
/
+45
*
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-1
/
+1
*
mmc: dw_mmc: Support SDIO interrupts for all slots
Shashidhar Hiremath
2011-10-26
1
-4
/
+32
*
mmc: dw_mmc: Fix DDR mode support.
Seungwon Jeon
2011-08-13
1
-2
/
+2
*
mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macro
Shashidhar Hiremath
2011-08-13
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-07-25
1
-1
/
+1
|
\
|
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-1
/
+1
*
|
mmc: dw_mmc: reset FIFO after an error
James Hogan
2011-07-20
1
-1
/
+11
*
|
mmc: dw_mmc: handle "no CRC status" error
James Hogan
2011-07-20
1
-4
/
+15
*
|
mmc: dw_mmc: remove unnecessary error messages
James Hogan
2011-07-20
1
-4
/
+0
[next]