summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2019-12-031-17/+19
|\
| * dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng2019-12-021-17/+19
* | pinctrl: add driver for MT8518mingming lee2019-12-033-0/+416
* | mmc: mtk-sd: Adjust the mmc tuning flowmingming lee2019-12-031-16/+193
* | clk: mediatek: add driver for MT8518mingming lee2019-12-032-0/+1559
* | regmap: Fix potential memory leaksFaiz Abbas2019-12-031-4/+12
* | net: cpsw: Add NULL pointer checkFaiz Abbas2019-12-031-0/+3
* | mmc: davinci: fix mmc boot in SPLBartosz Golaszewski2019-12-031-0/+17
* | mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski2019-12-031-10/+4
* | mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski2019-12-031-37/+5
* | blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2019-12-031-1/+1
* | mtd: mtdcore: Drop unused mtd_tableTom Rini2019-12-031-2/+0
* | pci: Only link pci_rom.o in some casesTom Rini2019-12-031-2/+2
* | Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini2019-12-031-0/+22
* | Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb2019-12-031-1/+1
* | common: Move old EEPROM functions into a new headerSimon Glass2019-12-023-0/+3
* | common: Move pci_init_board() out of common.hSimon Glass2019-12-022-0/+2
* | common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-022-0/+2
* | common: Move command functions out of common.hSimon Glass2019-12-026-0/+6
* | common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-022-0/+2
* | common: Move interrupt functions into a new headerSimon Glass2019-12-022-0/+2
* | common: Move ARM cache operations out of common.hSimon Glass2019-12-0287-0/+89
* | common: Move some cache and MMU functions out of common.hSimon Glass2019-12-024-0/+4
* | common: Move mii_init() function out of common.hSimon Glass2019-12-027-0/+7
* | common: Move get_ticks() function out of common.hSimon Glass2019-12-0221-0/+21
* | common: Move wait_ticks functions out of common.hSimon Glass2019-12-021-0/+1
* | common: Move some time functions out of common.hSimon Glass2019-12-022-0/+2
* | common: Move serial_printf() to the serial headerSimon Glass2019-12-026-1/+7
* | serial: usb: Correct the usbtty_...() prototypesSimon Glass2019-12-021-0/+1
* | Move strtomhz() to vsprintf.hSimon Glass2019-12-023-0/+3
* | crc32: Use the crc.h header for crc functionsSimon Glass2019-12-0211-0/+11
* | common: Drop linux/crc8.hSimon Glass2019-12-022-2/+2
* | status_led: Tidy up the code styleSimon Glass2019-12-021-4/+4
* | common: Drop global inclusion of status_led.hSimon Glass2019-12-022-0/+2
* | Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-4/+0
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2019-11-282-10/+23
|\
| * dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-251-10/+17
| * usb: kbd: implement special keysHeinrich Schuchardt2019-11-251-0/+6
* | mmc: tmio: sdhi: Add calibration tablesMarek Vasut2019-11-272-17/+89
* | mmc: tmio: sdhi: Skip bad tapsMarek Vasut2019-11-272-1/+49
* | mmc: tmio: sdhi: Add SCC error checkingMarek Vasut2019-11-271-0/+85
* | mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut2019-11-271-5/+3
* | mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut2019-11-271-4/+4
* | mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut2019-11-271-3/+3
* | mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut2019-11-271-3/+6
* | mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2019-11-272-8/+11
* | mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2019-11-272-15/+17
* | mmc: fsl_esdhc: get clock directly from global dataYangbo Lu2019-11-271-30/+4
* | mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-271-1/+1
* | Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootTom Rini2019-11-253-3/+4
|\ \