aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move timer_get_us() function out of common.hSimon Glass
2019-12-02arm: pxa: Drop pxa_wait_ticks()Simon 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: Add a new lz4.h header fileSimon Glass
2019-12-02common: Move serial 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-02common: Move env_get_ip() to net.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02common: Move bootcount functions to their header fileSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-12-02crc: Fix code style with crc functionsSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon 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-02common: Move older CPU functions to their own headerSimon Glass
2019-11-28Merge git://git.denx.de/u-boot-socfpgaTom Rini
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini
2019-11-28Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2019-11-28Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-11-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom 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-27mpc83xx: remove unused clock.hYangbo Lu
2019-11-27arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu
2019-11-27arm: ls1021a: drop redundant board_mmc_init()Yangbo Lu
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach
2019-11-26stm32mp1: add support for virtual partition readPatrick Delaunay
2019-11-26stm32mp1: board: add spi nand supportPatrick Delaunay
2019-11-26stm32mp1: configs: activate CONFIG_MTD_SPI_NANDPatrick Delaunay
2019-11-26stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay
2019-11-26stm32mp1: activate DFU support and command MTDPatrick Delaunay
2019-11-26ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1Patrick Delaunay
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.4-rc4Patrick Delaunay
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.3Patrick Delaunay
2019-11-26configs: stih410-b2260: Enable DM_ETH flagPatrice Chotard