aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-18configs: Remove unused am335x_evm defconfigsVignesh R4-151/+0
2019-01-18configs: am335x_evm: Enable DM_SPI and DM_SPI_FLASHVignesh R3-0/+6
2019-01-18adding saveenv-command for bananapi r2Frank Wunderlich3-0/+23
2019-01-18mkimage: fixup CONFIG_FIT_EXTERNAL_OFFSETPatrick Wildt1-1/+1
2019-01-18lib: Kconfig: spelling fixesChris Packham1-2/+2
2019-01-18video: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-18pinctrl: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-18i2c: Kconfig: spelling fixesChris Packham1-4/+4
2019-01-18drivers: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-18work_92105: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-18x86: Kconfig: spelling fixesChris Packham2-2/+2
2019-01-18arm: Kconfig: spelling fixesChris Packham1-5/+5
2019-01-18common: spl: Kconfig: spelling fixesChris Packham1-1/+1
2019-01-18Kconfig: fix spellingChris Packham1-1/+1
2019-01-18disk: efi: GUIDs should be constHeinrich Schuchardt1-1/+1
2019-01-18mach-snapdragon: db410: pinctrl: fix pin countRamon Fried1-3/+3
2019-01-18dts: db410: fix indentationRamon Fried1-1/+1
2019-01-17Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mipsTom Rini90-496/+2907
2019-01-17Merge branch '2019-01-16-master-imports'Tom Rini13-69/+916
2019-01-16arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt1-4/+6
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt2-12/+65
2019-01-16lmb: remove unused extern declarationSimon Goldschmidt1-2/+0
2019-01-16bootm: use new common function lmb_init_and_reserveSimon Goldschmidt1-6/+2
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt3-3/+68
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt3-0/+258
2019-01-16fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2-8/+46
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt2-15/+91
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt2-20/+38
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur1-11/+45
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2-0/+11
2019-01-16mips: mt7688: gardena-smart-gateway: Enable green power LED on startupStefan Roese1-1/+1
2019-01-16mips: mt7688: gardena-smart-gateway: Update mtdparts/mtdids for Kernel 4.19Stefan Roese2-4/+4
2019-01-16MIPS: bmips: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck11-11/+0
2019-01-16MIPS: xilfpga: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck1-1/+0
2019-01-16MIPS: pic32mzdask: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck1-1/+0
2019-01-16MIPS: malta: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck4-4/+0
2019-01-16MIPS: boston: switch to CONFIG_OF_SEPARATEDaniel Schwierzeck8-8/+0
2019-01-16MSCC: Add board support for Jaguar2 SOC familyHoratiu Vultur9-24/+232
2019-01-16MSCC: add device tree for Serval2 boardHoratiu Vultur2-0/+61
2019-01-16MSCC: Add device tree for Jaguar2-48 boardHoratiu Vultur1-0/+74
2019-01-16MSCC: Add device tree for Jaguar2 boardHoratiu Vultur3-0/+262
2019-01-16MSCC: Add support for Jaguar2 SOC familyHoratiu Vultur10-8/+460
2019-01-16pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC familyHoratiu Vultur8-29/+444
2019-01-16mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.cLars Povlsen3-130/+0
2019-01-16mips: mscc: DT: Update luton device tree to use fast SPI driverLars Povlsen2-14/+4
2019-01-16mips: spi: mscc: Add fast bitbang SPI driverLars Povlsen5-0/+283
2019-01-16mmc: jz_mmc: Compile-out write support if disabledEzequiel Garcia1-44/+61
2019-01-16mmc: Use proper IS_ENABLED macro to check block supportEzequiel Garcia1-4/+4
2019-01-16net: bcm6368: fix restart flow issuesÁlvaro Fernández Rojas1-47/+62