summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* video: make BPP and ANSI configs optionalAnatolij Gustschin2019-12-062-9/+9
* video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-062-0/+10
* video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard2019-12-061-5/+3
* video: bmp: Fix video_splash_align_axis()Patrice Chotard2019-12-061-2/+2
* Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb2019-12-051-2/+2
* drivers: optee: rpmb: fix returning CID to TEEJorge Ramirez-Ortiz2019-12-051-1/+4
* drivers: pci: ignore disabled devicesMichael Walle2019-12-051-0/+5
* mtd: Makefile: deep cleanupMiquel Raynal2019-12-043-21/+43
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-042-95/+1
* mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal2019-12-041-1/+1
* dfu: add dependency on the raw NAND coreMiquel Raynal2019-12-041-0/+1
* mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2019-12-042-0/+2
* mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal2019-12-034-9/+9
* mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal2019-12-036-12/+12
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-032-4/+4
* 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 headerWIP/2019-12-02-master-importsSimon 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
|/