summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-02-04Merge git://git.denx.de/u-boot-dmTom Rini
2018-02-04drivers/crypto/fsl: assign job-rings to non-TrustZoneBryan O'Donoghue
2018-02-04mmc: fsl_esdhc: support SDR104 and HS200Peng Fan
2018-02-04mmc: fsl_esdhc: add strobe and tuning entryPeng Fan
2018-02-04rtc: adding RX8010SJ rtc driverNandor Han
2018-02-04net: e1000: implement eth_write_hwaddrHannu Lounento
2018-02-04net: e1000: split e1000_read_mac_addrHannu Lounento
2018-02-04net: e1000: add support for writing to EEPROMHannu Lounento
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan
2018-02-04net: fec: fix build warnings for 64bits supportYe Li
2018-02-04net: fec: do not access reserved register for i.MX8MPeng Fan
2018-02-04gpio: mxc: add i.MX8M supportPeng Fan
2018-02-04mmc: fsl_esdhc: support i.MX8MPeng Fan
2018-02-04misc: ocotp: add i.MX8M supportPeng Fan
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski
2018-01-31Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-01-31Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini
2018-01-30Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford
2018-01-30drivers/ddr/fsl: Cleanup unused variableYork Sun
2018-01-30drivers/ddr/fsl: Modify binding registers to save time on data initYork Sun
2018-01-30drivers/ddr/fsl: Add calculation of register control wordsYork Sun
2018-01-30drivers/ddr/fsl: Add 3DS RDIMM supportYork Sun
2018-01-30drivers/ddr/fsl: Fix workaround for A009803York Sun
2018-01-30drivers/ddr/fsl: Fix DDR4 RDIMM supportYork Sun
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur
2018-01-30x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu
2018-01-29mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini
2018-01-29clk: clk_stm32: Add .set_rate callbackPatrice Chotard
2018-01-29serial: Make full device search optionalAlexander Graf
2018-01-29cfi_flash: Always define cfi_flash_num_flash_banksMario Six
2018-01-29cfi_flash: Fix indentionMario Six
2018-01-29cfi_flash: Fix long linesMario Six
2018-01-29cfi_flash: Bound-check index before array accessMario Six
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six
2018-01-29cfi_flash: Rename camel-case variablesMario Six
2018-01-29cfi_flash: Fix strings split across linesMario Six
2018-01-29cfi_flash: Use u8 pointers instead of void pointersMario Six
2018-01-29cfi_flash: Remove assignments from if conditionsMario Six
2018-01-29cfi_flash: Remove return from void functionMario Six
2018-01-29cfi_flash: Fix placement of braceMario Six
2018-01-29cfi_flash: Fix else after breakMario Six
2018-01-29cfi_flash: Fix spelling of "Unknown"Mario Six
2018-01-29cfi_flash: Add missing braces in blocksMario Six