summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Add the sunxi NAND controller driverBoris Brezillon2016-07-248-4/+1862
* mtd: nand: add common DT init codeBrian Norris2016-07-242-0/+73
* sunxi: Add missing macros to configure the NAND controller clkBoris Brezillon2016-07-241-0/+5
* cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon2016-07-241-5/+10
* ARM: uniphier: add clock/reset settings for xHCI of ProXstream2Masahiro Yamada2016-07-242-2/+13
* ARM: uniphier: add PH1-LD21 board dataMasahiro Yamada2016-07-242-0/+19
* ARM: uniphier: introduce flags to uniphier_board_data structureMasahiro Yamada2016-07-245-11/+20
* ARM: uniphier: rename outer-cache register macrosMasahiro Yamada2016-07-246-216/+230
* ARM: uniphier: clear notification flag before L2 operationMasahiro Yamada2016-07-241-6/+6
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-2422-121/+61
* ARM: uniphier: fix doubled tftpboot commandsMasahiro Yamada2016-07-231-1/+0
* ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLEMasahiro Yamada2016-07-231-0/+1
* ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boardsMasahiro Yamada2016-07-232-8/+8
* test/py: vboot can be run only at SandboxMichal Simek2016-07-221-0/+1
* arm: omap5: fix build dependency for secure devicesAndreas Dannenberg2016-07-221-1/+1
* arm: am4x: fix build dependency for secure devicesAndreas Dannenberg2016-07-221-1/+1
* fixing typo error in README file. CPU15 -> CP15yeongjun Kim2016-07-221-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-221-1/+3
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-221-5/+5
* tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc2016-07-221-6/+7
* test/py: use absolute dts path in vboot testStephen Warren2016-07-221-1/+1
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-222-15/+12
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-221-0/+3
* tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart2016-07-221-27/+17
* tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart2016-07-221-20/+18
* tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2016-07-222-2/+115
* gdsys: Drop print_fpga_state functionTom Rini2016-07-225-26/+4
* tools/env: allow negative offsetsStefan Agner2016-07-222-9/+35
* tools/env: complete environment device config earlyStefan Agner2016-07-221-50/+60
* iso: Fix part info commandAlexander Graf2016-07-221-2/+2
* igep00x0: Falcon modeLadislav Michl2016-07-221-0/+12
* igep00x0: generate default mtdparts according NAND chip usedLadislav Michl2016-07-222-0/+19
* igep00x0: UBIizeLadislav Michl2016-07-223-75/+41
* igep00x0: runtime flash detectionLadislav Michl2016-07-221-18/+53
* igep00x0: remove unused empty function omap_rev_string()Ladislav Michl2016-07-221-8/+0
* igep00x0: remove useless setup_net_chip declarationLadislav Michl2016-07-221-2/+0
* igep00x0: reorder lan9221 code to remove ifdefsLadislav Michl2016-07-221-24/+17
* igep00x0: move sysinfo into C fileLadislav Michl2016-07-222-18/+18
* cmd: mtdparts: support runtime generated mtdpartsLadislav Michl2016-07-221-9/+12
* cmd: mtdparts: use defaults by defaultLadislav Michl2016-07-221-6/+16
* cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl2016-07-221-22/+20
* cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl2016-07-221-10/+13
* cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl2016-07-221-4/+6
* mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl2016-07-221-0/+1
* mtd: OneNAND: allow board init function failLadislav Michl2016-07-226-20/+28
* mtd: OneNAND: add timeout to wait ready loopsLadislav Michl2016-07-221-11/+19
* armv7: simplify identify_nand_chipLadislav Michl2016-07-221-24/+11
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-223-58/+92
* armv7: make gpmc_cfg constLadislav Michl2016-07-227-16/+15
* armv7: add reset timeout to identify_nand_chipLadislav Michl2016-07-222-19/+15