summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabledPaul Burton2016-09-21-1/+1
| * | | MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton2016-09-21-0/+2
| * | | MIPS: Clear hazard between TagLo writes & cache opsPaul Burton2016-09-21-0/+1
| * | | MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton2016-09-21-0/+1
| * | | MIPS: Malta: Enable CM & L2 supportPaul Burton2016-09-21-6/+2
| * | | MIPS: Join the coherent domain when a CM is presentPaul Burton2016-09-21-0/+43
| * | | MIPS: L2 cache supportPaul Burton2016-09-21-6/+291
| * | | MIPS: Map CM Global Control RegistersPaul Burton2016-09-21-0/+88
| * | | MIPS: Define register names for cache initPaul Burton2016-09-21-19/+23
| * | | MIPS: If we don't need DDR for cache init, init cache firstPaul Burton2016-09-21-0/+9
| * | | MIPS: Preserve Config implementation-defined bitsPaul Burton2016-09-21-2/+4
| * | | MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-21-8/+13
| * | | MIPS: Probe cache line sizes once during bootPaul Burton2016-09-21-18/+45
| * | | MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton2016-09-21-1/+1
| * | | board_f: Add a mach_cpu_init callbackPaul Burton2016-09-21-0/+6
| * | | mips: Add MIPSfpga platform supportZubair Lutfullah Kakakhel2016-09-21-0/+211
| * | | mips: xilfpga: Add device tree filesZubair Lutfullah Kakakhel2016-09-21-0/+84
| * | | net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel2016-09-21-1/+1
| * | | net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel2016-09-21-41/+45
| * | | net: emaclite: Use ioremap_nocacheZubair Lutfullah Kakakhel2016-09-21-1/+3
| | |/ | |/|
* | | Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2016-09-21-52/+164
|\ \ \ | |_|/ |/| |
| * | mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen2016-09-21-11/+12
| * | mmc: sdhci: Add the programmable clock mode supportWenyou Yang2016-09-20-10/+42
| * | mmc: sd: optimize erasePeng Fan2016-09-20-2/+7
| * | mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-20-0/+77
| * | mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada2016-09-20-6/+3
| * | mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada2016-09-20-2/+2
| * | mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada2016-09-20-11/+8
| * | mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada2016-09-20-3/+3
| * | mmc: sdhci: move error message to more relevant placeMasahiro Yamada2016-09-20-6/+9
| * | mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada2016-09-20-2/+2
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-09-20-243/+882
|\ \
| * | dtoc: Add methods for reading data from propertiesSimon Glass2016-09-18-0/+25
| * | dtoc: Correct quotes in fdt_utilSimon Glass2016-09-18-1/+1
| * | dtoc: Support finding the offset of a propertySimon Glass2016-09-18-0/+32
| * | dtoc: Support packing the device treeSimon Glass2016-09-18-0/+28
| * | dtoc: Support deleting device tree propertiesSimon Glass2016-09-18-0/+55
| * | dtoc: Move to using bytearraySimon Glass2016-09-18-1/+9
| * | dtoc: Prepare for supporting changing of device treesSimon Glass2016-09-18-4/+42
| * | dtoc: Drop the convert_dash parameter to GetProps()Simon Glass2016-09-18-4/+1
| * | dtoc: Allow the device tree to be compiled from sourceSimon Glass2016-09-18-2/+48
| * | patman: Add a library to handle logging and progressSimon Glass2016-09-18-0/+166
| * | patman: Add a tools library for using temporary filesSimon Glass2016-09-18-0/+120
| * | dtoc: Move a few more common functions into fdt.pySimon Glass2016-09-18-32/+57
| * | dtoc: Move Widen() and GetPhandle() into the base classSimon Glass2016-09-18-83/+41
| * | dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-18-79/+80
| * | dtoc: Create a base class for FdtSimon Glass2016-09-18-48/+148
| * | dtoc: Rename fdt.py to fdt_normal.pySimon Glass2016-09-18-1/+1
| * | dtoc: Move the fdt library selection into fdt_selectSimon Glass2016-09-18-15/+26
| * | dtoc: Move the struct import into the correct orderSimon Glass2016-09-18-2/+1