summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-05usb: dwc2: make casts of ep->dma_buf consistentTom Rini1-1/+1
2018-02-04Merge git://git.denx.de/u-boot-dmTom Rini1-0/+14
2018-02-04drivers/crypto/fsl: assign job-rings to non-TrustZoneBryan O'Donoghue2-0/+11
2018-02-04mmc: fsl_esdhc: support SDR104 and HS200Peng Fan1-5/+358
2018-02-04mmc: fsl_esdhc: add strobe and tuning entryPeng Fan1-8/+12
2018-02-04rtc: adding RX8010SJ rtc driverNandor Han3-0/+385
2018-02-04net: e1000: implement eth_write_hwaddrHannu Lounento1-0/+40
2018-02-04net: e1000: split e1000_read_mac_addrHannu Lounento1-18/+63
2018-02-04net: e1000: add support for writing to EEPROMHannu Lounento2-2/+174
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan2-2/+2
2018-02-04net: fec: fix build warnings for 64bits supportYe Li1-31/+43
2018-02-04net: fec: do not access reserved register for i.MX8MPeng Fan1-2/+2
2018-02-04gpio: mxc: add i.MX8M supportPeng Fan1-7/+15
2018-02-04mmc: fsl_esdhc: support i.MX8MPeng Fan1-4/+8
2018-02-04misc: ocotp: add i.MX8M supportPeng Fan1-0/+7
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+14
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski1-7/+7
2018-02-01Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini10-60/+220
2018-01-31Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini2-36/+151
2018-01-30Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford1-0/+14
2018-01-30drivers/ddr/fsl: Cleanup unused variableYork Sun5-5/+0
2018-01-30drivers/ddr/fsl: Modify binding registers to save time on data initYork Sun1-11/+49
2018-01-30drivers/ddr/fsl: Add calculation of register control wordsYork Sun3-7/+48
2018-01-30drivers/ddr/fsl: Add 3DS RDIMM supportYork Sun5-14/+80
2018-01-30drivers/ddr/fsl: Fix workaround for A009803York Sun1-1/+1
2018-01-30drivers/ddr/fsl: Fix DDR4 RDIMM supportYork Sun3-22/+40
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur1-1/+3
2018-01-30x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng1-0/+8
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia1-0/+1
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu1-2/+5
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu1-27/+138
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu1-7/+7
2018-01-29mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini1-1/+1
2018-01-29clk: clk_stm32: Add .set_rate callbackPatrice Chotard1-0/+6
2018-01-29serial: Make full device search optionalAlexander Graf2-0/+25
2018-01-29cfi_flash: Always define cfi_flash_num_flash_banksMario Six1-0/+2
2018-01-29cfi_flash: Fix indentionMario Six1-120/+118
2018-01-29cfi_flash: Fix long linesMario Six1-12/+19
2018-01-29cfi_flash: Bound-check index before array accessMario Six1-2/+2
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six2-5/+5
2018-01-29cfi_flash: Rename camel-case variablesMario Six1-8/+8
2018-01-29cfi_flash: Fix strings split across linesMario Six1-9/+8
2018-01-29cfi_flash: Use u8 pointers instead of void pointersMario Six1-4/+4
2018-01-29cfi_flash: Remove assignments from if conditionsMario Six1-7/+11
2018-01-29cfi_flash: Remove return from void functionMario Six1-1/+0
2018-01-29cfi_flash: Fix placement of braceMario Six1-2/+1
2018-01-29cfi_flash: Fix else after breakMario Six1-3/+3
2018-01-29cfi_flash: Fix spelling of "Unknown"Mario Six1-1/+1