summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini7-11/+28
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 Durgehello1-0/+6
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 Rini1-0/+12
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson3-3/+3
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 Rini8-67/+303
2020-01-25common: add blkcache initAngelo Durgehello1-1/+8
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-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee2-0/+132
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee3-1/+428
2020-01-25crypto: make mod_exp_sw() staticHeinrich Schuchardt1-2/+2
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt1-1/+0
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara1-0/+12
2020-01-24common: Move hang() to the same header as panic()Simon Glass24-0/+24
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass6-0/+6
2020-01-24common: Rename and move source()Simon Glass1-1/+1
2020-01-24common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass1-3/+3
2020-01-24common: Move reset_cpu() to the CPU headerSimon Glass3-0/+3
2020-01-24common: Move get_tbclk() to time.hSimon Glass1-0/+1
2020-01-24common: Move clock functions into a new fileSimon Glass7-0/+7
2020-01-24common: Move ll_boot_init() to init.hSimon Glass2-0/+2
2020-01-24common: Drop floppy disk supportSimon Glass3-107/+1
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström1-0/+7
2020-01-24remoteproc: elf_loader: fix program header parsingFabien Dessenne1-2/+1
2020-01-24drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean1-11/+25
2020-01-24pci: layerscape: device tree fixup based on SoC andWasim Khan3-0/+75
2020-01-24pci: layerscape: Move streamId allocation to common device tree fixupWasim Khan4-26/+31
2020-01-24pci: layerscape: Common device tree fixup for NXP SoCsWasim Khan5-8/+58
2020-01-24drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle1-0/+38
2020-01-24drivers: net: fsl_enetc: use write_hwaddr()Michael Walle1-9/+8
2020-01-24pci: layerscape: Fix the BARs disable functionHou Zhiqiang1-11/+0
2020-01-24pci: layerscape: Fix the disabling of Expansion ROM BARHou Zhiqiang1-1/+1
2020-01-24drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean2-1/+67
2020-01-23gpio: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-23led: bcm6858: allow to use this driver on arm bcm68360Philippe Reynes1-1/+1
2020-01-23nand: brcmnand: add bcm68360 supportPhilippe Reynes3-0/+130
2020-01-23spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-23watchdog: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes1-1/+2
2020-01-23timer: Add driver for Nomadik Multi Timer Unit (MTU)Stephan Gerhold3-0/+124
2020-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-2/+11
2020-01-21ddr: marvell: a38x: allow board specific clock out setupBaruch Siach2-2/+11