summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski2018-02-021-0/+6
* Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski2018-02-021-7/+7
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-3110-60/+220
|\
| * drivers/ddr/fsl: Cleanup unused variableYork Sun2018-01-305-5/+0
| * drivers/ddr/fsl: Modify binding registers to save time on data initYork Sun2018-01-301-11/+49
| * drivers/ddr/fsl: Add calculation of register control wordsYork Sun2018-01-303-7/+48
| * drivers/ddr/fsl: Add 3DS RDIMM supportYork Sun2018-01-305-14/+80
| * drivers/ddr/fsl: Fix workaround for A009803York Sun2018-01-301-1/+1
| * drivers/ddr/fsl: Fix DDR4 RDIMM supportYork Sun2018-01-303-22/+40
| * driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur2018-01-301-1/+3
* | Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini2018-01-312-36/+151
|\ \
| * | nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia2018-01-301-0/+1
| * | nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu2018-01-301-2/+5
| * | nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu2018-01-301-27/+138
| * | nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu2018-01-301-7/+7
* | | Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford2018-01-301-0/+14
* | | x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng2018-01-301-0/+8
* | | mvpp2: Fix warning over 32bit vs 64bit targetsTom Rini2018-01-291-1/+1
* | | clk: clk_stm32: Add .set_rate callbackPatrice Chotard2018-01-291-0/+6
| |/ |/|
* | serial: Make full device search optionalAlexander Graf2018-01-292-0/+25
* | cfi_flash: Always define cfi_flash_num_flash_banksMario Six2018-01-291-0/+2
* | cfi_flash: Fix indentionMario Six2018-01-291-120/+118
* | cfi_flash: Fix long linesMario Six2018-01-291-12/+19
* | cfi_flash: Bound-check index before array accessMario Six2018-01-291-2/+2
* | flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-292-5/+5
* | cfi_flash: Rename camel-case variablesMario Six2018-01-291-8/+8
* | cfi_flash: Fix strings split across linesMario Six2018-01-291-9/+8
* | cfi_flash: Use u8 pointers instead of void pointersMario Six2018-01-291-4/+4
* | cfi_flash: Remove assignments from if conditionsMario Six2018-01-291-7/+11
* | cfi_flash: Remove return from void functionMario Six2018-01-291-1/+0
* | cfi_flash: Fix placement of braceMario Six2018-01-291-2/+1
* | cfi_flash: Fix else after breakMario Six2018-01-291-3/+3
* | cfi_flash: Fix spelling of "Unknown"Mario Six2018-01-291-1/+1
* | cfi_flash: Add missing braces in blocksMario Six2018-01-291-1/+3
* | cfi_flash: Remove unnecessary bracesMario Six2018-01-291-24/+24
* | cfi_flash: Fix comment styleMario Six2018-01-291-2/+4
* | cfi_flash: Use __func__ macro instead of function nameMario Six2018-01-291-1/+1
* | cfi_flash: Fix logical continuationsMario Six2018-01-291-13/+13
* | cfi_flash: Remove braces for single-statement blocksMario Six2018-01-291-10/+5
* | cfi_flash: Fix missing/superfluous linesMario Six2018-01-291-7/+4
* | cfi_flash: Fix spacing around casts/operatorsMario Six2018-01-291-9/+9
* | cfi_flash: Fix indent of case statementsMario Six2018-01-291-100/+100
* | cfi_flash: Fix whitespace with castingMario Six2018-01-291-2/+2
* | cfi_flash: Fix Parenthesis spacingMario Six2018-01-291-11/+11
* | cfi_flash: Fix style of pointer declarationsMario Six2018-01-291-24/+24
* | cfi_flash: Fix space between function name and parenthesisMario Six2018-01-291-214/+214
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2018-01-2811-25/+2374
|\ \
| * | rockchip: clk: guard set_parent implementations against OF_PLATDATAPhilipp Tomsich2018-01-283-6/+12
| * | clk: rockchip: clk_rk3368: Implement "assign-clock-parent"David Wu2018-01-281-7/+84
| * | clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-...David Wu2018-01-281-8/+98