summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal
2019-12-03Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2019-12-03pinctrl: add driver for MT8518mingming lee
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee
2019-12-03clk: mediatek: add driver for MT8518mingming lee
2019-12-03regmap: Fix potential memory leaksFaiz Abbas
2019-12-03net: cpsw: Add NULL pointer checkFaiz Abbas
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini
2019-12-03pci: Only link pci_rom.o in some casesTom Rini
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-12-02common: Move pci_init_board() out of common.hSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move mii_init() function out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass
2019-12-02common: Move some time functions out of common.hSimon Glass
2019-12-02common: Move serial_printf() to the serial headerSimon Glass
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2019-12-02status_led: Tidy up the code styleSimon Glass
2019-12-02common: Drop global inclusion of status_led.hSimon Glass
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass
2019-12-02dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach
2019-11-25Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootTom Rini
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt