summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-bootWIP/25Nov2019Tom Rini2019-11-253-3/+4
|\ \
| * | drivers: bcm283x: Set pre-location flag for OF_BOARDMatthias Brugger2019-11-243-3/+3
| * | pinctrl: bcm283x: Add compatible for RPi4Matthias Brugger2019-11-241-0/+1
* | | Revert "video: mxsfb: Configure the clock after eLCDIF reset"Fabio Estevam2019-11-241-3/+3
| |/ |/|
* | Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...WIP/23Nov2019Tom Rini2019-11-238-18/+95
|\ \
| * | rockchip: dwmmc: add handling for u-boot, spl-fifo-modeHeiko Stuebner2019-11-231-0/+5
| * | gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * | usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2019-11-232-0/+39
| * | fastboot: rockchip: Fix rk3328 default mmc deviceJagan Teki2019-11-231-1/+0
| * | fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]Jagan Teki2019-11-231-1/+3
| * | gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * | gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+3
| * | gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki2019-11-231-0/+1
| * | gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki2019-11-231-0/+1
| * | power: fan53555: fix fan53555_regulator_set_valueVasily Khoruzhick2019-11-231-1/+1
| * | rockchip: i2c: don't sent stop bit after each messageVasily Khoruzhick2019-11-231-2/+3
| * | power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick2019-11-232-14/+38
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaWIP/22Nov2019Tom Rini2019-11-224-4/+38
|\ \
| * | spi: cadence_qspi: support DM_CLKSimon Goldschmidt2019-11-202-2/+20
| * | timer: dw-apb: add reset handlingSimon Goldschmidt2019-11-201-1/+17