summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-29net: Add support for Broadcom GENETv5 Ethernet controllerAmit Singh Tomar
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-27rtc: s35392a: encode command correctlyIan Ray
2020-01-27spi: cadence-qspi: Add compatible for TI AM654Vignesh Raghavendra
2020-01-27spi: cadence-qspi: Add support for Cadence Octal SPI controllerVignesh Raghavendra
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra
2020-01-27spi: cadence-qspi: Add direct mode supportVignesh Raghavendra
2020-01-27spi: cadence_qspi: Move to spi-mem frameworkVignesh Raghavendra
2020-01-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra
2020-01-27spi: prevent overriding established bus settingsMarcin Wojtas
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti
2020-01-26common: fix regression on block cache initAngelo Durgehello
2020-01-26arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti
2020-01-26clk: show more error info when uclass_get_device_by_namePeng Fan
2020-01-26clk: mediatek: use unsigned type for returning the clk rateFabien Parent
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-01-25common: add blkcache initAngelo Durgehello
2020-01-25net: macb: Drop local cache flushVignesh Raghavendra
2020-01-25mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee
2020-01-25crypto: make mod_exp_sw() staticHeinrich Schuchardt
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara
2020-01-24common: Move hang() to the same header as panic()Simon Glass
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass
2020-01-24common: Rename and move source()Simon Glass
2020-01-24common: Move the image globals into image.hSimon Glass
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-24common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-24common: Move get_tbclk() to time.hSimon Glass
2020-01-24common: Move clock functions into a new fileSimon Glass
2020-01-24common: Move ll_boot_init() to init.hSimon Glass
2020-01-24common: Drop floppy disk supportSimon Glass
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström