aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro3-101/+1
2019-12-06Merge tag 'u-boot-rockchip-20191206' of https://gitlab.denx.de/u-boot/custodi...Tom Rini6-20/+652
2019-12-06clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf1-1/+1
2019-12-06pinctrl: rockchip: Add pinctrl support for rk3308David Wu4-1/+468
2019-12-06pwm: rk_pwm: Make PWM driver to support all Rockchip SocsDavid Wu1-19/+119
2019-12-06net: gmac_rockchip: Add support for rk3308David Wu1-0/+65
2019-12-05Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb1-2/+2
2019-12-05drivers: optee: rpmb: fix returning CID to TEEJorge Ramirez-Ortiz1-1/+4
2019-12-05drivers: pci: ignore disabled devicesMichael Walle1-0/+5
2019-12-04mtd: Makefile: deep cleanupMiquel Raynal3-21/+43
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal2-95/+1
2019-12-04mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-04dfu: add dependency on the raw NAND coreMiquel Raynal1-0/+1
2019-12-04mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2-0/+2
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-9/+9
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal6-12/+12
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-4/+4
2019-12-03Merge 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-02common: Move old EEPROM functions into a new headerSimon Glass3-0/+3
2019-12-02common: Move pci_init_board() out of common.hSimon Glass2-0/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2
2019-12-02common: Move command functions out of common.hSimon Glass6-0/+6
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass2-0/+2
2019-12-02common: Move ARM cache operations out of common.hSimon Glass87-0/+89
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass4-0/+4
2019-12-02common: Move mii_init() function out of common.hSimon Glass7-0/+7
2019-12-02common: Move get_ticks() function out of common.hSimon Glass21-0/+21
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move some time functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move serial_printf() to the serial headerSimon Glass6-1/+7
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass3-0/+3
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass11-0/+11
2019-12-02common: Drop linux/crc8.hSimon Glass2-2/+2
2019-12-02status_led: Tidy up the code styleSimon Glass1-4/+4