summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mmc: move more driver config options to KconfigMasahiro Yamada2017-01-11165-97/+187
* ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1Masahiro Yamada2017-01-112-2/+0
* mmc: move DesignWare-based drivers to KconfigMasahiro Yamada2017-01-117-11/+34
* mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada2017-01-1150-13/+49
* mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada2017-01-1114-14/+14
* ARM: socfpga: remove unused CONFIG option and cleanup README.socfpgaMasahiro Yamada2017-01-112-27/+0
* power: change from meaningless value to error numberJaehoon Chung2017-01-1115-67/+64
* mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada2017-01-111-2/+2
* mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2017-01-113-0/+138
* mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung2017-01-111-10/+7
* mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2017-01-112-4/+0
* mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung2017-01-111-56/+56
* mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-113-16/+19
* mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung2017-01-111-1/+7
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-1120-30/+60
* mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-113-6/+3
* mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2017-01-112-6/+17
* mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung2017-01-111-11/+0
* mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung2017-01-111-0/+1
* mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung2017-01-111-3/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2017-01-109-18/+194
|\
| * scsi: dm: Unbind all scsi based block devices before new scanMichal Simek2017-01-091-0/+2
| * defconfig: am335x_evm: enable usb driver modelMugunthan V N2017-01-091-0/+3
| * am335x_evm: enable usb ether gadget as it supports DM_ETHMugunthan V N2017-01-091-3/+0
| * am33xx: board: init usb ether gadget for rndis supportMugunthan V N2017-01-091-0/+8
| * drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N2017-01-095-15/+181
* | mips: Use common _AC macro now.Tom Rini2017-01-101-3/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-01-1030-196/+564
|\ \ | |/ |/|
| * sunxi: A64: enable SPLAndre Przywara2017-01-044-1/+6
| * sunxi: DRAM: fix H3 DRAM size display on aarch64Andre Przywara2017-01-041-1/+1
| * sunxi: H3/A64: fix non-ODT settingAndre Przywara2017-01-041-1/+7
| * sunxi: A64: use H3 DRAM initialization code for A64 as wellJens Kuske2017-01-047-56/+174
| * sunxi: clocks: Use the correct pattern register for PLL11Philipp Tomsich2017-01-041-1/+1
| * sunxi: H3: add DRAM controller single bit delay supportJens Kuske2017-01-041-27/+50
| * sunxi: H3: add and rename some DRAM contoller registersJens Kuske2017-01-042-36/+41
| * sunxi: H3: Rework MBUS priority setupPhilipp Tomsich2017-01-041-24/+64
| * sunxi: provide default DRAM config for sun50i in KconfigAndre Przywara2017-01-042-2/+2
| * sunxi: A64: do an RMR switch if started in AArch32 modeAndre Przywara2017-01-043-0/+85
| * sunxi: introduce extra config option for boot0 headerAndre Przywara2017-01-042-1/+10
| * ARM: boot0 hook: remove macro, include whole header fileAndre Przywara2017-01-045-23/+3
| * armv8: move reset branch into boot hookAndre Przywara2017-01-042-2/+3
| * armv8: add simple sdelay implementationAndre Przywara2017-01-041-0/+14
| * SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-045-9/+9
| * move UL() macro from armv8/mmu.h into common.hAndre Przywara2017-01-042-9/+12
| * SPL: tiny-printf: ignore "-" modifierAndre Przywara2017-01-041-0/+3
| * SPL: tiny-printf: add "l" modifierAndre Przywara2017-01-041-11/+36
| * armv8: add lowlevel_init.SAndre Przywara2017-01-042-0/+45
| * armv8: prevent using THUMBAndre Przywara2017-01-042-1/+3
| * sun6i: Restrict some register initialization to Allwinner A31 SoCAndre Przywara2017-01-041-1/+5
| * spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXIPriit Laes2017-01-041-1/+1