summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma2020-01-142-150/+174
| * mtd: nand: Move arasan nand driver to driver modelAshok Reddy Soma2020-01-142-16/+37
* | Merge branch '2020-01-15-master-imports'Tom Rini2020-01-1690-138/+4851
|\ \
| * | configs: mediatek: fix mt7623n bpir2 defconfigSam Shih2020-01-161-0/+1
| * | arm: dts: mediatek: move u-boot properties to -u-boot.dtsi fileSam Shih2020-01-166-15/+67
| * | Add support for MT7622 reference boardSam Shih2020-01-168-0/+332
| * | mmc: add mmc and sd support for MT7622Sam Shih2020-01-161-0/+10
| * | power: domain: add power domain support for MT7622Sam Shih2020-01-161-0/+6
| * | clk: mediatek: fix clock-rate overflow problemSam Shih2020-01-161-3/+3
| * | clk: mediatek: add driver for MT7622Sam Shih2020-01-163-0/+950
| * | pinctrl: mediatek: add support for different pinctrlSam Shih2020-01-167-19/+125
| * | pinctrl: mediatek: add driver for MT7622Sam Shih2020-01-163-0/+757
| * | ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih2020-01-166-0/+278
| * | phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun2020-01-161-1/+2
| * | phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun2020-01-161-2/+1
| * | clk: fixed_rate: add dummy enable() functionChunfeng Yun2020-01-161-0/+7
| * | clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-162-0/+68
| * | clk: check valid clock by clk_valid()Chunfeng Yun2020-01-161-8/+8
| * | clk: fix error check for devm_clk_get_optional()Chunfeng Yun2020-01-161-1/+1
| * | clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun2020-01-161-0/+42
| * | ARM: MediaTek: add basic support for MT8512 boardsmingming lee2020-01-168-0/+253
| * | mmc: mtk-sd: fix hang when data read quicklymingming lee2020-01-161-5/+1
| * | mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee2020-01-161-33/+101
| * | pinctrl: mediatek: add driver for MT8512mingming lee2020-01-163-0/+392
| * | clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee2020-01-162-8/+20
| * | clk: mediatek: add set_clr_upd mux type flowmingming lee2020-01-162-11/+55
| * | clk: mediatek: add driver support for MT8512mingming lee2020-01-163-0/+1071
| * | ARM: MediaTek: Add support for MediaTek MT8512 SoCmingming lee2020-01-166-0/+245
| * | MAINTAINERS: Fix mailSam Protsenko2020-01-161-1/+1
| * | cmd/blk_common: clarify no partition error messageAlexandre Besnard2020-01-161-1/+2
| * | test/py: use valid device tree in test_fit.pyHeinrich Schuchardt2020-01-151-3/+6
| * | Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson2020-01-152-0/+6
| * | Include missing headers for asm-generic/sections.hSean Anderson2020-01-151-0/+2
| * | dma: Add stub of dma_memcpy and dma_get_deviceVignesh Raghavendra2020-01-151-0/+11
| * | Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra2020-01-1527-27/+27
|/ /
* | Merge tag 'efi-2020-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/15Jan2020Tom Rini2020-01-157-11/+55
|\ \
| * | efi_loader: imply VIDEO_ANSIHeinrich Schuchardt2020-01-151-0/+1
| * | efi_driver: debug output efi_uc_start, efi_uc_stopHeinrich Schuchardt2020-01-151-2/+2
| * | efi_driver: fix efi_uc_stop()Heinrich Schuchardt2020-01-152-5/+6
| * | efi_selftest: enable CONFIG_CMD_POWEROFFHeinrich Schuchardt2020-01-151-0/+1
| * | efi_loader: describe returning of controlHeinrich Schuchardt2020-01-151-4/+4
| * | efi_loader: document functions in efi_rng.cHeinrich Schuchardt2020-01-152-0/+41
| |/
* | Merge tag 'u-boot-imx-20200115' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-1579-275/+4882
|\ \
| * | imx: imxrt1050-evk: Add support for the NXP i.MXRT1050-EVKGiulio Benetti2020-01-1412-0/+555
| * | imx: Add basic support for the NXP IMXRT10xx SoC familyGiulio Benetti2020-01-1411-3/+140
| * | mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2020-01-142-2/+3
| * | mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti2020-01-141-19/+19
| * | ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti2020-01-144-0/+549
| * | serial_lpuart: add support for i.MXRTGiulio Benetti2020-01-142-5/+13
| * | serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti2020-01-141-0/+16