index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci: add const qualifier to the name of struct sdhci_host
Masahiro Yamada
2016-04-25
3
-3
/
+3
*
drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined
Mugunthan V N
2016-04-18
1
-0
/
+5
*
drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer
Mugunthan V N
2016-04-18
1
-1
/
+2
*
arm: socfpga: Nuke useless include
Marek Vasut
2016-04-10
1
-1
/
+0
*
fsl: esdhc: support driver model
Peng Fan
2016-04-06
1
-40
/
+213
*
mmc: Add support for Qualcomm SDHCI controller
Mateusz Kulikowski
2016-04-01
3
-0
/
+190
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2016-04-01
1
-1
/
+5
|
\
|
*
sunxi: Add support for Allwinner A64 SoCs
Siarhei Siamashka
2016-04-01
1
-0
/
+4
|
*
sunxi: Explicitly cast u32 pointer conversions
Alexander Graf
2016-04-01
1
-1
/
+1
*
|
mmc: uniphier: use devm_get_addr() to get base address
Masahiro Yamada
2016-04-01
1
-3
/
+6
|
/
*
mmc: Print send_cmd response only when return value is zero
Bin Meng
2016-03-27
1
-38
/
+42
*
mmc: Fix switch..case indention
Bin Meng
2016-03-27
1
-70
/
+70
*
mmc: bcm2835: fix 64-bit build warning
Stephen Warren
2016-03-27
1
-1
/
+1
*
dwmmc: Increase retry timeout
Alexander Graf
2016-03-15
1
-1
/
+1
*
omap_hsmmc: Board-specific TWL6030 MMC power initialization
Paul Kocialkowski
2016-03-15
1
-4
/
+2
*
power: twl6030: Device-index-specific MMC power initialization
Paul Kocialkowski
2016-03-15
1
-2
/
+2
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-03-14
7
-31
/
+31
|
\
|
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
6
-22
/
+22
|
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
1
-1
/
+1
|
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
3
-8
/
+8
*
|
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
Stefan Roese
2016-03-14
1
-2
/
+2
|
/
*
mmc: uniphier: add driver for UniPhier SD/MMC host controller
Masahiro Yamada
2016-02-29
3
-0
/
+758
*
mmc: Kconfig: Add Arasan SDHCI entry
Michal Simek
2016-02-22
1
-0
/
+6
*
tegra: mmc: Fix comments in the MMC driver init
Simon Glass
2016-02-16
1
-2
/
+2
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Tom Rini
2016-02-02
1
-3
/
+12
|
\
|
*
mmc: atmel: Properly fix clock configuration
Gregory CLEMENT
2016-01-27
1
-3
/
+12
*
|
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
Andrei Pistirica
2016-02-01
4
-1
/
+72
*
|
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-01-27
1
-5
/
+9
|
\
\
|
*
|
mmc: fsl_esdhc: set Abort command type for CMD12
Yangbo Lu
2016-01-27
1
-4
/
+1
|
*
|
mmc: fsl_esdhc: increase data transaction timeout to 500ms
Yangbo Lu
2016-01-27
1
-1
/
+8
|
|
/
*
|
mmc: zynq_sdhci: Added qurik to disable high speed
Siva Durga Prasad Paladugu
2016-01-27
1
-0
/
+5
*
|
mmc: sdhci: Clear high speed if not supported
Siva Durga Prasad Paladugu
2016-01-27
1
-0
/
+4
*
|
sdhci: zynq: Remove hardcoded value zero as min frequency
Siva Durga Prasad Paladugu
2016-01-27
1
-1
/
+6
|
/
*
rockchip: Use a separate clock ID for clocks
Simon Glass
2016-01-21
1
-8
/
+5
*
rockchip: mmc: Use a pwrseq device if available
Simon Glass
2016-01-21
1
-0
/
+47
*
dm: mmc: Try to honour the sequence order
Simon Glass
2016-01-20
1
-5
/
+15
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
2
-7
/
+2
*
mmc: rockchip: the non-removable property must point to emmc
huang lin
2016-01-15
1
-0
/
+2
*
mmc: store hwpart in the block device
Stephen Warren
2016-01-13
2
-6
/
+21
*
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
5
-14
/
+23
*
dm: Convert PCI MMC over to use DM PCI API
Simon Glass
2016-01-12
1
-8
/
+7
*
mmc: update MMC_ERASE argument to match Linux kernel.
Eric Nelson
2016-01-04
1
-1
/
+1
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2016-01-03
1
-2
/
+13
|
\
|
*
ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register
Eric Nelson
2016-01-03
1
-2
/
+13
*
|
arm: socfpga: fix up a questionable macro for SDMMC
Dinh Nguyen
2015-12-20
1
-2
/
+3
*
|
mmc: mmc: Don't use sprintf when using tiny-printf
Sjoerd Simons
2015-12-13
1
-1
/
+3
*
|
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2015-12-07
1
-37
/
+30
|
\
\
|
*
|
zynq: sdhci: Move driver to DM
Michal Simek
2015-12-07
1
-12
/
+32
|
*
|
zynq: sdhci: Remove zynq_sdhci_of_init()
Michal Simek
2015-12-07
1
-27
/
+0
[next]