aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-01-29cfi_flash: Add missing braces in blocksMario Six1-1/+3
2018-01-29cfi_flash: Remove unnecessary bracesMario Six1-24/+24
2018-01-29cfi_flash: Fix comment styleMario Six1-2/+4
2018-01-29cfi_flash: Use __func__ macro instead of function nameMario Six1-1/+1
2018-01-29cfi_flash: Fix logical continuationsMario Six1-13/+13
2018-01-29cfi_flash: Remove braces for single-statement blocksMario Six1-10/+5
2018-01-29cfi_flash: Fix missing/superfluous linesMario Six1-7/+4
2018-01-29cfi_flash: Fix spacing around casts/operatorsMario Six1-9/+9
2018-01-29cfi_flash: Fix indent of case statementsMario Six1-100/+100
2018-01-29cfi_flash: Fix whitespace with castingMario Six1-2/+2
2018-01-29cfi_flash: Fix Parenthesis spacingMario Six1-11/+11
2018-01-29cfi_flash: Fix style of pointer declarationsMario Six1-24/+24
2018-01-29cfi_flash: Fix space between function name and parenthesisMario Six1-214/+214
2018-01-28Merge git://git.denx.de/u-boot-rockchipTom Rini11-25/+2374
2018-01-28bcm2835_pinctrl: Probe pre-relocAlexander Graf1-1/+2
2018-01-28bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf5-9/+100
2018-01-28bcm2835_mu_serial: Convert to KconfigAlexander Graf1-0/+7
2018-01-28pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl010: Convert CONFIG_PL010_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl01x: Convert to dev_readAlexander Graf1-5/+3
2018-01-28serial_bcm283x_mu: Fail loading if not muxedAlexander Graf1-0/+28
2018-01-28serial_bcm283x_mu: Always skip initAlexander Graf1-1/+6
2018-01-28serial_bcm283x_mu: Convert to dev_readAlexander Graf1-7/+3
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf1-17/+1
2018-01-28serial: Use next serial device if probing failsAlexander Graf1-6/+19
2018-01-28mmc: Add bcm2835 sdhost controllerAlexander Graf3-0/+994