aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass1-27/+55
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass1-6/+8
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass3-3/+22
2020-01-27i2c: designware_i2c: Bring in the binding fileSimon Glass1-0/+73
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2-12/+10
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2-4/+8
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2-9/+9
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass2-1/+2
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass1-2/+0
2020-01-27i2c: designware_i2c: Add more registersSimon Glass1-1/+13
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach1-3/+0
2020-01-26clock_imx8mq: Make frac_pll_init() staticPedro Jardim1-1/+1
2020-01-26clock_imx8mq: Remove the function sscg_pll_init()Pedro Jardim1-71/+0
2020-01-26clock_imx8mq: Make do_imx8m_showclocks() staticPedro Jardim1-1/+1
2020-01-26clock_imx8mq: Delete not used init_usb_clk()Pedro Jardim1-22/+0
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti1-2/+8
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti1-0/+3
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti1-2/+8
2020-01-26common: fix regression on block cache initAngelo Durgehello2-1/+7
2020-01-26arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson1-1/+1
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini61-751/+1782
2020-01-26configs: Orange Pi Win: enable ethernet phyJernej Skrabec1-0/+2
2020-01-26sunxi: Automate loading from 128KB MMC offsetAndre Przywara1-0/+20
2020-01-26sunxi: SPL: Factor out sunxi_get_boot_source()Andre Przywara1-5/+13
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson3-3/+3
2020-01-26clk: Include missing headers for linux/clk-provider.hSean Anderson1-0/+4
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti1-1/+1
2020-01-26clk: show more error info when uclass_get_device_by_namePeng Fan1-2/+4
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent1-1/+1
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini48-133/+481
2020-01-25Merge branch '2020-01-24-master-imports'Tom Rini31-93/+774
2020-01-25mtd: add prototypes for weak functionPatrick Delaunay1-0/+2
2020-01-25common: blk: fix comment about blkcache_read return valueEric Nelson1-1/+1
2020-01-25meerkat96: fix typo in MAINTAINERS email addressShawn Guo1-1/+1
2020-01-25genboardscfg.py: drop python version commentBaruch Siach1-2/+0
2020-01-25common: add blkcache initAngelo Durgehello3-1/+17
2020-01-25net: macb: Drop local cache flushVignesh Raghavendra1-3/+1
2020-01-25mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra1-32/+3
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra1-22/+3
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra4-8/+84
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee3-0/+133
2020-01-25configs: mt8518: Enable fastboot related configsmingming lee1-1/+6
2020-01-25configs: mt8518: enable usb gadget drivermingming lee1-0/+10
2020-01-25configs: mt8518: set global variables for fastbootmingming lee1-1/+5
2020-01-25ARM: Mediatek: Add board_late_init to init usb gadget drivermingming lee1-0/+18
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee4-1/+441
2020-01-25crypto: make mod_exp_sw() staticHeinrich Schuchardt1-2/+2
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt2-2/+2
2020-01-25lib: rsa: consider CONFIG_SPL_RSAHeinrich Schuchardt1-1/+1
2020-01-24sunxi: Add Libre Computer ALL-H5-CC H5 boardChen-Yu Tsai2-0/+27