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
/
include
/
linux
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Export API to allow hosts to get the card address
Ulf Hansson
2017-04-24
1
-0
/
+2
*
mmc: mmc_test: Disable Command Queue while mmc_test is used
Adrian Hunter
2017-04-24
1
-0
/
+2
*
mmc: mmc: Add functions to enable / disable the Command Queue
Adrian Hunter
2017-04-24
1
-0
/
+1
*
mmc: queue: Share mmc request array between partitions
Adrian Hunter
2017-04-24
1
-0
/
+5
*
mmc: core: add mmc_get_dma_dir
Heiner Kallweit
2017-04-24
1
-0
/
+6
*
mmc: sdio: fix alignment issue in struct sdio_func
Heiner Kallweit
2017-04-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-02-22
1
-0
/
+1
|
\
|
*
brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF
Martin Blumenstingl
2017-01-20
1
-0
/
+1
*
|
mmc: core: move some sdio IDs out of quirks file
Shawn Lin
2017-02-15
1
-0
/
+7
*
|
mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
Uri Yanai
2017-02-14
2
-0
/
+2
*
|
mmc: core: rename mmc_start_req() to *areq()
Linus Walleij
2017-02-13
1
-1
/
+1
*
|
mmc: core: Invent MMC_CAP_3_3V_DDR
Ulf Hansson
2017-02-13
1
-11
/
+10
*
|
mmc: core: Don't use extern declarations of public mmc functions
Ulf Hansson
2017-02-13
1
-8
/
+9
*
|
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
2017-02-13
1
-46
/
+2
*
|
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
1
-240
/
+0
*
|
mmc: core: Remove unused struct _mmc_csd from public mmc.h header
Ulf Hansson
2017-02-13
1
-44
/
+0
*
|
mmc: core: Move erase/trim/discard defines from public core.h to mmc.h
Ulf Hansson
2017-02-13
2
-11
/
+12
*
|
mmc: core: Move some host specific public functions to host.h
Ulf Hansson
2017-02-13
2
-6
/
+6
*
|
mmc: core: Move public functions from core.h to private headers
Ulf Hansson
2017-02-13
1
-50
/
+0
*
|
mmc: core: First step in cleaning up public mmc header files
Ulf Hansson
2017-02-13
5
-11
/
+8
*
|
mmc: dw_mmc: Remove the public dw_mmc header file
Ulf Hansson
2017-02-13
1
-274
/
+0
*
|
mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform data
Ulf Hansson
2017-02-13
1
-1
/
+0
*
|
mmc: sh_mmcif: Remove unused ccs_unsupported from the platform data
Ulf Hansson
2017-02-13
1
-1
/
+0
*
|
mmc: sh_mmcif: Remove unused ->get_cd() platform callback
Ulf Hansson
2017-02-13
1
-1
/
+0
*
|
mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform data
Ulf Hansson
2017-02-13
1
-2
/
+0
*
|
mmc: Removed the unused public mmc boot.h header
Ulf Hansson
2017-02-13
1
-7
/
+0
*
|
mmc: core: Export device lifetime information through sysfs
Jungseung Lee
2017-02-13
2
-0
/
+6
|
/
*
mmc: mmc: Introduce mmc_abort_tuning()
Adrian Hunter
2016-12-05
1
-0
/
+1
*
mmc: mmc: Add Command Queue definitions
Adrian Hunter
2016-12-05
2
-0
/
+19
*
mmc: queue: Fix queue thread wake-up
Adrian Hunter
2016-12-05
1
-2
/
+0
*
mmc: block: delete packed command support
Linus Walleij
2016-11-29
1
-5
/
+0
*
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
2016-11-29
1
-2
/
+1
*
mmc: dw_mmc: use the cookie's enum values for post/pre_req()
Jaehoon Chung
2016-11-29
1
-0
/
+6
*
mmc: core: Add helper to see if a host can be retuned
Simon Horman
2016-11-29
1
-0
/
+5
*
mmc: core: use enum mmc_blk_status properly
Linus Walleij
2016-11-29
3
-14
/
+15
*
mmc: core: expose the capability of gpio card detect
Shawn Lin
2016-11-29
1
-0
/
+1
*
Merge tag 'mmc-v4.9' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
2016-10-05
4
-0
/
+18
|
\
|
*
mmc: add define for R1 response without CRC
Wolfram Sang
2016-09-26
1
-0
/
+3
|
*
mmc: core: Add support for sending commands during data transfer
Adrian Hunter
2016-09-26
2
-0
/
+12
|
*
mmc: dw_mmc: add reset support to dwmmc host controller
Guodong Xu
2016-09-26
1
-0
/
+2
|
*
mmc: sd: Export SD Status via “ssr” device attribute
Uri Yanai
2016-09-26
1
-0
/
+1
*
|
brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339
Arend Van Spriel
2016-09-09
1
-0
/
+1
|
/
*
mmc: core: Allow hosts to specify non-support for MMC commands
Shawn Lin
2016-07-25
1
-0
/
+1
*
mmc: dw_mmc: remove the quirks flags
Jaehoon Chung
2016-07-25
1
-9
/
+0
*
mmc: core: Allow hosts to specify non-support for SD commands
Ulf Hansson
2016-07-25
1
-0
/
+1
*
mmc: core: Disable HPI for certain Hynix eMMC cards
Pratibhasagar V
2016-07-25
1
-5
/
+30
*
mmc: core: implement enhanced strobe support
Shawn Lin
2016-07-25
3
-0
/
+15
*
mmc: core: add mmc-hs400-enhanced-strobe support
Shawn Lin
2016-07-25
1
-0
/
+1
*
Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
2016-05-26
1
-0
/
+4
|
\
|
*
mmc: core: Add a facility to "pause" re-tuning
Adrian Hunter
2016-05-17
1
-0
/
+4
[next]