summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: Move timer_get_us() function out of common.hSimon Glass2019-12-022-3/+7
* arm: pxa: Drop pxa_wait_ticks()Simon Glass2019-12-021-8/+4
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-023-1/+11
* common: Move some time functions out of common.hSimon Glass2019-12-0212-4/+26
* common: Add a new lz4.h header fileSimon Glass2019-12-025-3/+27
* common: Move serial functions out of common.hSimon Glass2019-12-0234-9/+40
* common: Move serial_printf() to the serial headerSimon Glass2019-12-028-8/+18
* serial: usb: Correct the usbtty_...() prototypesSimon Glass2019-12-022-8/+11
* common: Move env_get_ip() to net.hSimon Glass2019-12-022-5/+20
* Move strtomhz() to vsprintf.hSimon Glass2019-12-0250-26/+76
* common: Move sorting functions to their own header fileSimon Glass2019-12-028-5/+40
* common: Move bootcount functions to their header fileSimon Glass2019-12-023-4/+11
* spl: bootcount: Move code out of header fileSimon Glass2019-12-022-4/+11
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-0265-5/+63
* crc: Fix code style with crc functionsSimon Glass2019-12-024-12/+73
* common: Drop linux/crc8.hSimon Glass2019-12-026-28/+22
* common: Move random-number functions into their own headerSimon Glass2019-12-025-6/+43
* status_led: Tidy up the code styleSimon Glass2019-12-023-7/+7
* common: Drop global inclusion of status_led.hSimon Glass2019-12-0217-4/+16
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-026-31/+0
* common: Move older CPU functions to their own headerSimon Glass2019-12-0210-9/+31
* Merge git://git.denx.de/u-boot-socfpgaWIP/28Nov2019Tom Rini2019-11-283-1/+24
|\
| * ARM: socfpga: Unreset NAND in SPL on Gen5Marek Vasut2019-11-251-0/+7
| * ARM: socfpga: Introduce u-boot-with-nand-spl.sfp targetMarek Vasut2019-11-251-0/+11
| * ARM: socfpga: Add ArriaV ST/SX IDMarek Vasut2019-11-251-0/+2
| * ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5Marek Vasut2019-11-251-0/+3
| * ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disableMarek Vasut2019-11-251-1/+1
* | Merge git://git.denx.de/u-boot-usbTom Rini2019-11-289-60/+364
|\ \
| * | sandbox: enable USB_KEYBOARD_FN_KEYSHeinrich Schuchardt2019-11-254-0/+4
| * | dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-252-18/+293
| * | usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt2019-11-252-6/+6
| * | usb: kbd: implement special keysHeinrich Schuchardt2019-11-252-0/+48
| * | usb: kbd: simplify coding for arrow keysHeinrich Schuchardt2019-11-251-35/+12
| * | usb: kbd: signature of usb_kbd_put_queue()Heinrich Schuchardt2019-11-251-1/+1
| * | usb: kbd: fix typoHeinrich Schuchardt2019-11-251-1/+1
| |/
* | Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-11-2813-180/+265
|\ \
| * | 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
| * | mpc83xx: remove unused clock.hYangbo Lu2019-11-271-22/+0
| * | arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu2019-11-275-35/+0
| * | arm: ls1021a: drop redundant board_mmc_init()Yangbo Lu2019-11-273-43/+0
| * | 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