summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-04mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-9/+9
2019-12-04mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal6-12/+12
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-4/+4
2019-12-04Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-03pinctrl: add driver for MT8518mingming lee3-0/+416
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193
2019-12-03clk: mediatek: add driver for MT8518mingming lee2-0/+1559
2019-12-03regmap: Fix potential memory leaksFaiz Abbas1-4/+12
2019-12-03net: cpsw: Add NULL pointer checkFaiz Abbas1-0/+3
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski1-0/+17
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski1-10/+4
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-37/+5
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini1-1/+1
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-12-03pci: Only link pci_rom.o in some casesTom Rini1-2/+2
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini1-0/+22
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass3-0/+3
2019-12-03common: Move pci_init_board() out of common.hSimon Glass2-0/+2
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2
2019-12-03common: Move command functions out of common.hSimon Glass6-0/+6
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass2-0/+2
2019-12-03common: Move ARM cache operations out of common.hSimon Glass87-0/+89
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass4-0/+4
2019-12-03common: Move mii_init() function out of common.hSimon Glass7-0/+7
2019-12-03common: Move get_ticks() function out of common.hSimon Glass21-0/+21
2019-12-03common: Move wait_ticks functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move some time functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move serial_printf() to the serial headerSimon Glass6-1/+7
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass3-0/+3
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass11-0/+11
2019-12-03common: Drop linux/crc8.hSimon Glass2-2/+2
2019-12-03status_led: Tidy up the code styleSimon Glass1-4/+4
2019-12-03common: Drop global inclusion of status_led.hSimon Glass2-0/+2
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-4/+0
2019-12-03dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng1-17/+19
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini2-10/+23
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut2-17/+89
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut2-1/+49
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut1-0/+85
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut1-5/+3
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut1-4/+4
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut1-3/+3
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut1-3/+6
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2-8/+11
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2-15/+17
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu1-30/+4
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach1-1/+1