aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes1-0/+4
2020-01-17aes: add test unit for aes128Philippe Reynes2-0/+163
2020-01-17aes: add support of aes192 and aes256Philippe Reynes4-65/+125
2020-01-17aes: add a define for the size of a blockPhilippe Reynes3-20/+21
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini19-166/+66
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-9/+27
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini119-3899/+1677
2020-01-16Merge branch '2020-01-15-master-imports'Tom Rini90-138/+4851
2020-01-16configs: mediatek: fix mt7623n bpir2 defconfigSam Shih1-0/+1
2020-01-16arm: dts: mediatek: move u-boot properties to -u-boot.dtsi fileSam Shih6-15/+67
2020-01-16Add support for MT7622 reference boardSam Shih8-0/+332
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16power: domain: add power domain support for MT7622Sam Shih1-0/+6
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih1-3/+3
2020-01-16clk: mediatek: add driver for MT7622Sam Shih3-0/+950
2020-01-16pinctrl: mediatek: add support for different pinctrlSam Shih7-19/+125
2020-01-16pinctrl: mediatek: add driver for MT7622Sam Shih3-0/+757
2020-01-16ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih6-0/+278
2020-01-16phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun1-1/+2
2020-01-16phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun1-2/+1
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun1-0/+7
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2-0/+68
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun1-8/+8
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun1-1/+1
2020-01-16clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun1-0/+42
2020-01-16ARM: MediaTek: add basic support for MT8512 boardsmingming lee8-0/+253
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee1-33/+101
2020-01-16pinctrl: mediatek: add driver for MT8512mingming lee3-0/+392
2020-01-16clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee2-8/+20
2020-01-16clk: mediatek: add set_clr_upd mux type flowmingming lee2-11/+55
2020-01-16clk: mediatek: add driver support for MT8512mingming lee3-0/+1071
2020-01-16ARM: MediaTek: Add support for MediaTek MT8512 SoCmingming lee6-0/+245
2020-01-16MAINTAINERS: Fix mailSam Protsenko1-1/+1
2020-01-16cmd/blk_common: clarify no partition error messageAlexandre Besnard1-1/+2
2020-01-16arm: mvebu: clearfog: update eMMC documentationBaruch Siach1-6/+0
2020-01-16arm: mvebu: clearfog: set uboot image SD card offsetBaruch Siach1-1/+1
2020-01-16spl: mmc: support uboot image offset on main partitionBaruch Siach2-2/+25
2020-01-16configs: clearfog: enable SPL_DM_GPIO to fix boot from SDBaruch Siach1-0/+1
2020-01-16mmc: config help typo fixJoel Johnson1-1/+1
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson2-1/+17
2020-01-16Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu4-50/+42
2020-01-16configs: ls1028a: use default SDHC clock divider valueYangbo Lu4-4/+0
2020-01-16Add global variable sdhc_per_clk for arm/powerpcYangbo Lu2-0/+5
2020-01-16powerpc/mpc85xx: drop eSDHC periperhal clock codeYangbo Lu6-61/+1
2020-01-16mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu1-9/+0
2020-01-16mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu1-40/+0
2020-01-15test/py: use valid device tree in test_fit.pyHeinrich Schuchardt1-3/+6
2020-01-15Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson2-0/+6
2020-01-15Include missing headers for asm-generic/sections.hSean Anderson1-0/+2