summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-shTom Rini2018-02-233-32/+8
|\
| * mmc: uniphier-sd: Add compatible strings for RCar Gen2Marek Vasut2018-02-231-0/+5
| * sh: Do not provide strncmpTom Rini2018-02-231-31/+2
| * sh: Use -m2a-nofpu onlyTom Rini2018-02-211-1/+1
* | Merge git://git.denx.de/u-boot-usbTom Rini2018-02-2315-35/+75
|\ \
| * | cmd: fastboot: Kconfig: solve config issuePatrick Delaunay2018-02-211-2/+16
| * | dfu: tftp: Fix arm64 build warningsMarek Vasut2018-02-211-2/+2
| * | dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-217-17/+17
| * | dfu: Fix up the Kconfig messMarek Vasut2018-02-215-10/+30
| * | usb: kbd: select SYS_STDIO_DEREGISTERHeinrich Schuchardt2018-02-211-0/+1
| * | usb: gadget: sdp: fix pointer cast warnings for 64bit archsAndre Heider2018-02-211-4/+9
| * | usb: gadget: sdp: add missing line breaksAndre Heider2018-02-213-11/+11
| |/
* | config_whitelist: remove false-positive CONFIG optionsMasahiro Yamada2018-02-231-9/+0
* | omap3_logic: Fix Environmental locationAdam Ford2018-02-231-0/+1
* | sf: Add ISSI IS25LP256 entryMarek Vasut2018-02-231-0/+1
* | Makefile: Don't mess with .text section location for selected archesAlexey Brodkin2018-02-231-1/+1
* | arm64: show_regs: Dump the LRs HW valuesKarl Beldan2018-02-231-7/+6
* | tools/kwbimage: fix LibreSSL buildJonathan Gray2018-02-231-2/+3
* | net: Remove Xilinx ll_temac driverMichal Simek2018-02-2311-1772/+0
* | configs: am335x_evm_usbspl: Add CONFIG_SPL_NET_VCI_STRINGFaiz Abbas2018-02-231-0/+1
* | fdt: Fixup only valid memory banksThierry Reding2018-02-231-0/+7
* | ns16550: Fix mem mapped endian checkBernhard Messerklinger2018-02-231-2/+2
* | pci: Fix decode regions for memory banksBernhard Messerklinger2018-02-231-1/+16
* | defconfig: k2x_hs_evm: Re-enable TI_SECURE_DEVICE in HS K2x partsAndrew F. Davis2018-02-233-0/+6
* | env: Fix missed getenv_ulong to env_get_ulong conversionAndrew F. Davis2018-02-231-1/+1
* | ARM: Kconfig: Move TI_SECURE_DEVICE to a common areaAndrew F. Davis2018-02-232-10/+10
* | xtensa: clean up CONFIG_SYS_TEXT_ADDRMax Filippov2018-02-233-6/+5
* | configs: Re-sync with CONFIG_DISTRO_DEFAULTSTom Rini2018-02-23111-753/+223
|/
* Prepare v2018.03-rc3v2018.03-rc3Tom Rini2018-02-201-1/+1
* script: Make the get_default_envs.sh script working with newest u-bootLukasz Majewski2018-02-201-6/+15
* env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas2018-02-203-0/+8
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-02-1918-111/+1125
|\
| * mmc: Fix uninitialised priv memberAlex Kiernan2018-02-191-1/+1
| * mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot2018-02-192-0/+2
| * mmc: Fix bug in sd_set_card_speed()Jean-Jacques Hiblot2018-02-191-1/+1
| * configs: dra7xx_evm/dra7xx_hs_evm: Enable MMC HS200 and SD UHS supportJean-Jacques Hiblot2018-02-192-0/+6
| * ARM: DRA7x/AM57x: Add MMC/SD fixups for rev1.0 and rev 1.1Kishon Vijay Abraham I2018-02-192-0/+59
| * dts: am57xx-idk: disable HS200 supportJean-Jacques Hiblot2018-02-191-0/+2
| * dts: am57xx-beagle-x15: disable UHS and HS200 supportJean-Jacques Hiblot2018-02-191-0/+6
| * ARM: dts: dra7: Add supported MMC/SD modes in MMC dt nodesJean-Jacques Hiblot2018-02-191-0/+14
| * ARM: dts: DRA7: use new dra7-specific compatible stringKishon Vijay Abraham I2018-02-191-4/+4
| * ARM: OMAP5: set mmc clock frequency to 192MHzKishon Vijay Abraham I2018-02-193-6/+10
| * mmc: omap_hsmmc: add signal voltage selection supportJean-Jacques Hiblot2018-02-192-26/+160
| * mmc: omap_hsmmc: allow mmc clock to be gatedKishon Vijay Abraham I2018-02-191-0/+6
| * mmc: omap_hsmmc: implement send_init_stream callbackJean-Jacques Hiblot2018-02-191-0/+13
| * mmc: omap_hsmmc: update mmc->clock with the actual bus speedJean-Jacques Hiblot2018-02-191-1/+2
| * mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrlJean-Jacques Hiblot2018-02-191-10/+13
| * mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff...Kishon Vijay Abraham I2018-02-193-14/+52
| * mmc: omap_hsmmc: Add support to set IODELAY valuesKishon Vijay Abraham I2018-02-191-0/+372
| * ARM: OMAP5/DRA7: Enable iodelay recalibration to be done from ubootKishon Vijay Abraham I2018-02-194-4/+33